Hi again,

I followed Michel's advice and installed nearly flawlessly the XFree 4.0.1 
phase2 .debs (it was v7 at the time I tried it).

The only glitche I encountered in the installation was the it didn't 
de-install xserver-fbdev_3.3.6 and didn't install xserver-xfree86_4.0.1_0pha
se2v7. But that was simple to correct once detected.

As for the software itself, if it works better than my first experience 
with 4.0.1 it still doesn't work properly:

        - the powermac 7600/132 /chaos/control graphic device is correctly
          detected and the amount of vram is correctly guessed too.

        - XFree86 -configure fail: error 11 while testing the different
          drivers.

        - the X server display is buggy: the display is wrapped around the
          screen so that each extremity touch  in the center of the screen.
          But the xserver doesn't echo any errors whatsoever.

                A_______B                       ____BA___
                |       |                           ||
                |       |                           ||
                D_______C                       ____CD___

                what it usually                 what i get
                look like

So for the time being I reverted to XFree 3.3.6 framebuffer server, but I'll 
try to see how XFree 4.0.1 works under the 3dfx with the mac roms.

Attached is my XF86Config for XFree 4.0.1
# The ordering of sections is not important in version 4.0 and later.

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

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

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath    "/usr/X11R6/lib/X11/fonts/local/"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

# This loads the DBE extension module.

    Load        "extmod"

    Load        "dbe"

# This loads the miscellaneous extensions module, and disables
#    Option     "suspend time"  "30"
#    Option     "off time"      "60"
# Option   "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier  "Apple Extended ADB"
    Driver      "keyboard"

    Option      "AutoRepeat"    "500 5"

    Option      "XkbKeycodes"   "macintosh"
    Option      "XkbGeometry"   "macintosh"
    Option      "XkbSymbols"    "macintosh/fr(extended)"


EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier  "ADB Mouse"
    Driver      "mouse"

    Option      "Protocol"      "BusMouse"
    Option      "Device"        "/dev/adbmouse"

EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Sony CDP-200SFT"

    HorizSync   31-80
    VertRefresh 50-120

# If a monitor has DPMS support, that can be indicated here.  This will
# enable DPMS when the montor is used with drivers that support it.

    Option      "dpms"

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"

    Identifier  "Chaos Control"
    Driver      "fbdev"

EndSection

Section "Device"

    Identifier  "3dfx Voodoo 3 2000"
    Driver      "tdfx"
    BusID       "PCI:0:15:0"

EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

    Identifier  "chaos"
    Device      "Chaos Control"
    Monitor     "Sony CDP-200SFT"

    SubSection "Display"
        Depth           8
    EndSubsection
    SubSection "Display"
        Depth           16
    EndSubsection
    SubSection "Display"
        Depth           24
    EndSubsection
    SubSection "Display"
        Depth           32
    EndSubsection

EndSection



                                        Frédéric Séraphine
                                        
        Tel: 476 61 53 85       -       Fax: 476 61 52 07
        INRIA Rhone-Alpes - ZIRST - 655 Avenue de l'Europe - Montbonnot
        38334 Saint Ismier Cedex - France

Reply via email to