On Tuesday February 1 2005 16:47, Shachar Shemesh wrote:
> Oron Peled wrote:
> >On Tuesday 01 February 2005 13:36, Oded Arbel wrote:
> >>In MS-Windows, in the manufacturer's graphic drivers I usually have the
> >>option of changing the location and/or size of the displayed image on
> >>the monitor: kind of like the skew buttons on the monitor but in
> >>software.
> >>I remember X having the same capability using some command line tool,
> >>but I couldn't find it or figure out how to make it work.
> >
> >xvidtune
>
> And to complement Oron's answer - after you have set the position to
> your liking with xvidtune, you hit the "Show" button on it. A bunch of
> letters and numbers will be output on the console that started xvidtune.
> Take these numbers and put them in your "X11Config" file, and it will
> remember them for next boot too.
>
> Now, one thing I *don't* remember is where in X11Config they should go.
Say, if I have this as an output of "Show":
"1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
I put it into X11Config as:
Section "Monitor"
ModeLine "1024x768" 94.501024 1072 1168 1376 768 769 772 808 +hsync +vsync
EndSection
or:
Section "Monitor"
Mode "1024x768"
DotClock 94.50
HTimings 1024 1072 1168 1376
VTimings 768 769 772 808
Flags "+hsync +vsync"
EndMode
EndSection
These are equivalent.
Then, I add a corresponding subsection to:
Section "Screen"
SubSection "Display"
Depth <num_bits>
Modes "1024x768"
EndSubsection
EndSection
--
Cheers,
Vasiliev Michael
NP: XMMS is not loaded.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]