Ubuntu server 10.04 禁止 framebuffer

本文介绍了如何在Ubuntu10.04服务器上禁用帧缓冲以提高控制台性能。通过在/etc/modprobe.d/blacklist-framebuffer.conf中添加黑名单条目来阻止特定的VGA驱动程序加载,例如blacklist vga16fb。此外,还提供了使用dmesg命令确定已加载的帧缓冲驱动程序的方法,并建议修改GRUB配置文件以防止启动时加载帧缓冲。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Disabling Frame Buffer in Ubuntu 10.04 Server

I was able to disable the framebuffer by adding a blacklist entry for my particular vga driver into /etc/modprobe.d/blacklist-framebuffer.conf.

Added "blacklist vga16fb" (without the quotes) to the end of the list of other framebuffer drivers already there. Worked like a charm, got the nice, fast, classic console back.

You can use dmesg to determine which driver, e.g. vga16fb, the framebuffer is loading. Should be towards the end of the output, right after a boot.

To keep things extra clean, I un-commented GRUB_TERMINAL=console in /etc/default/grub to prevent GRUB from starting a framebuffer, but it's not really necessary.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值