QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1098|回复: 14

为什么分辨率提不高?附XF86Config-4

[复制链接]
发表于 2006-6-19 02:01:59 | 显示全部楼层 |阅读模式
# 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"
        # if the local font server has problems, we can fall back on these
    FontPath         "unix/:7100"
    FontPath         "/usr/lib/X11/fonts/misc"
    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/Speedo"
    FontPath         "/usr/local/share/fonts"
    FontPath         "/usr/share/fonts"
    FontPath         "/usr/X11R6/lib/X11/fonts"
    FontPath         "/usr/share/fonts/jfbterm"
    FontPath         "/usr/share/fonts/truetype"
    FontPath         "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath         "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath         "/usr/X11R6/lib/X11/fonts/misc"
    FontPath         "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath         "/usr/X11R6/lib/X11/fonts/Type1"
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                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "nv"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        HorizSync        28-50
        VertRefresh        43-60
        Option                "DPMS"
EndSection

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

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

Section "DRI"
        Mode        0666
EndSection

换了17寸液晶 想把分辨率提高到"1280x1024"却不行
debian kde
发表于 2006-6-19 05:40:20 | 显示全部楼层
会不会是自带的 nv 驱动不支持?

装上 nvidia 驱动试试.
回复

使用道具 举报

发表于 2006-6-19 09:01:24 | 显示全部楼层
我也遇到过类似的问题。我自己把其他分辨率都去掉,只保留1024×768,分辨率就上去了
回复

使用道具 举报

发表于 2006-6-19 09:18:00 | 显示全部楼层
楼上的老兄,是把Modes "1280x1024" "800x600" "640x480"中的"800x600" "640x480"去掉吗?
我的显卡是TNT2,老掉牙了,但是Windows都可以1024x768,Linux就不能,貌似驱动的问题...
回复

使用道具 举报

发表于 2006-6-19 09:49:19 | 显示全部楼层
对,我认为也是驱动的问题.我以前用的是9200se,装了Redhat9.0,但是分辨率是800X600,怎么调也没办法,但是用了Gforce4就没有问题,1024x768就可以显示
回复

使用道具 举报

发表于 2006-6-19 10:24:39 | 显示全部楼层
我得是geforce的显卡

系统认出来了,但是进入x的时候就是没有1024的选项

没办法只好手动调整了,还真行,

办法供楼主参考
回复

使用道具 举报

 楼主| 发表于 2006-6-19 12:10:43 | 显示全部楼层
但是我以前在ubuntu 下就用的好好的!!
回复

使用道具 举报

发表于 2006-6-19 12:13:08 | 显示全部楼层
ubuntu对它支持好点吧
回复

使用道具 举报

发表于 2006-6-19 12:25:03 | 显示全部楼层
[code:1]
HorizSync 28-50
VertRefresh 43-60
[/code:1]
这两个值是否与自己的硬件一致?
回复

使用道具 举报

发表于 2006-6-19 13:38:45 | 显示全部楼层
[quote="hohoxu_hao115"][code]
HorizSync 28-50
VertRefresh 43-60
太低了
50-70之间就OK了
回复

使用道具 举报

 楼主| 发表于 2006-6-19 13:39:11 | 显示全部楼层
不是,等等我去看看说明书  多谢提醒!!!
本来是43-75 开启后刷新是75我就改了一下 我以前不知道液晶需要改成多少,装ubuntu的时候也没注意到
回复

使用道具 举报

 楼主| 发表于 2006-6-19 13:54:05 | 显示全部楼层
那位朋友知道,飞利浦液晶170S7的象素尺寸
回复

使用道具 举报

发表于 2006-6-19 13:58:46 | 显示全部楼层
去搜索一下产品的技术参数吧
在google里直接打
飞利浦170S7
应该就有它的技术参数了
只是
说明书里也应该有的啊
回复

使用道具 举报

 楼主| 发表于 2006-6-19 14:03:44 | 显示全部楼层
我这个人很少理房间,现在把房间翻了低朝天 出现三个字
不见了。五月低买的......极度郁闷中!
回复

使用道具 举报

发表于 2006-6-19 14:52:33 | 显示全部楼层
装nvidia驱动吧,装最新的8762,然后在24位色的那段里面只保留1024x768,这样写:"1024x768_85"。当然这样写也有局限性,如果全频玩游戏的话,很可能实现不了,不过把其它分辨率加上可以解决
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-22 21:23 , Processed in 0.050127 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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