Forum Replies Created
-
AuthorPosts
-
graywolf
ParticipantI downloaded and tried Valentina Studio, created a diagram with two tables, and can resize/move them without problems. Do I miss some detail?
graywolf
ParticipantIt looks the server desktop is running on Wayland. Is the server a virtual machine? In that case, you can revert to Xorg by uncommenting line
#WaylandEnable=false
in /etc/gdm/custom.conf and restarting the display manager withsystemctl restart gdm
.May 29, 2018 at 14:23 in reply to: Konsole does not appear to update the display on every keyboard/mouse input #18557graywolf
ParticipantSorry, HTML formatting corrupted the double quotes, retrying with unformatted text:
lsmod | grep "nvidia\|nouveau"
dmesg | grep "nvidia\|nouveau"
May 29, 2018 at 10:18 in reply to: Konsole does not appear to update the display on every keyboard/mouse input #18549graywolf
ParticipantPlease, in the remote session run these commands in a terminal:
lsmod | grep “nvidia\|nouveau”
dmesg | grep “nvidia\|nouveau”
nvidia-smi
env | grep DISPLAYMay 29, 2018 at 09:07 in reply to: Konsole does not appear to update the display on every keyboard/mouse input #18541graywolf
ParticipantWith session connected, would you open the NoMachine Menu (ctrl+Alt+0) and take screenshots of panels:
Connection information (NoMachine Menu > Connection)
Display settings (NoMachine Menu > Display > Change settings)May 28, 2018 at 15:25 in reply to: Konsole does not appear to update the display on every keyboard/mouse input #18529graywolf
ParticipantHello cwernham,
is that a screen sharing or a virtual desktop session?Could you provide details about the server host? Is it a physical or virtual machine? Any video card installed on it?
Client side: have you changed something in the “Display settings” panel?
-
This reply was modified 6 years, 9 months ago by
graywolf.
graywolf
ParticipantWould you try with “Disable multi-pass display encoding” unchecked?
graywolf
ParticipantCould you run these commands in the Konsole window and tell me the output:
sudo lshw -C display
and
env | grep DISPLAY
graywolf
ParticipantDifference in “time” field of those events is 93 ms. It doesn’t look so short. Events are produced and consumed in the same way for any application. So it looks something different than an “event flooding” (the same flooding would happen for xterm as well as any other app).
Maybe a video could help us to understand what is happening.
Could you provide some detail about the Linux OS of client and server host? I’d like to try to reproduce the same issue.
May 4, 2018 at 09:52 in reply to: NoMachine client screen not refreshing – static desktop on start #18303graywolf
ParticipantAre you trying to share the physical display of the Linux machine or is it a virtual display session?
Could you provide some details about the the Linux distribution and the desktop environment in use?
graywolf
ParticipantWhat if you ran xterm and then you launched xev from there? Are such scrolling events logged by xev?
graywolf
ParticipantI’m going to open a Trouble Report for that. It looks the sequence of input event is correct, so the source of the problem is not completely clear. At least we know how to reproduce and that should help.
graywolf
ParticipantI can reproduce in Windows file manager:
- Open an Explorer window
- Select a file
- Press Shift+Delete: a confirmation dialog will be shown
- Press Esc to cancel
After a such sequence – almost all the times – clicking in the file manger window does nothing or selects multiple files. Explorer only got confused about the Shift key state: the key is not actually stuck as things work as expected in other applications. By the way, pressing the left or right Shift key once restores the normal behavior.
graywolf
ParticipantCreate the script /usr/NX/share/AfterSessionStart.sh:
#!/bin/sh sessionID=$1 userName=$2 sessionType=$3 displayNumber=$4 HOME=$(getent passwd $userName | awk -F : '{print $6}') export HOME setxkbmap -layout us,ru -option grp:lctrl_lalt_toggle -display :$displayNumber exit 0
Make it executable:
chmod +x /usr/NX/share/AfterSessionStart.sh
Edit /usr/NX/etc/node.cfg and change the keys UserScriptAfterSessionStart and UserScriptAfterSessionReconnect (if you edit the existing lines remember to remove the heading “#”):
UserScriptAfterSessionStart "/usr/NX/share/AfterSessionStart.sh"
UserScriptAfterSessionReconnect "/usr/NX/share/AfterSessionStart.sh"
Start remote session as usual. You’ll be able to toggle US and Russian layouts just pressing left Ctrl + left Alt combo.
graywolf
ParticipantWe need the folder “node” for troubleshooting. It is located under “log” but missing in the zip archive.
-
This reply was modified 6 years, 9 months ago by
-
AuthorPosts