开机不出现启动滚动条????????????

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

开机不出现启动滚动条????????????

#1

帖子 wqf850711 » 2007-12-07 12:38

我安装的ubuntu 7。10在我的笔记本上啊, 但是进入系统前应该有滚动条,可我的没有,只是黑屏,一段时间后就直接到等人见面,这是为什么???????
我的屏幕不是宽屏,,,,
有人遇见过没有啊, ???
头像
xiehuoli
帖子: 5941
注册时间: 2006-06-10 8:43
来自: 中国 CS

#2

帖子 xiehuoli » 2007-12-08 9:44

sudo vi /etc/boot/grub/menu.list
kernel ......................... ro quiet splash
kernel ro quiet nosplash
年轻没有失败! ! ! ! ! !
噢!有怪兽,有怪兽!
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

#3

帖子 ljj_jjl2008 » 2007-12-08 9:46

楼上,解释一下吧,我看不懂。
wqf850711
帖子: 5
注册时间: 2007-10-30 16:45

#4

帖子 wqf850711 » 2007-12-08 10:25

能讲的详细点马, 我是新手阿,
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#5

帖子 leeaman » 2007-12-08 10:38

编辑你的etc/X11/xorg.conf,把你的显示器不支持的显示模式去掉
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
u194252
帖子: 402
注册时间: 2007-08-04 11:06

#6

帖子 u194252 » 2007-12-28 12:55

2楼的意思是把splash改称nosplash 是吗?
图片
头像
用戶無效
帖子: 461
注册时间: 2007-10-23 21:11
来自: 香港

#7

帖子 用戶無效 » 2008-02-28 0:37

我改成nosplash 會變了文字模式,還是沒有啟動條 :lol: :lol: :lol:

我的xorg.conf 內沒有解像度 :? :? :?

# 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 "Files"
EndSection

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 "nVidia Corporation G80 [GeForce 8400 GS]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8400 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
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
Section "Module"
Load "glx"
EndSection
头像
壹哥
帖子: 199
注册时间: 2008-01-02 17:26

#8

帖子 壹哥 » 2008-02-28 8:58

修改 /etc/usplash.conf
把分辨率改成合适的
回复