Changeset 820
- Timestamp:
- 09/09/08 14:36:59 (3 months ago)
- Location:
- mediastation/trunk
- Files:
-
- 4 modified
-
debian/changelog (modified) (2 diffs)
-
lib/eeti.param (modified) (previous)
-
lib/egalax_drv.so (modified) (previous)
-
themes/xorg/xorg.conf.mediastation (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mediastation/trunk/debian/changelog
r817 r820 1 mediastation (2.0.8.1 3) 64studio; urgency=low1 mediastation (2.0.8.14) 64studio; urgency=low 2 2 3 3 * Run cdd-config limits … … 16 16 * Use 16 bit for siliconmotion 17 17 * Disable mediastation-apps autostart for now 18 * Re-calibration against the standard egalax driver 18 19 19 20 -- Free Ekanayaka <freee@debian.org> Sat, 05 Jul 2008 14:27:05 +0100 -
mediastation/trunk/themes/xorg/xorg.conf.mediastation
r738 r820 62 62 # Option "SendCoreEvents" "true" 63 63 Option "CorePointer" 64 Option "Device" "/dev/input/m ouse1"64 Option "Device" "/dev/input/mice" 65 65 Option "Protocol" "ImPS/2" 66 66 Option "ZAxisMapping" "4 5" … … 70 70 Identifier "Generic Video Card" 71 71 Driver "siliconmotion" 72 # BusID "PCI:2: 7:0"72 # BusID "PCI:2:10:0" 73 73 Option "AccelMethod" "EXA" 74 74 Option "MigrationHeuristic" "always" … … 119 119 EndSection 120 120 121 Section "Screen"122 Identifier "Screen 2"123 Device "Video Card 2"124 Monitor "Monitor 2"125 DefaultDepth 24126 EndSection121 #Section "Screen" 122 # Identifier "Screen 2" 123 # Device "Video Card 2" 124 # Monitor "Monitor 2" 125 # DefaultDepth 24 126 #EndSection 127 127 128 Section "Screen"129 Identifier "Screen 3"130 Device "Video Card 3"131 Monitor "Monitor 3"132 DefaultDepth 16133 Option "TVStandard" "PAL-B"134 Option "TVOutFormat" "SVIDEO"135 Option "ConnectedMonitor" "TV"136 SubSection "Display"137 Depth 16138 Modes "800x600"139 EndSubSection140 EndSection128 #Section "Screen" 129 # Identifier "Screen 3" 130 # Device "Video Card 3" 131 # Monitor "Monitor 3" 132 # DefaultDepth 16 133 # Option "TVStandard" "PAL-B" 134 # Option "TVOutFormat" "SVIDEO" 135 # Option "ConnectedMonitor" "TV" 136 # SubSection "Display" 137 # Depth 16 138 # Modes "800x600" 139 # EndSubSection 140 #EndSection 141 141 142 142 Section "ServerLayout" 143 143 Identifier "Default Layout" 144 Screen 0 "Default Screen" 0 0 145 Screen 1 "Screen 2" RightOf "Default Screen" 146 Screen 2 "Screen 3" RightOf "Screen 2" 144 Screen "Default Screen 145 #" 0 0 146 # Screen 1 "Screen 2" RightOf "Default Screen" 147 # Screen 2 "Screen 3" RightOf "Screen 2" 147 148 Option "AllowMouseOpenFail" "true" 148 149
