Advertisement
Guest User

Untitled

a guest
Feb 4th, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. dmitry@dmitry-desktop ~ $ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig:  version 340.76  (buildmeister@swio-display-x86-rhel47-04)  Thu Jan 22 12:18:49 PST 2015
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "X.org Configured"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Mouse0" "CorePointer"
  9.     InputDevice    "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "Files"
  13.     ModulePath      "/usr/lib/xorg/modules"
  14.     FontPath        "/usr/share/fonts/misc/"
  15.     FontPath        "/usr/share/fonts/TTF/"
  16.     FontPath        "/usr/share/fonts/OTF/"
  17.     FontPath        "/usr/share/fonts/Type1/"
  18.     FontPath        "/usr/share/fonts/100dpi/"
  19.     FontPath        "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23.     Load           "glx"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.     Identifier     "Keyboard0"
  28.     Driver         "kbd"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.     Identifier     "Mouse0"
  33.     Driver         "mouse"
  34.     Option         "Protocol" "auto"
  35.     Option         "Device" "/dev/input/mice"
  36.     Option         "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.     Identifier     "Monitor0"
  41.     VendorName     "Monitor Vendor"
  42.     ModelName      "Monitor Model"
  43. EndSection
  44.  
  45. Section "Device"
  46.     Identifier     "Card0"
  47.     Driver         "nvidia"
  48. EndSection
  49.  
  50. Section "Screen"
  51.     Identifier     "Screen0"
  52.     Device         "Card0"
  53.     Monitor        "Monitor0"
  54.     DefaultDepth    24
  55.     SubSection     "Display"
  56.         Viewport    0 0
  57.         Depth       1
  58.     EndSubSection
  59.     SubSection     "Display"
  60.         Viewport    0 0
  61.         Depth       4
  62.     EndSubSection
  63.     SubSection     "Display"
  64.         Viewport    0 0
  65.         Depth       8
  66.     EndSubSection
  67.     SubSection     "Display"
  68.         Viewport    0 0
  69.         Depth       15
  70.     EndSubSection
  71.     SubSection     "Display"
  72.         Viewport    0 0
  73.         Depth       16
  74.     EndSubSection
  75.     SubSection     "Display"
  76.         Viewport    0 0
  77.         Depth       24
  78.     EndSubSection
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement