forked from LibVNC/x11vnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support shm key and drm for rawfb option
This will support both x11 and Wayland. (LibVNC#227) * Add support shm key for rawfb option Sometime shmid is not same on different time or system, we should use a constant ID for shm. Here use shm key to instead. * Add DRM support access GPU with DRM, this will support x11 and wayland * Fix a bug for shmget params. shmget should be 0 otherwise it would alloc a new shared memory but not for the frame buffer. * fix drm configure while compiling.
- Loading branch information
1 parent
9c1746f
commit 9f53506
Showing
5 changed files
with
161 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters