View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001284 | BuildRoot | Display | public | 2012-08-31 11:28 | 2012-10-30 14:01 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | armStoneA8-V1.2 | ||||
Target Version | fss5pv210-V2.0 | Fixed in Version | fss5pv210-V2.0 | ||
Summary | 0001284: Configure Xorg for Samsung Touch | ||||
Description | Configure 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 | |||||