From cf127bcefd6b45902eff5f56a6b3153194b231e5 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 10 Jan 2014 18:14:16 +0100 Subject: [PATCH] update gta04 touchscreen config --- goldel-gta04/root/etc/X11/xorg.conf | 3 +-- goldel-gta04/root/etc/X11/xorg.conf.d/s3c2410.conf | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/goldel-gta04/root/etc/X11/xorg.conf b/goldel-gta04/root/etc/X11/xorg.conf index 6506fca..9e5d69a 100644 --- a/goldel-gta04/root/etc/X11/xorg.conf +++ b/goldel-gta04/root/etc/X11/xorg.conf @@ -1,5 +1,4 @@ Section "Device" Identifier "Builtin Default fbdev Device 0" - Driver "omapfb" - Option "fb" "/dev/fb0" + Driver "fbdev" EndSection diff --git a/goldel-gta04/root/etc/X11/xorg.conf.d/s3c2410.conf b/goldel-gta04/root/etc/X11/xorg.conf.d/s3c2410.conf index e022f5b..8a9d085 100644 --- a/goldel-gta04/root/etc/X11/xorg.conf.d/s3c2410.conf +++ b/goldel-gta04/root/etc/X11/xorg.conf.d/s3c2410.conf @@ -1,6 +1,5 @@ Section "InputClass" - Identifier "S3C24XX TouchScreen" - MatchProduct "S3C24XX TouchScreen" - Option "Calibration" "110 922 924 96" - Option "SwapAxes" "1" + Identifier "calibration" + MatchProduct "TSC2007 Touchscreen" + Option "Calibration" "339 3524 3798 225" EndSection