Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to turn off the resolution of Suse Linux sound and text interface under vm

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article focuses on "how to turn off Suse Linux sound and text interface resolution under vm". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to turn off the resolution of Suse Linux sound and text interface under vm.

The value range of bell-style is: none, visible, audible. If you want to remove the alarm sound, it should be

Remove the # before set bell-style visible in / etc/inputrc. If you don't have it, you can add it yourself.

After VM installs rhel or Linux, the sound is very loud, how to turn off the command 1:rmmod pcspkr below the line in terminal

2: the above methods of xset b off only become effective after starting the system, and run the above command in the afternoon after reboot, and are still looking for a better way so that it is not very loud, and it is really shocking.

Set resolution under Linux character interface

Vi / boot/grub/menu.lst

| | 640x480 800x600 1024x768 1280x1024 |

| 256 | 0x301 0x303 0x305 0x307 |

32k | 0x310 0x313 0x316 0x319

64k | 0x311 0x314 0x317 0x31A

16m | 0x312 0x315 0x318 0x31B

In fact, it's very simple, just grub, edit grub.conf.

Add the resolution setting after kernel / boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet:

Kernel / boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ vga=791 rhgb quiet

Values corresponding to different colors and resolutions

Depth-640x480----800x600----1024x768-1280x1024

8bit-769-771-773-775

15bit-784-787-790-793

16bit-785-788,791-794

24bit-786-789-792-795

Lilo:

Seems to add a line of vga=0x31? That's fine (I haven't used lilo for a long time, so I can't remember it)

Among them 0x31? It is to set the specific resolution value, please refer to the list, do not set it randomly.

1280x1024 is 0x31a.

1024x768 is 0x317.

800x600 is 0x314.

640x480 is 0x311.

At this point, I believe you have a deeper understanding of "how to turn off Suse Linux sound and text interface resolution under vm". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report