Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Change GPU information

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
johnjonaz
Posts: 2
Joined: 2017-10-10 18:53

Change GPU information

#1 Post by johnjonaz »

hi guys, good afternoon,

How can I change the device name of the graphic card,
GPU , Device: AMD RS880

with the command, glxinfo it shows me the name of my device but I would like to rename,
or the location where this information is hosted

thank you very much .

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Change GPU information

#2 Post by bw123 »

try this, not sure if glxinfo gets it's vendor id from that or not though, or what good it would do to change it.

Code: Select all

grep -i rs880 /lib/udev/hwdb.d/20-pci-vendor-model.hwdb
the file /lib/udev/hwdb.d/60-evdev.hwdb has an entry on how to add something to the hwdb, I assume you can use the same method to override one of the entries but not sure.
resigned by AI ChatGPT

Post Reply