Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't start X, ati card problem?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
javo
n00b
n00b


Joined: 30 Jun 2007
Posts: 64

PostPosted: Sun Apr 05, 2009 9:29 pm    Post subject: can't start X, ati card problem? Reply with quote

Hi all,

I'm trying to start X on my new Toshiba A350B notebook with radeon HD 3650 grap. card
I've compiled Ati-drivers and I always get this message if I try to execute X -configure
here's the log
http://pastebin.ca/1383082

I'd be really happy if you could help me

Thank you
Back to top
View user's profile Send private message
fuzzythebear
Guru
Guru


Joined: 28 Nov 2004
Posts: 317

PostPosted: Sun Apr 05, 2009 10:06 pm    Post subject: Reply with quote

Have you changed / upgraded the kernel lately ?

(EE) module ABI major version (1) doesn't match the server's version (4)

gives me an idea .. but we do need more info.
Has it worked before ?
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Apr 05, 2009 10:10 pm    Post subject: Reply with quote

It seems somebody failed to read the notes during emerge
- they said to recompile all x11-drivers after emerging new version
of xorg-server(1.3 -> 1.5).

BTW, if you have only an ati card, why do you have all the other drivers installed ?
Back to top
View user's profile Send private message
mamac
l33t
l33t


Joined: 29 Feb 2004
Posts: 890

PostPosted: Mon Apr 06, 2009 2:04 pm    Post subject: Reply with quote

Code:

qlist -I -C x11-drivers/

Gives the drivers to recompile because of change of ABI.
_________________
Powered by Gentoo Linux since 2003
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Mon Apr 06, 2009 2:52 pm    Post subject: Reply with quote

mamac wrote:
Code:

qlist -I -C x11-drivers/

Gives the drivers to recompile because of change of ABI.

Correction, it gives you the list of all the installed packages
in x11-drivers category. Some of them you may have already recompiled after emerging xorg-server.
Back to top
View user's profile Send private message
PhiJ
Apprentice
Apprentice


Joined: 20 Dec 2005
Posts: 173
Location: UK

PostPosted: Tue Apr 07, 2009 11:37 am    Post subject: Reply with quote

I have the same problem by the look of it. I found a workaround here, just added this code to xorg.conf.
Code:
Section "ServerFlags"
   Option "IgnoreABI" "True"
EndSection

However, it seems to be telling X to ignore the problem and I wouldn't be surprised if someone said it is a bad idea and you shouldn't do it. I don't claim to know what I'm doing.

But the recompiling doesn't work (for me). When I updated to the latest X I used emerge -auND world. So it should have recompiled if that was needed. After it didn't work I also tried revdep-rebuild, which didn't add anything to the mix, and I recompiled it manually (also didn't help). Is this what you're finding javo?
Back to top
View user's profile Send private message
javo
n00b
n00b


Joined: 30 Jun 2007
Posts: 64

PostPosted: Tue Apr 07, 2009 2:37 pm    Post subject: Reply with quote

hi guys,

first of all thank you for your time and replies,
sorry for answering too late but I had lots of tests in school these days

Although I've recompiled all drivers and removed all unnecessary drivers (I forgot to add VIDEO_CARDS="" to /etc/make.conf before instalation) the problem persists

I haven't upgraded the kernel nor xorg-server, because this is new instalation and I've never been running gentoo on this notebook,

I've also tried to ignore ABI but only black screen appears and I have to reboot....

Since I don't have any important stuff there and I think I might forget something important, I'll try to quickly reinstall the OS (at least I'll learn something new)

I've Radeon HD 3650, what do you recommend me to add here? -> VIDEO_CARDS="" fglrx, radeon, or radeonhd?

I've read lots of howto-s but I'm not really sure

Thank you all
Back to top
View user's profile Send private message
mamac
l33t
l33t


Joined: 29 Feb 2004
Posts: 890

PostPosted: Tue Apr 07, 2009 2:43 pm    Post subject: Reply with quote

I'd say VIDEO_CARDS="radeon"
_________________
Powered by Gentoo Linux since 2003
Back to top
View user's profile Send private message
javo
n00b
n00b


Joined: 30 Jun 2007
Posts: 64

PostPosted: Thu Apr 09, 2009 8:14 pm    Post subject: Reply with quote

ok, so ...

I've installed new system on new partition using my old kernel

After X -configure, /root/xorg.conf.new was successfully created

and there's some error with radeon driver

when I try to execute X -config /root/xorg.conf.new I only see black screen and I have to reinstall

other people have the same problem (ubuntu users can't start their graphic. instalation on this notebook, problems with some ATI cards and blackscreen on gentoo, etc)

so I searched google for more solutions, I've tried to edit my kernel, xorg.conf, downgrade of xorg-server and ati-drivers, etc... but nothing helped, I've been doing this for hours

is there anybody who had the same black screen problem? is it possible that this problem will be fixed in future versions?

thanks
Back to top
View user's profile Send private message
javo
n00b
n00b


Joined: 30 Jun 2007
Posts: 64

PostPosted: Thu Apr 09, 2009 8:41 pm    Post subject: Reply with quote

and this is the Xorg.0.log
http://pastebin.ca/1387421
I have no idea where to start ...
Back to top
View user's profile Send private message
mamac
l33t
l33t


Joined: 29 Feb 2004
Posts: 890

PostPosted: Fri Apr 10, 2009 6:42 am    Post subject: Reply with quote

Seems you use "/root/xorg.conf.new", try to move this file, move the /etx/X11/xorg.conf as well and start xorgcfg.
_________________
Powered by Gentoo Linux since 2003
Back to top
View user's profile Send private message
javo
n00b
n00b


Joined: 30 Jun 2007
Posts: 64

PostPosted: Fri Apr 10, 2009 9:50 am    Post subject: Reply with quote

so thank you for your advice...
now I try to execute X with config in /etc/X11, I've changed my kernel again and it seems that situation has
changed, now if I try to start X i get this message with no errors, but X won't start
here's the latest Xorg.0.log and my xorg.conf
http://www.pastebin.ca/1387854
http://www.pastebin.ca/1387855

I'd be really happy if somebody knows the answer

thank you
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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