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

 

 

 

xorg problem with r9 280x on radeon driver and new kernel

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
MilczarskiVon
Posts: 7
Joined: 2020-07-17 17:22

xorg problem with r9 280x on radeon driver and new kernel

#1 Post by MilczarskiVon »

hello this is my debug of error with my xorg on radeon driver compile in new kernel 5

Code: Select all

Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 17 19:09:20 2020
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] drm report modesetting isn't supported.



xorg log

Code: Select all

[  1122.455] (II) [KMS] drm report modesetting isn't supported.
[  1122.455] (EE) Screen 0 deleted because of no matching config section.
[  1122.455] (II) UnloadModule: "radeon"
[  1122.455] (EE) Device(s) detected, but none match those in the config file.
[  1122.455] (EE)
[  1122.455] (EE) Device(s) detected, but none match those in the config file.
[  1122.455] (EE)
Fatal server error:
[  1122.455] (EE) no screens found(EE)
[  1122.455] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[  1122.455] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a$[  1122.455] (EE)
[  1122.456] (EE) Server terminated with error (1). Closing log file.
 



User avatar
ruwolf
Posts: 639
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 40 times
Been thanked: 28 times

Re: xorg problem with r9 280x on radeon driver and new kerne

#2 Post by ruwolf »

And what is your config file (are config files)?

MilczarskiVon
Posts: 7
Joined: 2020-07-17 17:22

Re: xorg problem with r9 280x on radeon driver and new kerne

#3 Post by MilczarskiVon »

i cannot start xorg with radeon open driver on my new kernel

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: xorg problem with r9 280x on radeon driver and new kerne

#4 Post by stevepusser »

Report output of:

Code: Select all

apt policy firmware-amd-gpu
uname -a
If it worked with the standard Debian kernel (whatever mystery release you're running), and you got the kernel from backports, the odds are that you need to upgrade the firmware package from backports also.
MX Linux packager and developer

MilczarskiVon
Posts: 7
Joined: 2020-07-17 17:22

Re: xorg problem with r9 280x on radeon driver and new kerne

#5 Post by MilczarskiVon »

what i need to set in kernel to use radeon open driver ? Can you write in points what i need to do

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: xorg problem with r9 280x on radeon driver and new kerne

#6 Post by cuckooflew »

Do you read what they say and ask ?
Maybe if you just give the information as requested,then he can give more specific instructions.
stevepusser wrote:Report output of:

Code: Select all

apt policy firmware-amd-gpu
uname -a
If it worked with the standard Debian kernel (whatever mystery release you're running), and you got the kernel from backports, the odds are that you need to upgrade the firmware package from backports also.
additional note:

Code: Select all

lsb_release -a
will give the release info , 'uname-a ' as requested will give the kernel information needed , so he can explain what needs to be done.
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

MilczarskiVon
Posts: 7
Joined: 2020-07-17 17:22

Re: xorg problem with r9 280x on radeon driver and new kerne

#7 Post by MilczarskiVon »

lsb_release -a

Code: Select all

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 9.12 (stretch)
Release:        9.12
Codename:       stretc
uname -a

Code: Select all

Linux MilczarskiVon 5.6.14-miko #5 SMP Fri Jul 17 18:46:19 CEST 2020 x86_64 GNU/Linux

i want to use radeon driver

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: xorg problem with r9 280x on radeon driver and new kerne

#8 Post by stevepusser »

OK, better, but what happened to "apt policy firmware-amd-graphics"? If you can't do a simple command after being asked to do it twice, nobody is going to want to waste time on you. Not to mention that you still haven't said if it was working on the stock kernel. Maybe you should update to Buster.

Where did you get the 5.6.14 kernel? It's not in any Debian backports repo for Stretch, and I haven't been able to backport the Debian version on Stretch myself.
MX Linux packager and developer

Post Reply