*BSD News Article 65813


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!imci3!imci4!newsfeed.internetmci.com!news.jaguNET.com!news
From: Paul Chakravarti <paulc@jagunet.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: X-Windows and Number 9 Motion 771
Date: Wed, 10 Apr 1996 23:52:18 -0400
Organization: jaguNET Access Services
Lines: 131
Message-ID: <316C81F2.7566F4CF@jagunet.com>
References: <4DDIaKA2eqaxEwLr@osvif.demon.co.uk>
NNTP-Posting-Host: dlup-a18.jagunet.com
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="------------4DAA423A3359056542877E5C"
X-Mailer: Mozilla 2.0 (X11; I; FreeBSD 2.1.0-RELEASE i386)

This is a multi-part message in MIME format.

--------------4DAA423A3359056542877E5C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Tim Crowther wrote:
> 
> Can some kind person help with the configuration details
> for the Number 9 Motion 771 (2Mb, VLBus) for XF86 with
> FreeBSD 2.0 ? I do not want to risk blowing the ramdac
> with the wrong figures, many thanks in advance.
> 
> Oh yes, I've been to the xfree web page and the number 9
> one too :-)
> --
> Tim Crowther (at Home)
> [ Never trust a software engineer with a screwdriver ]

Bought a Vision 771 (PCI 2MB VRAM) yesterday and configured this
evening - I just ran 'xf86config' and tweaked the file manually for
RAMDAC and monitor settings - the RAMDAC info is on the #9 WWW site.
Fired up X and ran 'xvidtune' to tweak the timing and everything 
running fine now.

My 'XF86Config' is attached for ref - works for me but no guarantees -
remember all the dire warnings in the XFree docs about knowing what you
are doing and checking settings 

Currently running on a crummy 48K 1048x768 monitor so card mostly
wasted - saving up for nice 1600x1200

-- 
Paul Chakravarti
paulc@jagunet.com

--------------4DAA423A3359056542877E5C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="XF86Config"

# File generated by xf86config.

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"

EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"

    Protocol	"Standard"
    AutoRepeat	500 5

EndSection

Section "Pointer"

    Protocol    "Microsoft"
    Device      "/dev/mouse"
    Emulate3Buttons
    Emulate3Timeout    50

EndSection

Section "Monitor"

    Identifier  "CHUN"
    VendorName  "Unknown"
    ModelName   "48K"
    HorizSync	30-50         # multisync
    VertRefresh 50-100

# 640x480 @ 72 Hz, 36.5 kHz hsync
Modeline "640x480"     31.5   640  680  720  864   480  488  491  521
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"    65    1024 1100 1244 1364   768  771  777  806 -hsync -vsync

EndSection

Section "Device"
    Identifier  "#9"
    VendorName  "#9"
    BoardName   "FX Motion 771"
    VideoRam    2048
    s3RefClk    16
    Ramdac      "ibm_rgb528"
    Clockchip   "ibm_rgb528"
    DacSpeed	220
EndSection


# The Colour SVGA server

Section "Screen"
    Driver      "accel"
    Device      "#9"
    Monitor     "CHUN"
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"  
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"  
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "800x600" "640x480"  
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection


--------------4DAA423A3359056542877E5C--