"登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

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

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#16

帖子 trunk0813 » 2008-11-02 10:46

我的机子内存只有256m

而且是继承显卡



是不是安装也会出问题啊?

再弱问 security mode 怎么进入啊??
gulch
帖子: 188
注册时间: 2006-11-27 1:00

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#17

帖子 gulch » 2008-11-02 13:00

trunk0813 写了:我的机子内存只有256m

而且是继承显卡



是不是安装也会出问题啊?

再弱问 security mode 怎么进入啊??
ubuntu的第二个菜单
catfox
帖子: 64
注册时间: 2008-05-03 10:32

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#18

帖子 catfox » 2008-11-02 16:15

给各位兄弟们说一下吧。

有两个做法:
方法1:
启动时在GRUB选择,fail safe console ,
然后
sudo apt-get remove compiz
sudo apt-get remove compiz-core
sudo reboot
方法2:
系统启动到登录时,
ctrl-alt F1
出来个CONSOLE,
sudo apt-get remove compiz
sudo apt-get remove compiz-core
exit
再登录就OK了。
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#19

帖子 想入非非 » 2008-11-02 16:37

又是compiz开机启动的问题 :em04
Ubuntu User
gulch
帖子: 188
注册时间: 2006-11-27 1:00

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#20

帖子 gulch » 2008-11-02 21:13

:em02

这个顶顶,让大家看看
wchlin
帖子: 31
注册时间: 2007-10-22 21:53
来自: 无锡

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#21

帖子 wchlin » 2008-11-03 9:06

先学好招数再安装,呵。多谢~~
AlphaChio
帖子: 41
注册时间: 2006-05-29 22:47
联系:

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#22

帖子 AlphaChio » 2008-11-03 16:37

我用的是ibm x30 ,黑屏问题已解决,但是花屏不知道如何解决。
ml2068
帖子: 4
注册时间: 2008-11-03 15:00

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#23

帖子 ml2068 » 2008-11-04 15:58

画屏问题要设置Xorg.conf.
有个德国老上载过ibm x30 的 xorg.conf,到网上搜搜。
ml2068
帖子: 4
注册时间: 2008-11-03 15:00

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#24

帖子 ml2068 » 2008-11-04 16:03

贴出来算了:
# xorg.conf
#
# IBM Thinkpad X30
# Intel 830MG Graphics
# 1024x768 TFT
#
# 2006-10-11 stefan@onderka.com

# Transparency
Section "Extensions"
Option "Composite" "true"
EndSection

# Files
##############################################################################
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/local"
EndSection

# Modules
##############################################################################
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "xfs"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
# Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "drm"
# Load "xie"
EndSection

# Keyboard
##############################################################################
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "LeftAlt" "Meta"
EndSection

# Pointing Stick
##############################################################################
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "PS/2"
# Option "Emulate3Buttons" "true"
# Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

# USB Mouse
##############################################################################
Section "InputDevice"
Identifier "ExtMouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

# Graphics Card
##############################################################################
Section "Device"
Identifier "Intel 830MG"
VendorName "Intel"
VideoRam 32768
#Driver "vesa"
Driver "i810"
Option "backingstore" "true"
#Option "Device" "00:02.1"
Option "UseFBDev" "true"
Option "DRI" "true"
Option "MonitorLayout" "LFP"
Option "VBERestore" "false"
Option "XVideo" "true"
Option "CheckDevices" "true"
Option "DisplayInfo" "false"
Option "DevicePresence" "true"
Option "VideoOverlay" "on"
Option "AGPMode" "0"
Option "RenderAccel" "off"
Option "XaaNoScanlineImageWriteRect"
Option "XaaNoScanlineCPUToScreenColorExpandFill"
Option "AGPFastWrite" "True"
Option "BIOSHotkeys" "on"
Option "EnablePageFlip" "True"
Option "ForceEnablePipeA" "true"
EndSection

# TFT
##############################################################################
Section "Monitor"
Identifier "IBM XGA TFT"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
DisplaySize 246 186
EndSection

# Screen Definition
##############################################################################
Section "Screen"
Identifier "Default Screen"
Device "Intel 830MG"
Monitor "IBM XGA TFT"
# Firefox (Flash plugin!) crashes at 16bit!
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

# Layout
##############################################################################
Section "ServerLayout"
Identifier "Thinkpad R32"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "ExtMouse" "SendCoreEvents"
EndSection

# Flags
##############################################################################
Section "ServerFlags"
BlankTime 600
StandbyTime 900
SuspendTime 1200
EndSection

# DRI
##############################################################################
Section "DRI"
Group "video"
Mode 0666
EndSection
xnyzlyc
帖子: 73
注册时间: 2007-07-12 16:32

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#25

帖子 xnyzlyc » 2008-11-04 16:17

我的也有这种情况,而且会关机时黑屏死机,
Distribution: Ubuntu 8.04
Desktop environment: GNOME
Graphics chip: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
Driver in use: intel
Rendering method: AIGLX

Checking if it's possible to run Compiz on your system...

Checking for texture_from_pixmap... [ OK ]
Checking for non power of two support... [ OK ]
Checking for composite extension... [ OK ]
Checking for FBConfig... [ OK ]
Checking for hardware/setup problems... [ OK ]
holddreams
帖子: 198
注册时间: 2007-05-06 0:53

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#26

帖子 holddreams » 2008-11-04 18:34

我把compiz remove了还是没有解决问题,NND
gulch
帖子: 188
注册时间: 2006-11-27 1:00

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#27

帖子 gulch » 2008-11-14 1:30

Fedora 10 Preview用这个方法就不行了 :em20
Freedman
帖子: 3
注册时间: 2008-12-08 22:35

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#28

帖子 Freedman » 2008-12-11 5:36

强!!!谢谢楼主!!!我终于解决这个问题了。。。
Freedman
帖子: 3
注册时间: 2008-12-08 22:35

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#29

帖子 Freedman » 2008-12-11 5:38

强!!!谢谢楼主!!!我终于解决这个问题了。。。
sunyx188
帖子: 23
注册时间: 2008-10-20 12:38

Re: "登录后黄屏或黑屏,键盘锁死,只有鼠标在动"的看过来,我是这样解决的[SOLVED]

#30

帖子 sunyx188 » 2008-12-12 12:40

ml2068 写了:贴出来算了:
# xorg.conf
#
# IBM Thinkpad X30
# Intel 830MG Graphics
# 1024x768 TFT
#
# 2006-10-11 stefan@onderka.com

# Transparency
Section "Extensions"
Option "Composite" "true"
EndSection

# Files
##############################################################################
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/local"
EndSection

# Modules
##############################################################################
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "xfs"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
# Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "drm"
# Load "xie"
EndSection

# Keyboard
##############################################################################
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "LeftAlt" "Meta"
EndSection

# Pointing Stick
##############################################################################
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "PS/2"
# Option "Emulate3Buttons" "true"
# Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

# USB Mouse
##############################################################################
Section "InputDevice"
Identifier "ExtMouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

# Graphics Card
##############################################################################
Section "Device"
Identifier "Intel 830MG"
VendorName "Intel"
VideoRam 32768
#Driver "vesa"
Driver "i810"
Option "backingstore" "true"
#Option "Device" "00:02.1"
Option "UseFBDev" "true"
Option "DRI" "true"
Option "MonitorLayout" "LFP"
Option "VBERestore" "false"
Option "XVideo" "true"
Option "CheckDevices" "true"
Option "DisplayInfo" "false"
Option "DevicePresence" "true"
Option "VideoOverlay" "on"
Option "AGPMode" "0"
Option "RenderAccel" "off"
Option "XaaNoScanlineImageWriteRect"
Option "XaaNoScanlineCPUToScreenColorExpandFill"
Option "AGPFastWrite" "True"
Option "BIOSHotkeys" "on"
Option "EnablePageFlip" "True"
Option "ForceEnablePipeA" "true"
EndSection

# TFT
##############################################################################
Section "Monitor"
Identifier "IBM XGA TFT"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
DisplaySize 246 186
EndSection

# Screen Definition
##############################################################################
Section "Screen"
Identifier "Default Screen"
Device "Intel 830MG"
Monitor "IBM XGA TFT"
# Firefox (Flash plugin!) crashes at 16bit!
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

# Layout
##############################################################################
Section "ServerLayout"
Identifier "Thinkpad R32"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "ExtMouse" "SendCoreEvents"
EndSection

# Flags
##############################################################################
Section "ServerFlags"
BlankTime 600
StandbyTime 900
SuspendTime 1200
EndSection

# DRI
##############################################################################
Section "DRI"
Group "video"
Mode 0666
EndSection

这是什么啊!!!
怎么用啊
回复