Advertisement
Guest User

Untitled

a guest
Jun 13th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. Section "Screen"
  2.     Identifier     "Screen0"
  3.     Device         "intelgpu0"
  4.     Monitor        "Monitor0"
  5.     DefaultDepth    24
  6.     Option         "TwinView" "0"
  7.     SubSection "Display"
  8.         Depth          24
  9.         Modes          "1920x1080_60.00"
  10.     EndSubSection
  11. EndSection
  12.  
  13. Section "Screen"
  14.     Identifier     "Screen1"
  15.     Device         "intelgpu1"
  16.     Monitor        "Monitor1"
  17.     DefaultDepth   24
  18.     Option         "TwinView" "0"
  19.     SubSection "Display"
  20.         Depth          24
  21.         Modes          "1920x1080_60.00"
  22.     EndSubSection
  23. EndSection
  24.  
  25. Section "Monitor"
  26.     Identifier     "Monitor0"
  27.     Option         "Enable" "true"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.     Identifier     "Monitor1"
  32.     Option         "Enable" "true"
  33. EndSection
  34.  
  35. Section "Device"
  36.     Identifier     "intelgpu0"
  37.     Driver         "intel"
  38.     Option         "XvMC" "true"
  39.     Option         "UseEvents" "true"
  40.     Option         "AccelMethod" "UXA"
  41.     BusID          "PCI:0:2:0"
  42. EndSection
  43.  
  44. Section "Device"
  45.     Identifier     "intelgpu1"
  46.     Driver         "intel"
  47.     Option         "XvMC" "true"
  48.     Option         "UseEvents" "true"
  49.     Option         "AccelMethod" "UXA"
  50.     BusID          "PCI:0:2:0"
  51. EndSection
  52.  
  53. Section "Device"
  54.     Identifier "nvidiagpu1"
  55.     Driver "nvidia"
  56.     BusID "PCI:0:1:0"
  57. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement