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