terry_cl 发表于 2006-10-4 19:38:54

用UBUNTU好~ 不用找驱动~~

Linux.suse 发表于 2006-10-5 22:56:30

我用的是dell的640m,14.1',950的显卡,suse10,能用楼主的915吗?

发光二极管 发表于 2006-11-2 09:36:10

你好!我的笔记本是dell D620,也是宽屏的,可是我主板是Mobile Intel945GM, 显卡集成,现在我试了FC4和FC5,都不支持硬件,请问哪个新版本支持这个Mobile Intel945GM?
谢谢

和尚娶媳妇 发表于 2006-11-3 21:44:27

FC6的朋友可以搜索xorg-x11-drv-i810-1.6.0-13.20060717modeset.fc6.i386.rpm这个包
如果不支持宽屏,安装这个RPM包就可以支持啦,我的945GM就装了这个包后支持宽屏的,
有人将此包装在FC5上,也能工作。

actuaries 发表于 2006-11-10 02:31:53

学习一下。

kison 发表于 2006-11-20 18:07:58

晕阿,我装了FC6,显示卡是ATI-X1600的,去官方网站下的那个8月29的RUN文件,装了N遍没办法了,就是到不了1280*800,是 本本,屏幕牌子也 不知道就 选通用的,总花屏,只好改回来,郁闷,前几天装FC6的64位版本还成功驱动了,但那个驱动和这个不一样,最起码新些,29号的就没办法了,哪位能解决?我菜阿。

bingoapple 发表于 2006-11-23 22:21:51

对啊,我的也是915GM,可现在连915驱动程序都没找到啊,请高手指点!现在用的是VESA的驱动程序,看着很不爽!

gphmy 发表于 2006-12-6 17:34:25

好文啊,学习学习。

jackyanqi 发表于 2006-12-10 18:11:39

我是用的是联想的天逸100C笔记本,也是915GM的GMA900显卡,现在安装的是ubuntu6.10,我看过xorg.conf.应该是可以识别我的显卡的,可是为什么分辨率还是1024*768呐,下面是我的xorg.conf文件
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

hwphoenix 发表于 2006-12-16 16:08:26

不知道在FC6中可不可以使用啊?

清风邀明月 发表于 2006-12-26 09:45:15

大哥,驱动,在哪下啊
我的本本就是宽屏的1280*800,我跑了全国的各大论坛都找到不少宽屏的解决方案但是,没有一个彻底能做到的啊,我的显卡是(Mobile Intel(R) 915GM/GMS,910GML Express Chipset Family)和你说的驱动一样吗,如果一样在哪下啊。

hwphoenix 发表于 2006-12-26 16:31:16

我的是915GM的主板。

tvcat 发表于 2007-1-2 10:23:32

调节分辨率就与显卡有关系。

foxdream 发表于 2007-4-3 12:01:50

问下楼主,偶是19寸宽屏,显卡是GF MX400,如何更改刷新频率以及分辨率??新手一个,望解答!

wstczyl 发表于 2007-6-23 17:18:10

奇怪

我用RED FLAG 5。0
使用 1024*768 的感觉扁的
用 1280*800 又超出范围显示不全

郁闷
页: 1 2 3 [4]
查看完整版本: 玩"宽屏笔记本,915GM芯片组,Linux的朋友有福了!