LinuxSir.cn,穿越时空的Linuxsir!

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

使用etch 碰到一个比较无奈的问题

[复制链接]
发表于 2006-4-15 02:14:00 | 显示全部楼层 |阅读模式
我的一个破本本 PMXX200 ,64M ram 4G HDD ,  只有软驱, 用vmmatrix镜像提供的etch的installer里的软盘镜像安装了 Etch(testing)  ,此过程中没有问题, 装x的时候郁闷了
x基本这样装了
apt-get install x-window-system-core fluxbox fluxconf fbpager fbpanel fbdesk

屏幕是12" 的屏 分辨率800x600 ,不过xorg.conf 设置没问题 也是800x600 , 注意 问题来了, 不管我如何更改设置, 进入x后我的分辨率一直是640x480 ...  无法更改 , 求教各位大大  
:mad:
 楼主| 发表于 2006-4-15 02:15:39 | 显示全部楼层
我的 xorg.conf
root@localhost:usr/X11R6/lib/X11/fonts/encodings/large# cat /etc/X11/xorg.conf
# xorg.conf (Xorg 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# 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/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

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/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/chinese"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "evdev"
        Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

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

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

Section "Device"
        Identifier      "Chips and Technologies F65550"
        Driver          "chips"
EndSection

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

Section "Screen"
        Identifier      "Default Screen"
        Device          "Chips and Technologies F65550"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-15 02:16:21 | 显示全部楼层
PS 这个本本用sarge的时候无有问题....
回复 支持 反对

使用道具 举报

发表于 2006-4-15 08:24:09 | 显示全部楼层
把DefaultDepth 24换成
DefaultDepth 16试一下
回复 支持 反对

使用道具 举报

发表于 2006-4-15 15:06:11 | 显示全部楼层
  1. HorizSync 28-38
  2. VertRefresh 43-72
复制代码
是你的显示器刷新频率不对,找到旧的XFree86中的配置,改一下就好了
我的是H:28-49,V:43-72,不知道你用这个好不好用?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-15 16:03:08 | 显示全部楼层
呵呵 跟刷新频率无关的  ,色深改成 16也无用,  继续观察, 整了一夜毫无建树,  机器似乎根本无视配置文件......
回复 支持 反对

使用道具 举报

发表于 2006-4-16 11:46:45 | 显示全部楼层
跟刷新频率非常有关系
刷新率的多少影响着你最高分辨率能上到多少
你查一下你显示器的参数看看对不对吧
x设置的非常保守的
我碰到好几台机器都是这问题了

Post by asmart
呵呵 跟刷新频率无关的  ,色深改成 16也无用,  继续观察, 整了一夜毫无建树,  机器似乎根本无视配置文件......
回复 支持 反对

使用道具 举报

发表于 2006-4-20 12:27:51 | 显示全部楼层
遇到过这样的问题,跟刷新率有关系。
回复 支持 反对

使用道具 举报

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

本版积分规则

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