Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X Crashes on launch w/ ATI mobility Radeon
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
lowbatt
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2002
Posts: 83

PostPosted: Mon Sep 16, 2002 6:52 pm    Post subject: X Crashes on launch w/ ATI mobility Radeon Reply with quote

Ok first of all I tried searching and didnt find anything I've got a iBook 600 with a ATI mobility Radeon with 16MB RAM.

I can not get X to work it crashes out with the following error


(Fatal Server Error
caught signal 11

XIO fatal IO error 104

There is more but I can not copy and paste.

So may question is what do I need to do special to get X set yup right? anything special in the kernel? what about monitor settings since it us a LCD.. I'm all confused here
_________________
Information is pure. Take a knife, for example. You can use it to cut up vegetables, butter your bread, etc. Or you can use it as a weapon. The way in which information exists in its many forms leaves for us the decision how to use it. - Maynard -TOOL
Back to top
View user's profile Send private message
fudge
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2002
Posts: 117

PostPosted: Tue Sep 17, 2002 2:23 pm    Post subject: Reply with quote

I don't know why your X server is bombing out. I too have the radeon
mobility on my laptop. It's working OK but I'm not too happy as I cannot
reliably get the 'Xv extensions' to work. Anyway, here's a summary of
what I've got.

In the kernel, under Character Devices, enable the Direct Rendering
Manager, them the ATI Radeon as a module. Build the kernel as normal
and install the modules and the boot image.

In /etc/modules.autoload, add 'radeon'.

An easy way to set up the /etc/X11/XF86Config file is to simply run
'X -configure'. X will probe your devices and give you a config file
that works.

Reboot and it should work.

If you're interested in switching on more features of the video chipset,
go to http://dri.sourceforge.net and grab the radeon driver from there.
Follow the instructions very carefully though.

As an aside, if anyone can direct me to a driver which supports the Xv
extensions, can they please let me know. Oh, and don't suggest gatos,
tried that and it doesn't work very well at all.

Fudge
Back to top
View user's profile Send private message
Freak_NL
Apprentice
Apprentice


Joined: 27 Jun 2002
Posts: 261
Location: The Netherlands

PostPosted: Wed Sep 18, 2002 8:24 pm    Post subject: Reply with quote

Gatos doens't seem to do very well with the mobility series.. (radeon mobility M6 LY)

What's the first error (EE) you find in the /var/log/Xfree86.log file? That's usually the culprit. (spellcheck?)
Back to top
View user's profile Send private message
lowbatt
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2002
Posts: 83

PostPosted: Wed Sep 18, 2002 11:48 pm    Post subject: Reply with quote

I actualy resolved the issue. since i was installing anyways i just started over wit hthe new 1.4r1 image and it worked right away. I think it had to do with my kernal config. because i was using the 1.4 image (beta). But hey it works great now :) thanks
_________________
Information is pure. Take a knife, for example. You can use it to cut up vegetables, butter your bread, etc. Or you can use it as a weapon. The way in which information exists in its many forms leaves for us the decision how to use it. - Maynard -TOOL
Back to top
View user's profile Send private message
fudge
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2002
Posts: 117

PostPosted: Fri Sep 20, 2002 12:21 pm    Post subject: Reply with quote

Figured out how to get it all working together, including the Gatos ATI stuff. First, installed the radeon DRI from http://dri.sourceforge.net/. Follw the instructions and back up /lib/modules and /usr/X11R6 before starting. Once installed, there are some broken symlinks to fix. In /usr/X11R6/lib, libGL.so and libGL.so.1 are broken symlinks. Remove them, then:
Code:

# ln -s libMeasGL.so libGL.so.1
# ln -s libGL.so.1 libGL.so
# env-update

Next, edit /etc/X11/XF86Config and add the following:
Code:

Section "DRI"
        Mode    0666
EndSection

This will make sure that when X starts, the DRI device (the card) is accessible.

Lastly, install the Gatos stuff from http://gatos.sourceforge.net/ati.2.php and it all seems to work... so far.

I believe the problems I had were due to the broken symlinks. Everything else followed quickly once that was resolved. So now I have a laptop with the ATI Radeon Mobilty 7000 graphics chipset running as best as it can.
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