sundongxue 发表于 2004-11-30 09:04:10

分辨率调不好该怎么办啊?

各们大侠,小弟的机子是一台兼容机,显示器上只写有“三星丹娜2代”,不过这是个普通显示器,可能用的是三星丹娜的管子,但是我安装完rh linux以后,分辨率怎么也改不过来,只能运行在640x480的模式,我装的是双系统,在windows下一切正常,我想在linux下也显示为1024x768模式,但怎么也改不了,不知道该怎么调,请大侠教我,谢谢。

syrick 发表于 2004-11-30 10:32:08

你怎么调过了,说一说 ?

试试redhat-config-xfree86

sundongxue 发表于 2004-11-30 11:27:06

是RedHat Linux AS 3,我在显示属性中设置的,我先设的普通显示器,但没有生效,后来改为“samsung 17GLsi”的,还是不行,始终显示不到1024x768的分辨率,不知道是怎么回事。最高时只能显示到800x600,现在只能显示640x480了,大侠救救我吧,谢谢你们了。

troll 发表于 2004-11-30 11:38:43

楼主的/etc/X11/XF86config文件是怎样的?

楼上的,把我的联系方法从你的签名中拿走!

sundongxue 发表于 2004-11-30 12:16:50

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
        Identifier   "Default Layout"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/psaux"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier"DevInputMice"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Samsung 17GLsi"
        HorizSync    24.0 - 85.0
        VertRefresh50.0 - 120.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "i810"
        VendorName"Videocard vendor"
        BoardName   "Intel 845"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   16
        SubSection "Display"
                Depth   16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection

wq1977 发表于 2004-11-30 17:24:53

呵呵,著名的intel845, 会搞死人的,通常一些人会告诉你不要在使用这个芯片组的机子上安装linux.

我知道有两个解决办法,一个试过,一个没试过。
如果不怕麻烦,从intel的网站下载最新的驱动,编译安装,需要你安装内核源代码,还要看点运气,不过应该会获得比较好的性能。

一个简单的办法,到这里http://projects.nudieman.com/500m/下载一个rpm文件安装,重启,搞定。845的文件我已经上载到http://www.udu-house.com/lilibbs/read.php?fid=5&tid=12&fpage=1

试一下吧!

sundongxue 发表于 2004-12-2 08:42:42

谢谢wq1997,谢谢,谢谢,太谢谢你了!
页: [1]
查看完整版本: 分辨率调不好该怎么办啊?