You are not logged in.
I recently installed Arch on my Asus laptop. So far, everything works great and i3 happily runs my graphical interface on CPU graphics (an AMD Ryzen 7 chip).
$ uname -a
Linux W0RMACH1NE 6.9.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 x86_64 GNU/Linux
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] (rev c1)Since I also have a NVIDIA GeForce 1650 card in my laptop, I looked for a way to run some applications demanding more graphical juice and installed Bumblebee.
However, the daemon cannot detect my AMD card and crashes when I start it.
$ journalctl -u bumblebeed
Jun 02 13:03:39 W0RMACH1NE bumblebeed[4349]: [ 1457.146622] [ERROR]No integrated video card found, quitting.
Jun 02 13:03:39 W0RMACH1NE systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
Jun 02 13:03:39 W0RMACH1NE systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
Jun 02 13:04:39 W0RMACH1NE systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 25.
Jun 02 13:04:39 W0RMACH1NE systemd[1]: Started Bumblebee C Daemon.
Jun 02 13:04:39 W0RMACH1NE bumblebeed[4354]: [ 1517.393909] [ERROR]No integrated video card found, quitting.
Jun 02 13:04:39 W0RMACH1NE systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
Jun 02 13:04:39 W0RMACH1NE systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
Jun 02 13:05:40 W0RMACH1NE systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 26.
Jun 02 13:05:40 W0RMACH1NE systemd[1]: Started Bumblebee C Daemon.
Jun 02 13:05:40 W0RMACH1NE bumblebeed[4358]: [ 1577.652536] [ERROR]No integrated video card found, quitting.
Jun 02 13:05:40 W0RMACH1NE systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
Jun 02 13:05:40 W0RMACH1NE systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
Jun 02 13:06:40 W0RMACH1NE systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 27.
Jun 02 13:06:40 W0RMACH1NE systemd[1]: Started Bumblebee C Daemon.
Jun 02 13:06:40 W0RMACH1NE bumblebeed[4383]: [ 1637.905356] [ERROR]No integrated video card found, quitting.
Jun 02 13:06:40 W0RMACH1NE systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
Jun 02 13:06:40 W0RMACH1NE systemd[1]: bumblebeed.service: Failed with result 'exit-code'./etc/bumblebee/bumblebee.conf
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
[driver-ati]
KernelDriver=amdgpu
PMMethod=auto
LibraryPath=/usr/lib/xorg/modules/drivers
XorgModulePath=/usr/lib/xorg/modules/var/log/Xorg.0.log
[ 30.334]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 30.334] Current Operating System: Linux W0RMACH1NE 6.9.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 x86_64
[ 30.334] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=544db897-8152-4312-ae85-d688c918597e rw loglevel=3 quiet
[ 30.334]
[ 30.334] Current version of pixman: 0.43.4
[ 30.334] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 30.334] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.335] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 2 12:39:52 2024
[ 30.339] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 30.340] (==) No Layout section. Using the first Screen section.
[ 30.340] (==) No screen section available. Using defaults.
[ 30.340] (**) |-->Screen "Default Screen Section" (0)
[ 30.340] (**) | |-->Monitor "<default monitor>"
[ 30.340] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 30.340] (**) Allowing byte-swapped clients
[ 30.340] (==) Automatically adding devices
[ 30.340] (==) Automatically enabling devices
[ 30.340] (==) Automatically adding GPU devices
[ 30.340] (==) Automatically binding GPU devices
[ 30.340] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 30.341] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 30.341] Entry deleted from font path.
[ 30.341] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 30.341] Entry deleted from font path.
[ 30.341] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 30.341] Entry deleted from font path.
[ 30.341] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 30.341] Entry deleted from font path.
[ 30.342] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 30.342] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 30.342] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 30.342] (II) Module ABI versions:
[ 30.342] X.Org ANSI C Emulation: 0.4
[ 30.342] X.Org Video Driver: 25.2
[ 30.342] X.Org XInput driver : 24.4
[ 30.342] X.Org Server Extension : 10.0
[ 30.343] (++) using VT number 1
[ 30.345] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 30.347] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 30.347] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[ 30.348] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 30.348] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 30.348] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card2
[ 30.349] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[ 30.354] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 30.359] (--) PCI: (1@0:0:0) 10de:1f91:1043:109f rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 30.359] (--) PCI:*(5@0:0:0) 1002:15d8:1043:18f1 rev 193, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7500000/524288, I/O @ 0x0000c000/256
[ 30.359] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 30.359] (II) LoadModule: "glx"
[ 30.361] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 30.368] (II) Module glx: vendor="X.Org Foundation"
[ 30.368] compiled for 1.21.1.13, module version = 1.0.0
[ 30.368] ABI class: X.Org Server Extension, version 10.0
[ 30.368] (II) Applying OutputClass "AMDgpu" to /dev/dri/card2
[ 30.368] loading driver: amdgpu
[ 30.368] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 30.368] loading driver: nvidia
[ 30.368] (==) Matched amdgpu as autoconfigured driver 0
[ 30.368] (==) Matched ati as autoconfigured driver 1
[ 30.368] (==) Matched nvidia as autoconfigured driver 2
[ 30.368] (==) Matched nouveau as autoconfigured driver 3
[ 30.368] (==) Matched nv as autoconfigured driver 4
[ 30.368] (==) Matched modesetting as autoconfigured driver 5
[ 30.368] (==) Matched fbdev as autoconfigured driver 6
[ 30.368] (==) Matched vesa as autoconfigured driver 7
[ 30.368] (==) Assigned the driver to the xf86ConfigLayout
[ 30.368] (II) LoadModule: "amdgpu"
[ 30.369] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 30.373] (II) Module amdgpu: vendor="X.Org Foundation"
[ 30.373] compiled for 1.21.1.11, module version = 23.0.0
[ 30.373] Module class: X.Org Video Driver
[ 30.373] ABI class: X.Org Video Driver, version 25.2
[ 30.373] (II) LoadModule: "ati"
[ 30.373] (WW) Warning, couldn't open module ati
[ 30.373] (EE) Failed to load module "ati" (module does not exist, 0)
[ 30.373] (II) LoadModule: "nvidia"
[ 30.373] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 30.380] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 30.380] compiled for 1.6.99.901, module version = 1.0.0
[ 30.380] Module class: X.Org Video Driver
[ 30.380] (II) LoadModule: "nouveau"
[ 30.380] (WW) Warning, couldn't open module nouveau
[ 30.380] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 30.380] (II) LoadModule: "nv"
[ 30.381] (WW) Warning, couldn't open module nv
[ 30.381] (EE) Failed to load module "nv" (module does not exist, 0)
[ 30.381] (II) LoadModule: "modesetting"
[ 30.381] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 30.382] (II) Module modesetting: vendor="X.Org Foundation"
[ 30.382] compiled for 1.21.1.13, module version = 1.21.1
[ 30.382] Module class: X.Org Video Driver
[ 30.382] ABI class: X.Org Video Driver, version 25.2
[ 30.382] (II) LoadModule: "fbdev"
[ 30.382] (WW) Warning, couldn't open module fbdev
[ 30.382] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 30.382] (II) LoadModule: "vesa"
[ 30.382] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 30.383] (II) Module vesa: vendor="X.Org Foundation"
[ 30.383] compiled for 1.21.1.11, module version = 2.6.0
[ 30.383] Module class: X.Org Video Driver
[ 30.383] ABI class: X.Org Video Driver, version 25.2
[ 30.383] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 30.383] (II) NVIDIA dlloader X Driver 550.78 Sun Apr 14 06:27:13 UTC 2024
[ 30.383] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 30.383] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 30.383] (II) VESA: driver for VESA chipsets: vesa
[ 30.387] (WW) Falling back to old probe method for modesetting
[ 30.388] (EE) open /dev/dri/card0: No such file or directory
[ 30.388] (II) systemd-logind: releasing fd for 226:1
[ 30.389] (II) Loading sub module "fb"
[ 30.389] (II) LoadModule: "fb"
[ 30.389] (II) Module "fb" already built-in
[ 30.389] (II) Loading sub module "wfb"
[ 30.389] (II) LoadModule: "wfb"
[ 30.389] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 30.390] (II) Module wfb: vendor="X.Org Foundation"
[ 30.390] compiled for 1.21.1.13, module version = 1.0.0
[ 30.390] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.392] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 30.392] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 30.392] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 30.392] (==) AMDGPU(0): Default visual is TrueColor
[ 30.392] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card2
[ 30.392] (==) AMDGPU(0): RGB weight 888
[ 30.392] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 30.392] (--) AMDGPU(0): Chipset: "AMD Radeon Vega 10 Graphics" (ChipID = 0x15d8)
[ 30.392] (II) Loading sub module "fb"
[ 30.392] (II) LoadModule: "fb"
[ 30.392] (II) Module "fb" already built-in
[ 30.392] (II) Loading sub module "dri2"
[ 30.392] (II) LoadModule: "dri2"
[ 30.392] (II) Module "dri2" already built-in
[ 30.627] (II) Loading sub module "glamoregl"
[ 30.627] (II) LoadModule: "glamoregl"
[ 30.628] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 30.636] (II) Module glamoregl: vendor="X.Org Foundation"
[ 30.636] compiled for 1.21.1.13, module version = 1.0.1
[ 30.636] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.773] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Vega 10 Graphics (radeonsi, raven, LLVM 17.0.6, DRM 3.57, 6.9.3-arch1-1)
[ 30.773] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 30.773] (==) AMDGPU(0): TearFree property default: auto
[ 30.773] (==) AMDGPU(0): VariableRefresh: disabled
[ 30.773] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 30.773] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 30.777] (II) AMDGPU(0): Output eDP has no monitor section
[ 30.794] (II) AMDGPU(0): EDID for output eDP
[ 30.794] (II) AMDGPU(0): Manufacturer: CMN Model: 15e7 Serial#: 0
[ 30.794] (II) AMDGPU(0): Year: 2020 Week: 42
[ 30.794] (II) AMDGPU(0): EDID Version: 1.4
[ 30.794] (II) AMDGPU(0): Digital Display Input
[ 30.794] (II) AMDGPU(0): 8 bits per channel
[ 30.794] (II) AMDGPU(0): Digital interface is DisplayPort
[ 30.794] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 30.794] (II) AMDGPU(0): Gamma: 2.20
[ 30.794] (II) AMDGPU(0): No DPMS capabilities specified
[ 30.794] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 30.794] (II) AMDGPU(0): First detailed timing is preferred mode
[ 30.794] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 30.794] (II) AMDGPU(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 30.794] (II) AMDGPU(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 30.794] (II) AMDGPU(0): Manufacturer's mask: 0
[ 30.794] (II) AMDGPU(0): Supported detailed timing:
[ 30.794] (II) AMDGPU(0): clock: 152.8 MHz Image Size: 344 x 193 mm
[ 30.794] (II) AMDGPU(0): h_active: 1920 h_sync: 2000 h_sync_end 2054 h_blank_end 2250 h_border: 0
[ 30.794] (II) AMDGPU(0): v_active: 1080 v_sync: 1086 v_sync_end 1094 v_blanking: 1132 v_border: 0
[ 30.794] (II) AMDGPU(0): N156HCA-EAB
[ 30.794] (II) AMDGPU(0): CMN
[ 30.794] (II) AMDGPU(0): N156HCA-EAB
[ 30.794] (II) AMDGPU(0): EDID (in hex):
[ 30.794] (II) AMDGPU(0): 00ffffffffffff000daee71500000000
[ 30.794] (II) AMDGPU(0): 2a1e0104a52213780228659759548e27
[ 30.794] (II) AMDGPU(0): 1e505400000001010101010101010101
[ 30.794] (II) AMDGPU(0): 010101010101b43b804a713834405036
[ 30.794] (II) AMDGPU(0): 680058c110000018000000fe004e3135
[ 30.794] (II) AMDGPU(0): 364843412d4541420a20000000fe0043
[ 30.794] (II) AMDGPU(0): 4d4e0a202020202020202020000000fe
[ 30.794] (II) AMDGPU(0): 004e3135364843412d4541420a2000a5
[ 30.794] (II) AMDGPU(0): Printing probed modes for output eDP
[ 30.794] (II) AMDGPU(0): Modeline "1920x1080"x60.0 152.84 1920 2000 2054 2250 1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[ 30.794] (II) AMDGPU(0): Modeline "1680x1050"x60.0 152.84 1680 2000 2054 2250 1050 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "1280x1024"x60.0 152.84 1280 2000 2054 2250 1024 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "1440x900"x60.0 152.84 1440 2000 2054 2250 900 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "1280x800"x60.0 152.84 1280 2000 2054 2250 800 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "1280x720"x60.0 152.84 1280 2000 2054 2250 720 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "1024x768"x60.0 152.84 1024 2000 2054 2250 768 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "800x600"x60.0 152.84 800 2000 2054 2250 600 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Modeline "640x480"x60.0 152.84 640 2000 2054 2250 480 1086 1094 1132 -hsync -vsync (67.9 kHz e)
[ 30.794] (II) AMDGPU(0): Output eDP connected
[ 30.794] (II) AMDGPU(0): Using exact sizes for initial modes
[ 30.794] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 30.794] (II) AMDGPU(0): mem size init: gart size :1b204e000 vram size: s:7e049000 visible:7e049000
[ 30.794] (==) AMDGPU(0): DPI set to (96, 96)
[ 30.794] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 30.794] (II) Loading sub module "ramdac"
[ 30.794] (II) LoadModule: "ramdac"
[ 30.794] (II) Module "ramdac" already built-in
[ 30.794] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 30.794] (==) NVIDIA(G0): RGB weight 888
[ 30.794] (==) NVIDIA(G0): Default visual is TrueColor
[ 30.794] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 30.795] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 30.795] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 30.795] (**) NVIDIA(G0): Enabling 2D acceleration
[ 30.795] (II) Loading sub module "glxserver_nvidia"
[ 30.795] (II) LoadModule: "glxserver_nvidia"
[ 30.795] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 30.855] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 30.855] compiled for 1.6.99.901, module version = 1.0.0
[ 30.855] Module class: X.Org Server Extension
[ 30.855] (II) NVIDIA GLX Module 550.78 Sun Apr 14 06:29:36 UTC 2024
[ 30.856] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 31.643] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 31.643] (--) NVIDIA(0): DFP-0
[ 31.645] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU117-A) at PCI:1:0:0
[ 31.645] (II) NVIDIA(G0): (GPU-0)
[ 31.645] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 31.645] (--) NVIDIA(G0): VideoBIOS: 90.17.4c.00.23
[ 31.645] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 31.646] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 31.646] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 31.646] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 31.646] (--) NVIDIA(GPU-0):
[ 31.654] (II) NVIDIA(G0): Validated MetaModes:
[ 31.654] (II) NVIDIA(G0): "NULL"
[ 31.654] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 31.654] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 31.654] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 31.654] (II) UnloadModule: "modesetting"
[ 31.654] (II) Unloading modesetting
[ 31.654] (II) UnloadModule: "vesa"
[ 31.654] (II) Unloading vesa
[ 31.654] (II) AMDGPU(0): [DRI2] Setup complete
[ 31.654] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 31.654] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 31.781] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 31.783] (II) AMDGPU(0): SYNC extension fences enabled
[ 31.783] (II) AMDGPU(0): Present extension enabled
[ 31.783] (==) AMDGPU(0): DRI3 enabled
[ 31.783] (==) AMDGPU(0): Backing store enabled
[ 31.783] (II) AMDGPU(0): Direct rendering enabled
[ 31.827] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 31.827] (II) AMDGPU(0): Acceleration enabled
[ 31.827] (==) AMDGPU(0): DPMS enabled
[ 31.827] (==) AMDGPU(0): Silken mouse enabled
[ 31.827] (II) AMDGPU(0): Set up textured video (glamor)
[ 31.840] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 31.841] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 31.841] (II) NVIDIA: access.
[ 31.854] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 31.854] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 31.854] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 31.854] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 31.854] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 31.854] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 31.854] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 31.854] (II) NVIDIA(G0): Config Options in the README.
[ 31.887] (II) NVIDIA(G0): Setting mode "NULL"
[ 31.908] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 31.908] (==) NVIDIA(G0): Backing store enabled
[ 31.908] (==) NVIDIA(G0): Silken mouse enabled
[ 31.908] (==) NVIDIA(G0): DPMS enabled
[ 31.909] (II) Loading sub module "dri2"
[ 31.909] (II) LoadModule: "dri2"
[ 31.909] (II) Module "dri2" already built-in
[ 31.909] (II) NVIDIA(G0): [DRI2] Setup complete
[ 31.909] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 31.909] (II) Initializing extension Generic Event Extension
[ 31.909] (II) Initializing extension SHAPE
[ 31.909] (II) Initializing extension MIT-SHM
[ 31.910] (II) Initializing extension XInputExtension
[ 31.910] (II) Initializing extension XTEST
[ 31.910] (II) Initializing extension BIG-REQUESTS
[ 31.910] (II) Initializing extension SYNC
[ 31.910] (II) Initializing extension XKEYBOARD
[ 31.910] (II) Initializing extension XC-MISC
[ 31.910] (II) Initializing extension SECURITY
[ 31.910] (II) Initializing extension XFIXES
[ 31.910] (II) Initializing extension RENDER
[ 31.911] (II) Initializing extension RANDR
[ 31.911] (II) Initializing extension COMPOSITE
[ 31.911] (II) Initializing extension DAMAGE
[ 31.911] (II) Initializing extension MIT-SCREEN-SAVER
[ 31.911] (II) Initializing extension DOUBLE-BUFFER
[ 31.911] (II) Initializing extension RECORD
[ 31.911] (II) Initializing extension DPMS
[ 31.911] (II) Initializing extension Present
[ 31.912] (II) Initializing extension DRI3
[ 31.912] (II) Initializing extension X-Resource
[ 31.912] (II) Initializing extension XVideo
[ 31.912] (II) Initializing extension XVideo-MotionCompensation
[ 31.912] (II) Initializing extension GLX
[ 31.912] (II) Initializing extension GLX
[ 31.912] (II) Indirect GLX disabled.
[ 31.920] (II) AIGLX: Loaded and initialized radeonsi
[ 31.920] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 31.920] (II) Initializing extension XFree86-VidModeExtension
[ 31.920] (II) Initializing extension XFree86-DGA
[ 31.920] (II) Initializing extension XFree86-DRI
[ 31.920] (II) Initializing extension DRI2
[ 31.920] (II) Initializing extension NV-GLX
[ 31.920] (II) Initializing extension NV-CONTROL
[ 31.921] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 32.099] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 32.099] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 32.099] (II) LoadModule: "libinput"
[ 32.099] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 32.104] (II) Module libinput: vendor="X.Org Foundation"
[ 32.104] compiled for 1.21.1.8, module version = 1.4.0
[ 32.104] Module class: X.Org XInput Driver
[ 32.104] ABI class: X.Org XInput driver, version 24.4
[ 32.104] (II) Using input driver 'libinput' for 'Power Button'
[ 32.105] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
[ 32.105] (**) Power Button: always reports core events
[ 32.105] (**) Option "Device" "/dev/input/event3"
[ 32.114] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 32.114] (II) event3 - Power Button: device is a keyboard
[ 32.114] (II) event3 - Power Button: device removed
[ 32.114] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 32.114] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 32.115] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 32.115] (II) event3 - Power Button: device is a keyboard
[ 32.116] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event7)
[ 32.116] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 32.116] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 32.118] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[ 32.118] (**) Asus Wireless Radio Control: always reports core events
[ 32.118] (**) Option "Device" "/dev/input/event7"
[ 32.119] (II) event7 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 32.119] (II) event7 - Asus Wireless Radio Control: device is a keyboard
[ 32.119] (II) event7 - Asus Wireless Radio Control: device removed
[ 32.119] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input16/event7"
[ 32.119] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 32.120] (II) event7 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 32.120] (II) event7 - Asus Wireless Radio Control: device is a keyboard
[ 32.121] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 32.121] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 32.121] (II) Using input driver 'libinput' for 'Video Bus'
[ 32.122] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[ 32.122] (**) Video Bus: always reports core events
[ 32.122] (**) Option "Device" "/dev/input/event4"
[ 32.124] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 32.124] (II) event4 - Video Bus: device is a keyboard
[ 32.124] (II) event4 - Video Bus: device removed
[ 32.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input4/event4"
[ 32.124] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 32.126] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 32.126] (II) event4 - Video Bus: device is a keyboard
[ 32.127] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 32.127] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 32.127] (II) Using input driver 'libinput' for 'Power Button'
[ 32.128] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 49 paused 0
[ 32.128] (**) Power Button: always reports core events
[ 32.128] (**) Option "Device" "/dev/input/event0"
[ 32.129] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 32.129] (II) event0 - Power Button: device is a keyboard
[ 32.129] (II) event0 - Power Button: device removed
[ 32.129] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 32.129] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 32.130] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 32.130] (II) event0 - Power Button: device is a keyboard
[ 32.131] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 32.131] (II) No input driver specified, ignoring this device.
[ 32.131] (II) This device may have been added with another device file.
[ 32.132] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 32.132] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 32.132] (II) Using input driver 'libinput' for 'Sleep Button'
[ 32.133] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 50 paused 0
[ 32.133] (**) Sleep Button: always reports core events
[ 32.133] (**) Option "Device" "/dev/input/event2"
[ 32.134] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 32.134] (II) event2 - Sleep Button: device is a keyboard
[ 32.134] (II) event2 - Sleep Button: device removed
[ 32.134] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 32.134] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 32.135] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 32.135] (II) event2 - Sleep Button: device is a keyboard
[ 32.136] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 32.136] (II) No input driver specified, ignoring this device.
[ 32.136] (II) This device may have been added with another device file.
[ 32.137] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 32.137] (II) No input driver specified, ignoring this device.
[ 32.137] (II) This device may have been added with another device file.
[ 32.137] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 32.137] (II) No input driver specified, ignoring this device.
[ 32.137] (II) This device may have been added with another device file.
[ 32.138] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 32.138] (II) No input driver specified, ignoring this device.
[ 32.138] (II) This device may have been added with another device file.
[ 32.139] (II) config/udev: Adding input device Logitech M510 (/dev/input/event6)
[ 32.139] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[ 32.139] (II) Using input driver 'libinput' for 'Logitech M510'
[ 32.141] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[ 32.141] (**) Logitech M510: always reports core events
[ 32.141] (**) Option "Device" "/dev/input/event6"
[ 32.143] (II) event6 - Logitech M510: is tagged by udev as: Mouse
[ 32.144] (II) event6 - Logitech M510: device is a pointer
[ 32.144] (II) event6 - Logitech M510: device removed
[ 32.144] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.144] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.144] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4051.0004/input/input15/event6"
[ 32.144] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 11)
[ 32.144] (**) Option "AccelerationScheme" "none"
[ 32.144] (**) Logitech M510: (accel) selected scheme none/0
[ 32.144] (**) Logitech M510: (accel) acceleration factor: 2.000
[ 32.144] (**) Logitech M510: (accel) acceleration threshold: 4
[ 32.146] (II) event6 - Logitech M510: is tagged by udev as: Mouse
[ 32.147] (II) event6 - Logitech M510: device is a pointer
[ 32.148] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse0)
[ 32.148] (II) No input driver specified, ignoring this device.
[ 32.148] (II) This device may have been added with another device file.
[ 32.149] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event16)
[ 32.149] (II) No input driver specified, ignoring this device.
[ 32.149] (II) This device may have been added with another device file.
[ 32.149] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event17)
[ 32.149] (II) No input driver specified, ignoring this device.
[ 32.149] (II) This device may have been added with another device file.
[ 32.150] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/event10)
[ 32.150] (**) ELAN1200:00 04F3:30BA Mouse: Applying InputClass "libinput pointer catchall"
[ 32.150] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Mouse'
[ 32.151] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 52 paused 0
[ 32.152] (**) ELAN1200:00 04F3:30BA Mouse: always reports core events
[ 32.152] (**) Option "Device" "/dev/input/event10"
[ 32.153] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[ 32.154] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[ 32.154] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device removed
[ 32.154] (II) libinput: ELAN1200:00 04F3:30BA Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.154] (II) libinput: ELAN1200:00 04F3:30BA Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.154] (II) libinput: ELAN1200:00 04F3:30BA Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.155] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0005/input/input21/event10"
[ 32.155] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Mouse" (type: MOUSE, id 12)
[ 32.155] (**) Option "AccelerationScheme" "none"
[ 32.155] (**) ELAN1200:00 04F3:30BA Mouse: (accel) selected scheme none/0
[ 32.155] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration factor: 2.000
[ 32.155] (**) ELAN1200:00 04F3:30BA Mouse: (accel) acceleration threshold: 4
[ 32.156] (II) event10 - ELAN1200:00 04F3:30BA Mouse: is tagged by udev as: Mouse Pointingstick
[ 32.157] (II) event10 - ELAN1200:00 04F3:30BA Mouse: device is a pointer
[ 32.158] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Mouse (/dev/input/mouse1)
[ 32.158] (II) No input driver specified, ignoring this device.
[ 32.158] (II) This device may have been added with another device file.
[ 32.159] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/event11)
[ 32.159] (**) ELAN1200:00 04F3:30BA Touchpad: Applying InputClass "libinput touchpad catchall"
[ 32.159] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:30BA Touchpad'
[ 32.161] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[ 32.161] (**) ELAN1200:00 04F3:30BA Touchpad: always reports core events
[ 32.161] (**) Option "Device" "/dev/input/event11"
[ 32.162] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[ 32.165] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[ 32.165] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device removed
[ 32.165] (II) libinput: ELAN1200:00 04F3:30BA Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.165] (II) libinput: ELAN1200:00 04F3:30BA Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.165] (II) libinput: ELAN1200:00 04F3:30BA Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.165] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:30BA.0005/input/input22/event11"
[ 32.165] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:30BA Touchpad" (type: TOUCHPAD, id 13)
[ 32.167] (**) Option "AccelerationScheme" "none"
[ 32.168] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) selected scheme none/0
[ 32.168] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration factor: 2.000
[ 32.168] (**) ELAN1200:00 04F3:30BA Touchpad: (accel) acceleration threshold: 4
[ 32.169] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: is tagged by udev as: Touchpad
[ 32.171] (II) event11 - ELAN1200:00 04F3:30BA Touchpad: device is a touchpad
[ 32.173] (II) config/udev: Adding input device ELAN1200:00 04F3:30BA Touchpad (/dev/input/mouse2)
[ 32.173] (II) No input driver specified, ignoring this device.
[ 32.173] (II) This device may have been added with another device file.
[ 32.173] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[ 32.173] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 32.173] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 32.174] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 54 paused 0
[ 32.174] (**) Asus WMI hotkeys: always reports core events
[ 32.174] (**) Option "Device" "/dev/input/event9"
[ 32.175] (II) event9 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 32.176] (II) event9 - Asus WMI hotkeys: device is a keyboard
[ 32.176] (II) event9 - Asus WMI hotkeys: device removed
[ 32.176] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input20/event9"
[ 32.176] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[ 32.177] (II) event9 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 32.177] (II) event9 - Asus WMI hotkeys: device is a keyboard
[ 32.178] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 32.178] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 32.178] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 32.179] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 55 paused 0
[ 32.179] (**) AT Translated Set 2 keyboard: always reports core events
[ 32.179] (**) Option "Device" "/dev/input/event5"
[ 32.180] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 32.180] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 32.182] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 32.182] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 32.182] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 32.183] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 32.183] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 32.185] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 32.185] (II) No input driver specified, ignoring this device.
[ 32.185] (II) This device may have been added with another device file.
[ 329.560] (II) config/udev: Adding input device Harman International Inc JBL Quantum610 Wireless Consumer Control (/dev/input/event18)
[ 329.560] (**) Harman International Inc JBL Quantum610 Wireless Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 329.560] (II) Using input driver 'libinput' for 'Harman International Inc JBL Quantum610 Wireless Consumer Control'
[ 329.561] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 77 paused 0
[ 329.561] (**) Harman International Inc JBL Quantum610 Wireless Consumer Control: always reports core events
[ 329.561] (**) Option "Device" "/dev/input/event18"
[ 329.563] (II) event18 - Harman International Inc JBL Quantum610 Wireless Consumer Control: is tagged by udev as: Keyboard
[ 329.563] (II) event18 - Harman International Inc JBL Quantum610 Wireless Consumer Control: device is a keyboard
[ 329.564] (II) event18 - Harman International Inc JBL Quantum610 Wireless Consumer Control: device removed
[ 329.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.5/0003:0ECB:205C.0006/input/input29/event18"
[ 329.564] (II) XINPUT: Adding extended input device "Harman International Inc JBL Quantum610 Wireless Consumer Control" (type: KEYBOARD, id 16)
[ 329.566] (II) event18 - Harman International Inc JBL Quantum610 Wireless Consumer Control: is tagged by udev as: Keyboard
[ 329.566] (II) event18 - Harman International Inc JBL Quantum610 Wireless Consumer Control: device is a keyboard
[ 329.568] (II) config/udev: Adding input device Harman International Inc JBL Quantum610 Wireless (/dev/input/event19)
[ 329.568] (II) No input driver specified, ignoring this device.
[ 329.568] (II) This device may have been added with another device file.
[ 329.569] (II) config/udev: Adding input device Harman International Inc JBL Quantum610 Wireless (/dev/input/event20)
[ 329.569] (**) Harman International Inc JBL Quantum610 Wireless: Applying InputClass "libinput keyboard catchall"
[ 329.569] (II) Using input driver 'libinput' for 'Harman International Inc JBL Quantum610 Wireless'
[ 329.570] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 79 paused 0
[ 329.570] (**) Harman International Inc JBL Quantum610 Wireless: always reports core events
[ 329.570] (**) Option "Device" "/dev/input/event20"
[ 329.571] (II) event20 - Harman International Inc JBL Quantum610 Wireless: is tagged by udev as: Keyboard
[ 329.571] (II) event20 - Harman International Inc JBL Quantum610 Wireless: device is a keyboard
[ 329.572] (II) event20 - Harman International Inc JBL Quantum610 Wireless: device removed
[ 329.572] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.5/0003:0ECB:205C.0006/input/input31/event20"
[ 329.572] (II) XINPUT: Adding extended input device "Harman International Inc JBL Quantum610 Wireless" (type: KEYBOARD, id 17)
[ 329.573] (II) event20 - Harman International Inc JBL Quantum610 Wireless: is tagged by udev as: Keyboard
[ 329.573] (II) event20 - Harman International Inc JBL Quantum610 Wireless: device is a keyboardI'm not sure what other details I need to add to the post, feel free to tell me whatever might be missing.
Last edited by manucaouette (2024-06-03 20:58:01)
Offline
bumblebee hasn't had a new release since 2013 way before ryzen became available so it's not surprising it can't handle that.
(It also has and had rather big performance issues.)
Check https://wiki.archlinux.org/title/NVIDIA_Optimus for other methods .
prime render offload tends to work best, try that.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I removed Bumblebee and installed prime and `prime-run` works perfectly now, thanks!
Last edited by manucaouette (2024-06-03 18:40:46)
Offline