Bug 179539
| Summary: | vncviewer goes black with x cursor | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alan Pinnt <alpintoracing> |
| Component: | vnc | Assignee: | Radek Vokál <rvokal> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-05-05 14:55:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alan Pinnt
2006-02-01 07:06:50 UTC
Please send the version of vnc and the log file (~/.vnc). (In reply to comment #1) > Please send the version of vnc and the log file (~/.vnc). Its the version with fedora core 3 and has not been updated so whatever came out with fedora core 3 thats what it is. As for the log file here it is: " Xvnc version 4.0 - built Oct 6 2004 08:11:33 Underlying X server release 60801000, The X.Org Foundation Sun Feb 5 22:06:49 2006 vncext: VNC extension running! vncext: Listening for VNC connections on port 5901 vncext: Listening for HTTP connections on port 5801 vncext: created VNC server for screen 0 error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! sh: /root/.vnc/xstartup: Permission denied Sun Feb 5 22:07:26 2006 Connections: accepted: 192.168.1.103::2003 SConnection: Client needs protocol version 3.8 SConnection: Client requests security type VncAuth(2) Sun Feb 5 22:07:30 2006 VNCSConnST: Server default pixel format depth 16 (16bpp) little-endian rgb565 VNCSConnST: Client pixel format depth 8 (8bpp) rgb max 3,3,3 shift 4,2,0 Sun Feb 5 22:07:33 2006 Connections: closed: 192.168.1.103::2003 (Clean disconnection) SMsgWriter: framebuffer updates 2 SMsgWriter: ZRLE rects 3, bytes 202 SMsgWriter: raw bytes equivalent 786980, compression ratio 3895.940594 " here is the startX file: "#!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm &" Please try the newest version of vnc (fc4 or fc5test2), whether the problem is still present. Closing due to lack of response. |