LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 03-23-2004, 02:41 PM   #16
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30

You might need that other stuff, but here's the module section of mine either way and I think the module section should be at the top.

Section "Module"

# This loads the DBE extension module.
Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
Load "freetype"
Load "xtt"

# This loads the GLX module
Load "glx"
End Section

Also, I get away with this:

Section "Device"
Identifier "AOpen Geforce3 Ti200"
Driver "nvidia"
EndSection

Perhaps one of those things is the problem.
 
Old 03-24-2004, 06:08 AM   #17
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Original Poster
Rep: Reputation: 30
I have commented all the other modules exept glx. Regarding the XFree86.0.log the glx module gets loaded

Code:
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.5336
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
it says compiled for XFree 4.0.2, but i am using 4.3.0

Code:
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.5336
        Module class: XFree86 Video Driver
Code:
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Use of AGPGART requested
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xEC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 MX/MX 400
(--) NVIDIA(0): VideoBIOS: 03.11.00.02.00
(--) NVIDIA(0): VideoRAM: 16384 kBytes
i have tried adding the option "Option VideoRam 65535" but it didn't change anything....

any more hints???
 
Old 03-24-2004, 12:18 PM   #18
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Don't worry about the ram reported... it's pretty much an non-issue.

The bigger problem is that I don't think you got the nVidia GLX module installed...

Did you install from the runtime installation script or did you use the source RPMs and rebuild your own drivers???
 
Old 03-25-2004, 06:43 AM   #19
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Original Poster
Rep: Reputation: 30
i have used the runtime installation script for installation. i have checked the nvidia installer log. everything went fine...
 
Old 03-25-2004, 07:00 AM   #20
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
You could try it from the source. Gentoo builds them from the source when I emerge them and they always work fine. Just make sure you have the kernel's sources you want to use them with sim-linked as /usr/src/linux.
 
Old 03-25-2004, 01:27 PM   #21
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Original Poster
Rep: Reputation: 30
i have recompiled the 2.6.4 kernel but this time without build in agpart. But still no change.
this is the output of glxgears -info

Code:
 1 20:27:24 sammy@uranos:~ $ glxgears -info
GL_RENDERER   = GeForce2 MX/PCI/SSE/3DNOW!
GL_VERSION    = 1.4.1 NVIDIA 53.36
GL_VENDOR     = NVIDIA Corporation
GL_EXTENSIONS = GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_AR
B_point_sprite GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture                              
 _env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_mirro                              
 red_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_pro                              
 gram GL_ARB_window_pos GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra                               
 GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume                              
 _hint GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord G                              
 L_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_poin                              
 t_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specul                              
 ar_color GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_texture_compre                              
 ssion_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_                              
 combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture                              
 _lod GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_ra                              
 sterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_squ                              
 are GL_NV_fence GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_packed_depth_s                              
 tencil GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_register_combiners GL_NV_                              
 texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_verte                              
 x_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_progra                              
 m1_1 GL_NVX_ycrcb GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_l                              
 od GL_SUN_slice_accum 

1210 frames in 5.0 seconds = 242.000 FPS
maybee this values are normal???? I have recognized that changing the windowsize of glxgears affects the fps value. also bringing this window to background risez the fps value up ~ 1500

Last edited by Sammy2ooo; 03-25-2004 at 01:31 PM.
 
Old 03-26-2004, 05:28 AM   #22
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Original Poster
Rep: Reputation: 30
i just stumbled over this...

Code:
Mar 26 08:08:15 uranos kernel: nvidia: module license 'NVIDIA' taints kernel.
Mar 26 08:08:15 uranos kernel: 0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-5336  Wed Jan 14 18:29:26 PST 2004
Mar 26 08:08:17 uranos kernel: 0: NVRM: AGPGART: unable to retrieve symbol table
Mar 26 08:08:18 uranos kernel: atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
Mar 26 08:08:18 uranos kernel: atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
Mar 26 08:08:18 uranos kernel: atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
Mar 26 08:08:18 uranos kernel: atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
damn, what is ment by unable to retrieve symbol table ????
 
Old 03-26-2004, 06:44 AM   #23
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
Did you recompile the module after recompiling the kernel? The modules need recompiled after recompiling kernels in case you didn't know.
 
Old 03-26-2004, 04:48 PM   #24
Sammy2ooo
Member
 
Registered: Jan 2003
Location: nearby switzerland
Distribution: Suse 8.0 / Suse 9.0 / Slackware 9.1 / Debian Sarge testing / Gentoo 1.4.10
Posts: 165

Original Poster
Rep: Reputation: 30
yes i know that and i did so.... xfree didnt start up without recompiling the nvidia module
i hope the only way to get this damn driver working isn't reinstalling my lovely slack ...
 
Old 03-26-2004, 05:11 PM   #25
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
It's very doubtful that reinstalling is the answer, so don't worry. Post your XF86Config file again. lol
 
Old 04-03-2004, 03:59 AM   #26
ricardo13
LQ Newbie
 
Registered: Apr 2004
Location: Ukraine
Distribution: Mandrake10C / FedoraC1/ ASP9 / LinuxXP
Posts: 1

Rep: Reputation: 0
Though I do not have three extensions loaded after installing latest nVidia drivers (only two):
GLX
NV-GLX
results of glxgears are:
26344 frames in 5.0 seconds = 5268.800 FPS
26313 frames in 5.0 seconds = 5262.600 FPS
27864 frames in 5.0 seconds = 5572.800 FPS
28424 frames in 5.0 seconds = 5684.800 FPS
28165 frames in 5.0 seconds = 5633.000 FPS
28388 frames in 5.0 seconds = 5677.600 FPS

(Athlon XP 2100+ @ 1831 MHz; KT600; nVidia GF4800SE)
===
Is it so important to have also NVIDIA-GLX loaded ?

Last edited by ricardo13; 04-03-2004 at 01:27 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
nvidia legacy driver and nvidia-glx questions darkleaf Linux - Software 6 06-27-2005 02:42 PM
a need for nvidia-glx? koyi Debian 1 04-10-2005 02:02 AM
Nvidia Glx FrostBot Linux - Software 2 08-27-2004 04:38 AM
NVIDIA-GLX and General NVIDIA Problems g452 Slackware 7 05-30-2004 02:10 PM
nvidia glx snu Linux - General 4 07-09-2003 02:42 PM

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

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