Hi all,

In order to have a working xorg-server on GTA02 we need to add a default xorg.conf file included on the recipe. Im attaching the simplest configuration for now, it might change in the future but at least this loads the driver correctly and setups a default screen layout.



Section "Module"
        Load    "extmod"
        Load    "dbe"
        Load    "glx"
        Load    "freetype"
        Load    "type1"
        Load    "record"
        Load    "dri"
EndSection

Section "InputDevice"
       Identifier "Touchscreen"
       Driver "tslib"
       Option "Device" "/dev/input/event1"
       Option "Name" "s3c2410 TouchScreen"
       Option "CorePointer"
EndSection


Section "Device"
        Identifier "Glamo"
        Driver "glamo"
        Option "Debug" "TRUE"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

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

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
        InputDevice "Touchscreen"
EndSection
_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to