HP EliteBook 1050 G1 Nvidia Adventures and overall help needed

Hello again,

I re-installed, twice actually since after I tried the install with the Prop. drivers after installation was done I got stuck on the boot screen.
On my second go I did use the open source drivers and install success!
After the installation was complete I updated the system using pacman -Syu and after a reboot I went to the Hardware configuration and installed the proprietary drivers as it shows:

Again I think the driver doesn't work, my second monitor doesn't want to start nor the Nvidia settings.
As advised I am paste-ing again the requested logs:

inxi -SMGIxxxaz

System:    Kernel: 5.11.1-zen1-1-zen x86_64 bits: 64 compiler: gcc v: 10.2.1
parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen root=UUID=a6b9a661-5b1f-46fb-ac58-d4948979b365
rw rootflags=subvol=@ quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0
systemd.unified_cgroup_hierarchy=1 loglevel=3
Desktop: KDE Plasma 5.21.1 tk: Qt 5.15.2 info: latte-dock wm: kwin_x11 dm: SDDM
Distro: Garuda Linux
Machine:   Type: Laptop System: HP product: HP EliteBook 1050 G1 v: N/A serial: <filter> Chassis: type: 10
serial: <filter>
Mobo: HP model: 84E9 v: KBC Version 16.4B.00 serial: <filter> UEFI: HP v: Q72 Ver. 01.14.01
date: 10/26/2020
Graphics:  Device-1: Intel UHD Graphics 630 vendor: Hewlett-Packard driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:3e9b class ID: 0300
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Hewlett-Packard driver: N/A
alternate: nouveau bus ID: 01:00.0 chip ID: 10de:1c8d class ID: 0300
Device-3: Chicony HP HD Camera type: USB driver: uvcvideo bus ID: 1-7:2 chip ID: 04f2:b5e7
class ID: 0e02 serial: <filter>
Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: loaded: intel
unloaded: modesetting alternate: fbdev,vesa display ID: :0 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2") s-diag: 582mm (22.9")
Monitor-1: eDP1 res: 1920x1080 hz: 120 dpi: 143 size: 340x190mm (13.4x7.5") diag: 389mm (15.3")
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.3.4 direct render: Yes
Info:      Processes: 311 Uptime: 14m wakeups: 1 Memory: 15.35 GiB used: 3.74 GiB (24.4%) Init: systemd
v: 247 Compilers: gcc: 10.2.0 clang: 11.1.0 Packages: pacman: 1228 lib: 305 Shell: fish
v: 3.1.2 running in: konsole inxi: 3.3.01

mhwd -li

> Installed PCI configs:
--------------------------------------------------------------------------------
NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-linux            2021.02.19                true            PCI
video-nvidia-prime-render-offload            2021.02.01               false            PCI


Warning: No installed USB configs!

pacman -Qs nvidia

local/egl-wayland 1.1.6-1
EGLStream-based Wayland external platform
local/gwe 0.15.2-1
A system utility for controlling NVIDIA GPUs
local/lib32-libvdpau 1.4-1
Nvidia VDPAU library
local/lib32-nvidia-utils 460.56-1
NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 460.56-1
OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl 460.39-1
NVIDIA NV-CONTROL X extension
local/mhwd-nvidia 460.39-1
mhwd-nvidia pci id
local/mhwd-nvidia-390xx 390.141-1
mhwd-nvidia-390xx PCI ID database
local/nvidia-dkms 460.56-1
NVIDIA drivers - module sources
local/nvidia-prime 1.0-4
NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 460.39-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 460.56-1
NVIDIA drivers utilities
local/opencl-nvidia 460.56-1
OpenCL implemention for NVIDIA
local/xf86-video-nouveau 1.0.17-1 (xorg-drivers)
Open Source 3D acceleration driver for nVidia cards

xrandr

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080    120.02*+  59.96    59.93  
1680x1050     59.95    59.88  
1400x1050     74.76    59.98  
1600x900     120.00    59.95    59.82  
1280x1024     85.02    75.02    60.02  
1400x900      59.96    59.88
1280x960      85.00    60.00
1368x768     120.00    59.88    59.85
1280x800      59.81    59.91
1152x864      75.00
1280x720     120.00    59.86    59.74
1024x768      85.00    75.03    70.07    60.00
1024x768i     86.96
1024x576     120.00    59.90    59.82
832x624       74.55
960x540      120.00    59.63    59.82
800x600       85.14    72.19    75.00    60.32    56.25
864x486      120.00    59.92    59.57
640x480       85.01    72.81    75.00    59.94
720x405      120.00    59.51    58.99
720x400       85.04
640x400       85.08
640x360      120.00    59.84    59.32
640x350       85.08
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)```

bash -c 'for Xconf in $(ls /etc/X11/xorg.conf.d/*.conf | grep -v keyboard); do echo -e "\n" $Xconf ; cat $Xconf ; done'

No output

bash -c 'for Xconf in $(ls /etc/modules-load.d/*.conf); do echo -e "\n" $Xconf ; cat $Xconf ; done'

/etc/modules-load.d/mhwd-gpu.conf
nvidia-drm
nvidia-uvm

bash -c 'for Xconf in $(ls /etc/modprobe.d/*.conf); do echo -e "\n" $Xconf ; cat $Xconf ; done'

/etc/modprobe.d/mhwd-gpu.conf
options nvidia "NVreg_DynamicPowerManagement=0x02"

/etc/modprobe.d/nobeep.conf
# Prevent annoying beep from the pc speaker.
blacklist pcspkr
/etc/modprobe.d/noime.conf
# Intel VPRO remote access technology driver.
blacklist mei
blacklist mei_meโŽ           

journalctl -b -p3 --no-pager --no-hostname

-- Journal begins at Sat 2021-02-27 00:09:44 EET, ends at Sat 2021-02-27 09:44:35 EET. --
ั„ะตะฒ 27 09:25:30 kernel: x86/cpu: SGX disabled by BIOS
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [CAP1] at bit offset/length 64/32 ex
ceeds size of target Buffer (64 bits) (20201113/dsopcode-198)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_SB._OSC due to previous error (AE_AML_BUFFER_LIMIT) (202
01113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of obje
ct (length 0x5) (20201113/exoparg2-393)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20
201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT
) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of obje
ct (length 0x5) (20201113/exoparg2-393)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20
201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT
) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 systemd-modules-load[322]: Failed to find module 'nvidia-drm'
ั„ะตะฒ 27 09:25:30 systemd-modules-load[322]: Failed to find module 'nvidia-uvm'
ั„ะตะฒ 27 09:25:30 kernel: lis3lv02d: unknown sensor type 0x0
ั„ะตะฒ 27 09:25:30 systemd-tmpfiles[459]: Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operati
on not permitted
ั„ะตะฒ 27 09:25:31 kernel: usbhid 3-1.2:1.2: couldn't find an input interrupt endpoint
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: nl80211: kernel reports: Attribute failed policy validation
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
ั„ะตะฒ 27 09:25:39 kernel: usb 3-1.3.1: 1:1: cannot set freq 16000 to ep 0x83
ั„ะตะฒ 27 09:25:39 kernel: usb 3-1.3.1: 2:1: cannot set freq 48000 to ep 0x3
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Couldn't process include statement for 'us(\0)'
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Abandoning symbols file "(unnamed)"
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Failed to compile xkb_symbols
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Failed to compile keymap
ั„ะตะฒ 27 09:26:17 systemd-coredump[4053]: [๏ก•] Process 4047 (pipewire-media-) of user 1000 dumped core.

Stack trace of thread 4047:
#0  0x0000563cc328e03b n/a (pipewire-media-session + 0x2003b)
#1  0x0000563cc328ca6b n/a (pipewire-media-session + 0x1ea6b)
#2  0x00007fbb9e483df4 n/a (libpipewire-module-protocol-native.so +
0x16df4)
#3  0x00007fbb9e47daa2 n/a (libpipewire-module-protocol-native.so +
0x10aa2)
#4  0x00007fbb9e47dff8 n/a (libpipewire-module-protocol-native.so +
0x10ff8)
#5  0x00007fbb9f55dd9b n/a (libspa-support.so + 0x6d9b)
#6  0x00007fbb9f4dc5ab pw_main_loop_run (libpipewire-0.3.so.0 + 0x4
25ab)
#7  0x0000563cc327a7dc n/a (pipewire-media-session + 0xc7dc)
#8  0x00007fbb9f19fb25 __libc_start_main (libc.so.6 + 0x27b25)
#9  0x0000563cc327ac5e n/a (pipewire-media-session + 0xcc5e)

Stack trace of thread 4049:
#0  0x00007fbb9f27739e epoll_wait (libc.so.6 + 0xff39e)
#1  0x00007fbb9f5671f1 n/a (libspa-support.so + 0x101f1)
#2  0x00007fbb9f55dd04 n/a (libspa-support.so + 0x6d04)
#3  0x00007fbb9f4c2f50 n/a (libpipewire-0.3.so.0 + 0x28f50)
#4  0x00007fbb9f34e299 start_thread (libpthread.so.0 + 0x9299)
#5  0x00007fbb9f277053 __clone (libc.so.6 + 0xff053)

bash -c 'for Xlog in $(ls /var/log/Xorg.?.log); do echo -e "\n" $Xlog ; grep -E "(EE)|(WW)|failed|Time" $Xlog ; done'

/var/log/Xorg.0.log
[     8.259] Current Operating System: Linux moksha 5.11.1-zen1-1-zen #1 ZEN SMP PREEMPT Tue, 23 Feb 2021 14:0
5:33 +0000 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.259] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 27 09:25:31 2021
[     8.262] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.262] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.262] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     8.262] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.262] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.262] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.272] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.278] (WW) Warning, couldn't open module fbdev
[     8.278] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.278] (WW) Warning, couldn't open module vesa
[     8.278] (EE) Failed to load module "vesa" (module does not exist, 0)
[     8.291] (WW) Falling back to old probe method for modesetting
[     8.305] (II) Initializing extension MIT-SCREEN-SAVER
[    16.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:01.0/00
00:08:00.0/0000:09:02.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.3/0003:047F:02EE.0004/input/input41/even
t29"
[   946.280] (EE) event21 - Corsair Corsair Gaming K66 Keyboard: client bug: event processing lagging behind b
y 21ms, your system is too slow
[  1075.574] (EE) event21 - Corsair Corsair Gaming K66 Keyboard: client bug: event processing lagging behind b
y 31ms, your system is too slow
[  1203.481] (EE) event21 - Corsair Corsair Gaming K66 Keyboard: client bug: event processing lagging behind b
y 30ms, your system is too slow

journalctl -b -p3 --no-pager --no-hostname

-- Journal begins at Sat 2021-02-27 00:09:44 EET, ends at Sat 2021-02-27 09:47:15 EET. --
ั„ะตะฒ 27 09:25:30 kernel: x86/cpu: SGX disabled by BIOS
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20201113/dsopcode-198)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_SB._OSC due to previous error (AE_AML_BUFFER_LIMIT) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20201113/exoparg2-393)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20201113/exoparg2-393)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 kernel: ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20201113/psparse-529)
ั„ะตะฒ 27 09:25:30 systemd-modules-load[322]: Failed to find module 'nvidia-drm'
ั„ะตะฒ 27 09:25:30 systemd-modules-load[322]: Failed to find module 'nvidia-uvm'
ั„ะตะฒ 27 09:25:30 kernel: lis3lv02d: unknown sensor type 0x0
ั„ะตะฒ 27 09:25:30 systemd-tmpfiles[459]: Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted
ั„ะตะฒ 27 09:25:31 kernel: usbhid 3-1.2:1.2: couldn't find an input interrupt endpoint
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: nl80211: kernel reports: Attribute failed policy validation
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
ั„ะตะฒ 27 09:25:32 wpa_supplicant[1660]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
ั„ะตะฒ 27 09:25:39 kernel: usb 3-1.3.1: 1:1: cannot set freq 16000 to ep 0x83
ั„ะตะฒ 27 09:25:39 kernel: usb 3-1.3.1: 2:1: cannot set freq 48000 to ep 0x3
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Couldn't process include statement for 'us(\0)'
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Abandoning symbols file "(unnamed)"
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Failed to compile xkb_symbols
ั„ะตะฒ 27 09:25:41 kwin_x11[2195]: kwin_xkbcommon: XKB: Failed to compile keymap
ั„ะตะฒ 27 09:26:17 systemd-coredump[4053]: [๐Ÿก•] Process 4047 (pipewire-media-) of user 1000 dumped core.

Stack trace of thread 4047:
#0  0x0000563cc328e03b n/a (pipewire-media-session + 0x2003b)
#1  0x0000563cc328ca6b n/a (pipewire-media-session + 0x1ea6b)
#2  0x00007fbb9e483df4 n/a (libpipewire-module-protocol-native.so +0x16df4)
#3  0x00007fbb9e47daa2 n/a (libpipewire-module-protocol-native.so +0x10aa2)
#4  0x00007fbb9e47dff8 n/a (libpipewire-module-protocol-native.so +0x10ff8)
#5  0x00007fbb9f55dd9b n/a (libspa-support.so + 0x6d9b)
#6  0x00007fbb9f4dc5ab pw_main_loop_run (libpipewire-0.3.so.0 + 0x425ab)
#7  0x0000563cc327a7dc n/a (pipewire-media-session + 0xc7dc)
#8  0x00007fbb9f19fb25 __libc_start_main (libc.so.6 + 0x27b25)
#9  0x0000563cc327ac5e n/a (pipewire-media-session + 0xcc5e)

Stack trace of thread 4049:
#0  0x00007fbb9f27739e epoll_wait (libc.so.6 + 0xff39e)
#1  0x00007fbb9f5671f1 n/a (libspa-support.so + 0x101f1)
#2  0x00007fbb9f55dd04 n/a (libspa-support.so + 0x6d04)
#3  0x00007fbb9f4c2f50 n/a (libpipewire-0.3.so.0 + 0x28f50)
#4  0x00007fbb9f34e299 start_thread (libpthread.so.0 + 0x9299)
#5  0x00007fbb9f277053 __clone (libc.so.6 + 0xff053)

full Xor:

psswd: jhkbgsdfjhb#%$^

Configuration seems correct.
There is still no nvidia card in Xorg and systemd.
You may confirm with udevadm.

It's a vendor issue.
@librewish what do you think?

2 Likes

Anything else I could try :slight_smile: ?

Check BIOS for a setting about GPUs.
It could be that the firmware does this.

2 Likes

I have 4 settings:
Intel
Hybrid
Nvidia
Auto

It's currently set at auto

So I was correct in my suspicion.
Choose one of the other options.
Itโ€™s a laptop, so maybe you can use Hybrid, letting Linux handle both GPUs, depending on the work load.
Itโ€™s up to you. :man_shrugging:

2 Likes

I've set it to hybrid and again the situation is the same, also using Nvidia only it doesn't want to start the system.
This is how my hw manager looks atm:

I've tried before that to uninstall the Prop. drivers and when I swithched to hybrid my second monitor managed to light up.

image

And
inxi -Fxxxza


System:    Kernel: 5.11.1-zen1-1-zen x86_64 bits: 64 compiler: gcc v: 10.2.1 
parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen root=UUID=a6b9a661-5b1f-46fb-ac58-d4948979b365 
rw rootflags=subvol=@ quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0 
systemd.unified_cgroup_hierarchy=1 loglevel=3 
Desktop: KDE Plasma 5.21.1 tk: Qt 5.15.2 info: latte-dock wm: kwin_x11 dm: SDDM 
Distro: Garuda Linux 
Machine:   Type: Laptop System: HP product: HP EliteBook 1050 G1 v: N/A serial: <filter> Chassis: type: 10 
serial: <filter> 
Mobo: HP model: 84E9 v: KBC Version 16.4B.00 serial: <filter> UEFI: HP v: Q72 Ver. 01.14.01 
date: 10/26/2020 
Battery:   ID-1: BAT0 charge: 83.8 Wh condition: 86.8/96.4 Wh (90%) volts: 12.5/11.6 
model: Hewlett-Packard Primary type: Li-ion serial: <filter> status: Unknown cycles: 21 
CPU:       Info: 6-Core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Kaby Lake note: check 
family: 6 model-id: 9E (158) stepping: A (10) microcode: DE L2 cache: 9 MiB 
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 52799 
Speed: 4077 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 4077 2: 4101 3: 4100 4: 4098 
5: 4102 6: 4099 7: 4101 8: 4104 9: 4100 10: 4097 11: 4079 12: 4102 
Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
Type: meltdown mitigation: PTI 
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp 
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
Type: spectre_v2 
mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, STIBP: conditional, RSB filling 
Type: srbds mitigation: Microcode 
Type: tsx_async_abort status: Not affected 
Graphics:  Device-1: Intel UHD Graphics 630 vendor: Hewlett-Packard driver: i915 v: kernel bus ID: 00:02.0 
chip ID: 8086:3e9b class ID: 0300 
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Hewlett-Packard driver: N/A 
alternate: nouveau bus ID: 01:00.0 chip ID: 10de:1c8d class ID: 0300 
Device-3: Chicony HP HD Camera type: USB driver: uvcvideo bus ID: 1-7:2 chip ID: 04f2:b5e7 
class ID: 0e02 serial: <filter> 
Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: loaded: intel 
unloaded: modesetting alternate: fbdev,vesa display ID: :0 screens: 1 
Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2") s-diag: 582mm (22.9") 
Monitor-1: eDP1 res: 1920x1080 hz: 120 dpi: 143 size: 340x190mm (13.4x7.5") diag: 389mm (15.3") 
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.3.4 direct render: Yes 
Audio:     Device-1: Intel Cannon Lake PCH cAVS vendor: Hewlett-Packard driver: snd_hda_intel v: kernel 
alternate: snd_soc_skl,snd_sof_pci bus ID: 00:1f.3 chip ID: 8086:a348 class ID: 0403 
Device-2: Plantronics BT600 type: USB driver: plantronics,snd-usb-audio,usbhid 
bus ID: 3-1.3.1:6 chip ID: 047f:02ee class ID: 0300 serial: <filter> 
Device-3: HP USB Audio type: USB driver: hid-generic,snd-usb-audio,usbhid bus ID: 3-1.3.5:8 
chip ID: 03f0:0269 class ID: 0300 serial: <filter> 
Sound Server: ALSA v: k5.11.1-zen1-1-zen 
Network:   Device-1: Intel Wireless-AC 9560 [Jefferson Peak] driver: iwlwifi v: kernel port: 5000 
bus ID: 00:14.3 chip ID: 8086:a370 class ID: 0280 
IF: wlp0s20f3 state: up mac: <filter> 
Device-2: Realtek RTL8153 Gigabit Ethernet Adapter type: USB driver: r8152 bus ID: 4-1.3.3:4 
chip ID: 0bda:8153 class ID: 0000 serial: <filter> 
IF: enp10s0u1u3u3 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Bluetooth: Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: USB driver: btusb v: 0.8 
bus ID: 1-14:3 chip ID: 8087:0aaa class ID: e001 
Message: Required tool hciconfig not installed. Check --recommends 
Drives:    Local Storage: total: 476.94 GiB used: 11.36 GiB (2.4%) 
SMART Message: Unable to run smartctl. Root privileges required. 
ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Toshiba model: N/A size: 476.94 GiB block size: 
physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 rotation: SSD serial: <filter> 
rev: AAHA4102 temp: 36.9 C scheme: GPT 
Partition: ID-1: / raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.35 GiB (2.4%) fs: btrfs 
dev: /dev/nvme0n1p2 maj-min: 259:2 
ID-2: /boot/efi raw size: 260 MiB size: 256 MiB (98.46%) used: 546 KiB (0.2%) fs: vfat 
dev: /dev/nvme0n1p1 maj-min: 259:1
ID-3: /home raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.35 GiB (2.4%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
ID-4: /var/log raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.35 GiB (2.4%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
ID-5: /var/tmp raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.35 GiB (2.4%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
Swap:      Kernel: swappiness: 10 (default 60) cache pressure: 75 (default 100)
ID-1: swap-1 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram0
ID-2: swap-2 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram1
ID-3: swap-3 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram2
ID-4: swap-4 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram3
ID-5: swap-5 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram4
ID-6: swap-6 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram5
ID-7: swap-7 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram6
ID-8: swap-8 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram7
ID-9: swap-9 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram8
ID-10: swap-10 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram9
ID-11: swap-11 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram10
ID-12: swap-12 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram11
Sensors:   System Temperatures: cpu: 61.0 C mobo: 58.0 C
Fan Speeds (RPM): N/A
Info:      Processes: 309 Uptime: 14m wakeups: 1 Memory: 15.35 GiB used: 3.92 GiB (25.6%) Init: systemd
v: 247 Compilers: gcc: 10.2.0 clang: 11.1.0 Packages: pacman: 1230 lib: 305 Shell: fish
v: 3.1.2 running in: konsole inxi: 3.3.01

I've just updated and I think I got it working :slight_smile:


inxi -Fxxxza

System:    Kernel: 5.11.2-zen1-1-zen x86_64 bits: 64 compiler: gcc v: 10.2.1 
parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen root=UUID=a6b9a661-5b1f-46fb-ac58-d4948979b365 
rw rootflags=subvol=@ quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0 
systemd.unified_cgroup_hierarchy=1 loglevel=3 
Desktop: KDE Plasma 5.21.1 tk: Qt 5.15.2 info: latte-dock wm: kwin_x11 dm: SDDM 
Distro: Garuda Linux 
Machine:   Type: Laptop System: HP product: HP EliteBook 1050 G1 v: N/A serial: <filter> Chassis: type: 10 
serial: <filter> 
Mobo: HP model: 84E9 v: KBC Version 16.4B.00 serial: <filter> UEFI: HP v: Q72 Ver. 01.14.01 
date: 10/26/2020 
Battery:   ID-1: BAT0 charge: 83.8 Wh condition: 86.8/96.4 Wh (90%) volts: 12.5/11.6 
model: Hewlett-Packard Primary type: Li-ion serial: <filter> status: Unknown cycles: 21 
CPU:       Info: 6-Core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Kaby Lake note: check 
family: 6 model-id: 9E (158) stepping: A (10) microcode: DE L2 cache: 9 MiB 
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 52799 
Speed: 4059 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 4059 2: 4062 3: 4099 4: 4092 
5: 4101 6: 4099 7: 4103 8: 4059 9: 4066 10: 4001 11: 4100 12: 4093 
Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
Type: meltdown mitigation: PTI 
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp 
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
Type: spectre_v2 
mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, STIBP: conditional, RSB filling 
Type: srbds mitigation: Microcode 
Type: tsx_async_abort status: Not affected 
Graphics:  Device-1: Intel UHD Graphics 630 vendor: Hewlett-Packard driver: i915 v: kernel bus ID: 00:02.0 
chip ID: 8086:3e9b class ID: 0300 
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Hewlett-Packard driver: nvidia 
v: 460.56 alternate: nouveau,nvidia_drm bus ID: 01:00.0 chip ID: 10de:1c8d class ID: 0300 
Device-3: Chicony HP HD Camera type: USB driver: uvcvideo bus ID: 1-7:2 chip ID: 04f2:b5e7 
class ID: 0e02 serial: <filter> 
Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: loaded: intel,nvidia 
unloaded: modesetting,nouveau alternate: fbdev,nv,vesa display ID: :0 screens: 1 
Screen-1: 0 s-res: 3646x1200 s-dpi: 96 s-size: 962x316mm (37.9x12.4") s-diag: 1013mm (39.9") 
Monitor-1: eDP1 res: 1920x1080 hz: 120 dpi: 143 size: 340x190mm (13.4x7.5") diag: 389mm (15.3") 
Monitor-2: DP-1-0.2 res: 1920x1200 hz: 60 dpi: 94 size: 518x324mm (20.4x12.8") 
diag: 611mm (24.1") 
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.3.4 direct render: Yes 
Audio:     Device-1: Intel Cannon Lake PCH cAVS vendor: Hewlett-Packard driver: snd_hda_intel v: kernel 
alternate: snd_soc_skl,snd_sof_pci bus ID: 00:1f.3 chip ID: 8086:a348 class ID: 0403 
Device-2: Plantronics BT600 type: USB driver: plantronics,snd-usb-audio,usbhid 
bus ID: 3-1.3.1:6 chip ID: 047f:02ee class ID: 0300 serial: <filter> 
Device-3: HP USB Audio type: USB driver: hid-generic,snd-usb-audio,usbhid bus ID: 3-1.3.5:8 
chip ID: 03f0:0269 class ID: 0300 serial: <filter> 
Sound Server: ALSA v: k5.11.2-zen1-1-zen 
Network:   Device-1: Intel Wireless-AC 9560 [Jefferson Peak] driver: iwlwifi v: kernel port: 5000 
bus ID: 00:14.3 chip ID: 8086:a370 class ID: 0280 
IF: wlp0s20f3 state: up mac: <filter> 
Device-2: Realtek RTL8153 Gigabit Ethernet Adapter type: USB driver: r8152 bus ID: 4-1.3.3:4 
chip ID: 0bda:8153 class ID: 0000 serial: <filter> 
IF: enp10s0u1u3u3 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Bluetooth: Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: USB driver: btusb v: 0.8 
bus ID: 1-14:3 chip ID: 8087:0aaa class ID: e001 
Message: Required tool hciconfig not installed. Check --recommends 
Drives:    Local Storage: total: 476.94 GiB used: 11.73 GiB (2.5%) 
SMART Message: Unable to run smartctl. Root privileges required. 
ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Toshiba model: N/A size: 476.94 GiB block size: 
physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 rotation: SSD serial: <filter> 
rev: AAHA4102 temp: 39.9 C scheme: GPT 
Partition: ID-1: / raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.73 GiB (2.5%) fs: btrfs 
dev: /dev/nvme0n1p2 maj-min: 259:2 
ID-2: /boot/efi raw size: 260 MiB size: 256 MiB (98.46%) used: 546 KiB (0.2%) fs: vfat 
dev: /dev/nvme0n1p1 maj-min: 259:1
ID-3: /home raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.73 GiB (2.5%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
ID-4: /var/log raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.73 GiB (2.5%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
ID-5: /var/tmp raw size: 476.68 GiB size: 476.68 GiB (100.00%) used: 11.73 GiB (2.5%) fs: btrfs
dev: /dev/nvme0n1p2 maj-min: 259:2
Swap:      Kernel: swappiness: 10 (default 60) cache pressure: 75 (default 100)
ID-1: swap-1 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram0
ID-2: swap-2 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram1
ID-3: swap-3 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram2
ID-4: swap-4 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram3
ID-5: swap-5 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram4
ID-6: swap-6 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram5
ID-7: swap-7 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram6
ID-8: swap-8 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram7
ID-9: swap-9 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram8
ID-10: swap-10 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram9
ID-11: swap-11 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram10
ID-12: swap-12 type: zram size: 1.28 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram11
Sensors:   System Temperatures: cpu: 61.0 C mobo: 56.0 C
Fan Speeds (RPM): N/A
Info:      Processes: 331 Uptime: 2m wakeups: 1 Memory: 15.35 GiB used: 2.91 GiB (19.0%) Init: systemd
v: 247 Compilers: gcc: 10.2.0 clang: 11.1.0 Packages: pacman: 1230 lib: 305 Shell: fish
v: 3.1.2 running in: konsole inxi: 3.3.01

Were there any new updates that just were pushed, or I installed some old ones?

Does it matter?
Probably re-installation, reboot have done the job.

Have fun! :wink:

1 Like

Hey thank you very much for the time spend and effort.
I seemed to manage to stress test the current configuration and all looks fine and dandy.

Just a couple of more questions I have before I go :slight_smile: :slight_smile:

You've mentioned that with this setup the system is wise enough to select between Intel and Nvidia GPU based on the load, did I understood this correctly.
Also if I try some games I suppose Nvidia GPU should be automatically set as primary to use?

Thanks once more I hope this huge topic can be of a help to other as well!

Decent explanations can be read where appropriate :wink:
https://wiki.archlinux.org/index.php/PRIME#PRIME_render_offload
https://wiki.archlinux.org/index.php/NVIDIA_Optimus
https://wiki.archlinux.org/index.php/NVIDIA

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.