← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 388032] Re: [KMS] no display with KMS enabled (intel)

 

Ah, I have found your problem in your Xorg.0.log.old. You do not have a
/etc/X11/xorg.conf which makes xserver use a default detection logic and
it has some problems with intel KMS when it is a module in that fbdev
tries to take over and crashes the server. it's most likely because
intelfb/vesafb is loaded early for the usplash display, and the
inteldrmfb gets loaded alot later after thats done.

This has been fixed in debian upstream by this commit which we need to pick up, I added it to xorg-edgers jaunty xserver backport and 3 people have confirmed it fixed it for them in the no xorg.conf situation.
http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=daf26a14473563aa7368c93246f483b11e009d23

To work around this until xorg-server is updated, add this to
/etc/X11/xorg.conf and it will work in KMS mode.

Section "Device"
        Identifier      "intel"
        Driver          "intel"
EndSection


** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
       Status: New

-- 
[KMS] no display with KMS enabled (intel)
https://bugs.launchpad.net/bugs/388032
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.



References