Re: Howto make resolution less?



Gary Kline wrote:
Guys,

Well, I hate to admit it, but too much "real estate" can be too
much. The default resolution has Tito be 1600x1200 where 1280x1024
would work better. I don't find and screen size in my
/etc/X11/xorg.conf file. So where is it? And/or which key combo
do I have to hit to change thing? ----Actually, I'd rather
hardcode this data.

man xorg.conf

example:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBPP 32
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

/po
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Sucess with dual monitors
    ... Identifier "Generic Keyboard" ... Identifier "Screen0 ATI Technologies, Inc. Radeon Mobility 9000 " ... SubSection "Display" ...
    (Ubuntu)
  • Re: xorg and thinkpad x40
    ... is usually to activate the console display on both and start the X ... If your monitor has a function to select a ... Identifier "Generic Keyboard" ... Subsection "Display" ...
    (Ubuntu)
  • Re: X server error
    ... Identifier "Device0" ... Identifier "Screen0" ... SubSection "Display" ...
    (Ubuntu)
  • Re: Why I cant get Wide screen with Intel graphics
    ... On 1/20/07, Luigi Rizzo wrote: ... > under the subsection of display, ... Identifier "Screen0" ...
    (freebsd-questions)
  • Re: Dual Head doesnt work
    ... Identifier "Screen0" ... DefaultDepth 24 ... SubSection "Display" ...
    (Ubuntu)