I have upgraded from Opensuse 12.3 to Opensuse 13.1. I have a problem with Remote Desktop. when I connect from my home PC all i get is a black screen. it worked great on 12.3,
When I try to see if Vino-server is loaded I get the message "screen sharing is not enabled". I checked and screen sharing is indeed enabled.
i have been reading the documentation and i cannot find any details about the settings. I did find that /etc/xinetd.d/vnc has a line that disables by default the communication. i edited and restarted...that is when i get a black screen.
Any ideas?
Unix OSLinux
Last Comment
czarubah
8/22/2022 - Mon
Mazdajai
Do you have ipv6 enabled? Try commenting out the ipv6 line in /etc/hosts -
# special IPv6 addresses#::1 localhost ipv6-localhost ipv6-loopback
is it possible for you to roll back to 12.3 and file a bug report?
gheist
It is more like a simple misconfguration
You need to choose you run vino or xvnc on same port..... Otherwise one will fail and you connect to other.
And you should not call vino-server directly.
czarubah
ASKER
1. ok, kill Xvnc, which is the current default. (according to the documentation). Make sure Vino is running and test...but I cannot find where to set up vino-settings? i like vino-server better than Xvnc.
2. I rolled back to 12.3 and re-loaded 13.1...so there really is a bug...i have read a few entries about similar issues as mine, but no solutions.
I am still working on this problem; it is not a high priority as I spend enough time at the workstation, but I need to solve the remote issue for the times when I'm on the road.
patching system changes order of program startup
you do not need xvnc for vino to work
also if you kill program are you sure you clean all the remaining resources after?
for example if i start Xvnc i cannot get krfb to do anything, and cak keep hopelessly connecting to black Xvnc....
czarubah
ASKER
I'm not used to Xvnc so I will have to check for "remaining resources".
- I thought that I could disable Xvnc by disabling it from the services so it will not start after booting?
Are other resources loaded if Xvnc is not loaded at boot?
I will test tomorrow.
gheist
you can always uninstall unused system components for performance and security
(or "chkconfig vnc off")
You said it is a known bug...
I cannot find it in novell bugzilla.
Did you enable sharing in vino-config and verified with dconf-editor that it is enabled?
Not yak yak yak i do vino with dconf, please follow exact steps.
czarubah
ASKER
I don't know if it is a known bug. I have found several references to the same problem, but no solutions. that is why i started this question.
As stated before, i cannot find vino-config or dconf-editor. my O/s is Openssue13.1. in the past there was vino-preferences...i cannot find that either. i remove vino and reinstalled, assuming that it was just incomplete, But no, i still cannot find anythign but vino-server.
gheist
I suspect you need to install them
zypper wp vino-config
zypper wp dconf-editor
(I use KDE, and have little knowledge why people stick to gnome)
Open in new window