Advertisement
Guest User

Ubuntu - xorg.conf

a guest
Sep 7th, 2012
1,161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 295.33  (buildd@zirconium)  Fri Mar 30 13:43:34 UTC 2012
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10.     Option         "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18.     # generated from default
  19.     Identifier     "Mouse0"
  20.     Driver         "mouse"
  21.     Option         "Protocol" "auto"
  22.     Option         "Device" "/dev/psaux"
  23.     Option         "Emulate3Buttons" "no"
  24.     Option         "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29.     # generated from default
  30.     Identifier     "Keyboard0"
  31.     Driver         "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35.  
  36.     # HorizSync source: builtin, VertRefresh source: builtin
  37.     Identifier     "Monitor0"
  38.     VendorName     "Unknown"
  39.     ModelName      "CRT-0"
  40.     HorizSync       31.0 - 81.0
  41.     VertRefresh     56.0 - 76.0
  42.     Option         "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46.     Identifier     "Device0"
  47.     Driver         "nvidia"
  48.     VendorName     "NVIDIA Corporation"
  49.     BoardName      "GeForce 9400 GT"
  50. EndSection
  51.  
  52. Section "Screen"
  53.  
  54. # Removed Option "metamodes" "CRT-0: 1152x864_60 +1280+0, CRT-1: nvidia-auto-select +0+0"
  55. # Removed Option "metamodes" "CRT-0: 1152x864_60 +1280+0, CRT-1: nvidia-auto-select +0+0; CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1024+0"
  56. # Removed Option "metamodes" "CRT-0: 1280x1024_60 +1280+0, CRT-1: 1280x1024_60 +0+0;"
  57.     Identifier     "Screen0"
  58.     Device         "Device0"
  59.     Monitor        "Monitor0"
  60.     DefaultDepth    24
  61.     Option         "TwinViewXineramaInfoOrder" "CRT-1"
  62.     Option         "TwinView" "1"
  63.     Option         "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: 1280x1024 +0+0"
  64.     SubSection     "Display"
  65.         Depth       24
  66.     EndSubSection
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement