Can someone help me with these 2 tasks?
edit the /etc/modprobe.preload file as root and add radeon as a last line
edit /etc/modprobe.conf file as root and add options radeon modeset=1
I cant find or edit these, i hate being a noob lol
Thanks
Hi,
1 - you need to root access, the simplest way is: PCLinuxOS Control Center -> System -> Open a console as administrator
2 - copy & paste the following commands into your
root Konsole:
echo "radeon" >> /etc/modprobe.preload
echo "options radeon modeset=1" >> /etc/modprobe.conf
Alternatively, you can use a
text editor like vi, leafpad, kwrite ... to edit the files /etc/modprobe.conf /etc/modprobe.preload
If something is not clear, please ask

AS