LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 02-05-2021, 05:21 PM   #16
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
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*
 
Old 02-05-2021, 05:22 PM   #17
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
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.
 
Old 02-05-2021, 05:28 PM   #18
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
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
 
Old 02-05-2021, 05:31 PM   #19
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Code:
ls -l
Probably Xorg.0.log is the latest, but check the timestamp.
 
Old 02-05-2021, 05:34 PM   #20
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
"Upload the Log FIle." "There's four of them."

123
Attached Files
File Type: txt xorg.0.log.txt (45.1 KB, 5 views)
 
Old 02-05-2021, 05:36 PM   #21
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
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.
 
Old 02-05-2021, 05:38 PM   #22
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
sudo dmesg

Do I just type "dmesg" or should I supply some arguments?
 
Old 02-05-2021, 05:39 PM   #23
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
(Additionally, what am I looking for exactly?)
 
Old 02-05-2021, 05:44 PM   #24
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
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 ...
 
Old 02-05-2021, 05:48 PM   #25
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
Freakin' Dmesg

bash: myfreakindmesg: Permission denied
 
Old 02-05-2021, 05:50 PM   #26
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
(Wait my bad, I had to be in a directory with write permissions. Here you go.)
Attached Files
File Type: txt myfreakindmesg.txt (87.1 KB, 10 views)
 
Old 02-05-2021, 06:00 PM   #27
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
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.
 
Old 02-05-2021, 06:12 PM   #28
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
Is this just referring to the package for the Video Cards Drivers?
 
Old 02-05-2021, 06:26 PM   #29
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
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.
 
Old 02-05-2021, 07:29 PM   #30
linuxquestio
LQ Newbie
 
Registered: Feb 2021
Posts: 22

Original Poster
Rep: Reputation: Disabled
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.)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AMD RX 5700 XT does not seem to display correctly (if at all) in Debian Bullseye (Testing) despite having installed drivers and firmware. linuxquestio Linux - Hardware 0 02-06-2021 04:45 AM
kernel 5.6, Firmware and the correct path to firmware under Debian Bullseye. Forsland Linux - Kernel 0 04-04-2020 04:48 AM
Debian 9 with AMD HD 5700 / Debian 8 with sgfxi untimunti Linux - Newbie 1 05-20-2018 07:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration