Re: Hardware Acceleration Support

2020-05-22 Thread Tim Worcester
Thanks guys! I will start diving into code for this. Just wanted to make sure I wasn't missing some magic configuration option ;) On Thu, May 21, 2020 at 4:59 PM Sean Reid wrote: > Mike, > > I think we'd have to coordinate a little bit to get there. I have it > for guacenc, but I'm familiar

Re: Hardware Acceleration Support

2020-05-21 Thread Mike Jumper
On Thu, May 21, 2020 at 1:39 PM Sean Reid wrote: > On Thu, May 21, 2020 at 4:24 PM sciUser > wrote: > > > > As long as you have a GPU assigned to the VM it will handle the > rendering, > > Guacamole is just the broker for the RDP protocol. > > The pixels that come from RDP or VNC may be

Re: Hardware Acceleration Support

2020-05-21 Thread Sean Reid
On Thu, May 21, 2020 at 4:24 PM sciUser wrote: > > As long as you have a GPU assigned to the VM it will handle the rendering, > Guacamole is just the broker for the RDP protocol. The pixels that come from RDP or VNC may be compressed in some way, but before guacd sends them out to the client, it

Re: Hardware Acceleration Support

2020-05-21 Thread sciUser
As long as you have a GPU assigned to the VM it will handle the rendering, Guacamole is just the broker for the RDP protocol. We run Blender and Unity on a Nvidia GPU for some labs, with a little fine tuning it will run as if it is on a physical system. - A Cybersecurity Enablement

Re: Hardware Acceleration Support

2020-05-21 Thread Nick Couchman
On Thu, May 21, 2020 at 2:05 PM Tim Worcester wrote: > Greetings, > > I am toying around with the idea of gaming on my guacamole desktop. Is > there any additional configuration that I need to do in order to get > guacamole-server to use a GPU for the image encoding? Are there any other >

Hardware Acceleration Support

2020-05-21 Thread Tim Worcester
Greetings, I am toying around with the idea of gaming on my guacamole desktop. Is there any additional configuration that I need to do in order to get guacamole-server to use a GPU for the image encoding? Are there any other parts of the application that would benefit the most from the GPU