|
|
第 1 帖 | |
|
|
标题: 我被我的这个Intel 82852/82855显卡快搞疯了!! 我的笔记本是联想L510。集成Intel 82852/82855显
我的配置如下: 联想 L510笔记本 P4 M 1.8G 内存:512M Intel 82852/82855 集成显 系统为Gentoo Gun/Linux 内核:2.6.12 此帖于 05-07-26 13:39 被 Lonsen 编辑. |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
使用X的那个配置文件配置或者运行一个命令,具体忘了...
好像是/etc/xorg/xxxxx.conf 的配置文件 自动配置命令应该是.....xorgcfg 吧 |
|
|
|
|
|
|
|
第 3 帖 | |
|
|
请贴xorg.conf
__________________
查阅handbook和搜索wiki后再提问 |
|
|
|
|
|
|
|
第 4 帖 | |
|
|
我的也是这个显示卡,是能上到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 **************************************** 因为太笨,所以努力; **************************************** |
|
|
|
|
|
|
|
第 5 帖 | |
|
|
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的配置文件 |
|
|
|
|
|
|
|
第 6 帖 | |
|
|
问题解决了,应该是我的显
|
|
|
|
|
|
|
|
第 7 帖 | |
|
|
请问:北南南北,我的也是这个,请问在哪里下载显
|
|
|
|
|
|
|
|
第 8 帖 | |
|
|
我的本本是清华同方的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. 是什么原因呢> |
|
|
|
|
|
|
|
第 9 帖 | ||
|
|
引用:
你是怎么刷新显达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 编辑. |
||
|
|
|
||
|
|
第 10 帖 | |
|
|
Lonsen:可以把你刷显
|
|
|
|
|
|
|
|
第 11 帖 | |
|
|
就是 杂个刷新 显
|
|
|
|
|
|
|
|
第 12 帖 | |
|
|
能把具体的方法说哈嘛..我也被这个问题困惑到的
|
|
|
|
|
|
|
|
第 13 帖 | |
|
|
标题: 求救 从哪里能下载到Intel 82852/82855 gm/gme显
|
|
|
|
|
|
|
|
第 14 帖 | |
|
|
强烈要求楼主和南北兄告诉我们驱动下载地址,以及如何安装?谢谢
__________________
红旗桌面版 + 永中Office 版 + 腾讯linuxQQ = 国产系统 我爱红旗Linux,所以学习RedHat/Fedora! |
|
|
|
|
|