LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-02-2004, 10:08 AM   #1
simonalex
LQ Newbie
 
Registered: May 2004
Location: Australia
Posts: 14

Rep: Reputation: 0
2.6.7 - unable to get radeon drivers working


Hey

I know there are lots of posts out there about getting radeon drivers working, but so far none have helped.

I'm using a presario 2570AI with Radeon IGP 340M card, Redhat 9 with kernel upgraded to 2.6.7. The first time I upgraded the kernel, I had no problems getting the radeon drivers to work, but at the moment, I'm unable to use anything but the vesa ones, which don't allow me to watch movies files/dvds.

When I try to start X, it crashes a few seconds later, saying "No devices detected. Fatal server error, no screens found". The xf86 log doesn't say much more than that, besides all the module loading stuff, but I can post it if it would help.

My XF86Config:

Code:
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "touchpad" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "synaptics"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier	"touchpad"
	Driver		"synaptics"
	Option		"Protocol"		"auto-dev"
	Option		"Device"		"/dev/psaux"
	Option		"LeftEdge"		"1900"
	Option		"RightEdge"		"5400"
	Option		"TopEdge"		"1900"
	Option		"BottomEdge"		"4000"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option          "MaxTapTime"            "180"
	Option          "MaxTapMove"            "220"
	Option          "EmulateMidButtonTime"  "75"
	Option          "VertScrollDelta"       "100"
	Option          "MinSpeed"              "0.02"
	Option          "MaxSpeed"              "0.18"
	Option          "AccelFactor"           "0.0010"
	Option		"SHMConfig"		"on"
EndSection

Section "InputDevice"
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Generic Laptop Display Panel 1024x768"
	HorizSync    31.5 - 48.5
	VertRefresh  40.0 - 70.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "Videocard vendor"
	VideoRam    65536
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection
The fact that I had no trouble getting them to work before makes me think it's an xf86 config error or kernel configuration error - It's a very new laptap, and I'm not yet completely sure how the kernel should be configured for it, to be honest. Can anyone help out?

Simon
 
Old 08-02-2004, 04:07 PM   #2
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Rep: Reputation: 30
If I were you, I'd recompile the kernel with no DRM (under drivers, character devices) support, and then download the ATI fglrx drivers and use them.
 
Old 08-02-2004, 07:49 PM   #3
simonalex
LQ Newbie
 
Registered: May 2004
Location: Australia
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks for replying!

I checked out the fglrx drivers... do they support ati igp? I looked at the website, it said it currently supports Radeon 8500 and later, as well as FireGL 8700 and later. Also says kernel 2.4 is required and that 2.6 support is "under development and should be available in a future release". Weird. It might just be old though... has anyone tried it?

Under drivers for "mobile", it says to use the drivers given to you by the laptop manufacturer. Grrr.

I did try recompiling the kernel though to see if I'd accidentally missed some crucial option... no luck. This is getting frustrating.

simon.
 
Old 08-02-2004, 08:33 PM   #4
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Rep: Reputation: 30
I don't know about the IGP, but they work fine for my FireGL T2 128 in my IBM Thinkpad.
 
Old 08-02-2004, 11:23 PM   #5
Robert_san6LX
LQ Newbie
 
Registered: Jul 2004
Posts: 18

Rep: Reputation: 0
Hello simonalex try my HOW TO http://www.geocities.com/robert_san2/index.htm
 
Old 08-03-2004, 05:38 AM   #6
simonalex
LQ Newbie
 
Registered: May 2004
Location: Australia
Posts: 14

Original Poster
Rep: Reputation: 0
Hey, thanks for the advice Robert (and nice HOWTO)

I tried it out, still getting the same problem though. Just not loading at all, device not found. There's something I've done here, but I'm not sure what... I'm tempted to reinstall, but that's what caused the problem in the first place.

Thanks again,
simon.
 
Old 08-03-2004, 06:25 AM   #7
simonalex
LQ Newbie
 
Registered: May 2004
Location: Australia
Posts: 14

Original Poster
Rep: Reputation: 0
Strange developments!

I upgraded xfree to 4.4 (I was outta ideas), and the drm build failed (presumably because I forgot I was using the kernel I'd disabled it in? ) and started X. Using mplayer now, I can get video and sound working with xv drivers (I haven't tried DVD yet) at full screen with no playback issues, and was able to use the radeon drivers!

Now, though, startx starts twm. I've used 'switchdesk' to try kde and gnome as the default window managers, but still starts up twm, although I can start a gnome-session from within twm (as strange as it appears). Using gnome-session from init3 also starts twm...

Do I need to configure the default window manager differently for this new version of xfree? Or have I just stuffed up things even more?

simon.

(Pardon all the parenthese).
 
Old 08-03-2004, 06:56 AM   #8
simonalex
LQ Newbie
 
Registered: May 2004
Location: Australia
Posts: 14

Original Poster
Rep: Reputation: 0
Stupid guy, I just needed to change xinitrd. I've heard tell of a ~/.xinitrc, but the one that seems to work for me is /usr/X11/xinit/xinitrc. Hopefully it will all work now!
 
Old 08-04-2004, 12:54 AM   #9
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Rep: Reputation: 30
Quote:
Originally posted by simonalex
(Pardon all the parenthese).
Well, you're nowhere near the parentheses whore that I am.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to get 3d accel working again with radeon 9600 and x.org 6.7 qanopus Linux - Hardware 1 09-26-2004 11:36 AM
Xine not working after Radeon Drivers deity_me Linux - Software 3 09-05-2004 03:57 PM
radeon 9800 drivers not working, glx score 300 unixrebel Linux - Hardware 1 07-21-2004 11:18 PM
ATI drivers not working on Xfree86 4.3 with Radeon 9600 xt elf-assassin Linux - Newbie 9 07-03-2004 12:32 PM
Using 32-bit color (radeon 9500 pro - I already have drivers working) Zoombie Linux - Hardware 3 09-15-2003 08:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration