You are not logged in.
Pages: 1
Hello,
I am encountering some issues with ssh. I can log using ssh -X (-Y or -YC) but the graphics are not being rendered properly.
The output of glxinfo is as follows:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 15
Current serial number in output stream: 16
Now the interesting part is that if I use the same computer running Ubuntu, I do not have any rendering issues. I do not get the problem with Windows also and it appears that this is specific to Arch Linux.
I have an intel i915 driver loaded and cat /etc/X11/xorg.conf.d/20-intel.conf gives the following:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "glamor"
glxgears runs fine locally:
Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.505 FPS
Any help would be appreciated,
zaf
Offline
Pages: 1