LinuxSir.Org  
| 网站首页 | 注册账号 | 论坛帮助 |

欢迎来到LinuxSir.Org!
您还未登录,请登录后查看论坛,或者点击论坛上方的注册链接注册新账号。


发表新主题 回复
 
主题工具
旧 05-07-25, 17:35 第 1 帖
Lonsen
 
Lonsen 的头像
 
 
注册会员  
  注册日期: Feb 2005
  帖子: 29
  精华: 0
 

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


我的笔记本是联想L510。集成Intel 82852/82855。不知道怎么了,我的分辨率就是无法配置为1024X768。不知道有没有哪位知道该怎么弄啊!

我的配置如下:
联想 L510笔记本
P4 M 1.8G
内存:512M
Intel 82852/82855 集成
系统为Gentoo Gun/Linux
内核:2.6.12

此帖于 05-07-26 13:39 被 Lonsen 编辑.
  Lonsen 当前离线   回复时引用此帖
旧 05-07-25, 17:54 第 2 帖
fyts 帅哥
 
 
 
注册会员  
  注册日期: May 2005
  我的住址: 家
  帖子: 60
  精华: 0
 

使用X的那个配置文件配置或者运行一个命令,具体忘了...
好像是/etc/xorg/xxxxx.conf 的配置文件
自动配置命令应该是.....xorgcfg 吧
  fyts 当前离线   回复时引用此帖
旧 05-07-25, 19:14 第 3 帖
xiaosir
 
xiaosir 的头像
 
 
注册会员  
  注册日期: Mar 2005
  我的住址: 中华人民共和国广东省
  帖子: 835
  精华: 1
 

请贴xorg.conf







__________________
查阅handbook和搜索wiki后再提问
  xiaosir 当前离线   回复时引用此帖
旧 05-07-26, 09:26 第 4 帖
北南南北
 
北南南北 的头像
 
 
管理员  
  注册日期: Apr 2002
  帖子: 24,300
  精华: 483
 

我的也是这个显示,是能上到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 "Protocol" "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







__________________
请弟兄们发帖时要写个好标题,多谢!
签名不支持html和bbcode,请弟兄为了版面的整洁,请更改签名档,谢谢!
请各版版主及初学Linux的弟兄,请在您的签名写上机器的配置,以及您所用的系统(包装版本号,内核),谢谢。

Slackware64 13.x kernel 2.6.29.6
****************************************
因为太笨,所以努力;
****************************************
  北南南北 当前离线   回复时引用此帖
旧 05-07-26, 11:00 第 5 帖
Lonsen
 
Lonsen 的头像
 
 
注册会员  
  注册日期: Feb 2005
  帖子: 29
  精华: 0
 

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 "Protocol" "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的配置文件
  Lonsen 当前离线   回复时引用此帖
旧 05-07-26, 20:57 第 6 帖
Lonsen
 
Lonsen 的头像
 
 
注册会员  
  注册日期: Feb 2005
  帖子: 29
  精华: 0
 

问题解决了,应该是我的的Bios有问题,从新刷了bios后现在终于能进到1024x768了!哈哈
  Lonsen 当前离线   回复时引用此帖
旧 05-10-08, 14:53 第 7 帖
tinghai
 
 
 
注册会员  
  注册日期: Oct 2005
  帖子: 1
  精华: 0
 

请问:北南南北,我的也是这个,请问在哪里下载驱动啊
  tinghai 当前离线   回复时引用此帖
旧 05-10-10, 13:09 第 8 帖
pg36589
 
 
 
注册会员  
  注册日期: Oct 2005
  帖子: 1
  精华: 0
 

我的本本是清华同方的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.
是什么原因呢>
  pg36589 当前离线   回复时引用此帖
旧 05-10-10, 13:57 第 9 帖
freesky64
 
freesky64 的头像
 
 
注册会员  
  注册日期: Feb 2004
  帖子: 339
  精华: 1
 

引用:
作者: Lonsen
问题解决了,应该是我的的Bios有问题,从新刷了bios后现在终于能进到1024x768了!哈哈
大哥,我求求你,我和你是同样型号的L510笔记本电脑。这个问题已经缠了我一年多了。而且已经疯了,想放弃。你给我点了一盏明灯啊!

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

我的邮箱:leexiaofeng@gmail.com
我的QQ:4530180







__________________
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
ATI Radeon X600
DDR400 512MBx2
2.6.15-gentoo-r1 x86_64

此帖于 05-10-10 13:59 被 freesky64 编辑.
  freesky64 当前离线   回复时引用此帖
旧 05-10-10, 22:49 第 10 帖
freesky64
 
freesky64 的头像
 
 
注册会员  
  注册日期: Feb 2004
  帖子: 339
  精华: 1
 

Lonsen:可以把你刷BIOS的过程介绍一下吗?谢谢!
  freesky64 当前离线   回复时引用此帖
旧 05-10-14, 19:07 第 11 帖
candy27 帅哥
 
 
 
注册会员  
  注册日期: Oct 2005
  帖子: 6
  精华: 0
 

就是 杂个刷新 BIOS
  candy27 当前离线   回复时引用此帖
旧 05-10-14, 20:02 第 12 帖
candy27 帅哥
 
 
 
注册会员  
  注册日期: Oct 2005
  帖子: 6
  精华: 0
 

能把具体的方法说哈嘛..我也被这个问题困惑到的
  candy27 当前离线   回复时引用此帖
旧 06-10-23, 09:28 第 13 帖
222222
 
 
 
注册会员  
  注册日期: Oct 2006
  帖子: 2
  精华: 0
 

标题: 求救


从哪里能下载到Intel 82852/82855 gm/gme驱动?谢谢
  222222 当前离线   回复时引用此帖
旧 09-02-04, 21:29 第 14 帖
kpjack 美女
 
kpjack 的头像
 
 
注册会员  
  注册日期: Nov 2008
  我的住址: 广东广州
  帖子: 519
  精华: 0
 

强烈要求楼主和南北兄告诉我们驱动下载地址,以及如何安装?谢谢







__________________
红旗桌面版 + 永中Office 版 + 腾讯linuxQQ = 国产系统

我爱红旗Linux,所以学习RedHat/Fedora!
  kpjack 当前离线   回复时引用此帖
发表新主题 回复


主题工具

发帖规则
您 [不可以] 发表新主题
您 [不可以] 回复主题
您 [不可以] 上传附件
您 [不可以] 编辑您的帖子

已 [启用] BB 代码
已 [启用] 表情符号
已 [启用] IMG 代码
已 [禁用] HTML 代码
[论坛跳转…]


所有时间均为[北京时间]。现在的时间是 22:48


Powered by vBulletin 版本 3.6.8
版权所有 ©2000 - 2010, Jelsoft Enterprises Ltd.
官方中文技术支持: vBulletin 中文
版权所有 ©2002 - 2009, LinuxSir.Org