Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Radeon is a jerk! genkernel ati and xorg
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Pindrop
Apprentice
Apprentice


Joined: 09 Jul 2002
Posts: 165
Location: Virginia, USA

PostPosted: Tue May 14, 2013 12:53 pm    Post subject: [SOLVED] Radeon is a jerk! genkernel ati and xorg Reply with quote

Hello all! I have a new (to me) laptop and I'm trying to get X working on a fresh install of Gentoo without any luck. I used genkernel because compiling by hand is a huge waste of my time trying to figure out which drivers to select when it could be automatic, but I'm left without working video drivers for X (or WIFI since the ath9k module is nowhere to be found). I'm attempting to use the radeon driver, not the proprietary one, and have installed xorg-server & radeon-ucode as per the X org config doc. startx outputs:
Code:
Loading extension GLX
(II) [KMS] drm report modesetting isn't supported
fatal no screens found etc.

Is there a way for me to select just a few options in the kernel to fix this and let the rest be automatic or am I stuck for several hours staring at dmesg and picking drivers in menuconfig? What am I doing wrong?

Using ATI RS780M (Mobility Radeon HD 3200) & Athlon X2 QL-65 dual core

SOLVED BY RECOMPILING CORRECT OPTS IN KERNEL (same with Wifi!) I forgot KMS DRM for the r600 and wasn't using wpa_supplicant properly


Last edited by Pindrop on Tue May 14, 2013 6:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54232
Location: 56N 3W

PostPosted: Tue May 14, 2013 1:19 pm    Post subject: Reply with quote

Pindrop,

genkernel with the menuconfig option will do what you want.

The kernel options for radeon and the binary blob driver are mutually exclusive, so genkernel sets neither.
You will find some posts about ath9k here in the last few days.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Tue May 14, 2013 1:19 pm    Post subject: Re: Radeon is a jerk! genkernel ati and xorg Reply with quote

Pindrop wrote:
Is there a way for me to select just a few options in the kernel to fix this and let the rest be automatic or am I stuck for several hours staring at dmesg and picking drivers in menuconfig?
Yes there is. Edit the /etc/genkernel.conf and set
Code:
CLEAN="no"
OLDCONFIG="yes"
Now, when you want to make changes to the kernel configuration, just add the --menuconfig option to the genkernel command line.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum