我的也装不了
显卡是GeforceFX5200ultra,
主板是技嘉的i865pe,cpu p4 2.4A
显示器是philips107s6
系统是红旗4。0,
内核是2。4。8-20
成功安装装了NVIDIA的4996,提示安装成功,要求配置XF86config文件,可是,第一我不知到改那一行参数,第二我试着改了SECTION "DEVIC"中的GRAPHICS和Screen部分,
可打开xconfig里面显示的还是vesa(generic),请帮忙分析一下原因,并且这样设置后,看高清晰的DVD,画面还是有看画布的感觉,而且很不流畅
如下:
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
BoardName "nvidia"
Chipset "generic"
EndSection
Section "Device"
Identifier "NV PCI"
VideoRam 131072
EndSection
# **********************************************************************
# Screen section
# **********************************************************************
# The kernel framebuffer server
Section "Screen"
Driver "fbdev"
Device "NV AGP"
Monitor "PHL0018"
Subsection "Display"
# Depth 16
Depth 16
Modes "default"
EndSubsection
EndSection
# The 16-color VGA server
Section "Screen"
Driver "vga16"
Device "NV AGP"
Monitor "PHL0018"
Subsection "Display"
Modes "640x480" "800x600"
ViewPort 0 0
EndSubsection
EndSection
# The Mono server
Section "Screen"
Driver "nvidia"
Device "NV AGP"
Monitor "PHL0018"
Subsection "Display"
Modes "640x480" "800x600"
ViewPort 0 0
EndSubsection
EndSection
# The svga server
Section "Screen"
Driver "svga"
Device "NV AGP"
Monitor "PHL0018"
EndSection
# The accel server
Section "Screen"
Driver "accel"
Device "NV AGP"
Monitor "PHL0018"
EndSection