On 2 Apr 2002, Christophe VG wrote: > Hi, > > I was unable to find anything on this subject in the FAQ's or through > google, so I'm hoping this list can help me out. > > We have a monitor-based system which projects its images on a mirror. To > have a correct image in the end we need to be able to flip/mirror the > screen horizontally. I came acros references to "Rotate", but this does > not solve our problem. > > Does X support a way of mirroring/flipping the screen > horizontally/vertically ? Hi Christophe, As it happens there was an article on doing this recently in LinuxDevices.com. It looks as though you'll have to make the modifications yourself: http://www.linuxdevices.com/articles/AT2341402441.html The only built-in options similar to this that I know of are the rotate options that unfortunately only do 90 degrees (counter)clockwise for the drivers that I'm familiar with (nvidia and savage). You may be lucky and have a driver that does this, check it with "man driver_name". -Oisin