Hello there,
I have a Problem with my GeForce FX 5200 and XGl and TVOUT.
I configured an extra section for my TV-Monitor in my xorg.config (attached) and wanted to start the second x-server on my tv-screen playing a movie by:
Code:
X -screen TV :1 -ac & sleep 2; DISPLAY=:1 gmplayer -fs "$1" && kill `ps aux | awk '/X\ -screen/ {print $2}' `
But nothing happens, and I get the message:
Code:
XXX:/home/xyz # X -screen TV :1 -ac
X Error of failed request: BadLength (poly request too large or internal Xlib l
ength error)
Major opcode of failed request: 148 (GLX)
Minor opcode of failed request: 2 (X_GLXRenderLarge)
Serial number of failed request: 89
Current serial number in output stream: 90
I haven't found anything related to this special problem, so I hope you could help me!
Greets