LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-18-2004, 07:55 AM   #166
init
Member
 
Registered: Oct 2003
Location: Portland, Maine
Distribution: Gentoo 2004_2 2.6.7r14
Posts: 160

Rep: Reputation: 30

jpbarto, Yes I get the same error with my 2.4 kernel
 
Old 02-20-2004, 10:49 AM   #167
Osis
LQ Newbie
 
Registered: Feb 2004
Location: Riga, Latvia
Distribution: Debian unstable
Posts: 12

Rep: Reputation: 0
This patch i mentioned before is for fglrx drivers fglrx-3.2.8-fix-amd-adv-spec.patch

how you can see that it;s for version 3.2.8 but funcion whitch body has to be commented out still are in dirvers 3.7.0 so when i comment out this stuff i can use built-in-kernel agpgart

I got sam error before, but whan i carefully made patch (by hand) this msg was gone.

and jpbarto

I dond't know about message becose i use killall gdm to shut-down x-windows
 
Old 02-20-2004, 01:52 PM   #168
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
I haven't had a chance to really look at it yet. I put some comments into the generic_free_gatt_table (or something to that effect) but that doesn't seem to be the problem. As soon as I finish this midterm for class I should have some more time to give to it. I'll let you guys know what I find out.

jpbarto
 
Old 02-29-2004, 03:17 AM   #169
katu
LQ Newbie
 
Registered: Feb 2004
Location: Krakow, Poland
Distribution: Debian/Ubuntu
Posts: 12

Rep: Reputation: 0
have tried everything but still doesn't work :(

Hi, I've been reading this thread and I've tried almost everything here but I can't get 3d acceleration .
I am running Debian unstable, kernel 2.4.24
Radeon 9200, MSI KT4AV motherboard, AMD 2500+
X version 4.3

right now I'm trying the Schneider drivers 3.2.8. But I tried also the Ati ones.

The situation is I can load fglrx module, but lsmod | grep fglrx lists:
fglrx 173928 0 (unused)
When the module is loaded X start much faster, but glxgears don't run at all their output is:

Code:
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
my XFree86.0.log is here:
http://druid.if.uj.edu.pl/~tyler/logs/XFree86.0.log

but the most interesting parts seem to be:
Code:
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
Code:
(II) fglrx(0): Direct rendering disabled
Code:
(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)
Ok, I recompied my kernel for the first time lately, but everything else seems to work. (note: I can't load the external agpgart module: the result from dmesg is:
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected Via Apollo Pro KT400 chipset
agpgart: unable to determine aperture size.
)

Aniother thing is I used to have a Nvidia card before (I also never managed to get OpenGL so maybe that's why it's looking for NVIDIA drivers... )
Please help...
Thanks,
Katu
 
Old 03-01-2004, 07:40 AM   #170
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
Katu, are you using ATI's agpgart module? Also did you modify the fglrx source so that when it tries to setup the KT400 it uses via_kt400_setup instead of via_generic_setup?
 
Old 03-01-2004, 08:12 AM   #171
katu
LQ Newbie
 
Registered: Feb 2004
Location: Krakow, Poland
Distribution: Debian/Ubuntu
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by jpbarto
Katu, are you using ATI's agpgart module? Also did you modify the fglrx source so that when it tries to setup the KT400 it uses via_kt400_setup instead of via_generic_setup?
Yes, if this means answering "yes" to the internal agpgart in the fglrxconfig questions.
And yes I changed agpgart_be.c. to via_kt400_setup for the 8377 chipset which I have (line 6073).

Code:
 grep AGPGART /etc/X11/XF86Config-4
 Option "UseInternalAGPGART"         "yes"
I don't know what's going on...
here's my XF86Config just in case:
http://druid.if.uj.edu.pl/~tyler/logs/XF86Config-4

Katu
 
Old 03-01-2004, 11:04 AM   #172
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
Re: have tried everything but still doesn't work :(

Quote:
Originally posted by katu
(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found) ...
...Aniother thing is I used to have a Nvidia card before (I also never managed to get OpenGL so maybe that's why it's looking for NVIDIA drivers... )
Please help...
Thanks,
Katu
This is where your errors comes from, remove the libraries your nV driver installed before you can see if everything else you did, paid off.

...they install the libGL under /usr/lib/libGL.so.1.x.<version> ...IIANM
 
Old 03-01-2004, 06:00 PM   #173
katu
LQ Newbie
 
Registered: Feb 2004
Location: Krakow, Poland
Distribution: Debian/Ubuntu
Posts: 12

Rep: Reputation: 0
Hah!

Code:
8527 frames in 5.0 seconds = 1705.400 FPS
8763 frames in 5.0 seconds = 1752.600 FPS
8791 frames in 5.0 seconds = 1758.200 FPS
8773 frames in 5.0 seconds = 1754.600 FPS
8791 frames in 5.0 seconds = 1758.200 FPS
8791 frames in 5.0 seconds = 1758.200 FPS
8791 frames in 5.0 seconds = 1758.200 FPS
I would bear your children if it were biologically possible . I uninstalled the nvidia drivers reinstalled xlibmesa packages and used the procedure described above. Thank you very much UnTamed and jpbarto.

Katu (off to install Unreal Tournament, while playing tuxracer ;>)
 
Old 03-02-2004, 08:55 AM   #174
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
Excellent. And if you mean UT2004 /demo be careful... that thing crashes like a drunk driver on prom night. It even brought down my Windows box three times. Its great fun when it works but it sucks having to reboot the machine after a crash.
 
Old 03-07-2004, 12:20 PM   #175
Valgar
Member
 
Registered: Feb 2004
Posts: 65

Rep: Reputation: 15
Hallo to all.
Sorry for hasking but i have the same message of the "disable 4 meg" ecc ecc...
Where i have to put the line "mem:nopentium" in?
And...when i test the lilo.conf (with the tool of kde)i have some strange errors that tell me that the config don't work...and if i use "probe" then come with some other kernel in lilo startup.....
I have updated the kernel source using mandrake-update but don't recompile them...is for that?
 
Old 03-11-2004, 01:42 PM   #176
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
Quote:
Originally posted by sambartle
I have the Via KT400 on my Abit KD7 board with 8xAGP and i run an 8x Abit Siluro Ti4200 in linux fine.

I just had to add:

"options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 NVreg_ReqAGPRATE=8"

underneath the "alias char_major_195 nvidia"

in /etc/modules.conf

and restart X


(oh and use "option" "NVAgp" "3" in XF86Config as agpgart doesnt support 8x)


Its not the best solution but is a walkaround for nvidia owners at least
Where Should I put the NVAgp Option? In which section it goes????? or it doesn't matter?
where did you put it?
 
Old 03-11-2004, 04:12 PM   #177
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Quote:
Originally posted by frandalla
Where Should I put the NVAgp Option? In which section it goes????? or it doesn't matter?
where did you put it?
it goes on a seperate line right under the "Driver" "nvidia"

Last edited by 320mb; 03-11-2004 at 04:13 PM.
 
Old 03-19-2004, 02:52 PM   #178
chronom1
LQ Newbie
 
Registered: Feb 2002
Location: Indy
Distribution: Redhat 7.2
Posts: 7

Rep: Reputation: 0
Works...Sorta

Alright!. I got 3d acceleration working on my ati radeon 9800 SE.
The only problem is that I get some screwy stuff on the screen when rendering opengl. It looks like the color green gets distorted. I have a soyo kt333 but it also has some letters at the end of that. Its half-way between a kt400 and kt333. It has all kt400 specs except the agp slot is 4x rather than 8x. Linux I think is trying to run it at 8x and so It is getting distorted. Is there an option I can put in the XF86Config-4 file to set the agp speed. Thanks. I hope this works. Otherwise Ill switch over to kernel 2.6
 
Old 01-09-2005, 06:27 PM   #179
deimos_cz
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
ASUS A7V600 and ATI RADEON 7500

hi there,
I'm trying to run 3D acceleration on this HW. All questions and answers before are about better Ati cards, so I do not know if applying this would work for me.
I have no AGP/DRI/etc. in dmesg. I have kernel 2.4.28 and don't know if I should use external or internal agpgart, because I couldn't find any driver for Ati 7500. Yes, there is support for Ati 7500 in kernel but it seems not working with my A7V600.
it would be nice having my graphic card working with my new MB.
 
Old 01-09-2005, 07:13 PM   #180
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
let's not waste another million post for something that's bee discussed *infinitive* times
just read this whole thread and u should be fine
and before u post, search for ur subject plz
 
  


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
DMA don't work chipset kt400 pike Linux - General 14 06-23-2005 02:05 AM
Radeon graphics cards with KT400 chipset nemesis636 Linux - Hardware 14 11-15-2004 06:06 AM
Sound problem with ASUS A7V8X-X chipset KT400 mentallysilent Mandriva 30 06-24-2004 08:07 AM
Radeon 9800 Pro w/ KT400 chipset Direct Rendering not working nemesis636 Linux - Hardware 7 12-22-2003 09:16 AM
agpgart problems with a radeon 9700 pro, kt400, and redhat 9 makai_wi Linux - Hardware 11 08-22-2003 01:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:18 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