分页: 2 / 3

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

发表于 : 2008-11-02 10:46
trunk0813
我的机子内存只有256m

而且是继承显卡



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

再弱问 security mode 怎么进入啊??

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

发表于 : 2008-11-02 13:00
gulch
trunk0813 写了:我的机子内存只有256m

而且是继承显卡



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

再弱问 security mode 怎么进入啊??
ubuntu的第二个菜单

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

发表于 : 2008-11-02 16:15
catfox
给各位兄弟们说一下吧。

有两个做法:
方法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了。

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

发表于 : 2008-11-02 16:37
想入非非
又是compiz开机启动的问题 :em04

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

发表于 : 2008-11-02 21:13
gulch
:em02

这个顶顶,让大家看看

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

发表于 : 2008-11-03 9:06
wchlin
先学好招数再安装,呵。多谢~~

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

发表于 : 2008-11-03 16:37
AlphaChio
我用的是ibm x30 ,黑屏问题已解决,但是花屏不知道如何解决。

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

发表于 : 2008-11-04 15:58
ml2068
画屏问题要设置Xorg.conf.
有个德国老上载过ibm x30 的 xorg.conf,到网上搜搜。

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

发表于 : 2008-11-04 16:03
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

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

发表于 : 2008-11-04 16:17
xnyzlyc
我的也有这种情况,而且会关机时黑屏死机,
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 ]

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

发表于 : 2008-11-04 18:34
holddreams
我把compiz remove了还是没有解决问题,NND

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

发表于 : 2008-11-14 1:30
gulch
Fedora 10 Preview用这个方法就不行了 :em20

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

发表于 : 2008-12-11 5:36
Freedman
强!!!谢谢楼主!!!我终于解决这个问题了。。。

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

发表于 : 2008-12-11 5:38
Freedman
强!!!谢谢楼主!!!我终于解决这个问题了。。。

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

发表于 : 2008-12-12 12:40
sunyx188
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

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