Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. vncserver :7
  2.  
  3. #!/bin/sh
  4.  
  5. unset SESSION_MANAGER
  6. exec /etc/X11/xinit/xinitrc
  7. xsetroot -solid "#DAB082"
  8. x-terminal-emulator -geometry "80x24+10+10" -ls -title "$VNCDESKTOP Desktop" &
  9. x-window-manager
  10.  
  11. is:20/08/17 14:53:54 Xvnc version TightVNC-1.3.10
  12. 20/08/17 14:53:54 Copyright (C) 2000-2009 TightVNC Group
  13. 20/08/17 14:53:54 Copyright (C) 1999 AT&T Laboratories Cambridge
  14. 20/08/17 14:53:54 All Rights Reserved.
  15. 20/08/17 14:53:54 See http://www.tightvnc.com/ for information on TightVNC
  16. 20/08/17 14:53:54 Desktop name 'X' (fiji:7)
  17. 20/08/17 14:53:54 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
  18. 20/08/17 14:53:54 Listening for VNC connections on TCP port 5907
  19. Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
  20. Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring
  21.  
  22. 20/08/17 14:53:59 Got connection from client 127.0.0.1
  23. 20/08/17 14:53:59 Using protocol version 3.8
  24. 20/08/17 14:54:01 Full-control authentication passed by 127.0.0.1
  25. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding 15
  26. 20/08/17 14:54:01 Using hextile encoding for client 127.0.0.1
  27. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding 22
  28. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding 21
  29. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding 16
  30. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding -314
  31. 20/08/17 14:54:01 Enabling full-color cursor updates for client 127.0.0.1
  32. 20/08/17 14:54:01 rfbProcessClientNormalMessage: ignoring unknown encoding -223
  33. 20/08/17 14:54:01 Pixel format for client 127.0.0.1:
  34. 20/08/17 14:54:01 32 bpp, depth 24, little endian
  35. 20/08/17 14:54:01 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
  36. 20/08/17 14:54:01 no translation needed
  37. 20/08/17 14:54:09 Client 127.0.0.1 gone
  38. 20/08/17 14:54:09 Statistics:
  39. 20/08/17 14:54:09 key events received 0, pointer events 96
  40. 20/08/17 14:54:09 framebuffer updates 1, rectangles 2, bytes 400448
  41. 20/08/17 14:54:09 cursor shape updates 1, bytes 1068
  42. 20/08/17 14:54:09 hextile rectangles 1, bytes 399380
  43. 20/08/17 14:54:09 raw bytes equivalent 3145740, compression ratio 7.876559
  44.  
  45. #!/bin/bash
  46. xrdb $HOME/.Xresources
  47. startxfce4 &
  48. #unity &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement