LinuxSir.cn,穿越时空的Linuxsir!

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

我的Slim 怎么老是用800*600分辨率[已解决]

[复制链接]
发表于 2009-2-26 22:26:53 | 显示全部楼层 |阅读模式
我什么的方法都用了就是不行
改/etc/X11/xonf.conf
加什么什么就是不行。。。??
我的是用genkernel 字符都用了1024*768 了。。。。
好闷

xorg.conf

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         RgbPath      "/usr/share/X11/rgb"
  9.         ModulePath   "/usr/lib64/xorg/modules"
  10.         FontPath     "/usr/share/fonts/misc/"
  11.         FontPath     "/usr/share/fonts/TTF/"
  12.         FontPath     "/usr/share/fonts/OTF"
  13.         FontPath     "/usr/share/fonts/Type1/"
  14.         FontPath     "/usr/share/fonts/100dpi/"
  15.         FontPath     "/usr/share/fonts/75dpi/"
  16. EndSection

  17. Section "Module"
  18.         Load  "glx"
  19.         Load  "extmod"
  20.         Load  "xtrap"
  21.         Load  "record"
  22.         Load  "GLcore"
  23.         Load  "dbe"
  24.         Load  "dri"
  25.         Load  "freetype"
  26.         Load  "type1"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Keyboard0"
  30.         Driver      "kbd"
  31. EndSection

  32. Section "InputDevice"
  33.         Identifier  "Mouse0"
  34.         Driver      "mouse"
  35.         Option      "Protocol" "auto"
  36.         Option      "Device" "/dev/input/mice"
  37.         Option      "ZAxisMapping" "4 5 6 7"
  38. EndSection

  39. Section "Monitor"
  40.         Identifier   "Monitor0"
  41.         VendorName   "Monitor Vendor"
  42.         ModelName    "Monitor Model"
  43.         Modeline     "1024x678_85.00"  82.31  1024 1080 1192 1360  678 679 682 712  -HSync +Vsync

  44. EndSection

  45. Section "Device"
  46.         ### Available Driver options are:-
  47.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  49.         ### [arg]: arg optional
  50.         #Option     "HWcursor"                  # [<bool>]
  51.         #Option     "Xinerama"                  # [<bool>]
  52.         #Option     "StaticXinerama"            # <str>
  53.         Identifier  "Card0"
  54.         Driver      "vmware"
  55.         VendorName  "VMware Inc"
  56.         BoardName   "[VMware SVGA II] PCI Display Adapter"
  57.         BusID       "PCI:0:15:0"
  58. EndSection

  59. Section "Screen"
  60.         Identifier "Screen0"
  61.         Device     "Card0"
  62.         Monitor    "Monitor0"
  63.         DefaultDepth 24
  64.         SubSection "Display"
  65.                 Viewport   0 0
  66.                 Depth     1
  67.         EndSubSection
  68.         SubSection "Display"
  69.                 Viewport   0 0
  70.                 Depth     4
  71.         EndSubSection
  72.         SubSection "Display"
  73.                 Viewport   0 0
  74.                 Depth     8
  75.         EndSubSection
  76.         SubSection "Display"
  77.                 Viewport   0 0
  78.                 Depth     15
  79.         EndSubSection
  80.         SubSection "Display"
  81.                 Viewport   0 0
  82.                 Depth     16
  83.         EndSubSection
  84.         SubSection "Display"
  85.                 Viewport  0 0
  86.                 Depth     24
  87.                 Modes     "1024x768"
  88.         EndSubSection

  89. EndSection

  90. Section "Extensions"
  91.     Option  "Composite"  "Enable"
  92. EndSection
复制代码
 楼主| 发表于 2009-2-26 22:54:11 | 显示全部楼层
没有人顶 - -
回复 支持 反对

使用道具 举报

发表于 2009-2-27 10:05:20 | 显示全部楼层
我多嘴说一句,

楼主你提问的方式方法有问题,你这样提问没人帮的了你,建议仔细看看置顶帖

相关的配置文件最起码要帖出来,省的想回答你问题的人还得先让你帖一下

这里并不是你一个人在提问,每个人都这样的话,时间长了,有能力帮别人解决问题的人也会不耐烦,即使不会不耐烦,他也不一定一直在泡论坛,毕竟大家都是人不是神,都有工作要做

如果你把相关文件在提问的时候都提供出来,也许就会有人发现问题,顺手就会回答你

你现在这样,什么信息都没有,也就没人能帮你


有感而发,并不只是针对楼主,见谅~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-27 12:03:15 | 显示全部楼层
Post by trasher;1953452
我多嘴说一句,

楼主你提问的方式方法有问题,你这样提问没人帮的了你,建议仔细看看置顶帖

相关的配置文件最起码要帖出来,省的想回答你问题的人还得先让你帖一下

这里并不是你一个人在提问,每个人都这样的话,时间长了,有能力帮别人解决问题的人也会不耐烦,即使不会不耐烦,他也不一定一直在泡论坛,毕竟大家都是人不是神,都有工作要做

如果你把相关文件在提问的时候都提供出来,也许就会有人发现问题,顺手就会回答你

你现在这样,什么信息都没有,也就没人能帮你


有感而发,并不只是针对楼主,见谅~


-_________________-
回复 支持 反对

使用道具 举报

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

本版积分规则

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