Results 1 to 10 of 15
Ok my problem is i got a black screen with a cursor in the middle which i cant move.
could i be using the wrong video driver? I have an ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-10-2010 #1Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 191
New installation of arch wont boot in
Ok my problem is i got a black screen with a cursor in the middle which i cant move.
could i be using the wrong video driver? I have an ideapad s9e i went to beginners guide and
told me i have intel mobile 945gme Express integrated graphics controller so i installed theCode:#lspci | grep vga
xf86-video-intel — Newer Version of Intel i810/i830/i9xx video drivers is this correct?
this is the help i been getting to get me to this point.
Originally Posted by reed9
- 04-11-2010 #2
Do you have hal running? Post your /etc/rc.conf file.
FYI, if you want an openbox Arch preconfigured, there is Archbang.
- 04-11-2010 #3Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 191
LOCALE="en_US.UTF-8"
hardwareclock=""
timezone="American/Toronto"
keymap="us"
consolefont=
consolemap=
usecolor="yes"
mod_autoload="yes"
modules=()
uselvm="no"
Daemons=(syslog-ng network netfs crond)
- 04-11-2010 #4Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 191
kk hold on i might have forgot something important i have only installed openbox which is just a window manager i still have to install a desktop environment correct?
- 04-11-2010 #5Unless you started it manually, you do not have HAL running. I think you skipped some parts of theBeginner's Guide.Daemons=(syslog-ng network netfs crond)
Make sure you have the input drivers installed.
Add HAL to the daemons array.Code:pacman -S xf86-input-keyboard xf86-input-mouse xf86-input-evdev xf86-input-synaptics
[/code]Daemons=(syslog-ng hal network netfs crond)[/code]
So start it manually, do as root
Code:/etc/rc.d/hal start
- 04-11-2010 #6
No, that is not necessary.
Flipping the Linux switch: Desktop environments vs. window managers
- 04-11-2010 #7Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 191
alright i made the changes in the rc.conf file and then started hal then i signed into regular user. and i just have a black screen with a movable mouse.(only see the mouse cursor)
- 04-11-2010 #8Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 191
so this means that X is working but windows manager is not right? since i dont have a wm installed that makes sense correct?
Edit(might be just talking out of my *** lol)
- 04-11-2010 #9
Well, that's normal for openbox. Perhaps I should have been more clear when I said that you don't need a dekstop environment. If you want a panel, you'll need to install that, as well as any other apps you want.
A right click will bring up the openbox root menu. This is not dynamic and does not reflect what is necessarily installed on your system. You'll have to edit it for the apps you use. But the default does include an entry for xterm, so you can continue to work from openbox and not the console. Also an entry for Firefox is default, if you've installed that.
I recommend for ease of editing the menu, installing obmenu. You'll probably want obconf as well.
- 04-11-2010 #10


Reply With Quote

