Advertisement
Nikoh77

Untitled

Apr 25th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Radeon"
  3. Driver "amdgpu"
  4. BusID "PCI:1:00:0"
  5. Screen 1
  6. EndSection
  7.  
  8. Section "Device"
  9. Identifier "Intel"
  10. Driver "i945"
  11. BusID "PCI:0:02:0"
  12. Screen 0
  13. EndSection
  14.  
  15. Section "Screen"
  16. Identifier "Screen0"
  17. Device "Intel"
  18. Monitor "CRT-TV"
  19. DefaultColorDepth 24
  20. SubSection "Display"
  21. Depth 24
  22. Modes "720x576x25.00"
  23. EndSubSection
  24. EndSection
  25.  
  26.  
  27. Section "Screen"
  28. Identifier "Screen1"
  29. Device "Radeon"
  30. Monitor "LCD-STANDARD"
  31. SubSection "Display"
  32. EndSubSection
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "CRT-TV"
  37. # 720x576x50.00 @ 15.625kHz
  38. ModeLine "720x576x25.00" 13.875000 720 744 808 888 576 586 592 625 -HSync -VSync interlace
  39. Modeline "720x288x50.08" 13.875000 720 744 808 888 288 293 296 312 -HSync -VSync
  40. Option "PreferredMode" "720x288x50.08"
  41. Option "DPMS" "true"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "LCD-STANDARD"
  46. Option "DPMS" "true"
  47. EndSection
  48.  
  49. Section "ServerLayout"
  50. Identifier "Main"
  51. Screen 0 "Screen0"
  52. Screen 1 "Screen1"
  53. Option "Xinerama" "1" # enable XINERAMA extension. Default is disabled.
  54. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement