On Fri, 2004-07-02 at 03:25, David Ramsey wrote:
     
                  [ ... ] 
> I have tried 3 or 4 different XF86Config-4 files I've
> found online, but all of them have the same result.  I
> was wondering if anyone with similar hardware could
> give me their XF86Config-4?

I attached mine to this mail.
I'm not an expert on XF86Configs .. but it seems to work here ... tho I
had some problems with Gnome, sometimes.


> I have a 15" Powerbook 867 Mhz-the kind that came with
> the combo drive, not the superdrive.

Here, on unstable, and 2.4.25-ben1:
---------------------------------------------------
$ cat /proc/cpuinfo 
processor       : 0
cpu             : 7455, altivec supported
clock           : 867MHz
revision        : 3.2 (pvr 8001 0302)
bogomips        : 864.64
machine         : PowerBook3,5
motherboard     : PowerBook3,5 MacRISC2 MacRISC Power Macintosh
board revision  : 00000000
detected as     : 80 (PowerBook Titanium IV)
pmac flags      : 0000000b
L2 cache        : 256K unified
memory          : 768MB
pmac-generation : NewWorld
-------------------------------------------------



>   I'll keep
> fiddling with my config, but I'd really appreciate it
> if someone could share their configuration with me. 
> Thanks again for all the help so far.

You're welcome.

Best regards
Wolfgang
-- 
Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/truetype"
        FontPath        "/usr/lib/X11/fonts/util"
EndSection
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules"  "xfree86"
        Option "XkbModel"  "macintosh"
        Option "XkbLayout"  "de"
        Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "ati"
        BusID           "PCI:0:16:0"
        Option          "UseFBDev"              "true"
        Option          "AGPSize" "16"
        Option          "AGPMode" "4"
        Option          "EnablePageFlip"
EndSection
Section "Monitor"
        Identifier      "TiBook.IV Panel"
        DisplaySize     323 216
        Option          "DPMS"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "TiBook.IV Panel"
        DefaultDepth    24
SubSection "Display"
        EndSubSection
        SubSection "Display"
        EndSubSection
        SubSection "Display"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Keyboard0"
        InputDevice     "Configured Mouse"
EndSection
Section "DRI"
EndSection

Reply via email to