ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

ArchLinux 安装问题

2022-05-31 07:31:52  阅读:218  来源: 互联网

标签:adobe pacman fonts 问题 source ArchLinux 安装 ttf xrandr


安装显示环境

pacman -S xf86-video-intel vulkan-intel mesa  #安装显示驱动
pacman -S alsa-utils pulseaudio pulseaudio-bluetooth cups #安装声卡驱动
pacman -S xorg-server xorg-xinit #安装启动管理器
pacman -S sddm 'OR' lxdm #这些都是简单登入环境 或者选择 lightdm or gdm3

开启ssh root登入
/etc/ssh/sshd_config

PermitRootLogin yes #允许root登入
PasswordAuthentication yes #验证密码

安装字体

pacman -S ttf-dejavu ttf-droid ttf-hack ttf-font-awesome otf-font-awesome ttf-lato ttf-liberation ttf-linux-libertine ttf-opensans ttf-roboto ttf-ubuntu-font-family #英文字体
pacman -S ttf-hannom noto-fonts noto-fonts-extra noto-fonts-emoji noto-fonts-cjk adobe-source-code-pro-fonts adobe-source-sans-fonts adobe-source-serif-fonts adobe-source-han-sans-cn-fonts adobe-source-han-sans-hk-fonts adobe-source-han-sans-tw-fonts adobe-source-han-serif-cn-fonts wqy-zenhei wqy-microhei #中文字体

打开字体设置管理
vim /etc/profile.d/freetype2.sh


取消注释最后一句

export FREETYPE_PROPERTIES="truetype:interpreter-version=40"

设置分辨率

xrandr -s 1024x800
xrandr -s 0 恢复默认
xrandr -o left     # 向左旋转90度
xrandr -o right    # 向右旋转90度
xrandr -o inverted # 上下翻转
xrandr -o normal   # 回到正常角度
xrandr --output  DisplayPort-1 --mode 1024x768_60  #  DisplayPort-1 表示输出设备
xrandr [options]
-q, --query :查询
-s <size>/<width>x<height> :设置分辨率
-r <rate> :设置刷新率
-o, --output <output> :指定输出模式

参考:

https://www.cnblogs.com/klelee/p/15888178.html
https://wiki.archlinux.org/title/Window_manager
https://wiki.archlinux.org/title/Display_manager
https://getiot.tech/linux-command/xrandr.html
https://wiki.archlinux.org/title/Xrandr

标签:adobe,pacman,fonts,问题,source,ArchLinux,安装,ttf,xrandr
来源: https://www.cnblogs.com/xs-xs/p/16329073.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有