[问题]Inter集成显卡的问题-我装好了915resolution,但分率还是只有640*480
- yehyun
- 帖子: 179
- 注册时间: 2006-10-11 23:29
[问题]Inter集成显卡的问题-我装好了915resolution,但分率还是只有640*480
Inter集成显卡的问题-我装好了915resolution,但分率还是只有640*480,
各位老大能不能帮忙解决一下啊,谢谢了
以下是我的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" # 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" "pc104"
Option "XkbLayout" "us"
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"EndSectionSection "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 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "VA702 SERIES"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "VA702 SERIES"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
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
各位老大能不能帮忙解决一下啊,谢谢了
以下是我的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" # 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" "pc104"
Option "XkbLayout" "us"
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"EndSectionSection "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 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "VA702 SERIES"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "VA702 SERIES"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
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
-
- 帖子: 14
- 注册时间: 2006-10-12 14:33
- 来自: china
- 联系:
-
- 帖子: 275
- 注册时间: 2006-07-05 16:47
-
- 帖子: 275
- 注册时间: 2006-07-05 16:47
-
- 帖子: 249
- 注册时间: 2006-11-08 10:06
看这里:yehyun 写了:痛苦啊,看了一星期的640*480的屏幕了,我按照方法把915的驱动都装好了,但还是不行,我把xorg.conf里的分辨除了1280*1024,其它的全删了,但开机还是640*480,唉,要疯了
Section "Monitor"
Identifier "VA702 SERIES"
Option "DPMS"
EndSection
上面没有场频和行频啊!
再 看看我的
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "N140A1-L01"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
把上面HorizSync 28-64
VertRefresh 43-60添加一下,后面数字不一样的~!
-
- 帖子: 13
- 注册时间: 2005-12-05 13:42
上 http://www.geocities.com/stomljen/下载源代码,6.10似乎无法用apt-get install安装(懒得去改源了)
载下来后在解压的目录里运行 : ./make 安装
安装完毕后,运行915resultion -l 查看支持的分辨率列表,找个不用的分辨率模式,记下代号,如3c
运行915resolution 3c 1280 800 24 (这里假定你的宽频分辨率为1280x800 24位色,24可以不加的)
在系统启动文件rc.local找个空地方加入启动命令使每次开机都生效:/usr/bin/915resolution 38 1280 800
按 ctrl+alt+backspace重启x
Enjoy
如果有问题可以参考下面说明:http://www.geocities.com/stomljen/readme.html
载下来后在解压的目录里运行 : ./make 安装
安装完毕后,运行915resultion -l 查看支持的分辨率列表,找个不用的分辨率模式,记下代号,如3c
运行915resolution 3c 1280 800 24 (这里假定你的宽频分辨率为1280x800 24位色,24可以不加的)
在系统启动文件rc.local找个空地方加入启动命令使每次开机都生效:/usr/bin/915resolution 38 1280 800
按 ctrl+alt+backspace重启x
Enjoy
如果有问题可以参考下面说明:http://www.geocities.com/stomljen/readme.html