Advertisement
avathar

xorg.conf

Apr 23rd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. `Section "ServerLayout"`
  2.     `Identifier     "Layout0"`
  3.     `Screen      0  "Screen0" 0 0`
  4.     `InputDevice    "Keyboard0" "CoreKeyboard"`
  5.     `InputDevice    "Mouse0" "CorePointer"`
  6.     `Option         "Xinerama" "0"`
  7. `EndSection`
  8.  
  9.  
  10. `Section "Files"`
  11. `EndSection`
  12.  
  13.  
  14. `Section "Module"`
  15.     `Load           "dbe"`
  16.     `Load           "extmod"`
  17.     `Load           "type1"`
  18.     `Load           "freetype"`
  19.     `Load           "glx"`
  20. `EndSection`
  21.  
  22.  
  23. `Section "Monitor"`
  24.    `# HorizSync source: edid, VertRefresh source: edid`
  25.    `Identifier     "Monitor0"`
  26.     `VendorName     "Unknown"`
  27.     `ModelName      "Acer XV273K"`
  28.     `HorizSync       510.0 - 510.0`
  29.     `VertRefresh     48.0 - 120.0`
  30.     `Option         "DPMS"`
  31. `EndSection`
  32.  
  33.  
  34. `Section "Device"`
  35.    `Identifier     "Device0"`
  36.     `Driver         "nvidia"`
  37.     `VendorName     "NVIDIA Corporation"`
  38.     `BoardName      "GeForce RTX 2080 Ti"`
  39. `EndSection`
  40.  
  41.  
  42. `Section "Screen"`
  43.     `Identifier     "Screen0"`
  44.     `Device         "Device0"`
  45.     `Monitor        "Monitor0"`
  46.     `DefaultDepth    30`
  47.     `Option         "Stereo" "0"`
  48.     `Option         "nvidiaXineramaInfoOrder" "DFP-5"`
  49.     `Option         "metamodes" "DP-4: 3840x2160_120 +0+0"`
  50.     `Option         "SLI" "Off"`
  51.     `Option         "MultiGPU" "Off"`
  52.     `Option         "BaseMosaic" "off"`
  53.     `SubSection     "Display"`
  54.         `Depth       30`
  55.     `EndSubSection`
  56. `EndSection`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement