LinuxSir.cn,穿越时空的Linuxsir!

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

GDM分辨率怎么设?

[复制链接]
发表于 2006-8-16 16:10:27 | 显示全部楼层 |阅读模式
我用gdm启动,但是gdm的分辨率不对,但是启动gnome的时候,我的gnome的分辨率确实1024x768怎么设gdm的分辨率啊?
发表于 2006-8-16 17:37:22 | 显示全部楼层
你是不是在gnome里面又设置了分辨率?
回复 支持 反对

使用道具 举报

发表于 2006-8-16 17:49:38 | 显示全部楼层
gdm默认就用的x的分辨率啊
回复 支持 反对

使用道具 举报

发表于 2006-8-17 01:31:04 | 显示全部楼层
会不会在xorg.conf里有大于1024x768的分辨率存在?

顺X便,可怜的草,在哪个网吧发的?憋坏了吧?;-)
回复 支持 反对

使用道具 举报

发表于 2006-8-17 08:03:59 | 显示全部楼层
Post by midx
会不会在xorg.conf里有大于1024x768的分辨率存在?

顺X便,可怜的草,在哪个网吧发的?憋坏了吧?;-)


我在寝室,自己的机器上,回家呆了两个星期,回来了
现在在学敲锣呢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-17 09:17:22 | 显示全部楼层
解决了在xorg.conf里定死一个"1024x768_85"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-17 09:37:51 | 显示全部楼层
晕啊,注销一下又不行了.我要死了我.
回复 支持 反对

使用道具 举报

发表于 2006-8-17 11:16:13 | 显示全部楼层
Post by Yuri
晕啊,注销一下又不行了.我要死了我.


把你的xorg.conf贴出来,给你修改个好的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-17 11:41:34 | 显示全部楼层
[php]
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/truetype"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      310   230     # mm
        Identifier   "Monitor0"
        VendorName   "HL"
        ModelName    "H107C/F/H/T6"
### Comment all HorizSync and VertSync values to use DDC:
        #HorizSync    30.0 - 61.0
        #VertRefresh  50.0 - 160.0
        VertRefresh  85
        Option      "DPMS"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      310   230     # mm
        Identifier   "Monitor0"
        VendorName   "HL"
        ModelName    "H107C/F/H/T6"
### Comment all HorizSync and VertSync values to use DDC:
        #HorizSync    30.0 - 61.0
        #VertRefresh  50.0 - 160.0
        VertRefresh  85
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "ageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "CI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024x768_85 "
        EndSubSection
EndSection
[/php]
回复 支持 反对

使用道具 举报

发表于 2006-8-17 12:25:19 | 显示全部楼层
  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/lib/xorg/modules"
  10.         FontPath     "/usr/share/fonts/misc"
  11.         FontPath     "/usr/share/fonts/75dpi"
  12.         FontPath     "/usr/share/fonts/100dpi"
  13.         FontPath     "/usr/share/fonts/TTF"
  14.         FontPath     "/usr/share/fonts/Type1"
  15.         FontPath     "/usr/share/fonts/truetype"
  16. EndSection
  17. Section "Module"
  18.         Load  "extmod"
  19.         Load  "dbe"
  20.         Load  "record"
  21.         Load  "xtrap"
  22.         Load  "dri"
  23.         Load  "glx"
  24.         Load  "freetype"
  25.         Load  "type1"
  26. EndSection
  27. Section "InputDevice"
  28.         Identifier  "Keyboard0"
  29.         Driver      "kbd"
  30. EndSection
  31. Section "InputDevice"
  32.         Identifier  "Mouse0"
  33.         Driver      "mouse"
  34.         Option      "Protocol" "auto"
  35.         Option      "Device" "/dev/input/mice"
  36.         Option      "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38. Section "Monitor"
  39.         #DisplaySize      310   230     # mm
  40.         Identifier   "Monitor0"
  41.         VendorName   "PHL"
  42.         ModelName    "PH107C/F/H/T6"
  43. ### Comment all HorizSync and VertSync values to use DDC:
  44.         HorizSync    30.0 - 71.0
  45.         VertRefresh  50.0 - 160.0
  46.         #VertRefresh  85
  47.         Option      "DPMS"
  48. EndSection
  49. Section "Device"
  50.         ### Available Driver options are:-
  51.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  53.         ### [arg]: arg optional
  54.         #Option     "NoAccel"                   # [<bool>]
  55.         #Option     "SWcursor"                  # [<bool>]
  56.         #Option     "ColorKey"                  # <i>
  57.         #Option     "CacheLines"                # <i>
  58.         #Option     "Dac6Bit"                   # [<bool>]
  59.         #Option     "DRI"                       # [<bool>]
  60.         #Option     "NoDDC"                     # [<bool>]
  61.         #Option     "ShowCache"                 # [<bool>]
  62.         #Option     "XvMCSurfaces"              # <i>
  63.         #Option     "PageFlip"                  # [<bool>]
  64.         Identifier  "Card0"
  65.         Driver      "i810"
  66.         VendorName  "Intel Corporation"
  67.         BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
  68.         BusID       "PCI:0:2:0"
  69. EndSection
  70. Section "Screen"
  71.         Identifier "Screen0"
  72.         Device     "Card0"
  73.         Monitor    "Monitor0"
  74.         SubSection "Display"
  75.                 Viewport   0 0
  76.                 Depth     24
  77.                 Modes     "1024x768"
  78.         EndSubSection
  79. EndSection
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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