Advertisement
Guest User

Untitled

a guest
May 15th, 2020
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. [9] INFO: # Xorg pre-start hook
  2. [9] INFO: Requested mode is: intel
  3. [9] INFO: Checking for GDM display servers
  4. [162] INFO: Available modules: ['nouveau']
  5. [162] INFO: Loading module bbswitch
  6. [162] ERROR: Cannot load bbswitch. Continuing anyways. Error is: module bbswitch is not available for current kernel. Is the corresponding package installed ?
  7. [162] INFO: Setting GPU power to OFF via bbswitch
  8. [162] ERROR: Xorg pre-start setup error
  9. Traceback (most recent call last):
  10. File "/usr/lib/python3.8/site-packages/optimus_manager/kernel.py", line 224, in _set_bbswitch_state
  11. with open("/proc/acpi/bbswitch", "w") as f:
  12. FileNotFoundError: [Errno 2] No such file or directory: '/proc/acpi/bbswitch'
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "/usr/lib/python3.8/site-packages/optimus_manager/hooks/pre_xorg_start.py", line 33, in main
  18. setup_kernel_state(config, prev_state, requested_mode)
  19. File "/usr/lib/python3.8/site-packages/optimus_manager/kernel.py", line 24, in setup_kernel_state
  20. _nvidia_down(config)
  21. File "/usr/lib/python3.8/site-packages/optimus_manager/kernel.py", line 72, in _nvidia_down
  22. _set_bbswitch_state("OFF")
  23. File "/usr/lib/python3.8/site-packages/optimus_manager/kernel.py", line 227, in _set_bbswitch_state
  24. raise KernelSetupError("Cannot open /proc/acpi/bbswitch")
  25. optimus_manager.kernel.KernelSetupError: Cannot open /proc/acpi/bbswitch
  26. [163] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
  27. [163] INFO: Writing state {'type': 'pre_xorg_start_failed', 'switch_id': '20200515T175609', 'requested_mode': 'intel'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement