problem with graphical interface

General support questions
Post Reply
muppy
Posts: 7
Joined: 2016/09/07 13:21:05

problem with graphical interface

Post by muppy » 2016/09/07 13:29:52

Good morning,
i'm nw to CentOs. At a first, i installed centos without any graphical interface. At a second time, i add graphical interface using the command
yum -y groups install "GNOME Desktop"
I now connect to the centos using a windows pc and putty+xming. After logging in, i type the command startx, but i get the following error

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 7 15:29:05 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
pci id for fd 12: 102b:0534, driver (null)
EGL_MESA_drm_image required.
gnome-session-is-accelerated: llvmpipe detected.

As a result, graphical interface does not start. Any help to solve this problem ?
Best regards,
Andrea

giulix63
Posts: 1305
Joined: 2014/05/14 10:06:37
Location: UK

Re: problem with graphical interface

Post by giulix63 » 2016/09/07 14:08:57

Did you update after installing the GNOME Desktop? Did you install any third party drivers? Starting X (startx) manually should not be required. Just change the default systemd target

Code: Select all

systemctl set-default graphical.target
as root.
Root is evil: Do not use root (sudo) to run any of the commands specified in my posts unless explicitly indicated. Please, provide the necessary amount of context to understand your problem/question.

User avatar
TrevorH
Site Admin
Posts: 33224
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: problem with graphical interface

Post by TrevorH » 2016/09/07 14:14:42

You cannot run startx from an ssh session, you must have a local console.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

muppy
Posts: 7
Joined: 2016/09/07 13:21:05

Re: problem with graphical interface

Post by muppy » 2016/09/07 14:51:47

Ok, if i can not run starx from SSH, how can i add to centos a graphical interface and connect to this graphical interface remotely ?

Thanks
Andrea

User avatar
TrevorH
Site Admin
Posts: 33224
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: problem with graphical interface

Post by TrevorH » 2016/09/07 14:52:55

You'll need to use something like vnc or freenx.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

muppy
Posts: 7
Joined: 2016/09/07 13:21:05

Re: problem with graphical interface

Post by muppy » 2016/09/07 15:01:18

would also teamviewer work ?

Thanks!
Andrea

Post Reply