On Sat, May 17, 2003 at 09:00:09AM -0400, J.F.Gratton wrote: > Hi :) > > I suspect XFree to set a screen resolution which is not exactly the one > I'd like. Is there a way to programaticaly (an app, a script, whatever) > to check what is my actual resolution ?
What graphic card do you have ? Normally it should be told in your /var/log/XFree86.0.log, but if you want real info, you could look at the source code of your particular driver, analyse the ModeInit function, and extract a mode recognition function from that. Naturally, having the specs of the graphic card would help. Friendly, Sven Luther

