[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 2ba63d015b032bc41ced7b02fa3f1232cf7dbcf9

Steffen Möller moeller at Toshiba.siemens
Tue Jan 26 23:04:15 UTC 2010


The following commit has been merged in the master branch:
commit 2ba63d015b032bc41ced7b02fa3f1232cf7dbcf9
Author: Steffen Möller <moeller at Toshiba.siemens>
Date:   Wed Jan 27 00:01:02 2010 +0100

    Removing xorg.conf redundancy with udev description
    
    Many thanks go to Gilles for identifying the root of problem
    and for providing the fix.

diff --git a/install.sh b/install.sh
index aee9a08..4a650c3 100755
--- a/install.sh
+++ b/install.sh
@@ -1150,20 +1150,15 @@ action_configuration () {
 	echo " * Creating /etc/X11/xorg.conf"
 	cat > "$INST_DIR/etc/X11/xorg.conf" <<__END__
 # Xorg confiugration for an Openmoko FreeRunner
-Section "InputDevice"
-	Identifier	"Configured Touchscreen"
-	Driver		"tslib"
-	Option		"CorePointer"		"true"
-	Option		"SendCoreEvents"	"true"
-	Option		"Protocol"		"Auto"
-	Option		"Width"			"480"
-	Option		"Height"		"640"
-EndSection
 
 Section "Device"
 	Identifier	"Configured Video Device"
 	Driver		"fbdev"
 EndSection
+
+# complementary information on the touch screen as the
+# input device is provided by udev
+
 __END__
 
 	echo " * Creating /etc/inittab (all but tty1 disabled to save memory)"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list