没有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框架的

相关推荐
大耳朵-小飞象8 小时前
电力安全运维的智能密码:BACS如何破解设备全生命周期管理难题,让电网安全“看得见、管得住”?
运维·安全·智慧城市·能耗系统·楼宇智控·未来生活
极客侃科技8 小时前
制造企业 MES/APS 选型:SAP PP/DS 集成、ERP-MES 边界划分与一体化架构要点
运维·架构·制造
Cloud云卷云舒9 小时前
云卷云舒:从Oracle/MySQL迁移到HaishanDB:迁移评估工具核心技术拆解
mysql·oracle·ai-native·haishandb·信创数据库替换
HLC++9 小时前
Linux的进程间通信
android·linux·服务器
白露与泡影11 小时前
Arthas 实战指南:从方法耗时定位到 JVM 变量热修改
服务器·jvm·c#
神奇霸王龙12 小时前
Claude Code屠榜:MiMo与Grok紧追Codex
服务器·网络·人工智能·gpt·ai·ai编程
Web极客码12 小时前
WordPress SEO优化:提升网站排名的13个关键步骤
服务器·seo·wordpress
生活爱好者!12 小时前
我把NAS当作下载机,docker一键部署qb
运维·docker·容器
用户713335851562412 小时前
MySQL - 事务、redo/undo 日志与 MVCC
mysql
用户713335851562413 小时前
MySQL - InnoDB 的 Buffer Pool
mysql