HARDWARE Toshiba Satellite R20/xorg.conf
From Gentoo Linux Wiki
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
| File: xorg.conf |
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "SendCoreEvents"
#InputDevice "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
InputDevice "USB Mouse" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
Option "AIGLX" "true"
#No Synaptics touchpad found
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/kacst-fonts"
FontPath "/usr/share/fonts/sgi-fonts"
FontPath "/usr/share/fonts/unfonts"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection
Section "Module"
# Load "ddc"
# Load "vbe"
# Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Subsection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
# Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/misc/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "CorePointer" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Protocol" "event"
Option "CorePointer" "true"
Option "Device" "/dev/input/event2"
Option "UseShm" "true"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.50"
Option "MaxSpeed" "2.00"
Option "AccelFactor" "0.0060"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
# Option "Speed" "3.0"
# Option "Threshold" "2"
Option "Tilt" "on"
# Option "BottomX" "28570"
# Option "BottomY" "21430"
#Option "DebugLevel" "10"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "ForceDevice" "ISDV4"
Option "Type" "cursor"
# Option "Mode" "absolute"
EndSection
Section "InputDevice"
Option "Tilt" "on"
# #Option "TiltInvert" "on"
# Option "Threshold" "2"
# Option "BottomX" "28570"
# Option "BottomY" "21430"
# #Option "DebugLevel" "10"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "Button2" "3"
Option "Stylus2" "5"
# Option "Mode" "absolute"
EndSection
Section "InputDevice"
Option "Tilt" "on"
# #Option "TiltInvert" "on"
# Option "Threshold" "2"
# Option "BottomX" "28570"
# Option "BottomY" "21430"
#Option "DebugLevel" "10"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "ForceDevice" "ISDV4"
Option "Type" "eraser"
Option "Button2" "3"
#Option "Mode" "absolute"
EndSection
# Auto-generated by mkxf86config
Section "Monitor"
Identifier "LCD"
ModelName "Flat Panel"
DisplaySize 305 230
HorizSync 30-90
ModelName "1440X900@70HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 58-72
UseModes "Modes[0]"
EndSection
#Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
# Identifier "Card0"
# The following line is auto-generated by x11-misc/mkxf86config
# Driver "vesa"
# VendorName "All"
# BoardName "All"
# BusID "PCI:1:0:0"
#EndSection
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor" "yes"
Option "hw_cursor" "yes"
Option "NoAccel" "false"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate" "CCW"
Identifier "Card0"
# The following line is auto-generated by x11-misc/mkxf86config
Driver "i810"
VendorName "All"
BoardName "945 GM"
ChipSet "945GM"
Option "NoDDC"
Card "i810 945G"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
VideoRam 65536
Option "AGPSize" "32"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1440x900" 130.75 1440 1536 1688 1936 900 901 904 938
Modeline "1440x900" 105.75 1440 1488 1520 1600 900 903 909 931 +HSync -Vsync
Modeline "1366x768" 104.73 1368 1448 1592 1816 768 769 772 801
Modeline "1360x768" 85.50 1360 1408 1440 1520 768 771 776 794 +HSync -Vsync
Modeline "1280x800" 102.80 1280 1360 1496 1712 800 801 804 834
Modeline "1280x800" 84.50 1280 1328 1360 1440 800 803 809 828 +HSync -Vsync
Modeline "1152x864" 99.64 1152 1224 1344 1536 864 865 868 901
Modeline "1152x864" 83.25 1152 1200 1232 1312 864 867 871 894 +HSync -Vsync
Modeline "1280x768" 97.81 1280 1352 1488 1696 768 769 772 801
Modeline "1280x768" 81.00 1280 1328 1360 1440 768 771 778 794 +HSync -Vsync
Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801
Modeline "1024x768" 66.50 1024 1072 1104 1184 768 771 775 794 +HSync -Vsync
Modeline "1280x600" 75.00 1280 1336 1472 1664 600 601 604 626
Modeline "1280x600" 63.25 1280 1328 1360 1440 600 603 613 621 +HSync -Vsync
Modeline "1024x600" 59.86 1024 1072 1176 1328 600 601 604 626
Modeline "1024x600" 52.00 1024 1072 1104 1184 600 603 613 621 +HSync -Vsync
Modeline "800x600" 46.87 800 840 920 1040 600 601 604 626
Modeline "800x600" 42.25 800 848 880 960 600 603 607 621 +HSync -Vsync
Modeline "768x576" 42.93 768 800 880 992 576 577 580 601
Modeline "768x576" 39.25 768 816 848 928 576 579 583 596 +HSync -Vsync
Modeline "640x480" 29.43 640 664 728 816 480 481 484 501
Modeline "640x480" 28.00 640 688 720 800 480 483 487 497 +HSync -Vsync
Modeline "1440x900" 126.98 1440 1536 1688 1936 900 901 904 937
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LCD"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
EndSection
Section "DRI"
Group "audio"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "XEVIE" "Enable"
Option "RENDER" "Enable"
EndSection
|
