我的宽屏显示器不能设置1440*900

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
yyhyeah
帖子: 2
注册时间: 2007-10-15 8:36

我的宽屏显示器不能设置1440*900

#1

帖子 yyhyeah » 2007-10-16 16:38

我是刚刚接触ubuntu的,而我的显示器是三星的931bw,受限制驱动中的ati图形加速卡已经启用,而也试过动xorg.conf,里面也有1440*900的分辨率,但是系统分辨率中无法选择,而且我的显示器的自动调整为不可用。请问怎样才能启用宽屏呢
hqxu
帖子: 12
注册时间: 2007-10-16 16:01

#2

帖子 hqxu » 2007-10-16 17:21

xorg.conf中把1440*900放到最前面试试
我的(N卡)是这样解决的:

代码: 全选

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 7300 SE"
    Monitor        "LAW982"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection
yyhyeah
帖子: 2
注册时间: 2007-10-15 8:36

#3

帖子 yyhyeah » 2007-10-16 18:05

现在呢桌面可以变成1440*900,但是在欢迎屏幕什么也看不到,只有那个最佳分辨率的提示,不过在输入用户名跟密码时可以正常登录,请问怎样解决
senhtry
帖子: 328
注册时间: 2006-12-02 17:32
来自: Matrix,01帝国

#4

帖子 senhtry » 2007-10-16 20:18

我是把其他分辨率全删光,只流需要的那个的,你试试

代码: 全选

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 7300 SE"
    Monitor        "LAW982"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection
http://senhtry.blog.ubuntu.org.cn

Acer TravelMate 3272NWXCi
Intel Core 2 Duo T5500
Kingston 1G DDR2 667
nVidia Geforce Go 7300
回复