- 论坛徽章:
- 0
|
下面以Red Hat 9.0 为例
in the "Module" section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"
这是README中说的第一步.
第二步
Section "Monitor"
VendorName "Monitor Vendor"
EndSection
改为:
Section "Monitor"
VendorName "nvidia"
EndSection
第三步
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
EndSection
改为:
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "nvidia"
EndSection
第四步
Section "Screen"
Device "Videocard0"
EndSection
该为:
Section "Screen"
Device "nvidia"
EndSection
save and reboot. You will see logo
其它字段不动,其它版本LINUX同理
关于xine(0.9.23)打开中文目录出现乱码,这个怎么解决.请大家告诉我
还有mplayer的安装了用不了也请大家帮我
谢谢: 朱耀廷留  |
|