# sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" 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" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbOptions" "lv3:ralt_switch" Option "XkbVariant" "mac" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Speed" "400" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "LeftEdge" "100" Option "RightEdge" "1100" Option "TopEdge" "50" Option "BottomEdge" "300" Option "FingerLow" "30" Option "FingerHigh" "40" Option "MaxTapMove" "100" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "MinSpeed" "0.15" Option "MaxSpeed" "0.90" Option "AccelFactor" "0.10" Option "VertScrollDelta" "25" EndSection ###################################################################### Section "ServerFlags" # Option "DefaultServerLayout" "Default Layout" #La misma que la original # Option "DefaultServerLayout" "Mirroring Piped" #Resoluciones =, no cambiar, OVERLAYS Option "DefaultServerLayout" "Clone Layout" #Resoluciones =, si cambiar, NO OVERLAYS # Option "DefaultServerLayout" "Xinerama Layout" #NO DIRECT RENDERING EndSection ###################################################################### Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Color LCD" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "1152x720" "1024x768" "1024x640" "800x600" "800x500" "720x480" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection ########################### Fin Default Layout ################################ ########################### Mirroring Piped ################################ Section "Device" Identifier "MonitorLayout Device" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "NONE,CRT+LFP" EndSection Section "Screen" Identifier "MonitorLayout Screen" Device "MonitorLayout Device" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Mirroring Piped" Screen "MonitorLayout Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection ####################### Fin Mirroring Piped ################################ ############################# Clone #################################### Section "Device" Identifier "Clone Device" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" Option "Clone" EndSection Section "Screen" Identifier "Clone Screen" Device "Clone Device" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Clone Layout" Screen "Clone Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection ############################# Fin Clone #################################### ############################# Xinerama #################################### Section "Device" Identifier "Xinerama Device" Driver "i810" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "Xinerama Device (2)" Driver "i810" BusID "PCI:0:2:0" Screen 1 Option "MonitorLayout" "CRT,LFP" EndSection Section "Screen" Identifier "Xinerama Screen" Device "Xinerama Device" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "Xinerama Screen (2)" Device "Xinerama Device (2)" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x800" EndSubSection EndSection Section "ServerLayout" Identifier "Xinerama Layout" Screen "Xinerama Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" # RightOf LeftOf Above Below Screen "Xinerama Screen (2)" RightOf "Xinerama Screen" Option "Xinerama" EndSection ########################## Fin Xinerama ############################### Section "DRI" Mode 0666 EndSection