Page 2 of 2

Re: Running love 0.9.0 on arch linux (error)

Posted: Fri Dec 27, 2013 11:10 pm
by Nsmurf
bartbes wrote:OpenGL does not work over ssh, if that's what you're trying.
Yes it does. Look up SSH X11 forwarding if you're curious. I was referring to the lag caused by the network.
Ensayia wrote:It looks like you are running an Intel graphics chipset. Make sure you have the xf86-video-intel package installed.

Code: Select all

wesley@evilbox ~ $ pacman -Ss xf86-video-intel
[sudo] password for wesley: 
extra/xf86-video-intel 2.21.15-1 (xorg-drivers xorg) [installed]
    X.org Intel i810/i830/i915/945G/G965+ video drivers

Re: Running love 0.9.0 on arch linux (error)

Posted: Fri Dec 27, 2013 11:54 pm
by bartbes
Nsmurf wrote:
bartbes wrote:OpenGL does not work over ssh, if that's what you're trying.
Yes it does. Look up SSH X11 forwarding if you're curious.
Last I checked (granted, that was a couple of years back) you couldn't. Some googling reveals it's now possible, but testing shows this drastically decreases the speed of any kind of drawing, and it did destabilize my X session. Long story short, you shouldn't want to do this, probably.

Re: Running love 0.9.0 on arch linux (error)

Posted: Sat Dec 28, 2013 5:04 am
by Nsmurf
bartbes wrote:Long story short, you shouldn't want to do this, probably.
I was just doing it to test glxgears, I wasn't attempting to run love over SSH.
I had never attempted to run love over SSH, although now that I test it, it seems that I can't run love or love08 over ssh. :roll: