# xorg.conf (Xorg X Window System server configuration file) # Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # RgbPath "/usr/X11R6/lib/X11/rgb" RgbPath "/etc/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # FontPath "/usr/X11R6/lib/X11/fonts/misc/" # FontPath "/usr/X11R6/lib/X11/fonts/TTF/" # FontPath "/usr/X11R6/lib/X11/fonts/Type1/" # FontPath "/usr/X11R6/lib/X11/fonts/CID/" # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/local/" # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" # FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" ModulePath "/usr/lib/xorg/modules" EndSection Section "Module" Load "i2c" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:caps" Option "XkbLayout" "us,ru" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "Emulate3Timeout" "100" Option "LeftEdge" "60" Option "RightEdge" "830" Option "TopEdge" "70" Option "BottomEdge" "650" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "50" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.50" Option "MaxSpeed" "0.9" Option "AccelFactor" "0.02" Option "EdgeMotionSpeed" "40" Option "UpDownScrolling" "1" Option "TouchpadOff" "0" Option "SHMConfig" "on" EndSection # TWINVIEW: Section "Device" Identifier "Card0" VendorName "NVIDIA Corporation" BoardName "GeForce Go 7400" BusID "PCI:1:0:0" Driver "nvidia" Option "RenderAccel" "true" Option "NvAGP" "1" Option "Coolbits" "1" Option "NoLogo" "true" Option "TwinView" Option "MetaModes" "CRT-0: 1280x800, DFP-0: 1280x800 ; CRT-0: 1024x768, DFP-0: 1024x768 ; CRT-0: 800x600, DFP-0: 800x600" Option "ConnectedMonitor" "DFP-0,CRT-0" Option "HorizSync" "CRT-0: 28-60;" Option "VertRefresh" "CRT-0: 43-60;" Option "UseEdidDpi" "DFP-0" Option "TwinViewOrientation" "Clone" EndSection Section "Monitor" # This is the Vaio's one Identifier "Monitor0" VendorName "Sony" ModelName "X-Black" Option "dpms" EndSection Section "Monitor" # This is the external generic monitor Identifier "Monitor1" Option "dpms" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" "CorePointer" InputDevice "Synaptics Touchpad" EndSection Section "ServerFlags" Option "DontZap" "false" Option "BlankTime" "5" Option "StandbyTime" "10" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "DRI" Mode 0666 EndSection