How do I change screen resolution..
Dejan Lesjak
dejan.lesjak at ijs.si
Fri Mar 18 14:39:27 PST 2005
On Friday 18 of March 2005 23:28, Aaron Dudek wrote:
> on a Sparc 60 running 5.3 and using a creater 3d card.
>
> The xorg.conf file doesn't seem to have an affect on the resolution.
>
[snip]
> Section "ServerLayout"
> Identifier "XFree86 Configured"
> Screen 0 "Screen0" # RightOf "Screen1"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
[snip]
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> DefaultDepth 24
> SubSection "Display"
> Depth 24
> Modes "1280 x 1024"
There should be no spaces in Modes strings. (Unless there actually is a mode
with exact string "1280 x 1024" defined.)
> ViewPort 0 0
> EndSubSection
> EndSection
[snip]
More information about the freebsd-x11
mailing list