LinuxSir.cn,穿越时空的Linuxsir!

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

集成显卡不能将终端模式设置成1024*768吗?

[复制链接]
发表于 2005-7-18 14:29:43 | 显示全部楼层 |阅读模式
更据我在网上看到的文章说可以将终端模式的分辨率调整,就自己试了试。可我的笔记本(我的笔记本是集成显卡的)上发现确不行。在一台独立显卡的机器上可以,在另外一台集成显卡的台式机上也不可以。想请问各位是不是要将终端模式的分辨率调整成不是640*480的必须是独立显卡的机器上才可以。
在GRUB中将启动设置如下
title                 Debian GNU/Linux, kernel 2.6.11-1-686
kernel             /boot/vmlinuz-2.6.11-1-686 root=/dev/hda9 ro vga=773
initrd               /boot/initrd.img-2.6.11-1-686
savedefault
boot

-------------------
另附vga参数说明:
# vga=xxx sets the framebuffer console to a specific resolution.
# Here is a table you can use so it can help you decide# what resolution you want to use:
#        colour                depth        | 640x480  800x600  1024x768 1280x1024
#        256                (8bit)        |  769      771       773      775
#        32000                (15bit)        |  784      787       790      793
#        65000                (16bit)        |  785      788       791      794
#        16.7 Mill.        (24bit)        |  786      789       792      795
发表于 2005-7-31 08:37:11 | 显示全部楼层
修改/etc/X11/xorg.conf的类似如下内容,
Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-80
        VertRefresh        50-160
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2005-7-31 09:07:55 | 显示全部楼层
什么显卡?有些集成的显卡不支持vesa标准
回复 支持 反对

使用道具 举报

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

本版积分规则

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