[ltp] Ram suspend on ThinkPad x41 Tablet
Antonio Abramo
linux-thinkpad@linux-thinkpad.org
Wed, 8 Mar 2006 04:59:34 +0100
------=_Part_15092_19304169.1141790374857
Content-Type: multipart/alternative;
boundary="----=_Part_15093_7378131.1141790374857"
------=_Part_15093_7378131.1141790374857
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Here is my xorg.conf
Cheers,
a.
------=_Part_15093_7378131.1141790374857
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Here is my xorg.conf<br>
<br>
Cheers,<br>
a.<br>
<br>
------=_Part_15093_7378131.1141790374857--
------=_Part_15092_19304169.1141790374857
Content-Type: application/octet-stream; name=xorg.conf.portrait
Content-Transfer-Encoding: 7bit
X-Attachment-Id: f_ekj4hfje
Content-Disposition: attachment; filename="xorg.conf.portrait"
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
Option "Mode" "Absolute"
Option "Button3" "2"
Option "Button2" "3"
Option "TPCButton" "on"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "Rotate" "CW"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "DPMS"
EndSection
Section "Device"
# The i810 driver under xorg-6.8.2 and earlier DO NOT support the
# Intel Integrated 915 chipset. Use the generic vesa driver on old
# versions.
# Driver "vesa"
Option "Rotate" "CW"
# Once the i810 supports the chipset, this section can be changed
# to use the new driver by using the appropriate Driver line
Identifier "Videocard0"
Driver "i810"
VendorName "Intel"
BoardName "Intel 915"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
------=_Part_15092_19304169.1141790374857--