ASUS A6VC\xorg.conf
Da Slacky.eu.
Versione delle 09:05, 11 set 2006, autore: L1q1d (Discussione | contributi)
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "synaptics"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard0"
Option "XkbLayout" "it"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XKbOptions" " "
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
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.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 90.0
VertRefresh 60-60
Option "Ignore EDID" "1"
Option "dpms"
Option "CalcAlgorithm" "CheckDesktopGeometry"
ModeLine "1280x800" 87.09 1280 1336 1616 1728 800 802 814 840 -Hsync +Vsync
Modeline "En5100e" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
Modeline "DJ530" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
Modeline "TvOut" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
EndSection
############################################################################
# Screen Layouts
#
# To use a layout start X using the following options
# startx -- -layout "tvon" or "tvoff"
#
#----------------------------------------------
# Normal mode, do not display on the tv
Section "Device"
Identifier "tvoff"
Driver "nvidia"
VendorName "nVidia"
BoardName "GeForce Go 6200"
BusID "PCI:3:0:0"
VideoRam 131072
Option "NoLogo" "true"
Option "NvAGP" "1"
Option "Coolbits" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
Identifier "tvoff"
Device "tvoff"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "tvoff"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse1" "AlwaysCore"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "tvoff"
EndSection
#-----------------------------------------------
# Display both on the monitor and on the tv
Section "Device"
Identifier "tvon"
Driver "nvidia"
BusID "PCI:3:0:0"
Option "TwinView" "on"
Option "NvAGP" "1"
Option "ConnectedMonitor" "CRT , TV"
Option "TvOutFormat" "SVIDEO"
Option "TvStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "30-60"
Option "MetaModes" "En5100e,800x600"
EndSection
Section "Screen"
Identifier "tvon"
Device "tvon"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "tvon"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse1" "AlwaysCore"
Option "Clone" "on"
Option "Xinerama" "on"
Screen "tvon"
EndSection