|
2010-08-24
, 11:35
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#52
|
For now, you can try connecting from the command line to lower the quality:
Which VNC server / connection type do you use? With x11vnc over wifi I tend to have a higher framerate and less lag than with vnc-viewerCode:presencevnc vnc://hostname 3
The Following User Says Thank You to 2disbetter For This Useful Post: | ||
|
2010-08-25
, 09:21
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#53
|
|
2010-08-25
, 11:15
|
Posts: 18 |
Thanked: 16 times |
Joined on Feb 2010
|
#54
|
|
2010-09-05
, 07:48
|
Posts: 23 |
Thanked: 9 times |
Joined on Feb 2010
|
#55
|
|
2010-09-05
, 09:04
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#56
|
This is really great software. It's much easier to use than some other VNC clients I've tried, thanks for the great work!
I'm having a problem with the shift and function keys, though. Control works fine, but shift and function are still sending the lowercase standard alphabet. Anyone else having this problem also?
I'm using PresenceVNC 0.4 to connect to an Ubuntu machine running X11VNC.
|
2010-09-06
, 00:00
|
Posts: 23 |
Thanked: 9 times |
Joined on Feb 2010
|
#57
|
|
2010-09-06
, 09:26
|
Posts: 90 |
Thanked: 311 times |
Joined on Mar 2010
|
#58
|
The Following User Says Thank You to cpulvermacher For This Useful Post: | ||
|
2010-09-07
, 02:35
|
Posts: 23 |
Thanked: 9 times |
Joined on Feb 2010
|
#59
|
Could you try running x11vnc with the -dk option and see what it prints when you press shift/fn + other keys? (You may want to use a paste bin for the output)
#################################### # Pressing Shift+t ('T' character) #################################### 07/09/2010 10:12:18 # keyboard(down, 0xffe1 "Shift_L") uip=0 175.8804 07/09/2010 10:12:18 modifier_tweak_keyboard: down keysym=0xffe1 07/09/2010 10:12:18 modifier_tweak_keyboard: KeySym 0xffe1 "Shift_L" -> KeyCode 0x32 07/09/2010 10:12:18 XTestFakeKeyEvent(dpy, keycode=0x32 "Shift_L", down) 07/09/2010 10:12:18 calling XTestFakeKeyEvent(50, 1) 175.8806 07/09/2010 10:12:18 # keyboard(down, 0x54 "T") uip=0 176.0173 07/09/2010 10:12:18 modifier_tweak_keyboard: down keysym=0x54 07/09/2010 10:12:18 tweak_mod: Start: down=1 index=3 mod_state=0x1 is_shift=1 07/09/2010 10:12:18 XTestFakeKeyEvent(dpy, keycode=0x32 "Shift_L", up) 07/09/2010 10:12:18 calling XTestFakeKeyEvent(50, 0) 176.0177 07/09/2010 10:12:18 tweak_mod: Finish: down=1 index=3 mod_state=0x1 is_shift=1 07/09/2010 10:12:18 modifier_tweak_keyboard: KeySym 0x54 "T" -> KeyCode 0x1c 07/09/2010 10:12:18 XTestFakeKeyEvent(dpy, keycode=0x1c "t", down) 07/09/2010 10:12:18 calling XTestFakeKeyEvent(28, 1) 176.0178 07/09/2010 10:12:18 tweak_mod: Start: down=0 index=3 mod_state=0x1 is_shift=1 07/09/2010 10:12:18 XTestFakeKeyEvent(dpy, keycode=0x32 "Shift_L", down) 07/09/2010 10:12:18 calling XTestFakeKeyEvent(50, 1) 176.0178 07/09/2010 10:12:18 tweak_mod: Finish: down=0 index=3 mod_state=0x1 is_shift=1 07/09/2010 10:12:18 # keyboard(up, 0x54 "T") uip=0 176.2423 07/09/2010 10:12:18 modifier_tweak_keyboard: up keysym=0x54 07/09/2010 10:12:18 modifier_tweak_keyboard: KeySym 0x54 "T" -> KeyCode 0x1c 07/09/2010 10:12:18 XTestFakeKeyEvent(dpy, keycode=0x1c "t", up) 07/09/2010 10:12:18 calling XTestFakeKeyEvent(28, 0) 176.2424
The Following User Says Thank You to karatestarfish For This Useful Post: | ||
|
2010-09-07
, 16:57
|
Posts: 90 |
Thanked: 311 times |
Joined on Mar 2010
|
#60
|
The Following User Says Thank You to cpulvermacher For This Useful Post: | ||
Great software.
Please add function to send: Ctrl-Alt-Del, F1 - F12, Insert, Delete, ...
Thanks.
Christian