From 0e2a57b32ddcaed22c73d4ca024f025b778d5c39 Mon Sep 17 00:00:00 2001 From: ryosuke Date: Sun, 7 Apr 2024 17:39:39 +0800 Subject: [PATCH] update for KDE6 --- docs/advanced/beauty.md | 1 - docs/rookie/basic_install.md | 2 ++ docs/uk/advanced/beauty.md | 1 - docs/uk/rookie/basic_install.md | 2 ++ 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/advanced/beauty.md b/docs/advanced/beauty.md index c00e4e9..f2f290a 100644 --- a/docs/advanced/beauty.md +++ b/docs/advanced/beauty.md @@ -42,7 +42,6 @@ proxychains systemsettings5 #通过代理打开系统设置 在任务栏空白处右键,选择编辑面板,添加部件。 - Netspeed widget 网速组件,这个很实用 -- simple system monitor 系统信息 - todolist 任务组件 然后把你经常使用的软件固定在任务栏即可。 diff --git a/docs/rookie/basic_install.md b/docs/rookie/basic_install.md index 3f2a3cb..9a87382 100644 --- a/docs/rookie/basic_install.md +++ b/docs/rookie/basic_install.md @@ -276,6 +276,8 @@ grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB vim /etc/default/grub ``` +使用 N 卡的用户需要注意,KDE6 默认使用 wayland session 为默认,如果你需要使用 wayland,则需开启 DRM。同样编辑/etc/default/grub 文件,在`GRUB_CMDLINE_LINUX_DEFAULT`一行中最后的加入参数:nvidia_drm.modeset=1 + 最后生成 GRUB 所需的配置文件 ```bash diff --git a/docs/uk/advanced/beauty.md b/docs/uk/advanced/beauty.md index fbf78f9..001a407 100644 --- a/docs/uk/advanced/beauty.md +++ b/docs/uk/advanced/beauty.md @@ -42,7 +42,6 @@ The welcome screen after the login interface can be beautified. _System Settings Right-click an empty space on the taskbar, select Edit Panel, and add widgets. - Netspeed widget network speed component, this is very practical -- simple system monitor system information - todolist task component Then you can pin the software you often use to the taskbar. diff --git a/docs/uk/rookie/basic_install.md b/docs/uk/rookie/basic_install.md index 0db2a34..d6c925b 100644 --- a/docs/uk/rookie/basic_install.md +++ b/docs/uk/rookie/basic_install.md @@ -278,6 +278,8 @@ vim /etc/default/grub Finally generate the configuration files required by GRUB +Users using Nvidia cards need to note that KDE6 uses wayland session by default. If you need to use wayland, you need to enable DRM. Also edit the /etc/default/grub file and add the last parameter in the `GRUB_CMDLINE_LINUX_DEFAULT` line: nvidia_drm.modeset=1 + ```bash grub-mkconfig -o /boot/grub/grub.cfg ```