Advertisement
Guest User

Untitled

a guest
May 10th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. // uname -r
  2. [vexisu@PowerBook ~]$ uname -r
  3. 4.9.20-1-MANJARO
  4.  
  5. // pacman -Qs bbswitch
  6. [vexisu@PowerBook ~]$ pacman -Qs bbswitch
  7. local/linux49-bbswitch 0.8-18 (linux49-extramodules)
  8. kernel module allowing to switch dedicated graphics card on Optimus laptops
  9.  
  10.  
  11. // dmesg | grep bbswitch
  12. [vexisu@PowerBook ~]$ dmesg | grep bbswitch
  13. [ 3904.025894] bbswitch: loading out-of-tree module taints kernel.
  14. [ 3904.026431] bbswitch: version 0.8
  15. [ 3904.026440] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
  16. [ 3904.026448] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
  17. [ 3904.026477] bbswitch: failed to evaluate \_SB_.PCI0.PEG0.PEGP._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
  18. [ 3904.026495] bbswitch: failed to evaluate \_SB_.PCI0.PEG0.PEGP._DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
  19. [ 3904.026576] bbswitch: No suitable _DSM call found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement