Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-05-2021, 05:21 PM
|
#16
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
sans sudo
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 76.00*
|
|
|
02-05-2021, 05:22 PM
|
#17
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
This means your AMD driver failed to load and Xorg fell back to a generic driver. Look at your most recent Xorg log, check the timestamp to make sure you are not looking at some old one.
|
|
|
02-05-2021, 05:28 PM
|
#18
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
One of these is not like the other
I have four of them...
Xorg.0.log
Xorg.0.log.old
Xorg.1.log
Xorg.1.log.old
|
|
|
02-05-2021, 05:31 PM
|
#19
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
Probably Xorg.0.log is the latest, but check the timestamp.
|
|
|
02-05-2021, 05:34 PM
|
#20
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
"Upload the Log FIle." "There's four of them."
123
|
|
|
02-05-2021, 05:36 PM
|
#21
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
Code:
23.109] (EE) open /dev/dri/card0: No such file or directory
This tell us the kernel driver is not loaded. Without it your AMD driver cannot work. Now you have to look at your dmesg to see why kernel driver is failing to load.
|
|
|
02-05-2021, 05:38 PM
|
#22
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
sudo dmesg
Do I just type "dmesg" or should I supply some arguments?
|
|
|
02-05-2021, 05:39 PM
|
#23
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
(Additionally, what am I looking for exactly?)
|
|
|
02-05-2021, 05:44 PM
|
#24
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
I don't think you need sudo for that, maybe you do. You can redirect the output of a command into a file using '>'.
Code:
dmesg > myfreakindmesg
After this command you will have a file in your current directory named myfreakindmesg. These are Linux basics, dear linuxquestio ...
|
|
|
02-05-2021, 05:48 PM
|
#25
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
Freakin' Dmesg
bash: myfreakindmesg: Permission denied
|
|
|
02-05-2021, 05:50 PM
|
#26
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
(Wait my bad, I had to be in a directory with write permissions. Here you go.)
|
|
|
02-05-2021, 06:00 PM
|
#27
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
I see no trace of AMD DRI kernel driver loading. Looks like your kernel does not have it. This is Debian specific problem, I do not know how to get it in Debian. Maybe there is a deb package you need to install. I'd start reading Debian wiki. Maybe some Debian user will chime in, or you could open a new thread in Debian subforum.
|
|
|
02-05-2021, 06:12 PM
|
#28
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
Is this just referring to the package for the Video Cards Drivers?
|
|
|
02-05-2021, 06:26 PM
|
#29
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
I don't know how Debian categorizes it. It has been very long time since my last Debian. Basically, there is kernel DRI diver which creates direct access to the card, the node will be /dev/dri/card0 (card1 for second card, card2 for third). Once you have this node in /dev/dri you can start Xorg and then Xorg ATI driver will use this node to send the picture to your card and to the monitor(s) connected to it. The first driver is part of kernel, the second driver belongs to Xorg.
Debian wiki will have the answers, methinks.
|
|
|
02-05-2021, 07:29 PM
|
#30
|
LQ Newbie
Registered: Feb 2021
Posts: 22
Original Poster
Rep: 
|
Okay, I couldn't find any kind of info on the Debian Wiki. However, after doing some searches and looking in my filesystem, I noticed I don't even have /dev/dri.
(I imagine this means something.)
|
|
|
All times are GMT -5. The time now is 11:35 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|