|
|
1. openSUSE 10.2-IA32
It is recommended to use YaST for installation of the NVIDIA
driver. There are several reasons for this. First, it's
simple. Second, and this is the most important one, you won't need to
recompile the nvidia kernel module after a kernel update.
Update your Kernel via YOU (YaST Online Update). Use
YaST -> Software -> Installation Source -> Add
Protocol: HTTP
Server Name: : download.nvidia.com
Directory on Server: /opensuse/10.2
to add the NVIDIA ftp server as additional installation source.
Now use
YaST -> Software -> Software Management
to install the NVIDIA driver. Select the following packages:
x11-video-nvidia
nvidia-gfx-kmp-"kernel-flavor"
这是官网的安装方法,我按照这个安装后。
运行 sax2 -r
进行配置后。无法进X
已经安装以下的包:
make
gcc
kernel-source
内核:linux-zsx9:~ # uname -r
2.6.18.2-34-default
linux-zsx9:~ # uname -a
Linux linux-zsx9 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 athlon i386 GNU/Linux
集成NVIDIA G6150显卡! 宽屏 xorg.conf 配置里已加入 1280X800 分辨率。
日志如下:
(II) Setting vga for screen 0.
(**) 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): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
所安装的驱动包为:
linux-zsx9:/var/log # rpm -qa |grep x11-video-nvidia
x11-video-nvidia-1.0.9639-0.1
linux-zsx9:/var/log # rpm -qa |grep nvidia-gfx
nvidia-gfx-kmp-default-1.0.9639_2.6.18.8_0.3-0.1
请高手帮忙指点! |
|