Einzelnen Beitrag anzeigen
Alt 16.12.08, 10:44   #5 (permalink)
Serow
Senior Member
Themenstarter
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 13
Standard

Hmm - wo würdest du denn log messages vermuten?

Also nochmal kurz zu Klärung: Der Xvnc service wird als irgendein User gestartet. Welcher ist im Prinzip egal (nur vllt nicht root), da dann GDM gestartete wird / werden soll , über welches sich dann verschiedene User einloggen können - richtig soweit?

Code:
mathias@CEC-Management:~$ id
uid=1000(mathias) gid=1000(mathias) groups=20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),106(netdev),109(powerdev),112(fuse),1000(mathias)
mathias@CEC-Management:~$ pwd
/home/mathias
mathias@CEC-Management:~$ cat .xinitrc 
s file is sourced when running startx and
#    other programs which call xinit
# As in all Bash/sh scripts lines starting with
#    '#' are comments

# Set background to your favorite pic
xsetbg -fullscreen /morphix/background.png &

# Start a XTerm
/usr/bin/X11/xterm

# Start the systems window manager.
# See WindowManagers for other choices.
#exec /etc/alternatives/x-window-manager

# To run Gnome instead of system default, place a
# '#' before the previous line and uncomment the
# next line.
exec gnome-session

mathias@CEC-Management:~$
Code:
mathias@CEC-Management:~$ Xvnc :0
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
16/12/08 10:44:25 Xvnc version 3.3.7 - built Dec 30 2006 12:50:35
16/12/08 10:44:25 Copyright (C) 2002-2003 RealVNC Ltd.
16/12/08 10:44:25 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
16/12/08 10:44:25 All Rights Reserved.
16/12/08 10:44:25 See http://www.realvnc.com for information on VNC
16/12/08 10:44:25 Desktop name 'x11' (CEC-Management:0)
16/12/08 10:44:25 Protocol version supported 3.3
16/12/08 10:44:25 Listening for VNC connections on TCP port 5900
Font directory '/usr/share/fonts/X11/Speedo/' not found - ignoring
Auf anderem Rechner:

Code:
mathias@wizard:~$ vncviewer cec-mgmt
Connected to RFB server, using protocol version 3.3
No authentication needed
Desktop name "mathias's x11 desktop (CEC-Management:0)"
VNC server default format:
  8 bits per pixel.
  True colour: max red 7 green 7 blue 3, shift red 0 green 3 blue 6
Using default colormap which is TrueColor.  Pixel format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using shared memory PutImage
=> grauer Screen.
Serow ist offline   Mit Zitat antworten
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61