加入收藏 | 设为首页 | 会员中心 | 我要投稿 银川站长网 (https://www.0951zz.com/)- 云通信、基础存储、云上网络、机器学习、视觉智能!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

Linux系统中xorg.conf文件具体介绍

发布时间:2023-09-22 12:51:52 所属栏目:Linux 来源:
导读:先看一个完整的xorg.conf文件,如下:代码如下:# /.../# SaX generated X11 config file# Created on: 2009-05-31T19:02:32+0800.## Version: 8.1# Contact: Marcus Schaefer <sax@suse.de>, 2005# Contact: SaX-Use

先看一个完整的xorg.conf文件,如下:

代码如下:

# /.../

# SaX generated X11 config file

# Created on: 2009-05-31T19:02:32+0800.

#

# Version: 8.1

# Contact: Marcus Schaefer <sax@suse.de>, 2005

# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>

#

# Automatically generated by [ISaX] (8.1)

# PLEASE DO NOT EDIT THIS FILE!

#

Section "Files"

 FontPath    "/usr/share/fonts/misc:unscaled"

 FontPath    "/usr/share/fonts/local"

 FontPath    "/usr/share/fonts/75dpi:unscaled"

 FontPath    "/usr/share/fonts/100dpi:unscaled"

 FontPath    "/usr/share/fonts/Type1"

 FontPath    "/usr/share/fonts/URW"

 FontPath    "/usr/share/fonts/Speedo"

 FontPath    "/usr/share/fonts/PEX"

 FontPath    "/usr/share/fonts/cyrillic"

 FontPath    "/usr/share/fonts/latin2/misc:unscaled"

 FontPath    "/usr/share/fonts/latin2/75dpi:unscaled"

 FontPath    "/usr/share/fonts/latin2/100dpi:unscaled"

 FontPath    "/usr/share/fonts/latin2/Type1"

 FontPath    "/usr/share/fonts/latin7/75dpi:unscaled"

 FontPath    "/usr/share/fonts/baekmuk:unscaled"

 FontPath    "/usr/share/fonts/japanese:unscaled"

 FontPath    "/usr/share/fonts/kwintv"

 FontPath    "/usr/share/fonts/truetype"

 FontPath    "/usr/share/fonts/uni:unscaled"

 FontPath    "/usr/share/fonts/CID"

 FontPath    "/usr/share/fonts/ucs/misc:unscaled"

 FontPath    "/usr/share/fonts/ucs/75dpi:unscaled"

 FontPath    "/usr/share/fonts/ucs/100dpi:unscaled"

 FontPath    "/usr/share/fonts/hellas/misc:unscaled"

 FontPath    "/usr/share/fonts/hellas/75dpi:unscaled"

 FontPath    "/usr/share/fonts/hellas/100dpi:unscaled"

 FontPath    "/usr/share/fonts/hellas/Type1"

 FontPath    "/usr/share/fonts/misc/sgi:unscaled"

 FontPath    "/usr/share/fonts/xtest"

 FontPath    "/opt/kde3/share/fonts"

 FontPath    "unix/:7100"

 InputDevices "/dev/gpmdata"

 InputDevices "/dev/input/mice"

EndSection

Section "ServerFlags"

 Option      "AllowMouseOpenFail" "on"

EndSection

Section "Module"

 Load        "extmod"

(编辑:银川站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章