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

相关推荐
San813_LDD1 小时前
[HTTPS/TCP]从文件索引到HTTP服务:Everything局域网共享文件实战
运维·tcp/ip·计算机网络·https
盒子69102 小时前
图生图大模型对于各种复杂的图片如何做负载均衡呢?
运维·负载均衡
鹏大师运维10 小时前
为什么信创电脑装软件总提示“软件包架构不匹配”?
linux·运维·架构·国产化·麒麟·deb·统信uos
007张三丰10 小时前
软件测试专栏(11/20):测试框架开发:pytest深度解析与插件体系
运维·服务器·自动化测试·pytest·测试框架
weixin_6042366711 小时前
华三 路由器 极简核心配置
运维·服务器·网络·h3c·h3c路由器
鹤落晴春11 小时前
【Linux复习】管理SELinux安全性
linux·运维·服务器
AI智图坊12 小时前
多件装组合SKU图的批量生产效率分析:从PS手工到AI自动化的工作流改造
大数据·运维·人工智能·gpt·ai作画·自动化·aigc
bjzhang7513 小时前
CentOS下安装MySQL详解
linux·mysql·centos
十五年专注C++开发15 小时前
MySql中各种功能用sql语句实现总结
数据库·sql·mysql