The other way to solve this problem would be add a section in 
/etc/X11/xorg.conf. Below is an example:
==============================
Section "Monitor"
        Identifier      "Builtin Default Monitor"
EndSection

Section "Device"
        Identifier      "Builtin Default fbdev Device"
        Driver  "omapfb"
        Option "fb" "/dev/fb0"
EndSection

Section "Screen"
        Identifier      "Builtin Default fbdev Screen"
        Device  "Builtin Default fbdev Device"
        Monitor "Builtin Default Monitor"
EndSection

Section "ServerLayout"
        Identifier      "Builtin Default Layout"
        Screen  "Builtin Default fbdev Screen"
**Any input device section can go here**
EndSection
=============================

-- 
xserver-xorg-video-omap* fail due to no /dev/fb
https://bugs.launchpad.net/bugs/567260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to