Comment 26 for bug 815000

Revision history for this message
Bryce Harrington (bryce) wrote :

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.