Intel945 refuses to work in native resolution on Fedora 16
Hi! My old HDD with Fedora 11 on laptop became unreliable and I decided to buy new one and upgrade the system to Fedora 16 (well, in fact, to install it from scratch). I've fixed most issues of the fresh installation (like, tapping with touchpad, etc.), but one thing left: driver for Intel945 integrated videocard.
lspci -v |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML
Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Whatever I tried with xorf.conf, it either works in "vesa" mode or refuses to work at all.
#Last part of Xorg.1.log:
[ 60.269] (II) Loading extension DRI2
[ 60.269] (II) LoadModule: "intel"
[ 60.269] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 60.270] (II) Module intel: vendor="X.Org Foundation"
[ 60.270] compiled for 1.11.3, module version = 2.17.0
[ 60.270] Module class: X.Org Video Driver
[ 60.270] ABI class: X.Org Video Driver, version 11.0
[ 60.270] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[ 60.271] (--) using VT number 2
[ 60.276] (EE) No devices detected.
[ 60.276]
Fatal server error:
[ 60.276] no screens found
[ 60.276]
Please consult the Fedora Project support
at http://wiki.x.org
for help.
I tried to use my old xorg.conf config, but on F16, X Server also refuse to start.
#Parts of old xorg.conf from F11
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# ...
EndSection
#...
Section "Module"
Load "dri2"
Load "glx"
Load "dbe"
Load "record"
Load "extmod"
Load "dri"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Any ideas? Or may be should I file a bug for this? Thanks.