How do I change screen resolution..

Aaron Dudek adudek at sprint.net
Fri Mar 18 14:28:31 PST 2005


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.


adudek at snoopy: ~/ >uname -a
FreeBSD snoopy.sprintlink.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #3: 
Mon Feb 21 17:51:29 EST 2005 
root at snoopy.sprintlink.net:/usr/src/sys/sparc64/compile/snoopy  sparc64
adudek at snoopy: ~/ >

adudek at snoopy: ~/ >more /etc/X11/xorg.conf
Section "ServerLayout"
         Identifier     "XFree86 Configured"
         Screen      0  "Screen0" # RightOf "Screen1"
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
         Load  "extmod"
         Load  "xie"
         Load  "pex5"
         Load  "glx"
         Load  "dri"
         Load  "dbe"
         Load  "record"
         Load  "xtrap"
         Load  "speedo"
         Load  "type1"
EndSection

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
         Option      "XkbRules" "xorg"
         Option      "XkbModel" "pc104"
         Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "MouseSystems"
         Option      "Device" "/dev/uart3"
EndSection

Section "Monitor"
         #DisplaySize      390   290     # mm
         Identifier   "Monitor0"
         VendorName   "SUN"
         ModelName    "567"
         HorizSync    30.0 - 121.0
         VertRefresh  48.0 - 160.0
#       Option      "DPMS"
#       Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
EndSection

Section "Monitor"
         #DisplaySize      390   290     # mm
         Identifier   "Monitor1"
         VendorName   "SUN"
         ModelName    "567"
         HorizSync    30.0 - 121.0
         VertRefresh  48.0 - 160.0
         Option      "DPMS"
#       Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
EndSection

Section "Device"
         Identifier  "Card0"
         Driver      "sunffb"
         VendorName  "SUN"
         BoardName   "Sun Creator"
         Screen      0
EndSection

Section "Device"
         Identifier  "Card1"
         Driver      "sunffb"
         VendorName  "SUN"
         BoardName   "Sun Creator"
         Screen      1
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth 24
         SubSection "Display"
                 Depth 24
                 Modes "1280 x 1024"
                 ViewPort 0 0
         EndSubSection
EndSection
#
Section "Screen"
         Identifier "Screen1"
         Device     "Card1"
         Monitor    "Monitor1"
         DefaultDepth 24
         SubSection "Display"
                 Depth 24
                 Modes "1600x1200"
                 ViewPort 0 0
         EndSubSection
EndSection
adudek at snoopy: ~/ >


More information about the freebsd-x11 mailing list