← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 815000] Re: Oneiric X/LightDM doesn't start on an Intel GMA500

 

If X just needs to be changed to use fbdev instead, then can you verify this?
Put the following into your /etc/X11/xorg.conf and restart X:

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "fbdev"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

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

If that works, then perhaps we merely need to s/vesa/fbdev/ in xorg-
server for poulsbo.

** Changed in: xserver-xorg-video-psb (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-psb in Ubuntu.
https://bugs.launchpad.net/bugs/815000

Title:
  Oneiric X/LightDM doesn't start on an Intel GMA500

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-psb/+bug/815000/+subscriptions


References