You are not logged in.

#1 2014-12-18 09:12:53

dschaefer79
Member
Registered: 2009-11-24
Posts: 14

VNCServer and cinnamon and plasma-desktop 5 problem Fallback mode

Hi,

I tried to use vncserver (tigervnc) on arch with cinnamon or plasma-desktop but when I connect remotely on the machine I get a black screen with cinnamon-session-cinnamon.
and with cinnamon-session-cinnamon-2d I enter in fallback mode. With xfce it's working.

Can someone help me ??

Thanks,

Dominique


My ~/.vnc/xstartup.

#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec cinnamon-session-cinnamon2d >>>> not working
or
exec startkde >>>> not working
or
exec startxfce >>>> working

My /etc/X11/xinit/xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
done
unset f
fi

xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login

Last edited by dschaefer79 (2014-12-18 09:26:09)

Offline

#2 2014-12-18 09:35:29

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: VNCServer and cinnamon and plasma-desktop 5 problem Fallback mode

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code


Not an Installation issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-12-18 10:51:15

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: VNCServer and cinnamon and plasma-desktop 5 problem Fallback mode

Xvnc only provides software OpenGL, but Cinnamon (and Gnome Shell, and Ubuntu Unity) requires hardware OpenGL. So it's normal that only fallback mode works. Running these environments in Xvnc will be possible with the next release of VirtualGL.

Edit: plasma-desktop should work, but not in opengl mode, only in xrender mode or with compositing completely disabled.

Last edited by Gusar (2014-12-18 11:43:43)

Offline

#4 2014-12-21 12:08:46

dschaefer79
Member
Registered: 2009-11-24
Posts: 14

Re: VNCServer and cinnamon and plasma-desktop 5 problem Fallback mode

Hi,

I have one question Cinnamon2d is software rendering and it doesn't work too. Why ?? When I was on Fedora this was working. So I think it's a problem with Arch.

Thanks,

Dominique

Last edited by dschaefer79 (2014-12-21 12:11:30)

Offline

Board footer

Powered by FluxBB