ctrl+alt+F2 to log into the terminal/ttylook at /home/username/.xsession-errorsand /var/log/Xorg.0.logYou could try (for troubleshooting, not as a solution):- try to stop the display-manager (slim, ligthdm, whatever): /etc/init.d/slim stop and log in via the command "startx".
rfk1ll wrote:I don't run fluxbox, but the wiki says- "Now, edit ~/.xinitrc and uncomment the line that corresponds to your DE/WM.
Hey,
Well, I set up my system with Ubuntu minimal (console only, 9.10) to get a nice boot time. I then installed an XServer and Fluxbox:
Code:
sudo apt-get install xorg fluxbox mesa-utils
After that completed I started fluxbox ("startx") and tried glxgears which gave me over 8000 frames at 5s.
Folks,
I have to install openbox on a clean Ubuntu that does not have any GUI yet.
The steps I had written down were:
$ sudo apt-get install xorg
$ sudo apt-get install openbox
$ vi ~/.xinitrc and create a line "exec openbox-session"
$ startx
I accidentally missed the step of creating ~/.xinitrc file and just ran the final step "startx." What I noticed was that openbox did s
After installing ubuntu on my asus transformer tablet with lightdm + onboard (keyboard) for logging in as normal user, the tablet boot up and could not start lightdm.
As I do not have the accompanying keyboard for the tablet, typing startx is not an option unless lightdm can be started and allows onboard to appear in the screen.
On the other hand, if I ssh into the tablet, I can log in as ro
Hey I've just installed tight VNC today and I've had everything working until I rebooted. When I load my interface I get a blank screen with a startx looking interface with no models rather then my old xfce4 one.
Sorry if that came off as snappy. Been dealing with this for the last hour,and its been stressful. Here is my current xinitrc:#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#if [ -d /etc/X11/xinit/xinitrc.d ]; then
# for f in /etc/X11/xinit/xinitrc.d/*; do
# [ -x "$f" ] && .
xinitrc:#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && .
Hi there.
I've been trying to produce my own linux thing.