Advertisement
Guest User

Untitled

a guest
May 31st, 2021
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. Section "Monitor"
  2.   Identifier "Monitor0"
  3.   HorizSync 28.0-80.0
  4.   VertRefresh 48.0-75.0
  5.   # https://arachnoid.com/modelines/
  6.   # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
  7.   Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  8. EndSection
  9.  
  10. Section "Device"
  11.     Identifier     "Device0"
  12.     Driver         "nvidia"
  13.     VendorName     "NVIDIA Corporation"
  14.     BoardName      "GeForce GTX 1080"
  15.     BusID          "PCI:2:0:0"
  16. EndSection
  17.  
  18. Section "Screen"
  19.   DefaultDepth 24
  20.   Identifier "Screen0"
  21.   Device     "Device0"
  22.   Monitor "Monitor0"
  23.   SubSection "Display"
  24.     Depth 24
  25.     Modes "1920x1080_60.00"
  26.   EndSubSection
  27. EndSection
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement