Skip to content

Commit

Permalink
update for KDE6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosukeeeeee committed Apr 7, 2024
1 parent 2509711 commit 0e2a57b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/advanced/beauty.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ proxychains systemsettings5 #通过代理打开系统设置
在任务栏空白处右键,选择编辑面板,添加部件。

- Netspeed widget 网速组件,这个很实用
- simple system monitor 系统信息
- todolist 任务组件

然后把你经常使用的软件固定在任务栏即可。
Expand Down
2 changes: 2 additions & 0 deletions docs/rookie/basic_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/uk/advanced/beauty.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/uk/rookie/basic_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0e2a57b

Please sign in to comment.