Advertisement
Guest User

Untitled

a guest
May 3rd, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 295.40  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Thu Apr  5 22:40:54 PDT 2012
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "X.org Configured"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Mouse0" "CorePointer"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12.     ModulePath      "/usr/lib/nvidia-current/xorg/"
  13.     FontPath        "/usr/share/fonts/X11/misc"
  14.     FontPath        "/usr/share/fonts/X11/cyrillic"
  15.     FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  16.     FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  17.     FontPath        "/usr/share/fonts/X11/Type1"
  18.     FontPath        "/usr/share/fonts/X11/100dpi"
  19.     FontPath        "/usr/share/fonts/X11/75dpi"
  20.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21.     FontPath        "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load           "dbe"
  26.     Load           "extmod"
  27.     Load           "record"
  28.     Load           "glx"
  29.     Load           "dri2"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.     Identifier     "Keyboard0"
  34.     Driver         "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.     Identifier     "Mouse0"
  39.     Driver         "mouse"
  40.     Option         "Protocol" "auto"
  41.     Option         "Device" "/dev/input/mice"
  42.     Option         "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.     Identifier     "Monitor0"
  47.     VendorName     "Monitor Vendor"
  48.     ModelName      "Monitor Model"
  49. EndSection
  50.  
  51. Section "Device"
  52.  
  53.         ### Available Driver options are:-
  54.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  55.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  56.         ### <percent>: "<f>%"
  57.         ### [arg]: arg optional
  58.     Identifier     "Card0"
  59.     Driver         "nvidia"
  60.     BusID          "PCI:2:0:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64.     Identifier     "Screen0"
  65.     Device         "Card0"
  66.     Monitor        "Monitor0"
  67.     SubSection     "Display"
  68.         Viewport    0 0
  69.     EndSubSection
  70. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement