LinuxSir.cn,穿越时空的Linuxsir!

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

显示器分辨率求助....

[复制链接]
发表于 2005-5-14 10:51:04 | 显示全部楼层 |阅读模式
我的notebook是1024*600的非标准的分辨率....
sis300的显卡...

现在用的是hiweed Debian
现在只能用800*600的分辨率
RH9和TURBOLINUX 10都可以正常显示1024*600的分辨率

麻烦各位帮帮忙

  1. # XF86Config-4 (XFree86 X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the XF86Config-4 manual page.
  7. # (Type "man XF86Config-4" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xfree86
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands as root:
  15. #
  16. #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  17. #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  18. #   dpkg-reconfigure xserver-xfree86

  19. Section "Files"
  20.         FontPath        "unix/:7100"                        # local font server
  21.         # if the local font server has problems, we can fall back on these
  22.         FontPath        "/usr/lib/X11/fonts/misc"
  23.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  24.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  25.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  26.         FontPath        "/usr/lib/X11/fonts/Type1"
  27.         FontPath        "/usr/lib/X11/fonts/CID"
  28.         FontPath        "/usr/lib/X11/fonts/Speedo"
  29.         FontPath        "/usr/lib/X11/fonts/100dpi"
  30.         FontPath        "/usr/lib/X11/fonts/75dpi"
  31. EndSection

  32. Section "Module"
  33.         Load        "GLcore"
  34.         Load        "bitmap"
  35.         Load        "dbe"
  36.         Load        "ddc"
  37.         Load        "dri"
  38.         Load        "extmod"
  39.         Load        "freetype"
  40.         Load        "glx"
  41.         Load        "int10"
  42.         Load        "record"
  43.         Load        "speedo"
  44.         Load        "type1"
  45.         Load        "vbe"
  46. EndSection

  47. Section "InputDevice"
  48.         Identifier        "Generic Keyboard"
  49.         Driver                "keyboard"
  50.         Option                "CoreKeyboard"
  51.         Option                "XkbRules"        "xfree86"
  52.         Option                "XkbModel"        "pc104"
  53.         Option                "XkbLayout"        "us"
  54. EndSection

  55. Section "InputDevice"
  56.         Identifier        "Configured Mouse"
  57.         Driver                "mouse"
  58.         Option                "CorePointer"
  59.         Option                "Device"                "/dev/psaux"
  60.         Option                "Protocol"                "PS/2"
  61.         Option                "Emulate3Buttons"        "true"
  62.         Option                "ZAxisMapping"                "4 5"
  63. EndSection
  64. Section "InputDevice"
  65.         Identifier        "Generic Mouse"
  66.         Driver                "mouse"
  67.         Option                "SendCoreEvents"        "true"
  68.         Option                "Device"                "/dev/input/mice"
  69.         Option                "Protocol"                "ImPS/2"
  70.         Option                "Emulate3Buttons"        "true"
  71.         Option                "ZAxisMapping"                "4 5"
  72. EndSection

  73. Section "Device"
  74.         Identifier        "Generic Video Card"
  75.         Driver                "vesa"
  76.         Option                "UseFBDev"                "true"
  77. EndSection

  78. Section "Monitor"
  79.         Identifier        "Generic Monitor"
  80.         HorizSync        31.1-50
  81.         VertRefresh        50-65
  82.         Option                "DPMS"
  83. EndSection

  84. Section "Screen"
  85.         Identifier        "Default Screen"
  86.         Device                "Generic Video Card"
  87.         Monitor                "Generic Monitor"
  88.         DefaultDepth        24
  89.         SubSection "Display"
  90.                 Depth                1
  91.                 Modes                "1024x600" "800x600"
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Depth                4
  95.                 Modes                "1024x600" "800x600"
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Depth                8
  99.                 Modes                "1024x600" "800x600"
  100.         EndSubSection
  101.         SubSection "Display"
  102.                 Depth                15
  103.                 Modes                "1024x600" "800x600"
  104.         EndSubSection
  105.         SubSection "Display"
  106.                 Depth                16
  107.                 Modes                "1024x600" "800x600"
  108.         EndSubSection
  109.         SubSection "Display"
  110.                 Depth                24
  111.                 Modes                "1024x600" "800x600"
  112.         EndSubSection
  113. EndSection

  114. Section "ServerLayout"
  115.         Identifier        "Default Layout"
  116.         Screen                "Default Screen"
  117.         InputDevice        "Generic Keyboard"
  118.         InputDevice        "Configured Mouse"
  119.         InputDevice        "Generic Mouse"
  120. EndSection

  121. Section "DRI"
  122.         Mode        0666
  123. EndSection
复制代码
发表于 2005-5-14 11:06:48 | 显示全部楼层
        SubSection "Display"
                Depth                24
                Modes                "1024x600" "800x600"
        EndSubSection


改这个看看。。

改成 SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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