[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [seul-edu] X Config Experts?
Bill Tihen -- Information Technology wrote:
>
> I have a computer running RH7.0 with a high resolution monitor -- the imagages
> are generally to small, but I am having trouble editing the XF86Config file by
> hand. I can make the image bigger, by removing the high resolution settings,
> but it is annoying because the image is bigger, but the X is still displaying to
> the same large screen using a virtual screen size -- which I don't like. How do
> I turn off the virtual screen size? I would just like to be able to type:
> or CTRL-ALT-+ or (minus) and have the screen image and screen size change.
>
Hi Bill,
>From the XF86Config file:
Section "Screen"
Driver "svga"
Device "My Video Card"
Monitor "Generic Monitor"
Subsection "Display"
Depth 8
Modes "1024x768i" "1280x1024i" "640x480" "800x600"
ViewPort 0 0
Virtual 1024 768
Depth 16
Modes "1024x768i" "640x480" "800x600"
ViewPort 0 0
Virtual 1024 768
EndSubsection
EndSection
Try adding/removing/changing the "Virtual" line. It is optional.
Chris.