Advertisement
Guest User

Untitled

a guest
May 10th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. // lsmod | grep fglrx nie wyrzuca nic
  2. [vexisu@PowerBook ~]$ lsmod | grep fglrx
  3.  
  4. // lsmod | grep radeon
  5. [vexisu@PowerBook ~]$ lsmod | grep radeon
  6. radeon 1478656 2
  7. ttm 86016 1 radeon
  8. drm_kms_helper 126976 2 radeon,i915
  9. drm 294912 11 radeon,i915,ttm,drm_kms_helper
  10. i2c_algo_bit 16384 2 radeon,i915
  11.  
  12. // Zawartość 90-mhwd.conf
  13. [vexisu@PowerBook ~]$ cat /etc/X11/xorg.conf.d/90-mhwd.conf
  14. ##
  15. ## Generated by mhwd - Manjaro Hardware Detection
  16. ##
  17.  
  18.  
  19. Section "Device"
  20. Identifier "Device0"
  21. Driver "intel"
  22. BusID "PCI:0:2:0"
  23. Option "AccelMethod" "sna"
  24. Option "DRI" "true"
  25. Option "DRI" "3"
  26. EndSection
  27.  
  28.  
  29. Section "DRI"
  30. Group "video"
  31. Mode 0666
  32. EndSection
  33.  
  34.  
  35. Section "Extensions"
  36. Option "Composite" "Enable"
  37. Option "RENDER" "Enable"
  38. EndSection
  39.  
  40.  
  41. Section "InputClass"
  42. Identifier "Keyboard Defaults"
  43. MatchIsKeyboard "yes"
  44. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  45. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement