+ -
当前位置:首页 → 问答吧 → GDM分辨率怎么设?

GDM分辨率怎么设?

时间:2006-08-16

来源:互联网

我用gdm启动,但是gdm的分辨率不对,但是启动gnome的时候,我的gnome的分辨率确实1024x768怎么设gdm的分辨率啊?

作者: Yuri   发布时间: 2006-08-16

你是不是在gnome里面又设置了分辨率?

作者: 种草得草   发布时间: 2006-08-16

gdm默认就用的x的分辨率啊

作者: Zer4tul   发布时间: 2006-08-16

会不会在xorg.conf里有大于1024x768的分辨率存在?

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

作者: midx   发布时间: 2006-08-17

引用:
作者: midx
会不会在xorg.conf里有大于1024x768的分辨率存在?

顺X便,可怜的草,在哪个网吧发的?憋坏了吧?;-)
我在寝室,自己的机器上,回家呆了两个星期,回来了
现在在学敲锣呢!

作者: 种草得草   发布时间: 2006-08-17

解决了在xorg.conf里定死一个"1024x768_85"

作者: Yuri   发布时间: 2006-08-17

晕啊,注销一下又不行了.我要死了我.

作者: Yuri   发布时间: 2006-08-17

引用:
作者: Yuri
晕啊,注销一下又不行了.我要死了我.
把你的xorg.conf贴出来,给你修改个好的。

作者: 种草得草   发布时间: 2006-08-17

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      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      310   230     # mm
        Identifier   "Monitor0"
        VendorName   "PHL"
        ModelName    "PH107C/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      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      310   230     # mm
        Identifier   "Monitor0"
        VendorName   "PHL"
        ModelName    "PH107C/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     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024x768_85 "
        EndSubSection
EndSection 

作者: Yuri   发布时间: 2006-08-17

代码:
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 "Protocol" "auto"
 Option "Device" "/dev/input/mice"
 Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
 #DisplaySize 310 230 # mm
 Identifier "Monitor0"
 VendorName "PHL"
 ModelName "PH107C/F/H/T6"
### Comment all HorizSync and VertSync values to use DDC:
 HorizSync 30.0 - 71.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 "PageFlip" # [<bool>]
 Identifier "Card0"
 Driver "i810"
 VendorName "Intel Corporation"
 BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
 BusID "PCI:0:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor "Monitor0"
 SubSection "Display"
 Viewport 0 0
 Depth 24
 Modes "1024x768"
 EndSubSection
EndSection

作者: 种草得草   发布时间: 2006-08-17

没发现什么错误啊,你看这样行不

作者: 种草得草   发布时间: 2006-08-17

草兄啊.还是不行啊.

作者: Yuri   发布时间: 2006-08-17

还有一条
DefaultDepth 24

作者: 夕角   发布时间: 2006-08-17

楼上的那玩意儿管用
加上去就好使了.
感谢各位的关心.
感觉到这里的温暖了.

作者: Yuri   发布时间: 2006-08-17