改过来改过去。办法试尽了。版主关注下!!

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

改过来改过去。办法试尽了。版主关注下!!

#1

帖子 lilei_new » 2008-08-30 18:33

7.10
配置
p41.7G,512M,集显,845G。

开关机无画面,系统登陆画面分辨率过高,刷新率60! 太多问题了。

要求:有开关机画面,系统登陆分辨率在800*600,系统分辨率800*600_75就行。难啊!网上也找不下系统一点的学习资料,大虾们又不愿意帮我们解决这些低级问题,初学者园地真是初学者的天地啊!大家都在天天重复着同样的问题!
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
# 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 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 "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

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

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

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
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 "intel"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "通用显示器"
DefaultDepth 24
SubSection "Display"
Modes "800x600_75" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
上次由 lilei_new 在 2008-08-30 19:14,总共编辑 1 次。
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#2

帖子 leeaman » 2008-08-30 18:42

把你的xorg.conf贴出来看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
aaazjz
帖子: 444
注册时间: 2007-03-24 9:08
来自: 青岛
联系:

#3

帖子 aaazjz » 2008-08-30 18:53

我见过这个问题的解决方案,
安装个什么软件就可以了,没有记下,无从寻找了,再自己找找看吧 :)
头像
CLOCKWORKHEART
帖子: 635
注册时间: 2007-11-05 19:26

#4

帖子 CLOCKWORKHEART » 2008-08-30 23:44

初学者园地真是初学者的天地啊!大家都在天天重复着同样的问题!
蛮赞同这句话,重复提问的实在是太多了,都撞见N回了。
Everything that has a beginning has an end.
头像
bocelli99
帖子: 525
注册时间: 2007-07-10 12:16

#5

帖子 bocelli99 » 2008-08-31 9:25

google dpkg-reconfigure xserver-xorg
像一条秋天的道路:还未来得及扫干净,它又为干枯的树叶所覆盖。

The Kafka Project http://www.kafka.org
回复