XDMCP and VNC graphics corruption

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support XDMCP and VNC graphics corruption
# 1  
Old 10-22-2011
XDMCP and VNC graphics corruption

I'm trying to create a persistent KDE session and access that login remotely.
While logged into the remote machine I have enabled XDMCP and started a VNC server that requests a login screen.

Code:
vnc4server -query localhost -geometry 800x480 -depth 8

When I try to view that vnc screen the login screen looks ok but once I log in the KDE panel at the bottom looks like garbled graphics and becomes unusable. Any reason why this might happen?

If it is pertinent, I'm using the KDE plasma desktop and have an ATOM nvidia Ion2 using the nvidia drivers

using
Code:
X -query localhost:2

at the remote machine seems to work (though nepomuk fails)

Is there any way to view a new persistent session remotely via VNC?

Last edited by cue; 10-22-2011 at 10:28 PM..
# 2  
Old 10-23-2011
Why using those fancy things when you can use a smooth ssh session and can do endless things with a terminal? Smilie Just kidding!

Try with -depth 32; if that does not work you can decrease it gradually all the way down to 8. Safe values are 32, 16 and 8. 8 being the lowest color depth.

Let me know if this works!!
This User Gave Thanks to admin_xor For This Post:
# 3  
Old 10-24-2011
Quote:
Originally Posted by admin_xor
Why using those fancy things when you can use a smooth ssh session and can do endless things with a terminal? Smilie Just kidding!

Try with -depth 32; if that does not work you can decrease it gradually all the way down to 8. Safe values are 32, 16 and 8. 8 being the lowest color depth.

Let me know if this works!!
I have tried 8, 16, 24, and 32. Unfortunatly none of them fix the problem. I suspect that it is due to compositing that the VNC server (vnc4server) cannot handle.

I have since read that x11vnc with the -noxdamage option can fix this problem but I don't know how to start a seperate session with x11vnc

when I do
Code:
x11vnc -geometry 800x480

it just seems to scale the local session to 800x480

when I do
Code:
x11vnc -geometry 800x480 -create

I cannot connect to the created session even though it shows as connected to a client in the local terminal where the server command was issued.
# 4  
Old 10-26-2011
I've been reading documentation for 2 days but cannot make head or tails of it. What I'm essentially trying to do is provide a persistent vnc session separate to the one shown at the physical screen. I want another x session which prompts for a username and password which I can access remotely via vnc on another thin client.

I was under the impression that having a file /etc/xinetd.d/x11vnc1 containing

Code:
service x11vnc
{
        type            = UNLISTED
        port            = 5901
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/local/bin/x11vnc
        server_args     = -inetd -o /var/log/x11vnc.log -xdmsvc
        disable         = no
}

and the corresponding entry in /etc/services

Code:
x11vnc1      5901/tcp

that I will be greeted with a login screen when I connect to IPofServer:1 from any PC running a vncviewer. Is that correct or have I misunderstood something?

Here is the FAQ for x11vnc where I have been trying to gain some information to get this to work:
x11vnc: a VNC server for real X displays
# 5  
Old 10-30-2011
can some one say what is an BMC device in solaris and how does it help.Thanks in advance
# 6  
Old 10-30-2011
Quote:
Originally Posted by ravijanjanam12
can some one say what is an BMC device in solaris and how does it help.Thanks in advance
Not sure how this is relevant to my thread but here is your answer

Intelligent Platform Management Interface - Wikipedia, the free encyclopedia
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

2. Solaris

XDMCP Error

Hi Friends, I am not able to login through X browser from Windows Machine to Sun Fire V890 server. Solaris 10 is installed on this machine. Please suggest me what changes need to be done in Solaris Server. Thanks in Advance (2 Replies)
Discussion started by: durgaprasadr13
2 Replies

3. AIX

How to enable XDMCP?

Hello everyone, I installed AIX the other day (several times!) but I can't get XDMCP to work. I remember from when I installed it the last time it worked out of the box. So why doesn't it work now? This is the error message I get: XDMCP fatal error: Session failed Session 2 failed for... (3 Replies)
Discussion started by: Kotzkroete
3 Replies

4. Solaris

Help: for XDMCP

Hi, Boss i have a problem about open the Graphic remote. when i used the Xmanager2.0 connect to the Sun Fire880 with Sun solaris 2.8 software. prompt to following information: XDMCP connection failed: retry? so can some body told me how the check the XDMCP protocol was enable...and the port 177... (9 Replies)
Discussion started by: surainbow
9 Replies

5. UNIX for Dummies Questions & Answers

XDMCP no password

Hello all, Does anyone know or have configure their system to allow no password during an XDMCP session. I' m running Redhat whit gdm manager. Thanks! (0 Replies)
Discussion started by: larryase
0 Replies

6. HP-UX

xdmcp on HP-UX

Anybody know how to set up xdmcp on HPUX (11.0 +)? Thanks. (1 Reply)
Discussion started by: lyonsd
1 Replies

7. IP Networking

xdmcp and netstat

On my linux box, i run netstat -l and i see xdmcp in the list but it doesn't have LISTEN as its state, see what it shows below, I'm wondering if this might explain why i can't see it in my exceed broadcast listing of servers broadcasting on our net? My unix boxes don't show this at all. Proto ... (1 Reply)
Discussion started by: kymberm
1 Replies

8. UNIX for Dummies Questions & Answers

XDMCP setup

How do you verify your XDMCP setup on Sun Solaris? I am trying to establish a connection, but no XDMCP servers were found. (1 Reply)
Discussion started by: heinb
1 Replies
Login or Register to Ask a Question