startx

14 réponses [Dernière contribution]
celf-infinite
Hors ligne
A rejoint: 01/21/2015

Hi, my system boots into command line, how do i start gui from the command line?
i have tried startx but command is not found.

SuperTramp83

I am a translator!

Hors ligne
A rejoint: 10/31/2014

Try: sudo apt-get install xorg

celf-infinite
Hors ligne
A rejoint: 01/21/2015

i installed xorg, but i get an error when running startx.

Majin Buu
Hors ligne
A rejoint: 11/05/2016

Write the error message and post it here.

celf-infinite
Hors ligne
A rejoint: 01/21/2015

Please see error message below.

Warning: Type "ONE_LEVEL" has 1 level, but has 2 symbols
Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
reporting 5 8 6 44
reporting 5 8 6 44
reporting 5 8 6 44
reporting 5 8 6 44
xinit: connection to X server lost

waiting for X server to shut down (EE) Server terminated successfully (0). closing log file.

SuperTramp83

I am a translator!

Hors ligne
A rejoint: 10/31/2014

Try: sudo apt-get install xinit

celf-infinite
Hors ligne
A rejoint: 01/21/2015

xinit is installed.

Gnu
Gnu
Hors ligne
A rejoint: 03/08/2012

sudo apt-get install xserver-xorg xserver-xorg-video-intel i3

or

sudo apt-get install xserver-xorg xserver-xorg-video-intel openbox

* intel or whatever you have

celf-infinite
Hors ligne
A rejoint: 01/21/2015

I ran the command sudo apt-get install xserver-xorg xserver-xorg-video-intel openbox,
but no change i still get the same error.

Gnu
Gnu
Hors ligne
A rejoint: 03/08/2012

Maybe is missing x11-xserver-utils

sudo apt-get install x11-xserver-utils

or even trisquel-base

sudo apt-get install trisquel-base

celf-infinite
Hors ligne
A rejoint: 01/21/2015

I have studied the Xorg.0.log file, but it seems i cant find the problem.
I have downloaded X.Org User documentation, i will study it and see if i cant solve the problem,
but i will first run the commands you proposed and see if they fix the problem.

celf-infinite
Hors ligne
A rejoint: 01/21/2015

I still get an error.

Magic Banana

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/24/2010

Have you tried to start LightDM (or whatever display manager you would have installed)? Here is how:
$ sudo start lightdm

Gnu
Gnu
Hors ligne
A rejoint: 03/08/2012

How many packages do you have?


dpkg --list | wc --lines

celf-infinite
Hors ligne
A rejoint: 01/21/2015

My screen went black after installing all the packages suggested, and can't login.
I was thinking of running trisquel live, mounting my home folder to recover my stored documents,
and do a re-install. thank you all for your assistance, i feel i have learned a lot even thou
my problem was not fixed.