VMware下如何调整redhat linux窗口的大小?
你是要调整console的分辨率吗?如果是lilo引导要修改lilo.conf
原帖由 "sunrace2000" 发表:你是要调整console的分辨率吗?如果是lilo引导要修改lilo.conf
楼主能讲详细一点吗?具体如何调整console的分辨率呢?谢谢!!!
如果你安装了vmware tools,很容易就调整了,在安装tools的过程中就能选择新的分辨率。
我没有redhat,我用slackware做个说明吧lilo的配置文件是/etc/lilo.conf
# LILO configuration file# generated by 'liloconfig'## Start LILO global sectionboot = /dev/sdamessage = /boot/boot_message.txtprompttimeout = 1200# Override dangerous defaults that rewrite the partition table:change-rules reset# VESA framebuffer console @ 1024x768x256vga = 771# Normal VGA console# vga = normal# VESA framebuffer console @ 1024x768x64k# vga=791# VESA framebuffer console @ 1024x768x32k# vga=790# VESA framebuffer console @ 1024x768x256# vga=773# VESA framebuffer console @ 800x600x64k# vga=788# VESA framebuffer console @ 800x600x32k# vga=787# VESA framebuffer console @ 800x600x256# vga=771# VESA framebuffer console @ 640x480x64k# vga=785# VESA framebuffer console @ 640x480x32k# vga=784# VESA framebuffer console @ 640x480x256# vga=769# End LILO global section# Linux bootable partition config beginsimage = /boot/vmlinuz root = /dev/sda3 label = Linux read-only# Linux bootable partition config ends
要修改的就是 vga=771 下面是各种分辨率的代码,你自己选修改后要执行 lilo 使改动的配置生效
谢谢!已经搞定!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(5)
你是要调整console的分辨率吗?
如果是lilo引导要修改lilo.conf
楼主能讲详细一点吗?
具体如何调整console的分辨率呢?
谢谢!!!
如果你安装了vmware tools,很容易就调整了,在安装tools的过程中就能选择新的分辨率。
我没有redhat,我用slackware做个说明吧
lilo的配置文件是/etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 771
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda3
label = Linux
read-only
# Linux bootable partition config ends
要修改的就是 vga=771 下面是各种分辨率的代码,你自己选
修改后要执行 lilo 使改动的配置生效
谢谢!已经搞定!