LinuxSir.cn,穿越时空的Linuxsir!

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

Ubuntu 6.06升级到6.10后,宽屏分辨率的问题

[复制链接]
发表于 2006-11-2 16:19:27 | 显示全部楼层 |阅读模式
我的本本是Acer 2403,Inter 915的主板,显卡应该是集成的。
这是系统检测到的"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"

从Ubuntu 6.06升级到 6.10后,我的宽屏分辨率就只能使用1024*768,没法用到标准的1280*800,

于是我sudo /etc/init.d/gdm stop 先關掉 X

    #执行完上面这部,系统会退回到console,此时没有提示符(# or $),只有个关标闪来闪去


然後 sudo dpkg-reconfigure xserver-xorg 一路"确定",采用默认配置。
完成後再 sudo /etc/init.d/gdm start

分辨率终于正常了。

可是问题来了,每次重启系统后,就又恢复到1024*768了,而xorg.conf文件始终都是那一个!
我只有X图形下,执行/etc/init.d/gdm stop,进入console。
选择tty1 (Alt + F1)后,启动X(/etc/init.d/gdm start),此时宽屏分辨率显示正常(1280*800)


烦请指点一下,急呀,谢谢。

xorg.conf文件,如下

        Section "Module"
        Load "bitmap"
        Load "ddc"
        Load "dri"
        Load "extmod"
        Load "freetype"
        Load "glx"
        Load "int10"
        Load "type1"
        Load "vbe"
        EndSection

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

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

        Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "rotocol" "auto-dev"
        Option "HorizScrollDelta" "0"
        EndSection

        Section "InputDevice"
        Driver "wacom"
        Identifier "stylus"
        Option "Device" "/dev/wacom" # Change to
        # /dev/input/event
        # for USB
        Option "Type" "stylus"
        Option "ForceDevice" "ISDV4" # Tablet PC ONLY
        EndSection

        Section "InputDevice"
        Driver "wacom"
        Identifier "eraser"
        Option "Device" "/dev/wacom" # Change to
        # /dev/input/event
        # for USB
        Option "Type" "eraser"
        Option "ForceDevice" "ISDV4" # Tablet PC ONLY
        EndSection

        Section "InputDevice"
        Driver "wacom"
        Identifier "cursor"
        Option "Device" "/dev/wacom" # Change to
        # /dev/input/event
        # for USB
        Option "Type" "cursor"
        Option "ForceDevice" "ISDV4" # Tablet PC ONLY
        EndSection

        Section "Device"
        Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Driver "i810"
        BusID "CI:0:2:0"
        Option "UseFBDev" "true"
        EndSection

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

        Section "Screen"
        Identifier "Default Screen"
        Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Monitor "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
        Depth 1
        Modes "1280x800"
        EndSubSection
        SubSection "Display"
        Depth 4
        Modes "1280x800"
        EndSubSection
        SubSection "Display"
        Depth 8
        Modes "1280x800"
        EndSubSection
        SubSection "Display"
        Depth 15
        Modes "1280x800"
        EndSubSection
        SubSection "Display"
        Depth 16
        Modes "1280x800"
        EndSubSection
        SubSection "Display"
        Depth 24
        Modes "1280x800"
        EndSubSection
        EndSection

        Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "cursor" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
        InputDevice "Synaptics Touchpad"
        EndSection

        Section "DRI"
        Mode 0666
        EndSection


看到网络有文,说

引言:

        執行 sudo /etc/init.d/gdm stop 先關掉 X

        然後 sudo dpkg-reconfigure xserver-xorg 重新設定xorg

        設定完成後再 sudo /etc/init.d/gdm start


可是,我有个疑问

執行 sudo /etc/init.d/gdm stop 先關掉 X


#执行完上面这部,系统会退回到console,此时没有提示符(# or $),只有个光标闪来闪去。
#那么我该在哪里(哪个终端)执行下面这步操作呢??谢谢
#(所以我没有办法只有在tty1下执行上述操作,可也造就了

"每次重启系统后,就又恢复到1024*768了,而xorg.conf文件始终都是那一个!
我只有X图形下,执行/etc/init.d/gdm stop,进入console。
选择tty1 (Alt + F1)后,启动X(/etc/init.d/gdm start),此时宽屏分辨率显示正常(1280*800)")

然後 sudo dpkg-reconfigure xserver-xorg 重新設定xorg
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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