tomoと言います。 Nvidiaのドライバのインストールについてわからない所があります。 Dynabook A1/X10PMCを使用。(GeForce 2 Go) Vine 2.6CR kernel-2.4.20-0vl29.1 です。 Nvidiaのダウンロードサイトから NVIDIA_kernel-1.0-4050.tar.gz と NVIDIA_GLX-1.0-4050.tar.gz をダウンロードして解凍し、 GLXの方は問題なくmakeできたのですが、 kernelの方がmake時にエラーを吐きます。 cc1: Invalid option `fixed-range=f10-f15,f32-f127' cc1: warning: unknown register name: r13 cc1: Invalid option `-falign-functions=32' In file included from /lib/modules/2.4.20-0vl29.1/build/include/linux/vmalloc.h:8, from nv-linux.h:64, from nv.c:14: /lib/modules/2.4.20-0vl29.1/build/include/linux/highmem.h: In function `bh_kmap': /lib/modules/2.4.20-0vl29.1/build/include/linux/highmem.h:20: warning: pointer of type `void *' used in arithmetic nv.c: In function `nv_kern_mmap': nv.c:1354: warning: implicit declaration of function `pgprot_writecombine' nv.c:1354: incompatible types in assignment nv.c: In function `nv_get_phys_address': nv.c:2186: `__IA64_UNCACHED_OFFSET' undeclared (first use in this function) nv.c:2186: (Each undeclared identifier is reported only once nv.c:2186: for each function it appears in.) nv.c:2219: `_PFN_MASK' undeclared (first use in this function) nv.c: In function `nv_agp_translate_address': nv.c:2695: warning: cast from pointer to integer of different size make: *** [nv.o] エラー 1 これはどうすれば解決できるのでしょうか??