我已成功将安装了 4 年的 KDE4/SysV/Grub Legacy 转换为 KDE5 - Plasma/SystemD/Grub2。对于做过类似事情的人,我有一些问题:
信息
$ sudo lspci
00:00.0 RAM memory: NVIDIA Corporation MCP61 Host Bridge (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control
01:07.0 Network controller: Qualcomm Atheros AR922X Wireless Network Adapter (rev 01)
02:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1)
$ sudo uname -a
Linux host-removed 4.1.15-gentoo-r1 #1 SMP Tue Apr 12 01:05:09 CDT 2016 x86_64 AMD Athlon(tm) II X2 255 Processor AuthenticAMD GNU/Linux
如果您需要更多信息,请在评论中告诉我,我会将其添加到上面的块中。
问题
- 我知道我有很多克鲁夫特。
/etc/init.d
主切换完成后,我可以删除该目录吗? - 有谁知道
XSESSION
Plasma 的价值吗?我想删除 SDDM (systemctl stop sddm && systemctl disable sddm
) 并使用startx
,这样我就可以在没有笔记本电脑的情况下研究#3。 - 使用Gentoo nouveau 维基条目,我确实成功删除
x11-drivers/nvidia-drivers
并使用 KMS 在 DRI 中编译nouveau
,但重新启动后,我得到的只是黑屏,左上角有一个闪烁的光标。请注意,在 SDDM 服务启动之前,终端可以工作,并且模式设置成功。在此期间,我又切换回x11-drivers/nvidia-drivers
. snd-hda-intel
并snd-hda-intel-generic
开始但吐出有关错误-16或错误-116的信息。我会在这里打印确切的错误,但是切换终端会导致锁定,这就是我尝试#3的原因。