|
|
问题表述:我家的显卡是Nvidia显示器是Aopen A77PF 17寸的。一般来说,用unknown都能开到1024x768的分辨率。但我却根本没办法在启用了显卡驱动的情况下更改分辨率。
如启用nv则能正常调整。若用nvidia则根本没办法调。即使在显示里面把分辨率改成了1024x768在重新起动X后[注销]依旧顽强的显示为800x600分辨率!另外,刷新率似乎只有50......
当然,装了显卡驱动以后,Beryl的显示效果能够正常打开并显示,但就是不能调整分辨率。只有800x600怎么看都不爽啊!清各位帮忙看看。
附:系统已经更新到最新状态,NV驱动用的是freshrpms的。
以下是我的xorg.conf文件。
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 70.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "nvidia-auto-select +0+0"
Option "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
SubSection "Display"
Depth 24
Modes "1600x1200""1280x1024""1024x768""800x600"
EndSubSection
EndSection
小弟在此先谢过各位了! |
|