Advertisement
xtiansimon

20-nvidia.conf

Nov 4th, 2017
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.93 KB | None | 0 0
  1. Section "Module"
  2.     Load "modesetting"
  3. EndSection
  4.  
  5. Section "Monitor"
  6.     Identifier     "Monitor0"
  7.     # 2880x1620 59.96 Hz (CVT 4.67M9) hsync: 100.67 kHz; pclk: 396.25 MHz
  8.     Modeline       "2880x1620_60.00"  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync
  9. EndSection
  10.  
  11. Section "Device"
  12.     Identifier     "Device0"
  13.     Driver         "nvidia"
  14.     VendorName     "NVIDIA Corporation"
  15.     BoardName      "NVIDIA Quadro K1100M"
  16.     BusID          "PCI:1:0:0"
  17.     Option         "AllowEmptyInitialConfiguration"
  18.     #Option    "DPI" "212x212"
  19.     Option     "DPI" "150x150"
  20.     Option         "RegistryDwords" "EnableBrightnessControl=1"
  21. EndSection
  22.  
  23. Section "Screen"
  24.     Identifier     "Screen0"
  25.     Device     "Device0"
  26.     Monitor        "Monitor0"
  27.     DefaultDepth   24
  28.     Subsection     "Display"
  29.     Viewport   0 0
  30.         Depth      24
  31.         Modes      "2880x1620_60.00"   
  32.     EndSubsection
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement