For those who do not have opengl and want to play

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

For those who do not have opengl and want to play

Post by onimusha92 »

For those who do not have opengl and want to play the version of zsnes 1.40.MUST READ THIS!!!

i've figure out how to compile the version 1.40 in linux without using opengl.here's the way:

first.open the terminal.
sec.cd to the directory /<base directory>/zsnes_1_40/src/
third,type ./autogen.sh
then,./configure --disable-opengl
then,type make.
then,log in as root and type make install.
there you have it.A working version of zsnes 1.40.
don't try it with zsnes 1.41 and 1.42.i've already try it and it doesn't work.
Last edited by onimusha92 on Wed Aug 23, 2006 4:54 am, edited 1 time in total.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

:roll:

I'm fairly sure this issue is resolved in SVN by pointing your SVN client to https://svn.bountysource.com/zsnes/trunk and compiling with that.

In any case, if you don't have a decent OpenGL video card, you probably have to obtain MESA anyways for OpenGL support.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

I have mesa install on my computer but when i compile zsnes with opengl it says opengl no.
I also can't play games that uses opengl and i don't know what's the problem.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

There is a pretty good chance that you installed MESA incorrectly.

Type in glxinfo and paste the output of that.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
paulguy
Zealot
Posts: 1076
Joined: Sat Jul 02, 2005 2:01 am
Contact:

Post by paulguy »

I've tried zsnes with mesa, it's not pretty. 640x480 gets, like, 5-10 FPS in the GUI and it only gets worse ingame. Just get a cheapo geforce for probably, like, $40 or less.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

paulguy wrote:I've tried zsnes with mesa, it's not pretty. 640x480 gets, like, 5-10 FPS in the GUI and it only gets worse ingame. Just get a cheapo geforce for probably, like, $40 or less.
Whatever SDL renders by default is better... but the point here was to get his system to operate with OpenGL support installed w/o issue (even if he plans not using it).
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

this is the output from glxinfo:

Code: Select all

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
    GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_texture_from_drawable,
    GLX_MESA_allocate_memory, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_visual_select_group
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_texture_env_combine3,
    GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
    GL_HP_occlusion_test, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
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
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
and another thing,it's not me who install the mesa but it's my brother who install it.
my system info is:

Fedora Core 5
Intel Pentium 4 2.40 Ghz.
Nvidia TNT2 Model 64/64 Pro.

If you can help me please tell me.Thanks.
Last edited by onimusha92 on Sun Aug 27, 2006 5:21 am, edited 1 time in total.
spoon0042
Rookie
Posts: 46
Joined: Mon Jun 12, 2006 9:52 pm

Post by spoon0042 »

onimusha92 wrote:this is the output from glxinfo:

Code: Select all

name of display: :0.0
display: :0  screen: 0
>>> direct rendering: No <<<
server glx vendor string: SGI
server glx version string: 1.2
...
and another thing,it's not me who install the mesa but it's my brother who install it.
my system info is:

Fedora Core 5
Intel Pentium 4 2.40 Ghz.
>>> Nvidia TNT2. <<<

If you can help me please tell me.Thanks.
ZSNES not finding gl is probably due to the dev packages not being installed. I'm inclined to tell you not to bother, however, since to get hardware GL support (direct rendering) you'll need to install the nvidia drivers. And then even if you do, I'm pretty sure a TNT2 won't be able to run zsnes well enough to be worth it. If you want to play Quake 2 or look at the GL screensavers or something you could still give it a shot.
paulguy
Zealot
Posts: 1076
Joined: Sat Jul 02, 2005 2:01 am
Contact:

Post by paulguy »

i had one of those, you need an old nvidia driver for that. I don't quite know which but im sure it's a common enough problem that a web search will find it. but make sure to completely remove mesa first.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

spoon0042 wrote:ZSNES not finding gl is probably due to the dev packages not being installed. I'm inclined to tell you not to bother, however, since to get hardware GL support (direct rendering) you'll need to install the nvidia drivers. And then even if you do, I'm pretty sure a TNT2 won't be able to run zsnes well enough to be worth it. If you want to play Quake 2 or look at the GL screensavers or something you could still give it a shot.
By far, that is a better solution. The CPU he has should be more than sufficient to make up for most of the performance.. but the limits of the TNT2... it might hurt.. but better than what SDL uses to render.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

Thanks for all your reply.I think I'll save money from now on to buy a graphic card that I can install it's opengl.I can't uninstall mesa because there's a lot of programs running mesa.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

onimusha, pay more attention. If you find the hardware drivers for your TNT2, then you will have hardware OpenGL support and will NOT NEED MESA (the OpenGL drivers would handle it instead). I'm not sure if you understood that.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

I'd search for the hardware drivers for ages and still couldn't find it.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

What effort did you put into looking for these drivers? Seriously, this was too easy to find.

http://www.nvidia.com/object/unix.html

Read this as to why you need to use the Legacy driver:
http://www.nvidia.com/object/IO_32667.html
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

thanks.usually i just download the driver from

http://www.nvidia.com/object/linux_disp ... -8762.html
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

I've installed the legacy package but when i try to install the 1.0-8774 package i get an error.
this is the log file from the installation

Code: Select all

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sat Aug 26 19:03:34 2006

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
WARNING: The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in this
         system is supported through the NVIDIA legacy Linux graphics drivers. 
         Please visit http://www.nvidia.com/object/unix.html for more
         information.  The 1.0-8774 NVIDIA Linux graphics driver will ignore
         this GPU.
WARNING: You do not appear to have an NVIDIA GPU supported by the 1.0-8774
         NVIDIA Linux graphics driver installed in this system.  For further
         details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
         the README available on the Linux driver download page at
         www.nvidia.com.
-> License accepted.
-> There appears to already be a driver installed on your system (version: 1.0-
   7184).  As part of installing this driver (version: 1.0-8774), the existing 
   driver will be uninstalled.  Are you sure you want to continue? ('no' will a
   bort installation) (Answer: Yes)
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.17-1.2174_FC5/source'
-> Kernel output path: '/lib/modules/2.6.17-1.2174_FC5/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
   rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv
   -vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o
   rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
   rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
   rm -f -f stprof stprof.o symtab.h
   rm -f -rf .tmp_versions
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.17-1.2174_F
   C5/source SYSOUT=/lib/modules/2.6.17-1.2174_FC5/build'...
   
   NVIDIA: calling KBUILD...
   make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.17-1.2174_FC5/build KBUILD_VERBOSE
   =1 -C /lib/modules/2.6.17-1.2174_FC5/source SUBDIRS=/tmp/selfgz16551/NVIDIA-
   Linux-x86-1.0-8774-pkg1/usr/src/nv modules
   make -C /lib/modules/2.6.17-1.2174_FC5/build \
   KBUILD_SRC=/usr/src/kernels/2.6.17-1.2174_FC5-i686 \
   KBUILD_EXTMOD="/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv" -
   f /usr/src/kernels/2.6.17-1.2174_FC5-i686/Makefile modules
   mkdir -p /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.tmp_ver
   sions
   rm -f /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.tmp_versio
   ns/*
   make -f /usr/src/kernels/2.6.17-1.2174_FC5-i686/scripts/Makefile.build obj=/
   tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv
   echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz16551/NV
   IDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nv_compiler.h
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.nv.
   o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/include -D__KER
   NEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/include
   -include include/linux/autoconf.h   -I/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-
   8774-pkg1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-s
   trict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-func
   tion-declaration -Os -fomit-frame-pointer -fasynchronous-unwind-tables -g -p
   ipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts -m
   preferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -mregpa
   rm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/include/asm-i3
   86/mach-default -Iinclude/asm-i386/mach-default -Wdeclaration-after-statemen
   t -Wno-pointer-sign  -I/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/s
   rc/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wp
   arentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-
   compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODUL
   E -DNTRM -DNVRM -DDYNA
   MIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8774 -UDEB
   UG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PR
   ESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_M
   ESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -
   DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESEN
   T -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUIL
   D_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-87
   74-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1
   /usr/src/nv/nv.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv.c:14:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.nv-
   vm.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/include -D__
   KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/incl
   ude -include include/linux/autoconf.h   -I/tmp/selfgz16551/NVIDIA-Linux-x86-
   1.0-8774-pkg1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -f
   no-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-impl
   icit-function-declaration -Os -fomit-frame-pointer -fasynchronous-unwind-tab
   les -g -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builti
   n-puts -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generi
   c -mregparm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/inclu
   de/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclaration-after
   -statement -Wno-pointer-sign  -I/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-p
   kg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subsc
   ripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -M
   D -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL_
   _ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSI
   ON=0 -DNV_PATCHLEVEL=8774 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM 
   -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_
   MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESEN
   T -DNV_VM_INSERT_PAGE_PRESENT -DNV_R
   EMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DM
   ODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)"  -D"KBUILD_
   MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774
   -pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg
   1/usr/src/nv/nv-vm.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-vm.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-vm.c:14:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.os-
   agp.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/include -D_
   _KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/inc
   lude -include include/linux/autoconf.h   -I/tmp/selfgz16551/NVIDIA-Linux-x86
   -1.0-8774-pkg1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -
   fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit
   -function-declaration -Os -fomit-frame-pointer -fasynchronous-unwind-tables 
   -g -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-pu
   ts -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -m
   regparm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174_FC5
   -i686/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclar
   ation-after-statement -Wno-pointer-sign  -I/tmp/selfgz16551/NVIDIA-Linux-x86
   -1.0-8774-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -
   Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fn
   o-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES 
   -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_
   MINOR_VERSION=0 -DNV_PATCHLEVEL=8774 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_S
   TRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -
   DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_S
   TATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_C
   HANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D
   "KBUILD_BASENAME=KBUILD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" 
   -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.tmp_os-agp
   .o /tmp/selfgz16551/NVIDIA-Linux-x86
   -1.0-8774-pkg1/usr/src/nv/os-agp.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-agp.c:24:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-agp.c:24:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.os-
   interface.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/inclu
   de -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i6
   86/include -include include/linux/autoconf.h   -I/tmp/selfgz16551/NVIDIA-Lin
   ux-x86-1.0-8774-pkg1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigr
   aphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-im
   plicit-function-declaration -Os -fomit-frame-pointer -fasynchronous-unwind-t
   ables -g -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-buil
   tin-puts -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=gene
   ric -mregparm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/inc
   lude/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclaration-aft
   er-statement -Wno-pointer-sign  -I/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774
   -pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-sub
   scripts -Wparentheses -Wpointer-arith -Wno-mu
   ltichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno-error 
   -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV
   _MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8774 -UDEBUG -U_DEBUG 
   -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_P
   CI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRE
   SENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_REMAP_PF
   N_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -
   D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)"  -D"KBUILD_
   MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774
   -pkg1/usr/src/nv/.tmp_os-interface.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8
   774-pkg1/usr/src/nv/os-interface.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-interface.c:26:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-interface.c:26:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.os-
   registry.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/includ
   e -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i68
   6/include -include include/linux/
   autoconf.h   -I/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv -W
   all -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-com
   mon -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -f
   omit-frame-pointer -fasynchronous-unwind-tables -g -pipe -msoft-float -fno-b
   uiltin-sprintf -fno-builtin-log2 -fno-builtin-puts -mpreferred-stack-boundar
   y=2 -march=i686 -mtune=generic -mtune=generic -mregparm=3 -ffreestanding -I/
   usr/src/kernels/2.6.17-1.2174_FC5-i686/include/asm-i386/mach-default -Iinclu
   de/asm-i386/mach-default -Wdeclaration-after-statement -Wno-pointer-sign  -I
   /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv -Wall -Wimplicit 
   -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-ar
   ith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual 
   -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAM
   IC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8774 -UDEBU
   G -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRU
   CT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV
   _SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STAT
   E_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHAN
   GE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KB
   UILD_BASENAME=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)
   " -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.tmp_os-r
   egistry.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/os-regi
   stry.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-registry.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/os-registry.c:14:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.nv-
   i2c.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/include -D_
   _KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/inc
   lude -include include/linux/autoconf.h   -I/tmp/selfgz16551/NVIDIA-Linux-x86
   -1.0-8774-pkg1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -
   fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit
   -function-declaration -Os -fomit-frame-pointer -fasynchronous-u
   nwind-tables -g -pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -f
   no-builtin-puts -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtu
   ne=generic -mregparm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174_FC5-i
   686/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclarat
   ion-after-statement -Wno-pointer-sign  -I/tmp/selfgz16551/NVIDIA-Linux-x86-1
   .0-8774-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wc
   har-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-
   common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D
   __KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MI
   NOR_VERSION=0 -DNV_PATCHLEVEL=8774 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STR
   UCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DN
   V_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STA
   TE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHA
   NGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PR
   ESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)"  
   -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16551/NVIDIA-Linux-x8
   6-1.0-8774-pkg1/usr/src/nv/.tmp_nv-i2c.o /tmp/selfgz16551/NVIDIA-Linux-x86-1
   .0-8774-pkg1/usr/src/nv/nv-i2c.c
   In file included from include/linux/list.h:7,
                    from include/linux/wait.h:23,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:20,
                    from include/linux/module.h:10,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:51,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-i2c.c:8:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:559,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-linux.h:76,
                    from /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/sr
   c/nv/nv-i2c.c:8:
   include/asm/io.h: In function ‘check_signature’:
   include/asm/io.h:246: warning: wrong type argument to increment
     ld -m elf_i386 -m elf_i386  -r -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-87
   74-pkg1/usr/src/nv/nvidia.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/
   usr/src/nv/nv-kernel.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/s
   rc/nv/nv.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nv-vm.
   o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/os-agp.o /tmp/s
   elfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/os-interface.o /tmp/sel
   fgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/os-registry.o /tmp/selfgz
   16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nv-i2c.o
     Building modules, stage 2.
   make -rR -f /usr/src/kernels/2.6.17-1.2174_FC5-i686/scripts/Makefile.modpost
     scripts/mod/modpost -m -a -i /usr/src/kernels/2.6.17-1.2174_FC5-i686/Modul
   e.symvers -I /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/Modu
   les.symvers -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/Mo
   dules.symvers /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nvi
   dia.o
   WARNING: could not find /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/
   src/nv/.nv-kernel.o.cmd for /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/
   usr/src/nv/nv-kernel.o
     cc -Wp,-MD,/tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/.nvi
   dia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.0/include
   -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/kernels/2.6.17-1.2174_FC5-i686/
   include -include include/linux/autoconf.h  -I/usr/src/kernels/2.6.17-1.2174_
   FC5-i686/ -I -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-al
   iasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-dec
   laration -Os -fomit-frame-pointer -fasynchronous-unwind-tables -g -pipe -mso
   ft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts -mpreferre
   d-stack-boundary=2 -march=i686 -mtune=generi
   c -mtune=generic -mregparm=3 -ffreestanding -I/usr/src/kernels/2.6.17-1.2174
   _FC5-i686/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wde
   claration-after-statement -Wno-pointer-sign  -D"KBUILD_STR(s)=#s" -D"KBUILD_
   BASENAME=KBUILD_STR(nvidia)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE
   -c -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nvidia.mod.
   o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/nv/nvidia.mod.c
     ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-877
   4-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/
   usr/src/nv/nvidia.o /tmp/selfgz16551/NVIDIA-Linux-x86-1.0-8774-pkg1/usr/src/
   nv/nvidia.mod.o
   NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s).
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 No such device
-> Kernel messages:
   NVRM:  supported through the NVIDIA Legacy drivers. Please
   NVRM:  visit http://www.nvidia.com/object/unix.html for more
   NVRM:  information.  The 1.0-8774 NVIDIA driver will ignore
   NVRM:  this GPU.  Continuing probe...
   NVRM: No NVIDIA graphics adapter found!
   ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
   NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-7184  Tue Aug  1 18:38:58
   PDT 2006
   audit(1156590160.913:626): avc:  granted  { execmem } for  pid=16523
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.913:627): avc:  granted  { execmem } for  pid=16523
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.913:628): avc:  granted  { execstack } for  pid=16523
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.913:629): avc:  granted  { execmem } for  pid=16523
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.933:630): avc:  granted  { execmem } for  pid=16532
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.933:631): avc:  granted  { execmem } for  pid=16532
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.933:632): avc:  granted  { execstack } for  pid=16532
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.933:633): avc:  granted  { execmem } for  pid=16532
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.949:634): avc:  granted  { execmem } for  pid=16541
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.949:635): avc:  granted  { execmem } for  pid=16541
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.949:636): avc:  granted  { execstack } for  pid=16541
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   audit(1156590160.949:637): avc:  granted  { execmem } for  pid=16541
   comm="nv-tmp-1OcDeG" scontext=root:system_r:unconfined_t:s0-s0:c0.c255
   tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
   NVRM: The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in this
   system is
   NVRM:  supported through the NVIDIA Legacy drivers. Please
   NVRM:  visit http://www.nvidia.com/object/unix.html for more
   NVRM:  information.  The 1.0-8774 NVIDIA driver will ignore
   NVRM:  this GPU.  Continuing probe...
   NVRM: No NVIDIA graphics adapter found!
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.
I can't run tremulous and when i compile version 1.40 zsnes it says there's no opengl found.Can anyone help me.
[/code]
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

Why the hell are you trying to install a non-legacy package when I've already directed you to install the legacy package?

Read carefully:
WARNING: The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in this
system is supported through the NVIDIA legacy Linux graphics drivers.

Please visit http://www.nvidia.com/object/unix.html for more
information. The 1.0-8774 NVIDIA Linux graphics driver will ignore
this GPU.

WARNING: You do not appear to have an NVIDIA GPU supported by the 1.0-8774
NVIDIA Linux graphics driver installed in this system.
For further
details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
the README available on the Linux driver download page at
www.nvidia.com.
-> There appears to already be a driver installed on your system (version: 1.0-
7184). As part of installing this driver (version: 1.0-8774), the existing
driver will be uninstalled.
Are you sure you want to continue? ('no' will a
bort installation) (Answer: Yes)
If you fail to read ANY of the obvious messages, then go figure. All you did was remove the older driver (I think) and tried to install a driver that was not meant for your system.

Edit: Bolded for emphasis.
Last edited by Deathlike2 on Sun Aug 27, 2006 4:50 am, edited 1 time in total.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

sorry,i didn't notice that you only asked me to install the legacy packages only.But when i try to configure the version 1.40 it still said that i don't have opengl.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

1) Why are you still using 1.40 to test this? You should obtain the SVN version, or I don't care.
2) I believe you need to do some other stuff required... with that said, please rtfm: http://download.nvidia.com/XFree86/Linu ... readme.txt

What ZSNES is doing is looking for the OpenGL headers, but are not finding the ones from your drivers... if you have not properly installed the headers provided from your video card, then obviously it will miserably fail.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

I have configured my X configuration file as the readme says.But when i start my x server it says that kernel module nvidia_1.0-8762 not found.Ive install the nvidia_1.0-8762_FC5.at.i686.rpm.But when i start the X server it says that failed to load kernel module nvidia_1.0-8762(/lib/modules/2.6.17-1.2174_FC5/updates/drivers/video/nvidia/nvidia-1_0-8762.ko)No such device.The file is there but why the computer says that the file is not found.Pleaseeeee if anyone can help me out.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

onimusha... it should be VERY OBVIOUS why it is NOT WORKING

You are not using the legacy driver. You MUST USE THE LEGACY DRIVER which is currently at 1.0-7184. http://www.nvidia.com/object/linux_disp ... -7184.html If you are using anything else but that, you are being totally retarded when the error message I have highlighted for you is TOTALLY IGNORED.

Now, if you still cannot process this information.. then forget about it. You have no idea wtf you are doing or talking about.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

I've install the legacy driver.but I still got this error.FATAL:Failed to load kernel module nvidia_1_0_8762.I have uninstalld that file package from the computer bu I still got this error.Why!!!!!!!
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

Please spend time reading the readme. I've already posted the link to it.

Look for
NVidia readme wrote:Q: My X server fails to start, and my X log file contains the error:
"(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!"
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
onimusha92
Rookie
Posts: 18
Joined: Tue Jun 06, 2006 1:22 pm
Location: Malaysia

Post by onimusha92 »

It's ok now i'm using the driver I installed using yum and the kernel module from livna.but it still say that I don't have an opengl when I was compiling it. and when I reboot it say that it didn't found my kernel module but there are the file nvidia.ko and when I start an opengl game it terminate itself and logmeout.I've read the readme and still don't know what to do.

Another thing,I choose the driver nvidia but when I reboot it change to driver nv.Why???
kode54
Zealot
Posts: 1140
Joined: Wed Jul 28, 2004 3:31 am
Contact:

Post by kode54 »

Are you sure the RPM you installed is the legacy driver? Maybe it would be better if you removed that and installed the package provided by Nvidia manually. Full directions are provided at the page that Deathlike2 already linked to.
Locked