Bonjour,
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
Sometimes it takes ages before shutdown
I could see that many people have this problem since several years (not only with fedora: debian, ubuntu.... also)
Is there a kernel option to add at boot time?
Thank you.
On Sun, 26 Mar 2017 10:42:13 +0200 François Patte francois.patte@mi.parisdescartes.fr wrote:
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
I'm not sure. I run the radeon driver and never see those messages. Are you running atom hardware? I am running x86_64.
I found that the reason my system took a long time to shut down was that I was running a daemon that didn't respond properly to kill -15 from systemd. So I kill -9 that daemon before shutdown, and shutdown occurs quickly. Perhaps you have a similar problem?
If it is the radeon driver locking and causing your problem on atom hardware, you should open a bugzilla to let the developers of the radeon driver know that there is a problem. It is unlikely that they read this list.
Le 26/03/2017 19:36, stan a écrit :
On Sun, 26 Mar 2017 10:42:13 +0200 François Patte francois.patte@mi.parisdescartes.fr wrote:
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
I'm not sure. I run the radeon driver and never see those messages. Are you running atom hardware? I am running x86_64.
I am running x86_64 too on a Dell laptop (latitude E6540) with AMD/ATI Mars XTX Radeon HD 8790M.
lshw| grep -i atom returns nothing.
I found that the reason my system took a long time to shut down was that I was running a daemon that didn't respond properly to kill -15 from systemd. So I kill -9 that daemon before shutdown, and shutdown occurs quickly. Perhaps you have a similar problem?
If it is the radeon driver locking and causing your problem on atom hardware, you should open a bugzilla to let the developers of the radeon driver know that there is a problem. It is unlikely that they read this list.
Someone has reported a similar problem on bugzilla.rehat (https://bugzilla.redhat.com/show_bug.cgi?id=1398971) without any success... no answer at all! (This is more and more the case on bugzilla.redhat)
On 03/26/17 04:42, François Patte wrote:
Bonjour,
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
Are you sure that your atom processor has a Radeon video? ISTR that initially, some manufacturers were bundling the early Atoms with nVidia processors, and lots of information was available from the MythTV folks. I just Googled Intel Atom, and one of the PDFs that Intel has published talked about support for the Intel GMA500 graphics, which would imply that you might have or need an Intel graphics driver.
and some other messages
Sometimes it takes ages before shutdown
I could see that many people have this problem since several years (not only with fedora: debian, ubuntu.... also)
Is there a kernel option to add at boot time?
Thank you.
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
On 03/26/2017 09:57 PM, Kevin Cummings wrote:
On 03/26/17 04:42, François Patte wrote:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
Are you sure that your atom processor has a Radeon video? ISTR that initially, some manufacturers were bundling the early Atoms with nVidia processors, and lots of information was available from the MythTV folks. I just Googled Intel Atom, and one of the PDFs that Intel has published talked about support for the Intel GMA500 graphics, which would imply that you might have or need an Intel graphics driver.
atombios is an AMD (ATI) feature that has nothing to do with the Intel Atom processor. Do a search for "atombios" and you'll find lots of info.
On 03/26/2017 01:42 AM, François Patte wrote:
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
Sometimes it takes ages before shutdown
I could see that many people have this problem since several years (not only with fedora: debian, ubuntu.... also)
It appears to be often related to hybrid graphics. Is that the case here?
Is there a kernel option to add at boot time?
I've found mention of adding "radeon.runpm=0".
Le 27/03/2017 09:30, Samuel Sieb a écrit :
On 03/26/2017 01:42 AM, François Patte wrote:
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
Sometimes it takes ages before shutdown
I could see that many people have this problem since several years (not only with fedora: debian, ubuntu.... also)
It appears to be often related to hybrid graphics. Is that the case here?
I don't know what exactly is a hybrid graphics... Do you mean that there are two graphic cards? It the case as far I can see:
lspci -vnnn | perl -lne 'print if /^\d+:.+([\S+:\S+])/' | grep VGA returns:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD 8790M] [1002:6606] (rev ff) (prog-if ff)
So, I can see that the integrated graphic card is in use, not the ATI card.
I have two questions: 1- How to activate the ATI graphic card? This card is supported by linux for I bought that computer from Dell with ubuntu installed to be sure that the hardware is linux compatible and the ATI graphic was configured.
2- Why, as the ATI card is not in use, the radeon module is loaded by the kernel?
On 27.03.2017 11:03, François Patte wrote:
Le 27/03/2017 09:30, Samuel Sieb a écrit :
On 03/26/2017 01:42 AM, François Patte wrote:
Does anyone know how to get rid of this:
[drm:atom_op_jump [radeon]] *ERROR* atombios stuck ...... [drm:atom_execute_table_locked [radeon]] *ERROR* atombios stuck....
and some other messages
Sometimes it takes ages before shutdown
I could see that many people have this problem since several years (not only with fedora: debian, ubuntu.... also)
It appears to be often related to hybrid graphics. Is that the case here?
I don't know what exactly is a hybrid graphics... Do you mean that there are two graphic cards? It the case as far I can see:
lspci -vnnn | perl -lne 'print if /^\d+:.+([\S+:\S+])/' | grep VGA returns:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD 8790M] [1002:6606] (rev ff) (prog-if ff)
So, I can see that the integrated graphic card is in use, not the ATI card.
I have two questions: 1- How to activate the ATI graphic card? This card is supported by linux for I bought that computer from Dell with ubuntu installed to be sure that the hardware is linux compatible and the ATI graphic was configured.
2- Why, as the ATI card is not in use, the radeon module is loaded by the kernel?
See if this can help:
https://en.wikipedia.org/wiki/Radeon_HD_8000_series#Solar_System_.28HD_8xxxM... Solar System (HD 8xxxM) mobile series
https://www.x.org/wiki/RadeonFeature/#index14h2 5 ... On MUX-less systems, the discrete card is solely for rendering, not display. X Server 1.14 is required to support rendering and display from different cards. Most new laptops (2011+) are MUX-less.
https://wiki.archlinux.org/index.php/PRIME ... Reverse PRIME is an attempt to support muxless hybrid graphics in the Linux kernel.
https://wiki.archlinux.org/index.php/PRIME#Reverse_PRIME If the second GPU has outputs that are not accessible by the primary GPU, you can use Reverse PRIME to make use of them. ...
Also, do not hesitate to subscribe and ask here: https://lists.x.org/mailman/listinfo/xorg-driver-ati
Ref. https://www.phoronix.com/scan.php?page=news_item&px=MTQyOTE