How to create xorg.conf
From FedoraProject
Fedora releases since Fedora 10 do not create a /etc/X11/xorg.conf file, used to configure the X server, by default. The X configuration is automatically determined each time X is started. In most cases, this works well and there is no need to manually specify X configuration information.
If you need to make manual changes to X configuration for any reason, you will first need to create a /etc/X11/xorg.conf file.
Xorg -configure
You can create a basic xorg.conf using the X executable itself. As root run:
Xorg :1 -configure
This will create the file /root/xorg.conf.new, which you can then copy to /etc/X11/xorg.conf:
cp /root/xorg.conf.new /etc/X11/xorg.conf
and edit according to your needs.
从Fedora项目获取指导,了解如何在不创建默认的/etc/X11/xorg.conf文件的情况下手动配置X服务器。通过使用Xorg-configure工具创建基本的xorg.conf文件,并进行必要编辑。
1077

被折叠的 条评论
为什么被折叠?



