Advertisement
Guest User

Untitled

a guest
Dec 9th, 2010
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jul 13 13:31:50 PDT 2010
  4.  
  5. # Section "ServerFlags"
  6. # Option "ignoreABI" "True"
  7. # EndSection
  8.  
  9. Section "ServerLayout"
  10.     Identifier     "Layout0"
  11.     Screen      0  "Screen0" 0 0
  12.     InputDevice    "Keyboard0" "CoreKeyboard"
  13.     InputDevice    "Mouse0" "CorePointer"
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20.     Identifier     "Mouse0"
  21.     Driver         "mouse"
  22.     Option         "Protocol" "auto"
  23.     Option         "Device" "/dev/psaux"
  24.     Option         "Emulate3Buttons" "no"
  25.     Option         "ZAxisMapping" "5 4"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier     "Keyboard0"
  30.     Driver         "kbd"
  31. EndSection
  32.  
  33. Section "Monitor"
  34.     Identifier     "Monitor0"
  35.     VendorName     "Unknown"
  36.     ModelName      "Unknown"
  37.     HorizSync       30.0 - 110.0
  38.     VertRefresh     50.0 - 150.0
  39.     Option         "DPMS"
  40. EndSection
  41.  
  42. Section "Device"
  43.     Identifier     "Device0"
  44.     Driver         "nouveau"
  45.     VendorName     "nVidia Geforce 7025"
  46. EndSection
  47.  
  48. Section "Screen"
  49.     Identifier     "Screen0"
  50.     Device         "Device0"
  51.     Monitor        "Monitor0"
  52.     DefaultDepth    24
  53.     Option         "DynamicTwinView" "false"
  54.     Option         "AddARGBGLXVisuals" "True"
  55.     SubSection     "Display"
  56.         Depth       24
  57.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  58.     EndSubSection
  59. EndSection
  60.  
  61. Section "Extensions"
  62.     Option         "Composite" "Enable"
  63. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement