| View previous topic :: View next topic |
| Author |
Message |
Q-collective Advocate


Joined: 22 Mar 2004 Posts: 2054
|
Posted: Tue Nov 20, 2012 8:51 pm Post subject: [Solved] X fails to start after upgrade |
|
|
I recently upgraded to kernel 3.6.6 (this is built with genkernel with the arguments "all --menuconfig --splash=natural_gentoo splash-res=1024x768") and Xorg-server 1.13.0-r1 and I switched from the ati fglrx drivers to the open source radeon drivers (my ati chip is an RV710 and as far as I gathered, this is no longer supported by the new drivers).
Ever since my X no longer starts up. Here is some of the Xorg.0.log:
| Code: | [ 7695.011] (--) using VT number 7
[ 7695.042] (II) [KMS] drm report modesetting isn't supported.
[ 7695.042] (II) [KMS] drm report modesetting isn't supported.
[ 7695.042] (II) [KMS] drm report modesetting isn't supported.
[ 7695.042] (II) [KMS] drm report modesetting isn't supported.
[ 7695.042] (II) [KMS] drm report modesetting isn't supported.
[ 7695.042] (EE) Screen 0 deleted because of no matching config section.
[ 7695.042] (II) UnloadModule: "radeon"
[ 7695.042] (EE) Screen 0 deleted because of no matching config section.
[ 7695.042] (II) UnloadModule: "radeon"
[ 7695.042] (EE) Screen 0 deleted because of no matching config section.
[ 7695.042] (II) UnloadModule: "radeon"
[ 7695.042] (EE) Screen 0 deleted because of no matching config section.
[ 7695.042] (II) UnloadModule: "radeon"
[ 7695.043] (EE) Device(s) detected, but none match those in the config file.
[ 7695.043]
Fatal server error:
[ 7695.043] no screens found
[ 7695.043] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 7695.043] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 7695.043] (EE)
[ 7695.098] Server terminated with error (1). Closing log file. |
I understand that KMS needs to be enabled. How do I do that with the genkernel?
Are there other obvious things I'm missing?
Last edited by Q-collective on Wed Nov 21, 2012 9:38 pm; edited 1 time in total |
|
| Back to top |
|
 |
BillWho Veteran


Joined: 03 Mar 2012 Posts: 1587 Location: US
|
Posted: Tue Nov 20, 2012 10:38 pm Post subject: |
|
|
Q-collective,
A good outline for radeon drivers is located here
Just use make menuconfig to adjust your settings  _________________ Good luck
Since installing gentoo, my life has become one long emerge  |
|
| Back to top |
|
 |
chithanh Developer

Joined: 05 Aug 2006 Posts: 1413 Location: Berlin, Germany
|
Posted: Tue Nov 20, 2012 11:47 pm Post subject: |
|
|
If you use genkernel, then you can also use genkernel --menuconfig
If the radeon driver is built as module, you must ensure that it loads before X starts. This is typically done through /etc/conf.d/modules |
|
| Back to top |
|
 |
Q-collective Advocate


Joined: 22 Mar 2004 Posts: 2054
|
Posted: Wed Nov 21, 2012 9:37 pm Post subject: |
|
|
Switching on KMS in the kernel did indeed solve the issue (as well as probably removing the ati-drivers package from the system).
What helped me in particular was this radeon guide on the Gentoo wiki.
Thanks all  |
|
| Back to top |
|
 |
|