
Originally Posted by
maverik35
Exactly, you have a ATi not intel..
Try using : radeon modeset=1 instead.
If it does not work, please do not startx, in text mode type this:
lspci | grep -i vga
then at the beginnig of the line you will see the pci-id: xx:xx.x
Type again lspci -vvs xx:xx.x and at the end, see the driver used by kernel....
If radeon, look for this file and edit if available: cat /etc/modprobe.d/radeon-kms.conf
If file present it should show : "option radeon modeset=1", if not, use a text editor and add the line..In case the file is not present, create it and add the line..Then stop the X's:
Gnome: /etc/init.d/gdm3 stop
KDE: /etc/init.d/kde stop
Load module: modprobe radeon modeset=1 and restart the X's.
I hope it helps...
Luck...