|
|
#1 | |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
Hi all...
Sorry for the question but i can't seem to find the correct driver on linux for my nvidia card... I have a geforce fx 5200 128 mb.... i've been looking in the drivers section everywhere, but cant seem to find wich one IS the correct one, since i had troubles installing the ones i have downloaded before.... can someone please give a link for the drivers of this card ?? Please help ?? Many thanks |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Posts: 1,026
|
You really need to be more specific. What troubles installing before? What Linux distribution?
The 5200 is still supported in the newest drivers. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
thanks for the reply
well i think ive messed up with some ancient version of the driver before i installed first NVIDIA-Linux-x86-1.0-9746-pkg1.run wich i think it wasnt this one becase got an error on some version diferent between nvidia kernel and xorg kernel.... after searching anoter time, i found that NVIDIA-Linux-x86-71.86.04-pkg1.run is the one i have to install ? is this correct ? well, the install went well, i think so, rebooted, gdm appeared fine, logged in... ok oh im running Debian Etch on a athlon xp 2600+ 1 gb ram kernel version 2.6.18-5-k7 also have kernel 2.6.18-6-k7, still have to try on it, think will work the install too BUT when i make glxgears on terminal to see if i have 3d accelaration i get some error like "segment violation". Im sorry its that my distro is in spanish and the error i get is in spanish as well, so i'm trying to translate it output of xdpyinfo: Code:
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 70101000
X.Org version: 7.1.1
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x2e00007, revert to PointerRoot
number of extensions: 25
BIG-REQUESTS
DAMAGE
DPMS
Extended-Visual-Information
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RENDER
SECURITY
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFIXES
XFree86-Bigfont
XFree86-DGA
XFree86-Misc
XFree86-VidModeExtension
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1024x768 pixels (339x271 millimeters)
resolution: 77x72 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x5c
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
options: backing-store NO, save-unders NO
largest cursor: 64x64
current input event mask: 0xfa6031
KeyPressMask EnterWindowMask LeaveWindowMask
ButtonMotionMask KeymapStateMask StructureNotifyMask
SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask
PropertyChangeMask ColormapChangeMask
number of visuals: 2
default visual id: 0x21
visual:
visual id: 0x21
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x22
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
my xorg.conf: Code:
Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "nVidia Corporation NV34 [GeForce FX 5200]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "AL1715" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV34 [GeForce FX 5200]" Monitor "AL1715" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection if there is something more you need me to post please tell me.. once again thanks |
|
|
|
|
|
#4 | |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
First of all: read the Sticky posts before posting here.
They are on top and should be read first. We are answering the same questions about twice a week here. You should _not_ install the driver by hand. Read http://www.nvnews.net/vbulletin/showthread.php?t=72490 Then: In your Xorg.conf you are using Driver "nv" which is the open nvidia driver without any acceleration. So: follow the instructions given abouve, read the README, edit your xorg.conf accordingly. If it still doens't work: read the other sticky thread on how to report problems and act accordingly. Thanks. Fuchs |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
well ive changed Driver "nv" to Driver "nvidia" and deleted the entry load "dri" on xorg.conf, uninstalled nvidia-glx via synaptic and deleted the according files ... yes i read the stickys before and did it again, restarted x and everything seems to be fine... although when i try to run some games they do not load.......supposing that the driver i installed is the correct...
is there any way to check if 3d rendering is active or enabled ?? glxgears and glxinfo dont work.... is there other way ? thanks again ! |
|
|
|
|
|
#6 | |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
glxinfo. It is supposed to work.
What are the error messages? You can check with lsmod if the module is loaded, or read the X11 log. And if you did read the stickies you should know that you are supposed to attach a nvidia bug report, so we could read X11 error logs and dmesg ... Would make things a lot easier. Fuchs |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
well i've uploaded my nvidia-installer.log file
glxinfo doesnt work, the error i get is in spanish as i told before, my debian distro is in spanish : "Violación de segmento" means something like " segment violation " dont know what it means i think that the module is loade, if i type lsmod i get: Code:
$ lsmod Module Size Used by nvidia 3925804 8 xt_limit 3072 8 xt_tcpudp 3456 26 iptable_mangle 3200 0 ipt_LOG 6464 8 ipt_MASQUERADE 4032 0 ip_nat 17260 1 ipt_MASQUERADE ipt_TOS 2624 0 ipt_REJECT 5568 1 ip_conntrack_irc 7088 0 ip_conntrack_ftp 8112 0 xt_state 2560 6 ip_conntrack 49504 5 ipt_MASQUERADE,ip_nat,ip_conntrack_irc,ip_conntrack_ftp,xt_state nfnetlink 7128 2 ip_nat,ip_conntrack iptable_filter 3392 1 ip_tables 13476 2 iptable_mangle,iptable_filter x_tables 13636 8 xt_limit,xt_tcpudp,ipt_LOG,ipt_MASQUERADE,ipt_TOS,ipt_REJECT,xt_state,ip_tables binfmt_misc 11272 1 rfcomm 35416 0 l2cap 22720 5 rfcomm bluetooth 46628 4 rfcomm,l2cap ppdev 8964 0 lp 11300 0 button 6928 0 ac 5508 0 battery 9924 0 ipv6 228320 8 dm_snapshot 15904 0 dm_mirror 19600 0 dm_mod 50776 2 dm_snapshot,dm_mirror fuse 40404 7 loop 15496 0 snd_via82xx 26264 1 snd_mpu401_uart 8384 1 snd_via82xx tsdev 7808 0 snd_via82xx_modem 14408 0 snd_seq_dummy 4164 0 snd_seq_oss 29120 0 snd_ac97_codec 83360 2 snd_via82xx,snd_via82xx_modem snd_ac97_bus 2688 1 snd_ac97_codec snd_seq_midi 8544 0 snd_pcm_oss 39200 0 snd_mixer_oss 15552 1 snd_pcm_oss snd_seq_midi_event 7488 2 snd_seq_oss,snd_seq_midi snd_pcm 68996 4 snd_via82xx,snd_via82xx_modem,snd_ac97_codec,snd_pcm_oss analog 11104 0 snd_seq 46224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event serio_raw 6980 0 gspca 601680 0 parport_pc 32612 1 snd_rawmidi 23200 2 snd_mpu401_uart,snd_seq_midi snd_seq_device 8140 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi i2c_viapro 8596 0 snd_timer 21316 2 snd_pcm,snd_seq parport 33672 3 ppdev,lp,parport_pc floppy 53668 0 gameport 14920 2 snd_via82xx,analog pcspkr 3392 0 psmouse 35336 0 rtc 12788 0 i2c_core 20096 1 i2c_viapro snd 47524 14 snd_via82xx,snd_mpu401_uart,snd_via82xx_modem,snd_seq_oss,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device,snd_timer soundcore 9568 1 snd snd_page_alloc 9928 3 snd_via82xx,snd_via82xx_modem,snd_pcm videodev 21440 1 gspca v4l1_compat 12356 1 videodev v4l2_common 20736 1 videodev shpchp 33312 0 pci_hotplug 29056 1 shpchp via_agp 9984 1 agpgart 30216 2 nvidia,via_agp evdev 9408 1 ext3 120584 2 jbd 52968 1 ext3 mbcache 8644 1 ext3 ide_cd 36576 0 cdrom 33056 1 ide_cd ide_disk 15168 7 generic 5188 0 [permanent] sd_mod 19456 3 via82cxxx 8708 0 [permanent] ide_core 110984 4 ide_cd,ide_disk,generic,via82cxxx sata_via 10372 2 via_rhine 23112 0 mii 5696 1 via_rhine ehci_hcd 28488 0 libata 90772 1 sata_via scsi_mod 124872 2 sd_mod,libata uhci_hcd 21580 0 usbcore 113412 4 gspca,ehci_hcd,uhci_hcd thermal 13896 0 processor 29128 1 thermal fan 5124 0 hey im sorry im trying to do the best i can here, if you could tell how to do it ill upload here, its just that there are things about linux for me that take time to understand and sometimes things arent explained for the noob to understand... sorry. I'd like to help for you guys can help. if its any help here's dmesg output: (ive reduced to the last part of it where comes out nvidia driver,... so if latter i make the report ill upload everything on it) Code:
nvidia: module license 'NVIDIA' taints kernel. ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 201 NVRM: loading NVIDIA Linux x86 Kernel Module 71.86.04 Mon Jan 21 11:22:18 PST 2008 agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode |
|
|
|
|
|
#8 |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Yes, this is a segmentation fault.
Happens when an application wants to get / write on memory it shouldn't. Hard to trace why this happens, usually this is either a version / library conflict, bad RAM or bad programming. In your case I guess it is a lib / version conflict, between nvidia driver and nvidia OpenGL libraries. The installation of the nvidia driver failed, as you tried to run it while running X. Either you install it with a debian package, but then you have to install the correct glx package as well, or you remove the left overs of the debian provided modules / libs, stop the X server (either switch to a non-X runlevel or stop xdm/gdm/kdm via the init script) and install it with the nvidia-installer, which should install the driver and the libraries, and the nvidia-bug-report script. You probably have a semi-complete installation, with a nvidia module but no openGL libs and no additional nvidia scripts/software. Fuchs |
|
|
|
|
|
#9 | |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
ok thank you very much
right now i get the picture on how things going will be searching now on how to do what you said Quote:
thanks once more cheers ! |
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Apr 2008
Posts: 8
|
this is what i did:
close session in gdm screen typed ctrl+alt+f1 went to command line typed: # /etc/init.d/gdm stop # sh NVIDIA-Linux-x86-71.86.04-pkg1.run begins installation but got some errors... couldnt create /usr/lib/nvidia/libglx.so.xlibmesa no such file or directory (among other 4 or 5 errors like this one) oh well, installation proceeded... finish # /etc/init.d/gdm start logged in ... all ok glxinfo: Code:
$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_NV_float_buffer
GLX version: 1.3
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5200/AGP/SSE/3DNOW!
OpenGL version string: 1.5.3 NVIDIA 71.86.04
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_imaging,
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shader_objects, GL_ARB_shading_language_100,
GL_ARB_texture_border_clamp, 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_mirrored_repeat, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader, 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_func_separate, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_Cg_shader,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,
GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side,
GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_compression_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_HP_occlusion_test, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square,
GL_NV_copy_depth_to_color, GL_NV_depth_clamp, GL_NV_fence,
GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
GL_NV_fragment_program_option, GL_NV_half_float, GL_NV_light_max_exponent,
GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
GL_NV_packed_depth_stencil, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_primitive_restart, GL_NV_register_combiners,
GL_NV_register_combiners2, GL_NV_texgen_reflection,
GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
GL_NV_texture_expand_normal, GL_NV_texture_rectangle,
GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3,
GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program,
GL_NV_vertex_program1_1, GL_NV_vertex_program2,
GL_NV_vertex_program2_option, GL_SGIS_generate_mipmap,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SUN_slice_accum
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x23 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x29 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2a 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x2f 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x30 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x31 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x32 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x33 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x34 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x35 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x36 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x37 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x38 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x39 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x3a 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x3b 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x3c 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x3d 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x3e 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x3f 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x40 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x41 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x42 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x43 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x44 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x45 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x46 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x47 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x48 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x49 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x4a 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x4b 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x4c 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x4d 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x4e 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x4f 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x50 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x51 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x52 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x53 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x54 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x55 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x56 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x57 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x58 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
typed glxgears -printfps Code:
3983 frames in 5.0 seconds = 796.565 FPS 4106 frames in 5.0 seconds = 821.175 FPS 3780 frames in 5.0 seconds = 755.433 FPS 3639 frames in 5.0 seconds = 726.947 FPS 3636 frames in 5.0 seconds = 726.941 FPS 4039 frames in 5.0 seconds = 807.782 FPS 3827 frames in 5.0 seconds = 764.858 FPS 7383 frames in 5.0 seconds = 1475.475 FPS 4498 frames in 5.0 seconds = 898.913 FPS 3744 frames in 5.1 seconds = 733.999 FPS 2030 frames in 5.0 seconds = 405.771 FPS 5326 frames in 5.0 seconds = 1065.165 FPS 8793 frames in 5.0 seconds = 1758.582 FPS 8075 frames in 5.0 seconds = 1614.984 FPS 8541 frames in 5.0 seconds = 1708.161 FPS 9008 frames in 5.0 seconds = 1800.570 FPS 8031 frames in 5.0 seconds = 1604.962 FPS 8205 frames in 5.0 seconds = 1639.794 FPS 7687 frames in 5.0 seconds = 1535.951 FPS once again i include in this post nvidia-installer.log so that you can take a look if you please, there you can see all the errors im talking about. Will wait for your opinion one more time, thank you very much |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Graphics driver installation problem (your comments will be highly appreciated) | apuurboo | NVIDIA GeForce 400/500 Series | 0 | 06-16-12 07:35 AM |
| Redhat 8.0 NVIDIA works - INSTRUCTIONS | STEEL1 | NVIDIA Linux | 267 | 04-15-03 06:48 PM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| failing to initialize NV driver | PsyShook | NVIDIA Linux | 10 | 09-19-02 12:41 PM |
| Nvidia Driver causes crash on Standby/Suspend | dasher | NVIDIA Linux | 5 | 09-16-02 05:57 PM |