|
|
我的电脑是 IBM T23,前两天装上Fedora 6,装完之后在Gnome只能有800*600,屏幕分辨率里只有800*600,和640*480,没有1024*768,
我显卡是s3 graphics supersavage/Ixc 1014
显示设置里:显示起类型:(自动配置)
视频卡类型 :s3 inc supersavage ix/c sdr。
请问应该怎么样才能把分辨率调到1024*168。
我的/ect//xll/xorg.conff
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "savage"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection |
|