没有nvidia的卡上装sogou拼音的特殊处理

To install Sogou Pinyin on Ubuntu 22.04 (without an Nvidia card), you must disable Wayland, install the Fcitx 4 input framework, add Chinese language support, and install Sogou's .deb package along with its necessary dependencies.

Step 1: Disable Wayland and Switch to Xorg

Sogou Pinyin can glitch or fail to show on Wayland (Ubuntu's default display server).

Open your terminal (Ctrl + Alt + T) and edit the GDM configuration file:

bash 复制代码
sudo nano /etc/gdm3/custom.conf

Find the line #WaylandEnable=false and uncomment it by removing the # at the start. The line should look exactly like this:

复制代码
WaylandEnable=false

Save the file (Ctrl + O, Enter) and exit (Ctrl + X). Restart your computer.

其他的就像是搜狗拼音教的一样,直接按着教程走就行,但是一般是不需要purge ibus框架的

相关推荐
CodexDave6 小时前
MySQL事务隔离级别与MVCC机制解析
前端·数据库·mysql·nginx·性能优化·负载均衡
一叶龙洲6 小时前
wslg打开Ubuntu24.04默认打开图形界面
linux·服务器·数据库·ubuntu
敖行客 Allthinker8 小时前
Parallels Ubuntu虚拟机项目如何让手机访问?完整解决方案
linux·运维·ubuntu
王琦03189 小时前
生产环境中使用通用二进制包安装
mysql
keyipatience9 小时前
线程栈与TLS和线程互斥
java·linux·服务器·开发语言·ubuntu
元Y亨H10 小时前
生产环境监控与故障应急处理(5-5-5 标准)指南
运维
踏月的造梦星球10 小时前
达梦数据库执行计划与性能分析入门:EXPLAIN、AUTOTRACE 与 ET
服务器·数据库·oracle
观山岳五楼11 小时前
Ubuntu 24 怎么使用Ubuntu 20 的镜像源
linux·运维·ubuntu
星夜夏空9911 小时前
网络编程(1)
服务器·网络
川石课堂软件测试11 小时前
安全测试|常见SQL注入攻击方式、实例及预防
服务器·数据库·sql·功能测试·测试工具·安全·单元测试