[问题]谁能贴下14宽屏 mobile intel 945显卡的xorg.conf的文件

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
txwsqk
帖子: 37
注册时间: 2007-12-02 23:26

[问题]谁能贴下14宽屏 mobile intel 945显卡的xorg.conf的文件

#1

帖子 txwsqk » 2008-04-24 9:42

我的是笔记本 装的ubuntu 8.04 现在登陆完用户后,桌面就卡住了,过个3分钟左右,出现gnome启动失败的错误提示,点“关闭”后,桌面还是能进去,估计是显卡驱动没装好,我不会配置xorg.conf文件,麻烦ubuntu 8.04能正常启动的朋友给我贴下那个配置文件 谢谢 !!
kaiman
帖子: 127
注册时间: 2007-03-20 14:19

Re: [问题]谁能贴下14宽屏 mobile intel 945显卡的xorg.conf的文件

#2

帖子 kaiman » 2008-04-24 11:31

txwsqk 写了:我的是笔记本 装的ubuntu 8.04 现在登陆完用户后,桌面就卡住了,过个3分钟左右,出现gnome启动失败的错误提示,点“关闭”后,桌面还是能进去,估计是显卡驱动没装好,我不会配置xorg.conf文件,麻烦ubuntu 8.04能正常启动的朋友给我贴下那个配置文件 谢谢 !!
:shock: :shock: Win的思路!都出现登录屏了跟xorg还有个毛关系呀,跟xorg都没关系了和显卡更没关系了。
zhaofw
帖子: 40
注册时间: 2007-01-25 20:12

#3

帖子 zhaofw » 2008-04-24 13:32

cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

现在的貌似简化了很多。我的是delld620,1400×900的
回复