View Single Post
juandp77's Avatar
Posts: 203 | Thanked: 201 times | Joined on Jun 2010 @ Ecuador
#53
Originally Posted by Boemien View Post
Still Black Screen. I followed up all the steps. And I have errors in terminal like:

[dix] could not init font path element....

Is it related to the font? I changed mine for Lucida Blackletter!!

I Also have:

~/ubuntu $ unrecognised device identifier
(EE) config/hal :NewInputDeviceRequest fails (2)
I have those messages to so its not a font issue.

ok lets make a new startlxde2 script to see if that works

1.
Code:
cd ubuntu
./chrootubuntu
2. Now we are inside ubuntu

Code:
aptitude install nano
aptitude install xserver-xephyr 
nano /usr/bin/startlxde2
erase all

and copy this

Code:
#!/bin/sh

DISPLAY=:2 startlxde
save it

3.
Code:
Xephyr :2 -br -fullscreen &
now a black screen will appear, press ctrl + del return to the terminal and type

Code:
startlxde2
press ctrl + del and see if it works

Last edited by juandp77; 2010-12-06 at 00:17.