-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThis needs to be reviewed and categorized.This needs to be reviewed and categorized.
Description
Select the version
Git master branch
Describe your issue
It seems the change in da7197d killed one of the vnc features where you can expose screen like this via module. This performs significantly better than x0vncserver and with enough network latency and bandwidth, it performs as good as nomachine.
Section "Module"
Load "vnc"
EndSection
Section "Screen"
Identifier "Default Screen"
Option "SecurityTypes" "None"
EndSection
Xorg.0.log
[2025-11-11 20:03:18] (II) LoadModule: "vnc"
[2025-11-11 20:03:18] (II) Loading /usr/lib64/xorg/modules/extensions/libvnc.so
[2025-11-11 20:03:18] (EE) Failed to load /usr/lib64/xorg/modules/extensions/libvnc.so: /usr/lib64/xorg/modules/extensions/libvnc.so: undefined symbol: SelectionCallback
Steps to reproduce
- Install tigervnc.
- Configure xorg like mentioned
- Restart X
What did you expect?
5900 port is listened and physical display is exposed.
Additional Information
No response
Extra fields
- I have checked the existing issues
- I have read the Contributing Guidelines
- I'd like to work on this issue
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThis needs to be reviewed and categorized.This needs to be reviewed and categorized.