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

相关推荐
程序员老陆17 分钟前
说一说FFmpeg6在Linux平台的编译
linux·运维·服务器·ffmpeg
玫幽倩20 分钟前
2026黄河流域公安院校-电子物证单项赛(程序逆向分析+服务器取证)
运维·服务器·python·电子取证·逆向·程序分析·服务器取证
赵民勇1 小时前
systemd-cgtop命令详解
linux·运维
灯澜忆梦1 小时前
【MySQL11】进阶篇 | 索引_#3使用规则
数据库·sql·mysql·性能优化
Zhu7582 小时前
在docker环境部署frp
运维·docker·容器
wWYy.2 小时前
Mysql:有哪些锁?
数据库·mysql
运维行者_2 小时前
企业带宽监控工具实战:网络流量分析与异常排查的5个关键能力
运维·服务器·开发语言·网络·分布式·后端·php
March.s2 小时前
Nginx 服务器反向代理实战指南
服务器·nginx·github
hey_sml2 小时前
MySQL常用操作速记:从字符集到游标全解析
java·开发语言·mysql
云技纵横2 小时前
线上接口突然超时,怎么判断卡在 Nginx、线程池、连接池还是 SQL?
后端·sql·mysql