LinuxSir.cn,穿越时空的Linuxsir!

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

我被我的这个Intel 82852/82855显卡快搞疯了!!

[复制链接]
发表于 2005-7-25 17:35:59 | 显示全部楼层 |阅读模式
我的笔记本是联想L510。集成Intel 82852/82855显卡。不知道怎么了,我的分辨率就是无法配置为1024X768。不知道有没有哪位知道该怎么弄啊!

我的配置如下:
联想 L510笔记本
P4 M 1.8G
内存:512M
Intel 82852/82855 集成显卡
系统为Gentoo Gun/Linux
内核:2.6.12
发表于 2005-7-25 17:54:45 | 显示全部楼层
使用X的那个配置文件配置或者运行一个命令,具体忘了...
好像是/etc/xorg/xxxxx.conf 的配置文件
自动配置命令应该是.....xorgcfg 吧
回复 支持 反对

使用道具 举报

发表于 2005-7-25 19:14:13 | 显示全部楼层
请贴xorg.conf
回复 支持 反对

使用道具 举报

发表于 2005-7-26 09:26:43 | 显示全部楼层
我的也是这个显示卡,是能上到1280X800的。

看我的配置文件吧。FC4的,其实都差不多。



# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
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      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x800"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

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

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-7-26 11:00:16 | 显示全部楼层
Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "Module"
    Load        "bitmap"
    Load        "dbe"
    Load        "ddc"
    Load        "dri"
    Load        "extmod"
    Load        "freetype"
    Load        "glx"
    Load        "int10"
    Load        "record"
    Load        "type1"
    Load        "vbe"
EndSection

Section "InputDevice"
    Identifier        "Main Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"        "xorg"
    Option        "XkbModel"        "pc104"
    Option        "XkbLayout"        "us"
EndSection

Section "InputDevice"
    Identifier        "Main Mouse"
    Driver        "mouse"
    Option        "rotocol"                "IMPS/2"
    Option        "Device"                "/dev/input/mice"
    Option        "Emulate3Buttons"        "true"
    Option        "ZAxisMapping"                "4 5"
EndSection

Section "Monitor"
    Identifier  "Main  LED"
    Option        "DPMS"
    HorizSync   30 - 70
    VertRefresh 50-160
EndSection

Section "Device"
    Identifier  "Intel 82852/82855"
    Driver      "i810"
    VideoRam    65536
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Intel 82852/82855"
    Monitor     "Main  LED"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen        "Default Screen"
    InputDevice        "Main Keyboard"
    InputDevice        "Main Mouse"
EndSection

Section "DRI"
    Mode 0666
EndSection

---------------
这就是我的xorg的配置文件
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-7-26 20:57:43 | 显示全部楼层
问题解决了,应该是我的显卡的Bios有问题,从新刷了bios后现在终于能进到1024x768了!哈哈
回复 支持 反对

使用道具 举报

发表于 2005-10-8 14:53:07 | 显示全部楼层
请问:北南南北,我的也是这个,请问在哪里下载显卡驱动啊
回复 支持 反对

使用道具 举报

发表于 2005-10-10 13:09:44 | 显示全部楼层
我的本本是清华同方的V5200,
显卡驱动找了,装不上,提示错误
grep: 0/linux/mm.h: 没有那个文件或目录
2.4.20-8custom
=== KERNEL HEADERS IN 0
=== SMP= MODULES= MODVERSIONS=
=== Compiling for machine
......
make: *** [agpgart_be.o] Error 1
Makefile.linux:139: *** Cannot find a kernel config file.  Stop.
是什么原因呢>
回复 支持 反对

使用道具 举报

发表于 2005-10-10 13:57:08 | 显示全部楼层
Post by Lonsen
问题解决了,应该是我的显卡的Bios有问题,从新刷了bios后现在终于能进到1024x768了!哈哈


大哥,我求求你,我和你是同样型号的L510笔记本电脑。这个问题已经缠了我一年多了。而且已经疯了,想放弃。你给我点了一盏明灯啊!

你是怎么刷新显达BIOS的?把你成功的经验告诉我吧。我想刷显卡BIOS但不敢不会。

我的邮箱:leexiaofeng@gmail.com
我的QQ:4530180
回复 支持 反对

使用道具 举报

发表于 2005-10-10 22:49:49 | 显示全部楼层
Lonsen:可以把你刷显卡BIOS的过程介绍一下吗?谢谢!
回复 支持 反对

使用道具 举报

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

本版积分规则

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