Guest User

Untitled

a guest
Sep 11th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ diff -u /usr/share/X11/xorg.conf.d/10-reform-etnaviv.conf /etc/X11/xorg.conf-orig
  2. --- /usr/share/X11/xorg.conf.d/10-reform-etnaviv.conf 2022-09-07 08:46:26.000000000 +0100
  3. +++ /etc/X11/xorg.conf-orig 2022-09-11 10:58:16.817259409 +0100
  4. @@ -1,7 +1,19 @@
  5. Section "Device"
  6. - Identifier "eDP-1"
  7. + Identifier "etnaviv"
  8. Driver "modesetting"
  9. - Option "kmsdev" "/dev/dri/card0"
  10. + Option "kmsdev" "/dev/dri/card1"
  11. Option "AccelMethod" "glamor"
  12. - Option "Atomic" "On"
  13. + Option "SWcursor" "off"
  14. + Option "ShadowFB" "off"
  15. + Option "PageFlip" "off"
  16. EndSection
  17. +
  18. +Section "ServerFlags"
  19. + Option "AutoAddGPU" "false"
  20. +EndSection
  21. +
  22. +Section "Files"
  23. + ModulePath "/usr/local/lib/xorg/modules"
  24. + ModulePath "/usr/local/lib/arm-linux-gnueabihf/xorg/modules"
  25. +EndSection
  26. +
  27.  
Advertisement
Add Comment
Please, Sign In to add comment