分页: 1 / 1

ubuntu8.10 下GF 7300GT安装 177.80驱动后的问题

发表于 : 2008-11-15 19:35
Aben
显卡驱动安装后,显示器提示 输入不支援,我的是LCD宽屏,acer的。弄了很多个驱动,最终都还是不行,173版本的提示模块不能build.
下面是我安装177.80后的xorg.conf,大家帮忙看看:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection


补充一下,看到后以为是刷新率的问题,找来显示器说明书对着修改了之后还是进不来X。还有就是,系统自带的 硬件测试 在刚安装ubuntu8.10的时候是可以检测出我的显示器类型的,并给出了正确的分辨率,后来xfix之后再检测一遍,系统就说我的是CRT,分辨率为800x600的。
内核模块是系统build的,为了安装编译环境,曾经使用了sudo apt-get install build-essential pkg-config xserver-xorg-dev linux-headers-`uname -r`,不知道有没有影响。