Andreas29
Posts: 8
Joined: Sat Jun 25, 2016 11:15 am
Location: Germany

Experimental grafic driver (OpenGL) for the pi2 with xrdp?

Sun Jun 26, 2016 12:58 pm

Hi,

is it possible to get the new experimental grafic driver for the pi2B at work while using remote acess to the pi via xrdp or vnc? Or is grafic acceleration only possible with a display directly connected to the pi?

Thanks and regards

Andreas

Thaddy
Posts: 174
Joined: Wed Mar 06, 2013 11:28 am

Re: Experimental grafic driver (OpenGL) for the pi2 with xrd

Sun Jul 03, 2016 9:15 am

Well yes and no:
Graphics acceleration in general is for the monitor you are looking at, in your case a client computer which has its own graphics card. So that one should be accelerated ;) Through its own OS features and its own graphics driver. See the point?
But graphics rendering can be a bit quicker on the RPi (serverside) and depending on your application can make a bit of difference even if connected through a remote computer. Don't expect X (and therefor your GUI interface) to be rendered quicker though. That simply sends graphics rendering commands to your client. And is rendered by the client. But you can expect a little gain in graphics rendering, because it takes less time to render on the Pi and send it over the line.

Return to “Graphics programming”