Re: [Tigervnc-devel] DRI path in Xvnc

2011-02-16 Thread DRC
On 2/16/11 10:03 AM, Adam Tkac wrote: >> (1) When Xvnc is built with build-xorg, add >> --with-dri-driver-path=../lib/dri to the Xorg configure options > > That makes sence but you need to use ../lib64/dri on 64bit Linux. > > Another solution, as I wrote on > http://www.mail-archive.com/tigervnc-

[Tigervnc-devel] [ tigervnc-Bug Tracker-3183993 ] DeviceContext::getPF(HDC) returns defective PixelFormat

2011-02-16 Thread SourceForge.net
Bug Tracker item #3183993, was opened at 2011-02-16 18:42 Message generated for change (Tracker Item Submitted) made by jtuc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3183993&group_id=254363 Please note that this message will contain a full copy of

Re: [Tigervnc-devel] DRI path in Xvnc

2011-02-16 Thread Adam Tkac
On Wed, Feb 16, 2011 at 02:30:43AM -0600, DRC wrote: > I propose the following solution to enable software rendering in the > portable version of TigerVNC: > > > (1) When Xvnc is built with build-xorg, add > --with-dri-driver-path=../lib/dri to the Xorg configure options That makes sence but you

Re: [Tigervnc-devel] Severe performance problem and possible Zlib issue with r4280

2011-02-16 Thread Adam Tkac
On Mon, Feb 14, 2011 at 04:37:16PM -0600, DRC wrote: > IIRC, there is some way to override this path, either at build time or > run time or both. I will look into it and see if I can build the DRI > library into the distribution. I didn't really care about it because I > always just use VirtualGL

Re: [Tigervnc-devel] Severe performance problem and possible Zlib issue with r4280

2011-02-16 Thread DRC
On 2/14/11 3:59 PM, Martin Koegler wrote: >> OK, let me see if I can get you a 2D benchmark to use. > > Thanks. I've been doing more digging. I have verified that indeed the software OpenGL renderer is creating way too much overhead to be useful for the purposes of this testing, even when just

Re: [Tigervnc-devel] Patch to integrate libssh

2011-02-16 Thread DRC
On 2/16/11 2:25 AM, Martin Koegler wrote: > Both approches use different security models: > > * sshing as user on the server and then executing the rest (session > listing, ...) as user too fits in the unix permission schema: The > client only does automatically, what the user could have done > ma

[Tigervnc-devel] DRI path in Xvnc

2011-02-16 Thread DRC
I propose the following solution to enable software rendering in the portable version of TigerVNC: (1) When Xvnc is built with build-xorg, add --with-dri-driver-path=../lib/dri to the Xorg configure options (2) Modify vncserver as follows: Index: unix/vncserver =

Re: [Tigervnc-devel] Patch to integrate libssh

2011-02-16 Thread Martin Koegler
On Tue, Feb 15, 2011 at 04:42:32PM -0600, DRC wrote: > On 2/15/11 3:11 PM, Martin Koegler wrote: > > Making the vncviewer ssh into the server as the user, detecting all > > running VNC servers of the user and finally let the user select to > > connect to one instance or start a new session: I'm rea