My laptop runs kububuntu 64-bit Kubuntu 9.04, and I set up X11 forwarding so I can run kubuntu apps on my desktop computer (MacOSX Tiger, 64-bit, Intel)
Anyway, X11 forwarding works- I open up an xterm window on my desktop
Then I can run most apps on my kubuntu Installation (OpenOffice, FireFox, Dolphin, pingus, tuxtype...) and they'll display on my mac's screen.
==The Problem==
Then I tried to run a game the uses opengl. NO LUCK. So, I updates openssh; when that didn't work, off to google I went- In read that I should use '-Y' instead of '-X'. So I issued a 'logout' for my current ssh session. RThen tried
it gave me a warning
Then I tried to run 'glxgears'- this didn't work
So I logged out of that ssh session too
Now what can I do
PS-- I can run 'glxgears' just fine on my mac, if I use the local executable
Anyway, X11 forwarding works- I open up an xterm window on my desktop
Code:
ssh -X [email]-Cjpenguin@XXX.XXX.X.XXX[/email]
==The Problem==
Then I tried to run a game the uses opengl. NO LUCK. So, I updates openssh; when that didn't work, off to google I went- In read that I should use '-Y' instead of '-X'. So I issued a 'logout' for my current ssh session. RThen tried
Code:
ssh -Y -C [email]jpenguin@XXX.XXX.X.XXX[/email]
Code:
Warning: No xauth data; using fake authentication data for X11 forwarding
Xlib: extension "Generic Event Extension" missing on display "localhost:10.0".
Error: couldn't get an RGB, Double-buffered visual
Error: couldn't get an RGB, Double-buffered visual
Now what can I do
PS-- I can run 'glxgears' just fine on my mac, if I use the local executable
Comment