免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6302 | 回复: 4
打印 上一主题 下一主题

没有找到Xorg.conf [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-12-23 19:44 |只看该作者 |倒序浏览
在/etc/X11下面只有Xorg.conf.d这个文件夹,里面是00-system-setup-keyboard.conf,没有Xorg.conf这个东西。
而且vi 00-system-setup-keyboard.conf后是这样到:

# This file is autogenerated by system-setup-keyboard. Any
# modifications will be lost.

Section "InputClass"
        Identifier        "system-setup-keyboard"
        MatchIsKeyboard        "on"
        Option                "XkbModel"        "pc105+inet"
        Option                "XkbLayout"        "us"
#        Option                "XkbVariant"        "(null)"
        Option                "XkbOptions"        "terminate:ctrl_alt_bksp,"
EndSection

这里面怎么就一个section阿?不是应该又好几个section吗?
帮帮忙,有点乱了现在。

论坛徽章:
0
2 [报告]
发表于 2010-12-23 19:57 |只看该作者
old xorg.conf  

new xorg.conf.d

论坛徽章:
1
2015年辞旧岁徽章
日期:2015-03-03 16:54:15
3 [报告]
发表于 2010-12-23 22:22 |只看该作者
什么版本的系统?
似乎从Fedora 11开始就没有那玩意了。

没有的话,可以自己创建的。

Xorg -configure

招聘 : 技术支持/维
论坛徽章:
0
4 [报告]
发表于 2010-12-24 10:07 |只看该作者
你是什么系统,RHEL6上没有的哦

论坛徽章:
0
5 [报告]
发表于 2013-05-17 10:45 |只看该作者
这个配置文件在rhel5中有,rhel6开始就没有了,可以自己创建/etc/X11/xorg.conf文件,重启系统后就生效了

参照rhel5中的文件:

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 28.0 - 70.0
    VertRefresh 56.0 - 75.0
EndSection

Section "Device"
    Identifier "Card0"
    Driver  "vesa"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device  "Card0"
    Monitor  "Monitor0"
   SubSection "Display"
       Viewport 0 0
       Depth  24
       Modes  "1280x1024" "1024x768" "800x600"
   EndSubSection
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP