Kathy Wills wrote: > > Using the screen size "1024x768" most of the fonts are so small that I > can't hardly see them. If I change the mode to "800x600" which is much > easeier for me to read then the video becomes so large that a lot of it > isn't even on my monitor screen. I would like to change the mode and > have all within what I can see on my monitor. Attached is a copy of my > XF86Config. I have tried everything I can think of to fix this. Can > someone please help. I'm not an expert (by any means), but I know one way to solve your problem (IIUC). (I've heard that there is an other way to solve the problem, but never quite got the details (something about disabling virtual screens???).) One way to solve the problem is to delete the "1024x768" from each of the lines below. (It might also work if you put the "800x600" line first on the line.) Pseudo Explanation: It seems that X always makes a "virtual" screen (my terminology, may not agree with X terminology) that is the size of the first specified resolution on the Modes line (or the largest resolution on the Modes line??). Then, if you specify the use of a smaller resolution (say 800x600) (using say, <ctrl><alt>- (or +)), you get an 800x600 "window" on the larger virtual screen (instead of getting an 800x600 window on an 800x600 screen). It can sometimes be a nice feature, but I personally don't think it should be the default. (In Windows (95) the default is just the opposite, but there are ways (IIRC) of getting the same result as the default X approach.) hope this helps, Randy Kramer > Subsection "Display" > Depth 8 > Modes "1024x768" "800x600" "640x480" > Virtual 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1024x768" "800x600" "640x480" > Virtual 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1024x768" "800x600" "640x480" > Virtual 0 0 > EndSubsection > Subsection "Display" > Depth 32 > Modes "1024x768" "800x600" "640x480" > Virtual 0 0 > EndSubsection > > EndSection _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86