LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1049|回复: 9

xorg.conf怎么变成这样了?

[复制链接]
发表于 2008-10-19 15:48:07 | 显示全部楼层 |阅读模式

  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg

  16. Section "InputDevice"
  17.         Identifier      "Generic Keyboard"
  18.         Driver          "kbd"
  19.         Option          "XkbRules"      "xorg"
  20.         Option          "XkbModel"      "pc105"
  21.         Option          "XkbLayout"     "us"
  22.         Option          "XkbVariant"    "nodeadkey"
  23. EndSection

  24. Section "InputDevice"
  25.         Identifier      "Configured Mouse"
  26.         Driver          "mouse"
  27. EndSection

  28. Section "Device"
  29.         Identifier      "Configured Video Device"
  30.         Option          "UseFBDev"              "true"
  31. EndSection

  32. Section "Monitor"
  33.         Identifier      "Configured Monitor"
  34. EndSection

  35. Section "Screen"
  36.         Identifier      "Default Screen"
  37.         Monitor         "Configured Monitor"
  38. EndSection

复制代码


这下子清爽是清爽多了,但想对细节进行修改就难了。
发表于 2008-10-19 15:54:00 | 显示全部楼层
很酷嘛!那你显示正常?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-19 16:03:47 | 显示全部楼层
显示很正常,但是现在不知道怎么去把默认的分辨率变成1024×768了。
现在默认的分辨率是1152×864。
回复 支持 反对

使用道具 举报

发表于 2008-10-19 16:52:18 | 显示全部楼层
Post by mingyou;1896107
显示很正常,但是现在不知道怎么去把默认的分辨率变成1024×768了。
现在默认的分辨率是1152×864。


Section "Screen" 下面的 SubSection "Display" 加入:
Modes     "1280x1024" "1024x768" "800x600" "640x480"
第一个就是默认的,按照你的显示器的分辨率设置。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-19 18:38:30 | 显示全部楼层
Post by dpkg;1896117
Section "Screen" 下面的 SubSection "Display" 加入:
Modes     "1280x1024" "1024x768" "800x600" "640x480"
第一个就是默认的,按照你的显示器的分辨率设置。


问题解决,谢谢。
回复 支持 反对

使用道具 举报

发表于 2008-10-20 15:09:05 | 显示全部楼层
Post by dpkg;1896117
Section "Screen" 下面的 SubSection "Display" 加入:
Modes     "1280x1024" "1024x768" "800x600" "640x480"
第一个就是默认的,按照你的显示器的分辨率设置。


这样搞?
。。。
回复 支持 反对

使用道具 举报

发表于 2008-10-20 19:15:12 | 显示全部楼层
我的也是这样了,不知道真正的配置文件放在哪里了?
回复 支持 反对

使用道具 举报

发表于 2008-10-20 22:29:41 | 显示全部楼层
xorg 7.3不需要xorg.conf就能自动侦测显示器的正确分辨率了。
回复 支持 反对

使用道具 举报

发表于 2008-10-21 10:44:36 | 显示全部楼层
Post by lincomet;1896724
xorg 7.3不需要xorg.conf就能自动侦测显示器的正确分辨率了。
我没有使用过xorg 7.3
不过我不相信它能这样智能!
这个东西在这些方面一直很差!~
回复 支持 反对

使用道具 举报

发表于 2008-10-21 12:31:09 | 显示全部楼层
理论上是的,

我的 17CRT 被它认成  1152X多少多少的。。。郁闷

我一直用 1024x768的
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表