Thulashi_d

My xorg config for Legion 5 Pro 16ACH6H

Nov 30th, 2021 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #File: /etc/X11/xorg.conf.d/20-amdgpu.conf
  2. Section "Monitor"
  3.     Identifier "eDP"
  4.     Modeline "2560x1600_165.00" 777.340  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync
  5.     Option "PreferredMode" "2560x1600_165.00"
  6.     DisplaySize 345 215
  7. EndSection
  8. Section "Device"
  9.      Identifier "amdgpu"
  10.      Driver "amdgpu"
  11.      Option "VariableRefresh" "on"
  12.      Option "DRI" "3"
  13. EndSection
  14. Section "Device"
  15.     Identifier "nvidia"
  16.     Driver "nvidia"
  17.     VendorName "NVIDIA Corporation"
  18.     BoardName "GeForce RTX 3060 Laptop GPU"
  19.     Option "AllowEmptyInitialConfiguration"
  20.     Option "HardDPMS" "on"
  21.     Option "TripleBuffer" "on"
  22. EndSection
Add Comment
Please, Sign In to add comment