每个 tty (Ctrl+Alt+F1-6) 都显示黑屏

MON*_*NHA 5 radeon drivers amd-graphics

当我点击Ctrl+ Alt+ F1- 时6,结果是黑屏。tty 不在屏幕外,我试着按住字母来检查,但这不是问题,它只是保持全黑。我可以切换回GUI(Ctrl+ Alt+ F7),没有任何问题。

我正在使用带有 AMD Radeon R9 270X GPU 的 Ubuntu 14.04 LTS。

这是输出lspci

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT [Radeon R9 270X]
Run Code Online (Sandbox Code Playgroud)

我使用 Ubuntu 提供的 fglrx 驱动程序:

$ fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon R9 200 Series   
OpenGL version string: 4.4.13374 Compatibility Profile Context 15.20.1013
Run Code Online (Sandbox Code Playgroud)

我试图找到一些相关的错误,dmesg但这里没有与 fglrx 相关的有趣之处:

$ dmesg | grep fglrx
[   11.277446] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   11.284297] fglrx: module verification failed: signature and/or  required key missing - tainting kernel
[   11.297733] <6>[fglrx] Maximum main memory to use for locked dma buffers: 15638 MBytes.
[   11.297960] <6>[fglrx]   vendor: 1002 device: 6810 revision: 0 count: 1
[   11.298364] <6>[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[   11.298619] <6>[fglrx] Kernel PAT support is enabled
[   11.298631] <6>[fglrx] module loaded - fglrx 15.20.2 [Feb 27 2015] with 1 minors
[   18.778958] <6>[fglrx] Firegl kernel thread PID: 1397
[   18.779024] <6>[fglrx] Firegl kernel thread PID: 1398
[   18.779087] <6>[fglrx] Firegl kernel thread PID: 1399
[   18.779176] <6>[fglrx] IRQ 33 Enabled
[   18.789875] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   18.789877] <6>[fglrx] Reserved FB block: Unshared offset:f7b4000, size:4000 
[   18.789878] <6>[fglrx] Reserved FB block: Unshared offset:f7b8000, size:548000 
[   18.789880] <6>[fglrx] Reserved FB block: Unshared offset:7ffee000, size:12000
Run Code Online (Sandbox Code Playgroud)

我已经尝试过本指南:Black tty 1-6 screen但它没有帮助。仍然有黑色的tty。

我该如何解决?