# xorg.conf (X.Org 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 "InputDevice" # Identifier "Sony Vaio Keys" # Driver "evdev" # Option "Device" "/dev/input/by-id/acpi-sony_laptop-event-kbd" # Option "Name" "Sony Vaio Keys" # Option "XkbLayout" "evdev" # Option "XkbModel" "evdev" #EndSection #Section "Module" # Load "glx" # Load "dbe" # Load "dri" # Load "i2c" # Load "bitmap" # Load "ddc" # Load "extmod" # Load "freetype" # Load "int10" # Load "type1" # Load "vbe" # #Load "xtrap" # #Load "record" #EndSection # commented out by update-manager, HAL is now used #Section "InputDevice" # Identifier "Generic Keyboard" # Driver "kbd" # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" #EndSection # commented out by update-manager, HAL is now used #Section "InputDevice" # Identifier "Configured Mouse" # Driver "mouse" # Option "CorePointer" #EndSection # commented out by update-manager, HAL is now used #Section "InputDevice" # Identifier "Synaptics Touchpad" # Driver "synaptics" # Option "SendCoreEvents" "true" # Option "Device" "/dev/psaux" # Option "Protocol" "auto-dev" # Option "HorizEdgeScroll" "0" #EndSection #Section "Extensions" # Option "Composite" "disable" #EndSection # http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 # http://intellinuxgraphics.org/dualhead.html Section "ServerLayout" Identifier "Default Layout" Screen 0 "Default Screen" # Option "BlankTime" "30" Option "OffTime" "20" EndSection Section "Monitor" Identifier "LVDS" VendorName "Sony" ModelName "Vaio VGN-Z540" Option "DPMS" # Gamma 0.850 0.850 0.850 # xrandr --output LVDS --gamma 1.2:1.2:1.2 # Specifies a mode to be marked as the preferred initial mode of the # monitor. #Option "PreferredMode" "1024x768" # This optional entry specifies the position of the monitor within # the X screen. #Option "Position" "1024 0" # This optional entry specifies that the monitor should be ignored # entirely, and not reported through RandR. This is useful if the # hardware reports the presence of outputs that do not exist. #Option "Ignore" "true" EndSection Section "Monitor" Identifier "VGA" VendorName "ViewSonic" ModelName "ViewPanel VP150" Option "DPMS" # Gamma 0.700 0.700 0.700 # xrandr --output VGA --gamma 2.0:2.0:1.8 # Options LeftOf, RightOf, Above, Below specify monitors relative # position Option "LeftOf" "LVDS" # Specifies a mode to be marked as the preferred initial mode of the # monitor. #Option "PreferredMode" "1366x768" # This optional entry specifies whether the monitor should be # turned on at startup. By default, the server will attempt to # enable all connected monitors. #Option "Enable" "false" # This optional entry specifies the initial rotation of the given # monitor. Valid values for rotation are "normal", "left", "right", # and "inverted". # Option "Rotate" "left" # This optional entry specifies that the monitor should be ignored # entirely, and not reported through RandR. This is useful if the # hardware reports the presence of outputs that do not exist. #Option "Ignore" "true" EndSection #Section "Monitor" # Identifier "TV" # Option "Ignore" "true" #EndSection Section "Screen" Identifier "Default Screen" Monitor "LVDS" Device "stamina" # __SWITCH__ DefaultDepth 24 SubSection "Display" Depth 24 Modes "1366x768" "1360x768" "1024x768" "832x624" "800x600" "640x480" "720x400" "640x400" "640x350" #Viewport 0 0 # This optional entry specifies the virtual screen resolution to # be used. If this entry is not present, the virtual screen # resolution will be set to accommodate all the valid video # modes given in the Modes entry. There is a known issue that # DRI doesn't work on pre-965 if maximum is larger than # 2048x2048. #Virtual 2390 1536 #Virtual 1366 1536 Virtual 2390 768 EndSubSection EndSection Section "Device" Identifier "stamina" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)" BusID "PCI:0:2:0" #Option "AccelMethod" "XXA" # https://wiki.ubuntu.com/X/Troubleshooting/IntelPerformance # http://ubuntuforums.org/showthread.php?t=1130582 #Option "AccelMethod" "EXA" Option "AccelMethod" "UXA" Option "EXAOptimizeMigration" "true" Option "MigrationHeuristic" "greedy" Option "Tiling" "true" # Using the name of the output defined by the video driver plus the # identifier of a monitor section, one associates a monitor section # with an output by adding an option to the Device section in the # following format: Option "monitor-LVDS" "LVDS" Option "monitor-VGA" "VGA" #Option "monitor-TV" "TV" #Option "monitor-TMDS-1" "dvi" EndSection Section "Device" Identifier "speed" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 9300M GS" BusID "PCI:1:0:0" Option "NoLogo" "True" # Using the name of the output defined by the video driver plus the # identifier of a monitor section, one associates a monitor section # with an output by adding an option to the Device section in the # following format: Option "monitor-LVDS" "LVDS" Option "monitor-VGA" "VGA" #Option "monitor-TV" "TV" #Option "monitor-TMDS-1" "dvi" EndSection #Section "Module" # Load "glx" # Load "dri" #EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "Disable" #EndSection