Created attachment 830516 [details] xorg.0.log Description of problem: Using an atom based system, xorg uses vesa instead of intel driver. lspci -nn 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller [8086:27ae] (rev 03) 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03) Version-Release number of selected component (if applicable): xorg-x11-drv-intel-2.21.12-2.fc19.i686 xorg-x11-server-Xorg-1.14.4-3.fc19.i686 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: uses vesa Expected results: uses intel driver
Created attachment 830517 [details] dmesg
Created attachment 830518 [details] lspci
Tried to force the intel driver with Section "Device" Driver "intel" EndSection didn't work. Driver doesn't find the hardware.
remove the nomodeset from your kernel command line.
Hi Dave, thanks for the notice. I wonder why the nomodeset is there in the first place. It must have been placed there during installation as I didn't add it myself.
forced text mode or safe video mode install perhaps?
Ah, I've installed with safe video mode IIRC. I thought that shouldn't affect the installed system but obviously I've been mistaken. Thanks a lot Dave.