Advertisement
Guest User

Xorg.conf Sabayon 3.6 Kernel

a guest
Dec 8th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.39 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 310.19  (buildmeister@swio-display-x86-rhel47-08.nvidia.com)  Thu Nov  8 02:09:12 PST 2012
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Main Layout"
  6.     Screen      0  "Screen 0" 0 0
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Module"
  12.     SubSection     "extmod"
  13.         Option         "omit xfree86-dga"
  14.     EndSubSection
  15.     Load           "i2c"
  16.     Load           "ddc"
  17.     Load           "vbe"
  18.     Load           "glx"
  19.     Load           "synaptics"
  20. EndSection
  21.  
  22. Section "ServerFlags"
  23.     Option         "AllowMouseOpenFail" "true"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.     # generated from default
  28.     Identifier     "Keyboard0"
  29.     Driver         "keyboard"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.     # generated from data in "/etc/conf.d/gpm"
  34.     Identifier     "Mouse0"
  35.     Driver         "mouse"
  36.     Option         "Protocol"
  37.     Option         "Device" "/dev/input/mice"
  38.     Option         "Emulate3Buttons" "no"
  39.     Option         "ZAxisMapping" "4 5"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     Identifier     "Generic Monitor"
  44.     HorizSync       28.0 - 80.0
  45.     VertRefresh     43.0 - 60.0
  46. EndSection
  47.  
  48. Section "Device"
  49.  
  50.     #BusID    "PCI:02:00"
  51.     #Option "RenderAccel" "on"
  52.     #Option "XAANoOffscreenPixmaps"
  53.     #Option "BusType" "PCI"
  54.     #Option "ColorTiling" "on"
  55.     #Option "EnablePageFlip" "on"
  56.     # UseEvents is causing segmentation faults with
  57.     # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
  58. #    #Option "UseEvents" "True"
  59.     Identifier     "SabayonVga0"
  60.     Driver         "nvidia"
  61. EndSection
  62.  
  63. Section "Screen"
  64.     Identifier     "Screen 0"
  65.     Device         "SabayonVga0"
  66.     Monitor        "Generic Monitor"
  67.     DefaultDepth    24
  68.     Option         "AddARGBGLXVisuals" "true"
  69.     Option         "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
  70.     SubSection     "Display"
  71.  
  72.         #Modes      "1024x768" "800x600" "640x480"
  73.         Viewport    0 0
  74.         Depth       8
  75.     EndSubSection
  76.     SubSection     "Display"
  77.  
  78.         #Modes      "1024x768" "800x600" "640x480"
  79.         Viewport    0 0
  80.         Depth       16
  81.     EndSubSection
  82.     SubSection     "Display"
  83.  
  84.         #Modes      "1024x768" "800x600" "640x480"
  85.         Viewport    0 0
  86.         Depth       24
  87.     EndSubSection
  88. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement