On 5/25/05, Alexander Fieroch <[EMAIL PROTECTED]> wrote: > > Then I get the following error: > > $ dchroot -c ia32 glxgears > (ia32) glxgears > Must be connected to a terminal. > dchroot: Child exited non-zero. > dchroot: Operation failed. > > Any hints?
Just a guess, but it may be that dchroot does not create a terminal by default. So try dchroot -c ia32 sh first, and then start glxgears from the shell. You can also check the variable $DISPLAY that way. Thomas

