You are not logged in.
Greetings!
I installed minimal Devuan Chimaera on my laptop. Running
sudo lshw -C video
leads to the following output:
*-display
description: VGA compatible controller
product: UHD Graphics 620
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:128 memory:d1000000-d1ffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff
*-display UNCLAIMED
description: Display controller
product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:d0200000-d023ffff memory:d0240000-d025ffff
What should I do to enable that display controller?
Last edited by rzmv (2023-04-26 17:50:53)
Offline
Hi,
You have posted the output of lshw as an image - the font is tiny and I, at least, find it unreadable, so it's hard to help you further.
This is my output of the same command on my PC posted with code delimiters.
I'm running a AMD B550 motherboard with a AMD Ryzen 5 5600G with Radeon Graphics.
sudo lshw -C video
*-display
description: VGA compatible controller
product: Cezanne
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:30:00.0
version: c9
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:37 memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:e000(size=256) memory:fcb00000-fcb7ffff memory:c0000-dffff
Can you do the same, please?
Also it would be helpful if you can say what you are aiming for in video,
Last edited by Marjorie (2023-04-24 22:36:11)
Offline
Hello:
... posted the output of lshw as an image ...
Indeed it is.
From what I can make out, the entry for *-display UNCLAIMED reads:
product: Topaz XT [Radeon R7 M260/265 / M340/360 / M440/M445 / 530/535 / 620/625 Mobile]
This AMD card is supported in Linux since 4.2.
See here:
https://linux-hardware.org/index.php?id … -1028-0643
The OP should also post the brand/model of his laptop because it seems not all work properly.
Best,
A.
Last edited by Altoid (2023-04-24 23:35:37)
Offline
Hello. Did you install
firmware-linux-nonfree
package?
Offline
You have posted the output of lshw as an image - the font is tiny and I, at least, find it unreadable, so it's hard to help you further.
Oh, yes, indeed sorry about that. Here's the text output:
*-display
description: VGA compatible controller
product: UHD Graphics 620
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:128 memory:d1000000-d1ffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff
*-display UNCLAIMED
description: Display controller
product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:d0200000-d023ffff memory:d0240000-d025ffff
Offline
The OP should also post the brand/model of his laptop because it seems not all work properly.
Here it is (some stripped `dmidecode` output):
System Information
Manufacturer: Dell Inc.
Product Name: Inspiron 5770
Version: Not Specified
Serial Number: GPL4242
UUID: 4c4c4544-0050-4c10-8034-c7c04f323432
Wake-up Type: Power Switch
SKU Number: 0811
Family: Inspiron
Offline
Hello. Did you install
firmware-linux-nonfree
package?
No, I had not installed it. But when I did, that controller's got detected:
*-display
description: VGA compatible controller
product: UHD Graphics 620
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:128 memory:d1000000-d1ffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: Display controller
product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:132 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:d0200000-d023ffff memory:d0240000-d025ffff
Thank you all!
Offline
@rzmv . . . You should be able to edit your original post to remove the image and replace it with text.
Offline
@rzmv . . . You should be able to edit your original post to remove the image and replace it with text.
Oh, indeed! Haven't used forums for ages…
Offline