Created attachment 23703 [details] Xorg log at blank screen with intel-2.6.3 Hi! Using driver 2.6.[1-3] results in a blank/black screen. I can not switch VTs, at least the screen stays blank. Remote log in via ssh is still possible though. Doing a git bisection I ended up with the following commit: commit 934008a2cbcec0c790580750c672c0367a9e4c55 Author: Eric Anholt <eric@anholt.net> Date: Tue Jan 6 10:55:59 2009 -0800 Always enable KMS if server's new enough, and remove option. The API should be stable at this point, and we don't want to allow mistakes. ## machine: DELL OptiPlex 745 with G965 distribution: Gentoo arch: x86_64 kernel: 2.6.28.7 (vanilla) connector: DVI-D xorg-server: 1.5.3 # pkg-config --modversion libdrm 2.4.5 # intel_stepping Vendor: 0x8086, Device: 0x2992, Revision: 0x02 (C1/C2) Gentoo bug report: http://bugs.gentoo.org/show_bug.cgi?id=261021 Thanks for looking into this!
Created attachment 23704 [details] intel_reg_dumper (blank screen)
Created attachment 23705 [details] intel_reg_dumper (working driver) This is a reg dump for a working case using intel-2.5.1.
Created attachment 23706 [details] dmesg
Could you attach complete X log?
(In reply to comment #4) > Could you attach complete X log? The log file posted is everything X left me with. I know, it stops suddenly after (during?) probing... When I get the blank screen the X server is not running anymore. The screen stays blank unless I restart X with a working driver revision or reboot, just switching to another VT leaves me with a blank screen. Thanks again.
Using 'startx' X quits with the following error message: X: symbol lookup error: /usr/lib64/xorg/modules/drivers//intel_drv.so: undefined symbol: drmCheckModesettingSupported ## xf86-video-intel 2.6.3 xorg-server 1.5.3
Ok, I found the reason for the missing symbol. There was still an old libdrm 2.3 in /usr/local/lib64 left from a manual installation. After cleaning, everything works as expected. Sorry for the noise!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.