리눅스 텍스트모드 해상도 변경방법
- Operating System
- 2010. 6. 27.
리눅스 텍스트모드 해상도 변경방법
텍스트모드도 해상도를 변경할 수 있는데용..
음...
아래 처럼 편집해주시면 됩니당..
헤헤헤헤헤...
http://cafe.naver.com/linuxstair.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=212
이 글을 참고했습니다.
아래처름 변경하면 런레벨3 즉, 텍스트모드만 적용됩니다.
런레벨5 그래픽 모드에서는 적용이 안됩니다.
[root@server1 ~]# nano /boot/grub/grub.conf
GNU nano 1.3.12 File: /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/vol0/root
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=/dev/vol0/root rhgb quiet vga=0x307
initrd /initrd-2.6.18-194.el5.img
[ Wrote 17 lines ]
[root@server1 ~]#
[root@server1 ~]#
[root@server1 ~]#
[root@server1 ~]# reboot
Broadcast message from root (pts/1) (Sun Jun 27 20:54:44 2010):
The system is going down for reboot NOW!
[root@server1 ~]#