Re: XF4.0.1 / iBook / framebuffer


Subject: Re: XF4.0.1 / iBook / framebuffer
From: Charles Stevenson (csteven@terraplex.com)
Date: Tue Nov 07 2000 - 11:24:06 MST


Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen 0 "Screen0" 0 0
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "standby time" "20"
        Option "suspend time" "30"
        Option "off time" "60"
EndSection

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/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/"
    #FontPath "unix/:7100"

# 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

Section "Module"
        Load "GLcore"
        Load "dbe"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
      Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection

        Load "glx"
        Load "pex5"
        Load "record"
        Load "xie"
        Load "type1"
        Load "speedo"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "keyboard"
# Option "XkbDisable"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "macintosh_old"
        Option "XkbLayout" "us"
# Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "IMPS/2"
        Option "Device" "/dev/input/mice"
        Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Apple Computer"
        ModelName "Studio 17"
        HorizSync 30-110
        VertRefresh 50-140
        UseModes "modes[0]"
        Option "dpms"
EndSection

Section "Modes"
  Identifier "Modes[0]"

Modeline "800x600-60" 40.53 800 816 968 1040 600 612 618 648

EndSection

Section "Device"
        ### Available Driver options are:-
        #Option "NoAccel"
        #Option "SWcursor"
        Option "HWcursor"
        #Option "Dac6Bit"
        #Option "Dac8Bit"
        Option "UseFBDev"
        Identifier "r128"
        Driver "ati"
        BusID "PCI:0:16:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "r128"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth 15
                Modes "800x600-60"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "800x600-60"
        EndSubSection
EndSection
On Tuesday 07 November 2000 11:20, you wrote:
> on 11_07_2000 01:24, Steve Gula at loco3kgt@creepingdeath.com wrote:
> > (II) FBDev(0): Hardware: OFfb ATY,RageM3 (vidmem: 600k)
>
> this might be a clue. Try setting memory size manually.



This archive was generated by hypermail 2a24 : Tue Nov 07 2000 - 11:24:06 MST