ubuntuusers.de

lshw display UNCLAIMED

Status: Gelöst | Ubuntu-Version: Ubuntu 21.10 (Impish Indri)
Antworten |

moro11

Anmeldungsdatum:
29. Mai 2020

Beiträge: Zähle...

Ich habe ein neun Laptop (HP Envy) und die Grafikkarte macht Probleme. Ich habe sowohl eine iGPU von Intel als auch eine dGPU von NVIDIA:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
$ lspci -nnk | grep -A3 "\[03..\]:" 
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] [8086:9a49] (rev 01)
	DeviceName: Intel Tigerlake UHD Graphics
	Subsystem: Hewlett-Packard Company TigerLake GT2 [Iris Xe Graphics] [103c:8815]
	Kernel modules: i915
--
0000:01:00.0 3D controller [0302]: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] [10de:1f95] (rev a1)
	Subsystem: Hewlett-Packard Company TU117M [GeForce GTX 1650 Ti Mobile] [103c:8815]
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
0000:2c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)

Jedoch scheinen die beiden Karten bei Linux (wie fast erwartet) etwas Probleme zu machen. Zum einen scheiter

1
2
3
4
5
6
7
8
$ xrandr --prop 
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1200, current 1920 x 1200, maximum 1920 x 1200
default connected primary 1920x1200+0+0 0mm x 0mm
	_MUTTER_PRESENTATION_OUTPUT: 0 
	non-desktop: 0 
		supported: 0, 1
   1920x1200     77.00*

zum anderen sagt lshw das der Display UNCLAIMED sei

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$ sudo lshw -c video
  *-display UNCLAIMED       
       description: VGA compatible controller
       product: TigerLake-LP GT2 [Iris Xe Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list
       configuration: latency=0
       resources: iomemory:600-5ff iomemory:400-3ff memory:601e000000-601effffff memory:4000000000-400fffffff ioport:4000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
  *-display UNCLAIMED
       description: 3D controller
       product: TU117M [GeForce GTX 1650 Ti Mobile]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: iomemory:600-5ff iomemory:600-5ff memory:61000000-61ffffff memory:6020000000-602fffffff memory:6030000000-6031ffffff ioport:3000(size=128)

Des weiteren habe ich das Problem, das wenn ich über prime-select nvidia meine NVIDIA auswähle der Rechner in einen BlackScreen Bootet und ich über Strg+Alt+F3 wieder die Intel Karte über prime-select intel auswählen muss, damit bei Neustart die grafische Oberfläche wieder startet.

Danke schon mal für die Hilfe.

Bearbeitet von sebix:

Versionsangabe korrigert.

Xorg.0.log (33.4 KiB)
Download Xorg.0.log
nvidia-bug-report.log.gz (124.5 KiB)
Download nvidia-bug-report.log.gz

moro11

(Themenstarter)

Anmeldungsdatum:
29. Mai 2020

Beiträge: 65

Die Option

1
GRUB_CMDLINE_LINUX_DEFAULT=nomodeset

im grub file hat das laden des regulären Intel Treibers verhindert. Entfernen dieser Einstellung hat das Problem gelöst.

Antworten |