安装 Ubuntu 10.04 后,我遇到了一些闪烁问题,所以我尝试升级驱动程序等,然后我安装了fglrx
驱动程序并且闪烁消失了,但是当尝试从 1-6 访问 TTY 屏幕时,屏幕变为空白。我可以在 tty7 上重新使用 gnome。
有人对在这里尝试什么有建议吗?
丹尼斯
输出是:
glennwiz@Linux-laptop:~$ sudo cat /dev/vcs1
Ubuntu 10.04.1 LTS Linux-laptop tty1
Linux-laptop login:
使用 radeon x1300 的Nerdfest
lspci output
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon X1300]
02:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
02:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
02:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
02:06.4 Communication controller: Texas Instruments PCIxx12 GemCore based SmartCard controller
08:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5753M Gigabit Ethernet PCI Express (rev 21)
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
有人有建议吗?
我知道这个线程已经死了很长一段时间了,但是对于你们中的一些人来说,这个问题可能仍然存在,就像直到不久前对我一样。Ctrl如果您在点击++ to后出现黑屏,以下是如何让您的 tty-consoles恢复Alt:F1F6
在控制台中,运行
安装完成后打开:
找到显示如下的行:
注意:“”之间可能有更多条目,具体取决于之前的更改。
将其替换为(或相应扩展):
找到另一行,内容如下:
并将其替换为:
注意:确保
#
前面没有。保存并关闭编辑器。
现在打开:
在文件末尾,添加以下行:
保存并关闭编辑器。
最后运行:
现在重新启动。重新启动后,您的 tty 控制台应该可以再次访问。
资料来源:crunchbanglinux.org:如果 tty1-6(Ctrl+Alt+Fx 终端)不工作,如何修复
根据另一个网站上的这个答案:
我记得几年前我在一台运行 ATI 卡的计算机上遇到了这个问题。IIRC 的解决方案是在引导选项中为内核提供不同的分辨率。
您可以尝试在引导命令中添加 vga=785。如果您在 Ubuntu 开始加载时按 SHIFT,您应该能够看到 GRUB 菜单。按“e”,您必须能够编辑引导命令。在以“ linux ”开头的行的末尾附加 vga=785。按 CTRL+X 启动。
您可以尝试其他一些解决方案,您可以在此wiki中找到创建模式编号的说明。
请注意,我无法检查这一点,它基于我非常有缺陷的记忆。希望它有效。如果这只是一个过于疯狂的猜测,请不要犹豫。