[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 2008f9cb20e8721679d58c3aba3ee57ce151fe2a
Timo Jyrinki
timo at debian.org
Sat Aug 27 15:31:44 UTC 2011
The following commit has been merged in the master branch:
commit 2008f9cb20e8721679d58c3aba3ee57ce151fe2a
Author: Timo Jyrinki <timo at debian.org>
Date: Tue Jan 11 03:38:08 2000 +0000
Modify created xorg.conf as suggested in http://lists.linuxtogo.org/pipermail/smartphones-userland/2011-August/003037.html and elsewhere
diff --git a/install.sh b/install.sh
index 39fd01c..cda661a 100755
--- a/install.sh
+++ b/install.sh
@@ -1206,13 +1206,59 @@ action_configuration () {
cat > "$INST_DIR/etc/X11/xorg.conf" <<__END__
# Xorg configuration for an Openmoko FreeRunner
+Section "Module"
+ Load "glx"
+ Load "dri2"
+EndSection
+
+Section "Monitor"
+ Identifier "LCD Panel"
+EndSection
+
Section "Device"
- Identifier "Configured Video Device"
- Driver "fbdev"
+ Identifier "Glamo Graphics Chip"
+ Driver "glamo"
EndSection
-# complementary information on the touch screen as the
-# input device is provided by udev
+Section "Screen"
+ Identifier "Default Screen"
+ Device "Glamo Graphics Chip"
+ Monitor "LCD Panel"
+EndSection
+
+Section "InputDevice"
+ Identifier "Power Button"
+ Driver "evdev"
+ Option "Device" "/dev/input/event0"
+EndSection
+
+
+Section "InputDevice"
+ Identifier "AUX Button"
+ Driver "evdev"
+ Option "Device" "/dev/input/event2"
+EndSection
+
+
+Section "InputDevice"
+ Identifier "Touchscreen"
+ Driver "evdev"
+ Option "Device" "/dev/input/event1"
+ Option "Calibration" "107 918 911 98"
+ Option "SwapAxes" "On"
+EndSection
+
+Section "ServerFlags"
+ Option "AutoAddDevices" "False"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Default Layout"
+ Screen "Default Screen"
+ InputDevice "Power Button"
+ InputDevice "AUX Button"
+ InputDevice "Touchscreen"
+EndSection
__END__
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list