掌機 - RGB10 - xorg.conf



參考資訊:
https://unix.stackexchange.com/questions/70931/how-to-install-x11-on-my-own-linux-buildroot-system

Section "Device"
    Identifier "Framebuffer"
    Driver "fbdev"
    Option "fbdev" "/dev/fb0"
EndSection
 
Section "Monitor"
    Identifier "Generic Monitor"
    ModelName "Monitor Model"
    DisplaySize 320 480
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "Framebuffer"
    Monitor "Generic Monitor"
EndSection