View Issue Details

IDProjectCategoryView StatusLast Update
0001284BuildRootDisplaypublic2012-10-30 14:01
ReporterDKuhneAssigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionarmStoneA8-V1.2 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001284: Configure Xorg for Samsung Touch
DescriptionConfigure Xorg for Samsung Touch.

A. Create a file xorg.conf in /etc/X11 with:

Section "InputDevice"
        Identifier "S3C24XX TouchScreen"
        Driver "tslib"
# Driver "evdev"
        Option "Device" "/dev/input/event0"
        Option "TslibDevice" "/dev/input/event0"
        Option "Width" "800"
        Option "Height" "480"
        Option "Protocol" "Auto"
# Option "ReportingMode" "Raw"
# Option "SendCoreEvents" "On"
EndSection
Section "Device"
        Identifier "Builtin Default fbdev Device 0"
        Driver "fbdev"
EndSection
Section "Screen"
        Identifier "Builtin Default fbdev Screen 0"
        Device "Builtin Default fbdev Device 0"
EndSection
Section "ServerLayout"
        Identifier "Builtin Default Layout"
        Screen "Builtin Default fbdev Screen 0"
        InputDevice "S3C24XX TouchScreen" "CorePointer"
EndSection

Then we can calibrate by ts_calibrate.

Note:
#1 Xorg -configure reports error: No devices to configure. Configuration failed.

B. Add BR2_PACKAGE_INPUT_EVENT_DAEMON and BR2_PACKAGE_INPUT_TOOLS
Forum Link

Activities

DKuhne

2012-10-30 14:01

developer   ~0000870

xorg.conf copied to etc/X11 by board/f+s/common/final_script_std