LinuxSir.cn,穿越时空的Linuxsir!

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

装驱动后刷新率还是太低,显示效果800*600

[复制链接]
发表于 2006-1-11 07:04:06 | 显示全部楼层 |阅读模式
昨天装了debian ,升级kernek到2.6.12,一切都比较顺利,不过刷新率还是七十五,并且只有800*600,
我已经装好了nvidia驱动,请问一下如何修改能使刷新率达到八十五,显示1024*768.
明天就要搭列车回家了,希望今天把debian安装好,我的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"
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"        "xorg"
        Option                "XkbModel"        "pc101"
        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                "nvidia"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-50
        VertRefresh        43-75
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-1-11 07:37:02 | 显示全部楼层
Section "Monitor"
Identifier [color="Blue"]"Generic Monitor"
Option "DPMS"
HorizSync 28-50
VertRefresh [color="Blue"]43-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device [color="Blue"]"Generic Video Card"
Monitor [color="Blue"]"Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes [color="Blue"]"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes [color="Blue"]"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes [color="Blue"]"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes[color="Blue"] "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes [color="Blue"]"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes [color="Blue"]"800x600" "640x480"
EndSubSection
EndSection
明显这些都是没有配置好嘛,再配置一下就是了
回复 支持 反对

使用道具 举报

发表于 2006-1-11 10:23:51 | 显示全部楼层
将 "800x600" "640x480" 改成 "1024x768"

HorizSync 28-50
VertRefresh 85
试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-11 12:01:39 | 显示全部楼层
解决了!!!!!!!!!
其实只要把          HorizSync 28-50   改为 30~86
                         VertRefresh 43-75 改为 50~160(参照显示器说明书)
加入"1024*768"就好了,谢谢各位了
还有一小问题,gnome默认情况下,每打开一个文件就新弹出一个窗口,我不想这样,请问我应该如何修改(应该很容易,不过我还是没找到),谢谢了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-11 15:14:44 | 显示全部楼层
hi everyone !
now i am working in debian
everything is fine.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-11 15:18:43 | 显示全部楼层
is my desktop beatiful?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2006-1-11 20:57:36 | 显示全部楼层
You made it.  Congratulations!
回复 支持 反对

使用道具 举报

发表于 2006-1-11 23:05:54 | 显示全部楼层
打开一窗口,在菜单中选“编辑”-“首选项“,选”行为“,选中“总是在浏览器窗口中打开”
Post by azhoulinux

还有一小问题,gnome默认情况下,每打开一个文件就新弹出一个窗口,我不想这样,请问我应该如何修改(应该很容易,不过我还是没找到),谢谢了
回复 支持 反对

使用道具 举报

发表于 2006-1-11 23:08:46 | 显示全部楼层
Post by azhoulinux
is my desktop beatiful?


关注你的GNOME主题,给个连接吧,谢谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-12 07:31:01 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

本版积分规则

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