Документ взят из кэша поисковой машины. Адрес оригинального документа : http://observ.pereplet.ru/images/evgeny/xorg.conf
Дата изменения: Mon Dec 10 22:06:06 2007
Дата индексирования: Mon Oct 1 20:55:14 2012
Кодировка: IBM-866

Поисковые слова: изучение луны
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "ru"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

####
#### Internal IBM X61t monitor
####


Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Screen 0
EndSection

Section "Monitor"
Identifier "IBM X61t"
Option "DPMS"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
# modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
# modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
# modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsyn
Gamma 1.0

EndSection

Section "Screen"
Identifier "IBM sceen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "IBM X61t"
DefaultDepth 24
SubSection "Display"
# Depth 24
# Virtual 1024 768
Modes "1024x768@60" "800x600@60" "800x600@56"
EndSubSection

EndSection


####
#### External BENQ T221WA [1680#1050] monitor
####


Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "UseFBDev" "true"
Screen 1
EndSection

Section "Monitor"
Identifier "BenQ T221WA"
Option "DPMS"
HorizSync 31-83
VertRefresh 55-76
EndSection

Section "Screen"
Identifier "BenQ sceen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "BenQ T221WA"
DefaultDepth 24
SubSection "Display"
Modes "1680x1050" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"

# Screen 0 "IBM screen" 0 0
# Screen "BenQ sceen" RightOf "IBM screen"
# Option "Xinerama" "On"

Screen 0 "IBM screen"
Screen 1 "BenQ sceen" RightOf "IBM screen"
Option "Xinerama" "true"

InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection


Section "DRI"
Mode 0666
EndSection


#Section "ServerFlags"
# Option тАЬXineramaтАЭ тАЬtrueтАЭ
# # Option тАЬDefaultServerLayoutтАЭ тАЬDualHeadтАЭ
#EndSection