Screen Resolution

Que, Wei-Feng weifeng.que at citigroup.com
Wed May 25 04:17:26 PDT 2005


Why not use "xorgconfig" (if you installed xorg) or
	       "XF86Config (if you installed XFree86)
to configure the screen resolution

It can be set in the section:

    400 Section "Screen"
    401     Identifier  "Screen 1"
    402     Device      "NVIDIA GeForce"
    403     Monitor     "My Monitor"
    404     DefaultDepth 24
    405
    406     Subsection "Display"
    407         Depth       8
    408         Modes       "1280x1024" "1024x768" "800x600" "640x480"
    409         ViewPort    0 0
    410     EndSubsection
    411     Subsection "Display"
    412         Depth       16
    413         Modes       "1280x1024" "1024x768" "800x600" "640x480"
    414         ViewPort    0 0
    415     EndSubsection
    416     Subsection "Display"
    417         Depth       24
    418         Modes       "1024x768" "800x600" "640x480"
    419         ViewPort    0 0
    420     EndSubsection
    421 EndSection

Just remind the line 418..
Modes	the first value :"1024x768" will set the screen resolution
and you can press the Ctrl + Alt + "+" and Ctrl + Alt + "-" to switch the screen resolution 
between this three value 1024x768/800x600/640x480.

Best Regards
--Weifeng Que
RC +
Tel : 0086-21-38954626 ext 3725
Mail: weifeng dot que at citigroup dot com 


>-----Original Message-----
>From: owner-freebsd-hackers at freebsd.org 
>[mailto:owner-freebsd-hackers at freebsd.org]On Behalf Of Maslan
>Sent: 2005年5月25日 12:31
>To: Max Laier
>Cc: freebsd-hackers at freebsd.org; Herv¨¦ Kergourlay
>Subject: Re: Screen Resolution
>
>
>i think freebsd 5.3 is using Xfree86 not Xorg
>while 5.4 uses XOrg, but i cann't remember
>
>
>On 5/24/05, Max Laier <max at love2party.net> wrote:
>> On Tuesday 24 May 2005 15:16, Hervé Kergourlay wrote:
>> > Just one simple question on the screen resolution on FreeBSD 5.3
>> >
>> > I change the xinitrc to launch gnome-wm and gnome-panel
>> >
>> > but I can't change the resolution in the Desktop 
>Preferences / Screen
>> > Resolution tool
>> > only 640*480 is listed which is very small
>> >
>> > I can't change to 800*600 ?
>> >
>> > any idea ?
>> >
>> > hervé
>> 
>> freebsd-hackers@ is not the right place for this kind of 
>question, please take
>> it to freebsd-questions@ or maybe freebsd-x11@
>> 
>> --
>> /"\  Best regards,                      | mlaier at freebsd.org
>> \ /  Max Laier                          | ICQ #67774661
>>  X   http://pf4freebsd.love2party.net/  | mlaier at EFnet
>> / \  ASCII Ribbon Campaign              | Against HTML Mail and News
>> 
>> 
>> 
>
>
>-- 
>I'm Searching For Perfection,
>So Even If U Need Portability U've To Use Assembly ;-)
>http://www.maslanlab.org
>_______________________________________________
>freebsd-hackers at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>To unsubscribe, send any mail to 
>"freebsd-hackers-unsubscribe at freebsd.org"
>


More information about the freebsd-hackers mailing list