LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 965|回复: 5

经过一下午反复试验,终于拥有两个系统,但是现在桌面的分辨率...请各位朋友指教一下,

[复制链接]
发表于 2006-8-5 00:44:26 | 显示全部楼层 |阅读模式
我的机子是T23,显卡是S3的,装了个XP SP2,我的是用网络装的,到了选择显卡型号的时候,因为我本来就知道是S3,但是三次装过后,就是进不了XWINDOWS,最后我再想一下,发现下面还有个SAVAGE的,因为我记得我在XP上看过显卡,好像是S3 SAVAGE的,我就选了这个,其它的全部和前几次一模一样的选择,重启后,进去了,但是我发现打开分辨率窗口只有800+600和640+480,郁闷,我把那配置文件内容拷过来,帮我参考一下,到底问题出在哪??在这里谢了
另:为什么我的小红帽不能操作,没用呢?
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "rotocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "Generic Video Card"
    Driver        "savage"
    Option        "UseFBDev"        "true"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync    28-38
    VertRefresh    43-72
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection
发表于 2006-8-5 02:09:43 | 显示全部楼层
Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync    28-38
    VertRefresh    43-72
    Option        "DPMS"
EndSection
这部分是显示器 把HorizSync和VertRefresh改成你的频率

Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

加上1024x768
如Modes "1024x768" "800x600" "640x480"

仅供参考
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-5 15:56:28 | 显示全部楼层
KUKAT,谢谢回答,好像不行,我把这两个都添置进去后,还是不行,打开设分辨率那个窗口,显示的还是只有800*600和640*480两种
回复 支持 反对

使用道具 举报

发表于 2006-8-5 18:33:12 | 显示全部楼层
什么系统啊?

debian 的话,建议装 xorg 换到 XFree86

再 dpkg-reconfigure xorg..??
回复 支持 反对

使用道具 举报

发表于 2006-8-6 14:01:05 | 显示全部楼层
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-38
VertRefresh 43-72
Option "DPMS"
EndSection
将里面的HorizSync和VertRefresh 的范围扩大,改成到85和120,都应该可以上1024*768了
回复 支持 反对

使用道具 举报

发表于 2006-8-6 14:10:14 | 显示全部楼层
将这一部分加上"1024x768",即将下面的Modes "800x600" "640x480"改为Modes "1024x768" "800x600" "640x480"

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表