← Back to team overview

ubuntu-x-swat team mailing list archive

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

 

Setting an xorg.conf file with the following content made the trick.

------------8<-----------------------------------------------------------------------
 Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "Device"
        Identifier      "intel"
        Driver          "intel"
EndSection
------------8<-----------------------------------------------------------------------

Hopefully once the bug fixed, I'll remove it :)

-- 
[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