LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-06-2004, 04:37 PM   #31
jonmills
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0

Of course. I've followed the ATI install directions exactly. I've run and rerun the install a dozen times. I've rebooted after every attempt.
 
Old 09-06-2004, 09:35 PM   #32
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Anything in the log files, /var/log/XF*
 
Old 09-06-2004, 09:47 PM   #33
jonmills
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
dmesg

I get some interesting info when I run dmesg, but I don't know what it means:

Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected NVIDIA nForce2 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
[fglrx] Maximum main memory to use for locked dma buffers: 428 MBytes.
[fglrx] module loaded - fglrx 3.11.1 [Aug 4 2004] on minor 0
Fire GL built-in AGP-support
Based on agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected nVidia nForce2 chipset
agpgart: Bridge device is in AGP v1/v2 mode
agpgart: AGP aperture is 64M @ 0xe0000000
Power management callback for AGP chipset installed
[fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset)
[fglrx:firegl_unlock] *ERROR* Process 6341 using kernel context 0
 
Old 09-07-2004, 05:42 AM   #34
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
what is runnning on PID 6341?

ps -aux |grep 6341

I think you should probably not run an external agpgart. There should be on build into the driver.

Last edited by DavidPhillips; 09-07-2004 at 05:43 AM.
 
Old 09-07-2004, 06:27 AM   #35
jonmills
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
Well, the PID changes every time, but I rebooted and then immediately checked dmesg and then ran the ps command like you said. I came up with this:

/usr/X11R6/bin/X:0 -auth /var/gdm/:0.Xauth vt7
 
Old 09-07-2004, 06:31 AM   #36
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
But where is the external AGPGart being loaded from, then (if that's the problem)? The kernel?

jonmills' XF86Config-4 clearly says
Quote:
Option "UseInternalAGPGART" "yes"
.

But checking out The ATI Radeon How-to suggests that in fact this setting (UseInternalAGPGART) should be set to "no" for an nForce mobo, and the kernel AGPGART should be used.

Sounds like it's worth a try, anyway. Can't really get much worse than what it is now .
 
Old 09-07-2004, 08:41 AM   #37
jonmills
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
Yes, I did read the ATI HowTo, and what it says is that on an nForce mobo, it's best to use the external agpgart, but that it's only supported on kernel 2.4.22 and later. Red Hat Enterprise Linux uses 2.4.21. So, I can't use the external agpgart. It also says that the internal agp is supported on nForce mobos in ATI driver versions 3.7.6 and later, and I'm using 3.11. Ergo, I must use the internal agp.
 
Old 09-07-2004, 08:47 AM   #38
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Driver 3.11 is later than version 3.7.6.

11 comes after 7.

Trust me, I've been using ATI binary drivers since version 3.2.8, and I do know their order

3.2.8=>3.7.0=>3.7.6=>3.11.1

The 3.11 are the current version, the 3.7.6 are the previous version directly before.

I would try the external apgart anyway, since the kernel difference is 0.0.01 revisions.

You really can't be much worse off than you are now in terms of the drivers working.
 
Old 09-07-2004, 09:07 AM   #39
jonmills
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
Oh for pete's sake, I'm not a freakin newbie. YES, I know 3.11 is after 3.7.6. That's what I said! Did you read my post? I'm using internal agp because it's the only option I have. I can't use external agp because the 2.4.21 kernel doesn't support it on the nForce mobo. As in, it will crash my system. I've tried it.
 
Old 09-07-2004, 09:21 AM   #40
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
You're right, I misread your post.

My apologies.

I take it you don't have the opportunity to upgrade your kernel a couple of tenths of a revision?
 
Old 09-07-2004, 10:32 PM   #41
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
It seems strange, but it looks like the program you have returned with the ps command is the display manager. I seem to remember a version of RedHat or maybe it was Fedora that I had a problem starting a second X server on with my system.

Can you try this..

Start up the system in runlevel 3, or maybe telinit into runlevel three. Then run startx, or `xinit -e xterm` would be better. Then see how things work. Maybe the display manager is part of the problem. It may be that the problem will only allow you to run X that way.

Last edited by DavidPhillips; 09-07-2004 at 10:33 PM.
 
  


Reply



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
8.6.20 ATI Drivers and ATI Radeon XPress 200M ltracy Linux - Hardware 8 04-28-2006 07:52 PM
ATI 9600Pro & ATI Proprietary Drivers problem Hyakutake Slackware 6 12-04-2005 10:08 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM
ATI Drivers imroberts Mandriva 1 11-28-2003 07:26 PM
Red Hat9 + ATi Drivers + nForce2 Drivers sturreal Linux - Newbie 2 10-07-2003 07:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:05 PM.

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