Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

eld

macrumors newbie
Nov 25, 2020
5
2
Did you get that modeline from cvt? have you tried using the fbdev driver? It looks like it either can't find the monitor you are using or can't put it into a usable state. Have you tried lower resolutions or color depths?
Thanks for your reply.

Yes, the Modelines are what I get from cvt.

I did find what I think is a much better description of what I am experiencing here. It describes as follows: "As soon as I boot up, I see the login prompt and then a black screen where LXDM should be. Switching to a TTY means I am yanked back to TTY7 in a few moments, and i am forced to 'sv stop lxdm' (I finally deleted the symlink in /var/service') and a cryptic error in the xinit logs saying 'no screens found'.".

Indeed, typing "sv stop lxdm" stops the screeen yanking me back to the blank screen every few seconds as I described in my first post.

my /usr/share/X11/xorg.conf.d/10-amdgpu.conf is currently as follows:

Code:
Section "OutputClass"
        Identifier "AMDgpu"
        MatchDriver "amdgpu"
        Driver "xf86-video-r128"
        #Driver "fbdev"
EndSection

(replacing "xf86-video-r128" with "fbdev" I get same results...)

/usr/share/X11/xorg.conf.d/10-monitor.conf is currently:

Code:
Section "Monitor"
    Identifier "VGA1"
    Modeline "1024x768_50.00"   52.00  1024 1072 1168 1312  768 771 775 793 -hsync +vsync
    Modeline "800x600_50.00"   30.75  800 824 896 992  600 603 607 621 -hsync +vsync
    Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection


Section "Screen"
    Identifier "Screen0"
    Monitor "VGA1"
    DefaultDepth 24
    SubSection "Display"
        Depth 1
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 4
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 8
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 15
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
EndSection

Here is what I hope the relevant part of the Xorg.0.log:

Code:
# cat /var/log/Xorg.0.log | grep "(EE)"
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.869] (EE) Failed to load module "fglrx" (module does not exist, 0)
[    34.875] (EE) open /dev/dri/card0: No such file or directory
[    34.877] (EE) Unable to find a valid framebuffer device
[    34.877] (EE) R128(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
[    34.879] (EE) R128(0): No modes.
[    34.879] (EE) Screen(s) found, but none have a usable configuration.
[    34.879] (EE)
[    34.879] (EE) no screens found(EE)
[    34.879] (EE)
[    34.879] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    34.879] (EE)
[    34.903] (EE) Server terminated with error (1). Closing log file.

It would be great to get this AGP ATI Rage128 Pro working with Void, so I am still hoping for any suggestions, or corrections to what I am doing (I am very new to configuring Xorg).

I have a 9600 en-route which may clear up the need to get the Rage128 Pro it working (though reading the comments just above I wonder if the 9600 will also pose problems). I still have the GeForce fx5200 that the computer came with but nvidia isn't supported by MorphOS which I want to dual-boot into.
 
  • Like
Reactions: wicknix

mtm84

macrumors newbie
Dec 7, 2020
5
1
Thanks for your reply.

Yes, the Modelines are what I get from cvt.

I did find what I think is a much better description of what I am experiencing here. It describes as follows: "As soon as I boot up, I see the login prompt and then a black screen where LXDM should be. Switching to a TTY means I am yanked back to TTY7 in a few moments, and i am forced to 'sv stop lxdm' (I finally deleted the symlink in /var/service') and a cryptic error in the xinit logs saying 'no screens found'.".

Indeed, typing "sv stop lxdm" stops the screeen yanking me back to the blank screen every few seconds as I described in my first post.

my /usr/share/X11/xorg.conf.d/10-amdgpu.conf is currently as follows:

Code:
Section "OutputClass"
        Identifier "AMDgpu"
        MatchDriver "amdgpu"
        Driver "xf86-video-r128"
        #Driver "fbdev"
EndSection

(replacing "xf86-video-r128" with "fbdev" I get same results...)

/usr/share/X11/xorg.conf.d/10-monitor.conf is currently:

Code:
Section "Monitor"
    Identifier "VGA1"
    Modeline "1024x768_50.00"   52.00  1024 1072 1168 1312  768 771 775 793 -hsync +vsync
    Modeline "800x600_50.00"   30.75  800 824 896 992  600 603 607 621 -hsync +vsync
    Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection


Section "Screen"
    Identifier "Screen0"
    Monitor "VGA1"
    DefaultDepth 24
    SubSection "Display"
        Depth 1
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 4
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 8
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 15
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
EndSection

Here is what I hope the relevant part of the Xorg.0.log:

Code:
# cat /var/log/Xorg.0.log | grep "(EE)"
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.869] (EE) Failed to load module "fglrx" (module does not exist, 0)
[    34.875] (EE) open /dev/dri/card0: No such file or directory
[    34.877] (EE) Unable to find a valid framebuffer device
[    34.877] (EE) R128(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
[    34.879] (EE) R128(0): No modes.
[    34.879] (EE) Screen(s) found, but none have a usable configuration.
[    34.879] (EE)
[    34.879] (EE) no screens found(EE)
[    34.879] (EE)
[    34.879] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    34.879] (EE)
[    34.903] (EE) Server terminated with error (1). Closing log file.

It would be great to get this AGP ATI Rage128 Pro working with Void, so I am still hoping for any suggestions, or corrections to what I am doing (I am very new to configuring Xorg).

I have a 9600 en-route which may clear up the need to get the Rage128 Pro it working (though reading the comments just above I wonder if the 9600 will also pose problems). I still have the GeForce fx5200 that the computer came with but nvidia isn't supported by MorphOS which I want to dual-boot into.
This will sound dumb but try just “r128” for the driver name. Also did you actually install the fbdev driver? Depending on how you installed xorg it might not have been pulled in. Judging by your previous xorg log it looks like the server isn’t even trying to probe the monitor for its display settings. there should be a line in the log where it selects a resolution.
 

eld

macrumors newbie
Nov 25, 2020
5
2
This will sound dumb but try just “r128” for the driver name. Also did you actually install the fbdev driver? Depending on how you installed xorg it might not have been pulled in. Judging by your previous xorg log it looks like the server isn’t even trying to probe the monitor for its display settings. there should be a line in the log where it selects a resolution.
I have now tried just "r128" and it seems the same result as "xf86-video-r128". I'm pretty sure the fbdev driver is installed: at least the "xf86-video-fbdev" package is installed (the installation was from the latest xfce .iso). I have tried with different monitors with the same result, and also with the DVI port as well as the VGA port on the r128 card - no difference. My last xorg log only included lines with errors. I will include the whole xorg log in full below (Driver "r128"), followed by dmesg:

Code:
# cat /var/log/Xorg.0.log
[    71.149]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    71.149] Build Operating System: Linux Void
[    71.149] Current Operating System: Linux localhost.localdomain 5.9.11_1 #1 SMP Thu Nov 26 01:15:39 UTC 2020 ppc64
[    71.149] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[    71.149] Build Date: 29 September 2020  09:14:57PM
[    71.149] 
[    71.149] Current version of pixman: 0.40.0
[    71.149]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    71.149] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    71.149] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 11 06:47:39 2020
[    71.150] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    71.150] (==) No Layout section.  Using the first Screen section.
[    71.151] (**) |-->Screen "Screen0" (0)
[    71.151] (**) |   |-->Monitor "VGA1"
[    71.151] (==) Automatically adding devices
[    71.151] (==) Automatically enabling devices
[    71.151] (==) Automatically adding GPU devices
[    71.151] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    71.151] (WW) The directory "/usr/share/fonts/X11/TTF" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
[    71.151]     Entry deleted from font path.
[    71.151]     (Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
[    71.151] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
[    71.151]     Entry deleted from font path.
[    71.151]     (Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi").
[    71.151] (==) FontPath set to:
    /usr/share/fonts/X11/misc
[    71.151] (==) ModulePath set to "/usr/lib/xorg/modules"
[    71.151] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    71.151] (II) Module ABI versions:
[    71.151]     X.Org ANSI C Emulation: 0.4
[    71.151]     X.Org Video Driver: 24.1
[    71.151]     X.Org XInput driver : 24.1
[    71.151]     X.Org Server Extension : 10.0
[    71.161] (--) PCI:*(240@0:16:0) 1002:5046:0000:0000 rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[    71.161] (II) LoadModule: "glx"
[    71.162] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    71.165] (II) Module glx: vendor="X.Org Foundation"
[    71.166]     compiled for 1.20.9, module version = 1.0.0
[    71.166]     ABI class: X.Org Server Extension, version 10.0
[    71.166] (==) Matched fglrx as autoconfigured driver 0
[    71.166] (==) Matched ati as autoconfigured driver 1
[    71.166] (==) Matched modesetting as autoconfigured driver 2
[    71.166] (==) Matched fbdev as autoconfigured driver 3
[    71.166] (==) Assigned the driver to the xf86ConfigLayout
[    71.166] (II) LoadModule: "fglrx"
[    71.166] (WW) Warning, couldn't open module fglrx
[    71.166] (EE) Failed to load module "fglrx" (module does not exist, 0)
[    71.166] (II) LoadModule: "ati"
[    71.167] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    71.167] (II) Module ati: vendor="X.Org Foundation"
[    71.167]     compiled for 1.20.7, module version = 19.1.0
[    71.167]     Module class: X.Org Video Driver
[    71.167]     ABI class: X.Org Video Driver, version 24.1
[    71.167] (II) LoadModule: "r128"
[    71.167] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[    71.168] (II) Module r128: vendor="X.Org Foundation"
[    71.168]     compiled for 1.20.7, module version = 6.12.0
[    71.168]     Module class: X.Org Video Driver
[    71.168]     ABI class: X.Org Video Driver, version 24.1
[    71.168] (II) LoadModule: "modesetting"
[    71.168] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    71.170] (II) Module modesetting: vendor="X.Org Foundation"
[    71.170]     compiled for 1.20.9, module version = 1.20.9
[    71.170]     Module class: X.Org Video Driver
[    71.170]     ABI class: X.Org Video Driver, version 24.1
[    71.170] (II) LoadModule: "fbdev"
[    71.170] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    71.170] (II) Module fbdev: vendor="X.Org Foundation"
[    71.170]     compiled for 1.20.4, module version = 0.5.0
[    71.170]     Module class: X.Org Video Driver
[    71.170]     ABI class: X.Org Video Driver, version 24.0
[    71.170] (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
[    71.171] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    71.171] (II) FBDEV: driver for framebuffer: fbdev
[    71.171] (++) using VT number 7

[    71.172] (WW) Falling back to old probe method for modesetting
[    71.172] (EE) open /dev/dri/card0: No such file or directory
[    71.172] (WW) Falling back to old probe method for fbdev
[    71.172] (II) Loading sub module "fbdevhw"
[    71.172] (II) LoadModule: "fbdevhw"
[    71.172] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    71.173] (II) Module fbdevhw: vendor="X.Org Foundation"
[    71.173]     compiled for 1.20.9, module version = 0.0.2
[    71.173]     ABI class: X.Org Video Driver, version 24.1
[    71.173] (**) R128(0): Depth 24, (--) framebuffer bpp 32
[    71.173] (==) R128(0): Default visual is TrueColor
[    71.173] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[    71.173] (II) R128(0): PCI bus 240 card 16 func 0
[    71.173] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    71.173] (II) R128(0): Acceleration of RENDER operations will be enabled upon successful loading of DRI and EXA.
[    71.173] (**) R128(0): Using framebuffer device.
[    71.173] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped.
[    71.173] (==) R128(0): RGB weight 888
[    71.173] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[    71.173] (II) Loading sub module "fbdevhw"
[    71.173] (II) LoadModule: "fbdevhw"
[    71.173] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    71.173] (II) Module fbdevhw: vendor="X.Org Foundation"
[    71.173]     compiled for 1.20.9, module version = 0.0.2
[    71.173]     ABI class: X.Org Video Driver, version 24.1
[    71.174] (EE) Unable to find a valid framebuffer device
[    71.174] (EE) R128(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
    (you may have to look at the server log to see warnings)
[    71.174] (WW) R128(0): No outputs definitely connected, trying again...
[    71.174] (WW) R128(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[    71.174] (==) R128(0): DPI set to (96, 96)
[    71.174] (II) Loading sub module "fb"
[    71.174] (II) LoadModule: "fb"
[    71.174] (II) Loading /usr/lib/xorg/modules/libfb.so
[    71.175] (II) Module fb: vendor="X.Org Foundation"
[    71.175]     compiled for 1.20.9, module version = 1.0.0
[    71.175]     ABI class: X.Org ANSI C Emulation, version 0.4
[    71.175] (II) R128(0): Loading EXA module...
[    71.175] (II) Loading sub module "exa"
[    71.175] (II) LoadModule: "exa"
[    71.175] (II) Loading /usr/lib/xorg/modules/libexa.so
[    71.176] (II) Module exa: vendor="X.Org Foundation"
[    71.176]     compiled for 1.20.9, module version = 2.6.0
[    71.176]     ABI class: X.Org Video Driver, version 24.1
[    71.176] (II) R128(0): Loading EXA module.
[    71.176] (EE) R128(0): No modes.
[    71.176] (II) UnloadModule: "r128"
[    71.176] (II) UnloadSubModule: "exa"
[    71.176] (II) Unloading exa
[    71.176] (II) UnloadSubModule: "fb"
[    71.176] (II) Unloading fb
[    71.176] (II) UnloadSubModule: "fbdevhw"
[    71.176] (II) Unloading fbdevhw
[    71.176] (EE) Screen(s) found, but none have a usable configuration.
[    71.177] (EE)
Fatal server error:
[    71.177] (EE) no screens found(EE)
[    71.177] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
[    71.177] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    71.177] (EE)
[    71.201] (EE) Server terminated with error (1). Closing log file.

dmesg:

Code:
# dmesg
[    0.000000] Page orders: linear mapping = 24, virtual = 12, io = 12, vmemmap = 24
[    0.000000] hash-mmu: Initializing hash mmu with SLB
[    0.000000] Linux version 5.9.11_1 (q66@ran) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34) #1 SMP Thu Nov 26 01:15:39 UTC 2020
[    0.000000] Found initrd at 0xc000000003a00000:0xc00000000741b562
[    0.000000] ioremap() called early from pmac_feature_init+0x118/0x74c. Use early_ioremap() instead
[    0.000000] ioremap() called early from pmac_feature_init+0x158/0x74c. Use early_ioremap() instead
[    0.000000] Found U3 memory controller & host bridge @ 0xf8000000 revision: 0x35
[    0.000000] Mapped at 0xc0003e0080000000
[    0.000000] ioremap() called early from probe_one_macio+0x180/0x2c4. Use early_ioremap() instead
[    0.000000] Found a K2 mac-io controller, rev: 96, mapped at 0x(____ptrval____)
[    0.000000] PowerMac motherboard: PowerMac G5
[    0.000000] ioremap() called early from btext_map+0x74/0xd0. Use early_ioremap() instead
[    0.000000] ioremap() called early from iommu_init_early_dart+0x118/0x474. Use early_ioremap() instead
[    0.000000] DART table allocated at: (____ptrval____)
[    0.000000] DART IOMMU initialized for U3 type chipset
[    0.000000] Using PowerMac machine description
[    0.000000] printk: bootconsole [udbg0] enabled
[    0.000000] CPU maps initialized for 1 thread per core
[    0.000000]  (thread shift is 0)
[    0.000000] Allocated 2576 bytes for 2 pacas
[    0.000000] Top of RAM: 0x180000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 2048MB
[    0.000000] -----------------------------------------------------
[    0.000000] phys_mem_size     = 0x100000000
[    0.000000] dcache_bsize      = 0x80
[    0.000000] icache_bsize      = 0x80
[    0.000000] cpu_features      = 0x00000100900c21aa
[    0.000000]   possible        = 0x000ffbfbffffb1af
[    0.000000]   always          = 0x00000000000001a0
[    0.000000] cpu_user_features = 0xdc080000 0x00000000
[    0.000000] mmu_features      = 0x0c008001
[    0.000000] firmware_features = 0x0000000000000000
[    0.000000] vmalloc start     = 0xc0003d0000000000
[    0.000000] IO start          = 0xc0003e0000000000
[    0.000000] vmemmap start     = 0xc0003f0000000000
[    0.000000] hash-mmu: ppc64_pft_size    = 0x0
[    0.000000] hash-mmu: htab_hash_mask    = 0x7ffff
[    0.000000] -----------------------------------------------------
[    0.000000] kvm_cma_reserve: reserving 204 MiB for global area
[    0.000000] cma: Reserved 208 MiB at 0x000000016b000000
[    0.000000] numa:   NODE_DATA [mem 0x17ffb5480-0x17ffbcfff]
[    0.000000] ioremap() called early from pmac_add_bridge+0x150/0x2e8. Use early_ioremap() instead
[    0.000000] ioremap() called early from pmac_add_bridge+0x168/0x2e8. Use early_ioremap() instead
[    0.000000] Found U3-AGP PCI host bridge.  Firmware bus number: 240->255
[    0.000000] PCI host bridge /pci@0,f0000000  ranges:
[    0.000000]  MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[    0.000000]   IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[    0.000000]  MEM 0x0000000090000000..0x000000009fffffff -> 0x0000000090000000
[    0.000000] Can't get bus-range for /ht@0,f2000000, assume bus 0
[    0.000000] ioremap() called early from setup_u3_ht+0xa0/0x224. Use early_ioremap() instead
[    0.000000] ioremap() called early from setup_u3_ht+0xc0/0x224. Use early_ioremap() instead
[    0.000000] Found U3-HT PCI host bridge.  Firmware bus number: 0->239
[    0.000000] PCI host bridge /ht@0,f2000000 (primary) ranges:
[    0.000000] ioremap() called early from find_via_pmu+0x274/0x3d8. Use early_ioremap() instead
[    0.000000] ioremap() called early from find_via_pmu+0x2b8/0x3d8. Use early_ioremap() instead
[    0.000000] via-pmu: Server Mode is disabled
[    0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[    0.000000] ioremap() called early from pmac_nvram_init+0x170/0x468. Use early_ioremap() instead
[    0.000000] nvram: Checking bank 0...
[    0.000000] nvram: gen0=534, gen1=535
[    0.000000] nvram: Active bank is: 1
[    0.000000] nvram: OF partition at 0x410
[    0.000000] nvram: XP partition at 0x1020
[    0.000000] nvram: NR partition at 0x1120
[    0.000000] barrier-nospec: using ORI speculation barrier
[    0.000000] barrier-nospec: patched 394 locations
[    0.000000] Top of RAM: 0x180000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 2048MB
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1048576
[    0.000000]   Normal zone: 16384 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 1048576 pages, LIFO batch:63
[    0.000000] percpu: Embedded 44 pages/cpu s142616 r0 d37608 u524288
[    0.000000] pcpu-alloc: s142616 r0 d37608 u524288 alloc=1*1048576
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3675972K/4194304K available (13712K kernel code, 1724K rwdata, 3072K rodata, 4968K init, 1592K bss, 305340K reserved, 212992K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x48/0x670 with crng_init=0
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 35351 entries in 208 pages
[    0.000000] ftrace: allocated 208 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=2.
[    0.000000]     Trampoline variant of Tasks RCU enabled.
[    0.000000]     Rude variant of Tasks RCU enabled.
[    0.000000]     Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " MPIC 1   " version 1.2 at 80040000, max 2 CPUs
[    0.000000] mpic: ISU size: 120, shift: 7, mask: 7f
[    0.000000] mpic: Initializing for 120 sources
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " MPIC 2   " version 1.2 at f8040000, max 2 CPUs
[    0.000000] mpic: ISU size: 124, shift: 7, mask: 7f
[    0.000000] mpic: Initializing for 124 sources
[    0.000000] /u3@0,f8000000/mpic@f8040000: hooking up to IRQ 56
[    0.000000] time_init: decrementer frequency = 33.333333 MHz
[    0.000000] time_init: processor frequency   = 2000.000000 MHz
[    0.000004] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x7b00c4bad, max_idle_ns: 440795202744 ns
[    0.000008] clocksource: timebase mult[1e000005] shift[24] registered
[    0.000024] clockevent: decrementer mult[8888887] shift[32] cpu[0]
[    0.000391] Console: colour dummy device 80x25
[    0.000398] printk: console [tty0] enabled
[    0.000401] printk: bootconsole [udbg0] disabled
[    0.000601] pid_max: default: 32768 minimum: 301
[    0.000827] LSM: Security Framework initializing
[    0.000863] Yama: becoming mindful.
[    0.000986] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.000992] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003747] PowerMac SMP probe found 2 cpus
[    0.004221] KeyWest i2c @0xf8001003 irq 16 /u3@0,f8000000/i2c@f8001000
[    0.004230]  channel 0 bus <multibus>
[    0.004235]  channel 1 bus <multibus>
[    0.004347] KeyWest i2c @0x80018000 irq 26 /ht@0,f2000000/pci@3/mac-io@7/i2c@18000
[    0.004353]  channel 0 bus <multibus>
[    0.004457] PMU i2c /ht@0,f2000000/pci@3/mac-io@7/via-pmu@16000/pmu-i2c
[    0.004462]  channel 1 bus <multibus>
[    0.004507]  channel 2 bus <multibus>
[    0.004681] Processor timebase sync using Pulsar i2c clock
[    0.004685] mpic: requesting IPIs...
[    0.005415] PPC970/FX/MP performance monitor hardware support registered
[    0.005537] rcu: Hierarchical SRCU implementation.
[    0.007338] smp: Bringing up secondary CPUs ...
[    0.071708] smp: Brought up 1 node, 2 CPUs
[    0.072347] Using standard scheduler topology
[    0.073557] devtmpfs: initialized
[    0.166288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.166305] futex hash table entries: 512 (order: 4, 65536 bytes, linear)
[    0.371835] pinctrl core: initialized pinctrl subsystem
[    0.373462] NET: Registered protocol family 16
[    0.373627] eeh_init: Platform EEH operation not found
[    0.375135] audit: initializing netlink subsys (disabled)
[    0.375443] audit: type=2000 audit(1581403588.312:1): state=initialized audit_enabled=0 res=1
[    0.376482] thermal_sys: Registered thermal governor 'fair_share'
[    0.376486] thermal_sys: Registered thermal governor 'bang_bang'
[    0.376490] thermal_sys: Registered thermal governor 'step_wise'
[    0.376493] thermal_sys: Registered thermal governor 'user_space'
[    0.376495] thermal_sys: Registered thermal governor 'power_allocator'
[    0.376703] cpuidle: using governor ladder
[    0.376717] cpuidle: using governor menu
[    0.461179] PCI: Probing PCI hardware
[    0.461757] PCI host bridge to bus 0000:f0
[    0.461779] pci_bus 0000:f0: root bus resource [io  0x10000-0x80ffff] (bus address [0x0000-0x7fffff])
[    0.461791] pci_bus 0000:f0: root bus resource [mem 0xf1000000-0xf1ffffff]
[    0.461802] pci_bus 0000:f0: root bus resource [mem 0x90000000-0x9fffffff]
[    0.461826] pci_bus 0000:f0: root bus resource [bus f0-ff]
[    0.461875] pci_bus 0000:f0: busn_res: [bus f0-ff] end is updated to ff
[    0.462896] pci 0000:f0:0b.0: [106b:0059] type 00 class 0x060000
[    0.463698] pci 0000:f0:10.0: [1002:5046] type 00 class 0x030000
[    0.463724] pci 0000:f0:10.0: reg 0x10: [mem 0x94000000-0x97ffffff pref]
[    0.463739] pci 0000:f0:10.0: reg 0x14: [io  0x10400-0x104ff]
[    0.463753] pci 0000:f0:10.0: reg 0x18: [mem 0x90000000-0x90003fff]
[    0.463796] pci 0000:f0:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[    0.463858] pci 0000:f0:10.0: supports D1
[    0.467939] IOMMU table initialized, virtual merging enabled
[    0.467955] pci_bus 0000:f0: busn_res: [bus f0-ff] end is updated to f0
[    0.470125] PCI host bridge to bus 0001:00
[    0.470145] pci_bus 0001:00: root bus resource [io  0x811000-0xc10fff] (bus address [0x0000-0x3fffff])
[    0.470157] pci_bus 0001:00: root bus resource [mem 0xfa000000-0xffffffff]
[    0.470168] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[    0.470179] pci_bus 0001:00: root bus resource [mem 0xa0000000-0xefffffff]
[    0.470189] pci_bus 0001:00: root bus resource [bus 00-ef]
[    0.470198] pci_bus 0001:00: busn_res: [bus 00-ef] end is updated to ff
[    0.470242] pci 0001:00:00.0: [106b:0057] type 00 class 0x060000
[    0.470683] pci 0001:00:01.0: [1022:7450] type 01 class 0x060400
[    0.471233] pci 0001:00:02.0: [1022:7450] type 01 class 0x060400
[    0.471763] pci 0001:00:03.0: [106b:0045] type 01 class 0x060400
[    0.473249] pci 0001:00:04.0: [106b:0046] type 01 class 0x060400
[    0.473922] pci 0001:00:05.0: [106b:0047] type 01 class 0x060400
[    0.474639] pci 0001:00:06.0: [106b:0048] type 01 class 0x060400
[    0.475389] pci 0001:00:07.0: [106b:0049] type 01 class 0x060400
[    0.478103] pci_bus 0001:06: extended config space not accessible
[    0.480751] pci 0001:00:01.0: PCI bridge to [bus 06]
[    0.480806] pci_bus 0001:07: extended config space not accessible
[    0.483449] pci 0001:00:02.0: PCI bridge to [bus 07]
[    0.483510] pci_bus 0001:01: extended config space not accessible
[    0.484278] pci 0001:01:07.0: [106b:0041] type 00 class 0xff0000
[    0.484299] pci 0001:01:07.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[    0.486121] pci 0001:01:08.0: [106b:0040] type 00 class 0x0c0310
[    0.486145] pci 0001:01:08.0: reg 0x10: [mem 0x80081000-0x80081fff]
[    0.487138] pci 0001:01:09.0: [106b:0040] type 00 class 0x0c0310
[    0.487160] pci 0001:01:09.0: reg 0x10: [mem 0x80080000-0x80080fff]
[    0.489703] pci 0001:00:03.0: PCI bridge to [bus 01]
[    0.489718] pci 0001:00:03.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.489725] pci 0001:00:03.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.489815] pci_bus 0001:02: extended config space not accessible
[    0.490948] pci 0001:02:0b.0: [1033:0035] type 00 class 0x0c0310
[    0.490969] pci 0001:02:0b.0: reg 0x10: [mem 0x80102000-0x80102fff]
[    0.491054] pci 0001:02:0b.0: supports D1 D2
[    0.491058] pci 0001:02:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.491861] pci 0001:02:0b.1: [1033:0035] type 00 class 0x0c0310
[    0.491879] pci 0001:02:0b.1: reg 0x10: [mem 0x80101000-0x80101fff]
[    0.491955] pci 0001:02:0b.1: supports D1 D2
[    0.491958] pci 0001:02:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.492765] pci 0001:02:0b.2: [1033:00e0] type 00 class 0x0c0320
[    0.492783] pci 0001:02:0b.2: reg 0x10: [mem 0x80100000-0x801000ff]
[    0.492857] pci 0001:02:0b.2: supports D1 D2
[    0.492860] pci 0001:02:0b.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.495290] pci 0001:00:04.0: PCI bridge to [bus 02]
[    0.495307] pci 0001:00:04.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.495314] pci 0001:00:04.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.495368] pci_bus 0001:03: extended config space not accessible
[    0.496593] pci 0001:03:0d.0: [106b:0043] type 00 class 0xff0000
[    0.496612] pci 0001:03:0d.0: reg 0x10: [mem 0x80204000-0x80207fff]
[    0.497545] pci 0001:03:0e.0: [106b:0042] type 00 class 0x0c0010
[    0.497566] pci 0001:03:0e.0: reg 0x10: [mem 0x80200000-0x80200fff]
[    0.497643] pci 0001:03:0e.0: supports D1 D2
[    0.497647] pci 0001:03:0e.0: PME# supported from D0 D1 D2 D3hot
[    0.499895] pci 0001:00:05.0: PCI bridge to [bus 03]
[    0.499912] pci 0001:00:05.0:   bridge window [mem 0x80200000-0x802fffff]
[    0.499919] pci 0001:00:05.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.499971] pci_bus 0001:04: extended config space not accessible
[    0.501353] pci 0001:04:0f.0: [106b:004c] type 00 class 0x020000
[    0.501376] pci 0001:04:0f.0: reg 0x10: [mem 0x80400000-0x805fffff]
[    0.501417] pci 0001:04:0f.0: reg 0x30: [mem 0x80300000-0x803fffff pref]
[    0.503641] pci 0001:00:06.0: PCI bridge to [bus 04]
[    0.503658] pci 0001:00:06.0:   bridge window [mem 0x80300000-0x805fffff]
[    0.503666] pci 0001:00:06.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.503717] pci_bus 0001:05: extended config space not accessible
[    0.504865] pci 0001:05:0c.0: [1166:0240] type 00 class 0x01018f
[    0.504885] pci 0001:05:0c.0: reg 0x10: [io  0x811000-0x811007]
[    0.504895] pci 0001:05:0c.0: reg 0x14: [io  0x811000-0x811003]
[    0.504906] pci 0001:05:0c.0: reg 0x18: [io  0x811000-0x811007]
[    0.504916] pci 0001:05:0c.0: reg 0x1c: [io  0x811000-0x811003]
[    0.504926] pci 0001:05:0c.0: reg 0x20: [io  0x811000-0x81100f]
[    0.504937] pci 0001:05:0c.0: reg 0x24: [mem 0x80600000-0x80601fff]
[    0.507553] pci 0001:00:07.0: PCI bridge to [bus 05]
[    0.507571] pci 0001:00:07.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.507579] pci 0001:00:07.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.507626] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 07
[    0.507767] PCI 0000:f0 Cannot reserve Legacy IO [io  0x10000-0x10fff]
[    0.507785] pci_bus 0000:f0: resource 4 [io  0x10000-0x80ffff]
[    0.507789] pci_bus 0000:f0: resource 5 [mem 0xf1000000-0xf1ffffff]
[    0.507793] pci_bus 0000:f0: resource 6 [mem 0x90000000-0x9fffffff]
[    0.507812] pci 0001:00:01.0: PCI bridge to [bus 06]
[    0.507822] pci 0001:00:02.0: PCI bridge to [bus 07]
[    0.507832] pci 0001:00:03.0: PCI bridge to [bus 01]
[    0.507838] pci 0001:00:03.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.507847] pci 0001:00:04.0: PCI bridge to [bus 02]
[    0.507853] pci 0001:00:04.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.507861] pci 0001:00:05.0: PCI bridge to [bus 03]
[    0.507867] pci 0001:00:05.0:   bridge window [mem 0x80200000-0x802fffff]
[    0.507875] pci 0001:00:06.0: PCI bridge to [bus 04]
[    0.507881] pci 0001:00:06.0:   bridge window [mem 0x80300000-0x805fffff]
[    0.507889] pci 0001:00:07.0: PCI bridge to [bus 05]
[    0.507895] pci 0001:00:07.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.507903] pci_bus 0001:00: resource 4 [io  0x811000-0xc10fff]
[    0.507908] pci_bus 0001:00: resource 5 [mem 0xfa000000-0xffffffff]
[    0.507912] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[    0.507916] pci_bus 0001:00: resource 7 [mem 0xa0000000-0xefffffff]
[    0.507920] pci_bus 0001:01: resource 1 [mem 0x80000000-0x800fffff]
[    0.507925] pci_bus 0001:02: resource 1 [mem 0x80100000-0x801fffff]
[    0.507930] pci_bus 0001:03: resource 1 [mem 0x80200000-0x802fffff]
[    0.507934] pci_bus 0001:04: resource 1 [mem 0x80300000-0x805fffff]
[    0.507938] pci_bus 0001:05: resource 1 [mem 0x80600000-0x806fffff]
[    0.508618] PCI: Probing PCI hardware done
[    0.525301] HugeTLB registered 16.0 MiB page size, pre-allocated 0 pages
[    0.532212] fbcon: Taking over console
[    0.532612] iommu: Default domain type: Translated
[    0.532919] pci 0000:f0:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.532948] pci 0000:f0:10.0: vgaarb: bridge control possible
[    0.532953] pci 0000:f0:10.0: vgaarb: setting as boot device (VGA legacy resources not available)
[    0.532954] vgaarb: loaded
[    0.534733] pps_core: LinuxPPS API ver. 1 registered
[    0.534737] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.534781] PTP clock support registered
[    0.534827] EDAC MC: Ver: 3.0.0
[    0.537072] clocksource: Switched to clocksource timebase
[    0.632211] VFS: Disk quotas dquot_6.6.0
[    0.632288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.639596] random: fast init done
[    0.649280] NET: Registered protocol family 2
[    0.650569] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.650624] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.650870] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.651741] TCP: Hash tables configured (established 32768 bind 32768)
[    0.652102] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.652352] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.652427] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.652756] NET: Registered protocol family 1
[    0.652778] NET: Registered protocol family 44
[    0.652814] pci 0000:f0:10.0: CLS mismatch (32 != 64), using 128 bytes
[    0.652826] pci 0001:00:01.0: MSI quirk detected; subordinate MSI disabled
[    0.652831] pci 0001:00:01.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.652839] pci 0001:00:02.0: MSI quirk detected; subordinate MSI disabled
[    0.652843] pci 0001:00:02.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.652894] pci 0001:01:08.0: enabling device (0000 -> 0002)
[    0.652968] pci 0001:01:09.0: enabling device (0000 -> 0002)
[    0.653017] pci 0001:02:0b.0: enabling device (0000 -> 0002)
[    0.653110] pci 0001:02:0b.1: enabling device (0000 -> 0002)
[    0.653197] pci 0001:02:0b.2: enabling device (0004 -> 0006)
[    0.653560] Trying to unpack rootfs image as initramfs...
[    3.073878] Freeing initrd memory: 59500K
[    3.078562] Initialise system trusted keyrings
[    3.078887] workingset: timestamp_bits=38 max_order=20 bucket_order=0
[    3.094678] zbud: loaded
[    3.148937] Key type asymmetric registered
[    3.148943] Asymmetric key parser 'x509' registered
[    3.149004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.149209] io scheduler mq-deadline registered
[    3.149213] io scheduler kyber registered
[    3.149539] io scheduler bfq registered
[    3.152528] pci 0000:f0:10.0: enabling device (0086 -> 0087)
[    3.152558] Using unsupported 1280x960 (null) at 94008000, depth=8, pitch=1280
[    3.153421] Console: switching to colour frame buffer device 160x60
[    3.187593] fb0: Open Firmware frame buffer device on /pci@0,f0000000/ATY,Rage128Ps@10
[    3.188294] Driver 'hvc_console' was unable to register with bus_type 'vio' because the bus was not initialized.
[    3.189023] Non-volatile memory driver v1.3
[    3.190620] MacIO PCI driver attached to K2 chipset
[    3.196497] libphy: Fixed MDIO Bus: probed
[    3.197571] mousedev: PS/2 mouse device common for all mice
[    3.198276] rtc-generic rtc-generic: registered as rtc0
[    3.198577] rtc-generic rtc-generic: setting system clock to 2020-02-11T06:46:31 UTC (1581403591)
[    3.198941] PowerMac i2c bus pmu 2 registered
[    3.199220] PowerMac i2c bus pmu 1 registered
[    3.199482] PowerMac i2c bus mac-io 0 registered
[    3.200306] PowerMac i2c bus u3 1 registered
[    3.200518] i2c i2c-3: i2c-powermac: modalias failure on /u3@0,f8000000/i2c@f8001000/cereal@1c0
[    3.201221] PowerMac i2c bus u3 0 registered
[    3.244457] pmac64_cpufreq: Registering G5 CPU frequency driver
[    3.244462] pmac64_cpufreq: Frequency method: i2c/pfunc, Voltage method: i2c/pfunc
[    3.244465] pmac64_cpufreq: Low: 1304 Mhz, High: 2000 Mhz, Cur: 1304 MHz
[    3.244981] ledtrig-cpu: registered to indicate activity on CPUs
[    3.245007] Driver 'nx-crypto' was unable to register with bus_type 'vio' because the bus was not initialized.
[    3.246908] NET: Registered protocol family 10
[    3.268818] Segment Routing with IPv6
[    3.268823] RPL Segment Routing with IPv6
[    3.268890] NET: Registered protocol family 17
[    3.269044] Key type dns_resolver registered
[    3.269144] drmem: No dynamic reconfiguration memory found
[    3.269485] registered taskstats version 1
[    3.269503] Loading compiled-in X.509 certificates
[    3.269691] zswap: loaded using pool lzo/zbud
[    3.270131] Key type ._fscrypt registered
[    3.270135] Key type .fscrypt registered
[    3.270136] Key type fscrypt-provisioning registered
[    3.271819] input: PMU as /devices/virtual/input/input0
[    3.286129] Freeing unused kernel memory: 4968K
[    3.286135] This architecture does not have kernel memory protection.
[    3.286202] Run /init as init process
[    3.286206]   with arguments:
[    3.286208]     /init
[    3.286209]   with environment:
[    3.286210]     HOME=/
[    3.286212]     TERM=linux
[    3.286213]     BOOT_IMAGE=/boot/vmlinux-5.9.11_1
[    4.116450] device-mapper: uevent: version 1.0.3
[    4.116989] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    4.152136] windfarm: Initializing for desktop G5 with 2 chips
[    4.186172] wf_pm72: Liquid cooling pump(s) detected, using new algorithm !
[    4.187567] windfarm: CPUs control loops started.
[    4.187606] wf_pm72: Backside control loop started.
[    4.187608] wf_pm72: Drive bay control loop started.
[    4.224179] systemd-udevd[280]: starting version 3.2.9
[    4.224989] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.225109] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.225142] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.229940] udevd[281]: starting eudev-3.2.9
[    4.469724] dracut: rd.md=0: removing MD RAID activation
[    4.775611] pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
[    4.775952] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    4.776780] SCSI subsystem initialized
[    4.797183] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    4.827095] usbcore: registered new interface driver usbfs
[    4.827203] usbcore: registered new interface driver hub
[    4.827533] libata version 3.00 loaded.
[    4.829025] firewire_ohci 0001:03:0e.0: enabling device (0000 -> 0002)
[    4.830747] sata_svw 0001:05:0c.0: version 2.3
[    4.838424] pata-pci-macio 0001:03:0d.0: enabling device (0010 -> 0012)
[    4.838827] usbcore: registered new device driver usb
[    4.851106] scsi host0: sata_svw
[    4.853752] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.858690] pata-pci-macio 0001:03:0d.0: Activating pata-macio chipset K2 ATA-6, Apple bus ID 3
[    4.862776] ehci-pci: EHCI PCI platform driver
[    4.862993] ehci-pci 0001:02:0b.2: EHCI Host Controller
[    4.863031] ehci-pci 0001:02:0b.2: new USB bus registered, assigned bus number 1
[    4.863197] ehci-pci 0001:02:0b.2: irq 63, io mem 0x80100000
[    4.863587] scsi host1: sata_svw
[    4.866014] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.867450] scsi host2: pata_macio
[    4.867928] ata5: PATA max UDMA/100 irq 39
[    4.871563] scsi host3: sata_svw
[    4.872359] scsi host4: sata_svw
[    4.872821] ata1: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600000 irq 17
[    4.872825] ata2: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600100 irq 17
[    4.872829] ata3: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600200 irq 17
[    4.872833] ata4: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600300 irq 17
[    4.877145] ehci-pci 0001:02:0b.2: USB 2.0 started, EHCI 1.00
[    4.885337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    4.885343] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.885346] usb usb1: Product: EHCI Host Controller
[    4.885348] usb usb1: Manufacturer: Linux 5.9.11_1 ehci_hcd
[    4.885351] usb usb1: SerialNumber: 0001:02:0b.2
[    4.886525] hub 1-0:1.0: USB hub found
[    4.886592] hub 1-0:1.0: 5 ports detected
[    4.889246] firewire_ohci 0001:03:0e.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[    4.898112] ohci-pci: OHCI PCI platform driver
[    4.898280] ohci-pci 0001:01:08.0: OHCI PCI host controller
[    4.898305] ohci-pci 0001:01:08.0: new USB bus registered, assigned bus number 2
[    4.898437] ohci-pci 0001:01:08.0: irq 27, io mem 0x80081000
[    4.977962] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    4.977967] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.977970] usb usb2: Product: OHCI PCI host controller
[    4.977972] usb usb2: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    4.977975] usb usb2: SerialNumber: 0001:01:08.0
[    4.979421] hub 2-0:1.0: USB hub found
[    4.979506] hub 2-0:1.0: 2 ports detected
[    4.981273] ohci-pci 0001:01:09.0: OHCI PCI host controller
[    4.981297] ohci-pci 0001:01:09.0: new USB bus registered, assigned bus number 3
[    4.981490] ohci-pci 0001:01:09.0: irq 28, io mem 0x80080000
[    5.028005] ata5.00: ATAPI: PIONEER DVD-RW  DVR-117D, B705, max UDMA/66
[    5.039224] scsi 2:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-117D B705 PQ: 0 ANSI: 5
[    5.039253] ata5.00: K2/Shasta alignment limits applied
[    5.062226] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.062231] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.062234] usb usb3: Product: OHCI PCI host controller
[    5.062236] usb usb3: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.062239] usb usb3: SerialNumber: 0001:01:09.0
[    5.064075] hub 3-0:1.0: USB hub found
[    5.064925] hub 3-0:1.0: 2 ports detected
[    5.067057] ohci-pci 0001:02:0b.0: OHCI PCI host controller
[    5.067099] ohci-pci 0001:02:0b.0: new USB bus registered, assigned bus number 4
[    5.067235] ohci-pci 0001:02:0b.0: irq 63, io mem 0x80102000
[    5.145633] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.145641] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.145644] usb usb4: Product: OHCI PCI host controller
[    5.145647] usb usb4: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.145649] usb usb4: SerialNumber: 0001:02:0b.0
[    5.146763] hub 4-0:1.0: USB hub found
[    5.146839] hub 4-0:1.0: 3 ports detected
[    5.148024] ohci-pci 0001:02:0b.1: OHCI PCI host controller
[    5.148048] ohci-pci 0001:02:0b.1: new USB bus registered, assigned bus number 5
[    5.148175] ohci-pci 0001:02:0b.1: irq 63, io mem 0x80101000
[    5.187900] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.190479] ata1.00: ATA-8: ST3250318AS, HP40, max UDMA/100
[    5.190484] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    5.195264] ata1.00: configured for UDMA/100
[    5.195837] scsi 0:0:0:0: Direct-Access     ATA      ST3250318AS      HP40 PQ: 0 ANSI: 5
[    5.225444] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.225451] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.225454] usb usb5: Product: OHCI PCI host controller
[    5.225458] usb usb5: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.225462] usb usb5: SerialNumber: 0001:02:0b.1
[    5.227006] hub 5-0:1.0: USB hub found
[    5.227110] hub 5-0:1.0: 2 ports detected
[    5.409675] firewire_core 0001:03:0e.0: created device fw0: GUID 000d93fffe570a90, S800
[    5.522689] ata2: SATA link down (SStatus 4 SControl 300)
[    5.847309] ata3: SATA link down (SStatus 4 SControl 300)
[    5.977093] usb 5-2: new full-speed USB device number 2 using ohci-pci
[    6.174658] ata4: SATA link down (SStatus 4 SControl 300)
[    6.202832] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    6.202864] sd 0:0:0:0: [sda] Write Protect is off
[    6.202869] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.202914] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.218128] usb 5-2: New USB device found, idVendor=05ac, idProduct=1003, bcdDevice= 4.10
[    6.218133] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.218136] usb 5-2: Product: Hub in Apple Extended USB Keyboard
[    6.218138] usb 5-2: Manufacturer: Mitsumi Electric
[    6.221716] hub 5-2:1.0: USB hub found
[    6.222598]  sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
[    6.224140] hub 5-2:1.0: 3 ports detected
[    6.228213] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.242651] sr 2:0:0:0: [sr0] scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
[    6.242679] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.254749] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    6.549103] usb 5-2.1: new low-speed USB device number 3 using ohci-pci
[    6.682120] usb 5-2.1: New USB device found, idVendor=045e, idProduct=007d, bcdDevice= 2.00
[    6.682127] usb 5-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.682130] usb 5-2.1: Product: Microsoft Notebook/Mobile Optical Mouse 2.0
[    6.682134] usb 5-2.1: Manufacturer: Microsoft
[    6.703463] hid: raw HID events driver (C) Jiri Kosina
[    6.717227] usbcore: registered new interface driver usbhid
[    6.717231] usbhid: USB HID core driver
[    6.718959] usbcore: registered new interface driver usbmouse
[    6.726619] input: Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0 as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.1/5-2.1:1.0/0003:045E:007D.0001/input/input1
[    6.727006] hid-generic 0003:045E:007D.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0] on usb-0001:02:0b.1-2.1/input0
[    6.777112] usb 5-2.3: new full-speed USB device number 4 using ohci-pci
[    6.909251] usb 5-2.3: New USB device found, idVendor=05ac, idProduct=020b, bcdDevice= 4.10
[    6.909300] usb 5-2.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    6.909304] usb 5-2.3: Product: Apple Extended USB Keyboard
[    6.909308] usb 5-2.3: Manufacturer: Mitsumi Electric
[    6.922209] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.0/0003:05AC:020B.0002/input/input2
[    6.981662] hid-generic 0003:05AC:020B.0002: input,hidraw1: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0001:02:0b.1-2.3/input0
[    6.990696] input: Mitsumi Electric Apple Extended USB Keyboard System Control as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.1/0003:05AC:020B.0003/input/input3
[    7.049468] input: Mitsumi Electric Apple Extended USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.1/0003:05AC:020B.0003/input/input4
[    7.049933] hid-generic 0003:05AC:020B.0003: input,hidraw2: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0001:02:0b.1-2.3/input1
[    7.061612] usbcore: registered new interface driver usbkbd
[    7.812260] EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem
[    7.823557] EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
[    8.014824] dracut: Checking ext2: /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28
[    8.015283] dracut: issuing e2fsck -a  /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28
[    8.043230] dracut: /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28: clean, 76499/786432 files, 947776/3145728 blocks
[    8.059600] dracut: Mounting /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28 with -o defaults,ro
[    8.106489] EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem
[    8.139987] EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
[    8.364114] dracut: Mounted root filesystem /dev/sda6
[    8.714777] dracut: Switching root
[    8.853240] random: crng init done
[    8.853251] random: 6 urandom warning(s) missed due to ratelimiting
[   10.382617] fuse: init (API version 7.31)
[   10.585075] raid6: altivecx8 gen()  3337 MB/s
[   10.653070] raid6: altivecx4 gen()  3569 MB/s
[   10.721080] raid6: altivecx2 gen()  3060 MB/s
[   10.789072] raid6: altivecx1 gen()  2057 MB/s
[   10.857071] raid6: int64x8  gen()  1559 MB/s
[   10.925074] raid6: int64x8  xor()   888 MB/s
[   10.993068] raid6: int64x4  gen()  1538 MB/s
[   11.061071] raid6: int64x4  xor()   945 MB/s
[   11.129073] raid6: int64x2  gen()  1361 MB/s
[   11.197078] raid6: int64x2  xor()   830 MB/s
[   11.265064] raid6: int64x1  gen()   908 MB/s
[   11.333078] raid6: int64x1  xor()   271 MB/s
[   11.333081] raid6: using algorithm altivecx4 gen() 3569 MB/s
[   11.333083] raid6: using intx1 recovery algorithm
[   11.349043] xor: measuring software checksum speed
[   11.385065]    8regs     :  3450.000 MB/sec
[   11.425063]    8regs_prefetch:  2941.000 MB/sec
[   11.465064]    32regs    :  3578.000 MB/sec
[   11.505064]    32regs_prefetch:  3117.000 MB/sec
[   11.545084]    altivec   :  5130.000 MB/sec
[   11.545087] xor: using function: altivec (5130.000 MB/sec)
[   11.545170] pmac64_cpufreq: Timeout in clock slewing !
[   11.686861] Btrfs loaded, crc32c=crc32c-generic
[   11.862724] loop: module loaded
[   11.902865] tun: Universal TUN/TAP device driver, 1.6
[   11.943452] PPP generic driver version 2.4.2
[   12.030169] VFIO - User Level meta-driver version: 0.3
[   12.151390] Bluetooth: Core ver 2.22
[   12.151521] NET: Registered protocol family 31
[   12.151523] Bluetooth: HCI device and connection manager initialized
[   12.151541] Bluetooth: HCI socket layer initialized
[   12.151548] Bluetooth: L2CAP socket layer initialized
[   12.151565] Bluetooth: SCO socket layer initialized
[   12.261531] NET: Registered protocol family 40
[   12.742758] udevd[620]: starting version 3.2.9
[   12.953259] udevd[621]: starting eudev-3.2.9
[   13.356355] Linux agpgart interface v0.103
[   13.363118] agpgart-uninorth 0000:f0:0b.0: Apple U3H chipset
[   13.369225] agpgart-uninorth 0000:f0:0b.0: configuring for size idx: 64
[   13.369562] agpgart-uninorth 0000:f0:0b.0: AGP aperture is 256M @ 0x0
[   13.671258] usbcore: registered new device driver apple-mfi-fastcharge
[   13.674669] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[   13.677490] gem 0001:04:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0d:93:57:0a:90
[   14.027430] gem 0001:04:0f.0 enP1p4s15f0: renamed from eth0
[   14.204779] snd-aoa-fabric-layout: Using PMF GPIOs
[   14.330297] snd-aoa-fabric-layout: can use this codec
[   14.413783] snd-aoa-codec-tas: tas found, addr 0x35 on /ht@0,f2000000/pci@3/mac-io@7/i2c@18000/deq@6a
[   16.455505] EXT4-fs (sda6): re-mounted. Opts: (null)
[   18.294739] EXT4-fs (sda6): re-mounted. Opts: (null)
[   18.409095] Adding 8388604k swap on /dev/sda7.  Priority:-2 extents:1 across:8388604k FS
[   20.648480] udevd[710]: starting version 3.2.9
[   20.657796] udevd[710]: starting eudev-3.2.9
[   27.341426] sungem_phy: PHY ID: 2062e0, addr: 1
[   27.341695] gem 0001:04:0f.0 enP1p4s15f0: Found BCM5421-K2 PHY
[   30.977262] gem 0001:04:0f.0 enP1p4s15f0: Link is up at 1000 Mbps, full-duplex
[   30.977385] gem 0001:04:0f.0 enP1p4s15f0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[   30.977443] IPv6: ADDRCONF(NETDEV_CHANGE): enP1p4s15f0: link becomes ready
[   39.668027] elogind-daemon[782]: Watching system buttons on /dev/input/event2 (Mitsumi Electric Apple Extended USB Keyboard)
[   39.668610] elogind-daemon[782]: Watching system buttons on /dev/input/event3 (Mitsumi Electric Apple Extended USB Keyboard System Control)
[   39.685600] elogind-daemon[782]: Watching system buttons on /dev/input/event0 (PMU)
[   39.685985] elogind-daemon[782]: New seat seat0.
[   39.696516] elogind-daemon[782]: New session 1 of user root.

Maybe there are some hints in those logs? Attached photos of the card too incase of anything. Thanks for your help :)
 

Attachments

  • ATI_Rage_128_Pro_A.jpeg
    ATI_Rage_128_Pro_A.jpeg
    554.1 KB · Views: 159
  • ATI_Rage_128_Pro_B.jpeg
    ATI_Rage_128_Pro_B.jpeg
    539.7 KB · Views: 134
  • Like
Reactions: dextructor

mtm84

macrumors newbie
Dec 7, 2020
5
1
I have now tried just "r128" and it seems the same result as "xf86-video-r128". I'm pretty sure the fbdev driver is installed: at least the "xf86-video-fbdev" package is installed (the installation was from the latest xfce .iso). I have tried with different monitors with the same result, and also with the DVI port as well as the VGA port on the r128 card - no difference. My last xorg log only included lines with errors. I will include the whole xorg log in full below (Driver "r128"), followed by dmesg:

Code:
# cat /var/log/Xorg.0.log
[    71.149]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    71.149] Build Operating System: Linux Void
[    71.149] Current Operating System: Linux localhost.localdomain 5.9.11_1 #1 SMP Thu Nov 26 01:15:39 UTC 2020 ppc64
[    71.149] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[    71.149] Build Date: 29 September 2020  09:14:57PM
[    71.149]
[    71.149] Current version of pixman: 0.40.0
[    71.149]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    71.149] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    71.149] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 11 06:47:39 2020
[    71.150] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    71.150] (==) No Layout section.  Using the first Screen section.
[    71.151] (**) |-->Screen "Screen0" (0)
[    71.151] (**) |   |-->Monitor "VGA1"
[    71.151] (==) Automatically adding devices
[    71.151] (==) Automatically enabling devices
[    71.151] (==) Automatically adding GPU devices
[    71.151] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    71.151] (WW) The directory "/usr/share/fonts/X11/TTF" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[    71.151]     Entry deleted from font path.
[    71.151] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
[    71.151]     Entry deleted from font path.
[    71.151]     (Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
[    71.151] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
[    71.151]     Entry deleted from font path.
[    71.151]     (Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi").
[    71.151] (==) FontPath set to:
    /usr/share/fonts/X11/misc
[    71.151] (==) ModulePath set to "/usr/lib/xorg/modules"
[    71.151] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    71.151] (II) Module ABI versions:
[    71.151]     X.Org ANSI C Emulation: 0.4
[    71.151]     X.Org Video Driver: 24.1
[    71.151]     X.Org XInput driver : 24.1
[    71.151]     X.Org Server Extension : 10.0
[    71.161] (--) PCI:*(240@0:16:0) 1002:5046:0000:0000 rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[    71.161] (II) LoadModule: "glx"
[    71.162] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    71.165] (II) Module glx: vendor="X.Org Foundation"
[    71.166]     compiled for 1.20.9, module version = 1.0.0
[    71.166]     ABI class: X.Org Server Extension, version 10.0
[    71.166] (==) Matched fglrx as autoconfigured driver 0
[    71.166] (==) Matched ati as autoconfigured driver 1
[    71.166] (==) Matched modesetting as autoconfigured driver 2
[    71.166] (==) Matched fbdev as autoconfigured driver 3
[    71.166] (==) Assigned the driver to the xf86ConfigLayout
[    71.166] (II) LoadModule: "fglrx"
[    71.166] (WW) Warning, couldn't open module fglrx
[    71.166] (EE) Failed to load module "fglrx" (module does not exist, 0)
[    71.166] (II) LoadModule: "ati"
[    71.167] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    71.167] (II) Module ati: vendor="X.Org Foundation"
[    71.167]     compiled for 1.20.7, module version = 19.1.0
[    71.167]     Module class: X.Org Video Driver
[    71.167]     ABI class: X.Org Video Driver, version 24.1
[    71.167] (II) LoadModule: "r128"
[    71.167] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[    71.168] (II) Module r128: vendor="X.Org Foundation"
[    71.168]     compiled for 1.20.7, module version = 6.12.0
[    71.168]     Module class: X.Org Video Driver
[    71.168]     ABI class: X.Org Video Driver, version 24.1
[    71.168] (II) LoadModule: "modesetting"
[    71.168] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    71.170] (II) Module modesetting: vendor="X.Org Foundation"
[    71.170]     compiled for 1.20.9, module version = 1.20.9
[    71.170]     Module class: X.Org Video Driver
[    71.170]     ABI class: X.Org Video Driver, version 24.1
[    71.170] (II) LoadModule: "fbdev"
[    71.170] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    71.170] (II) Module fbdev: vendor="X.Org Foundation"
[    71.170]     compiled for 1.20.4, module version = 0.5.0
[    71.170]     Module class: X.Org Video Driver
[    71.170]     ABI class: X.Org Video Driver, version 24.0
[    71.170] (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
[    71.171] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    71.171] (II) FBDEV: driver for framebuffer: fbdev
[    71.171] (++) using VT number 7

[    71.172] (WW) Falling back to old probe method for modesetting
[    71.172] (EE) open /dev/dri/card0: No such file or directory
[    71.172] (WW) Falling back to old probe method for fbdev
[    71.172] (II) Loading sub module "fbdevhw"
[    71.172] (II) LoadModule: "fbdevhw"
[    71.172] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    71.173] (II) Module fbdevhw: vendor="X.Org Foundation"
[    71.173]     compiled for 1.20.9, module version = 0.0.2
[    71.173]     ABI class: X.Org Video Driver, version 24.1
[    71.173] (**) R128(0): Depth 24, (--) framebuffer bpp 32
[    71.173] (==) R128(0): Default visual is TrueColor
[    71.173] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[    71.173] (II) R128(0): PCI bus 240 card 16 func 0
[    71.173] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    71.173] (II) R128(0): Acceleration of RENDER operations will be enabled upon successful loading of DRI and EXA.
[    71.173] (**) R128(0): Using framebuffer device.
[    71.173] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped.
[    71.173] (==) R128(0): RGB weight 888
[    71.173] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[    71.173] (II) Loading sub module "fbdevhw"
[    71.173] (II) LoadModule: "fbdevhw"
[    71.173] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    71.173] (II) Module fbdevhw: vendor="X.Org Foundation"
[    71.173]     compiled for 1.20.9, module version = 0.0.2
[    71.173]     ABI class: X.Org Video Driver, version 24.1
[    71.174] (EE) Unable to find a valid framebuffer device
[    71.174] (EE) R128(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
    (you may have to look at the server log to see warnings)
[    71.174] (WW) R128(0): No outputs definitely connected, trying again...
[    71.174] (WW) R128(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[    71.174] (==) R128(0): DPI set to (96, 96)
[    71.174] (II) Loading sub module "fb"
[    71.174] (II) LoadModule: "fb"
[    71.174] (II) Loading /usr/lib/xorg/modules/libfb.so
[    71.175] (II) Module fb: vendor="X.Org Foundation"
[    71.175]     compiled for 1.20.9, module version = 1.0.0
[    71.175]     ABI class: X.Org ANSI C Emulation, version 0.4
[    71.175] (II) R128(0): Loading EXA module...
[    71.175] (II) Loading sub module "exa"
[    71.175] (II) LoadModule: "exa"
[    71.175] (II) Loading /usr/lib/xorg/modules/libexa.so
[    71.176] (II) Module exa: vendor="X.Org Foundation"
[    71.176]     compiled for 1.20.9, module version = 2.6.0
[    71.176]     ABI class: X.Org Video Driver, version 24.1
[    71.176] (II) R128(0): Loading EXA module.
[    71.176] (EE) R128(0): No modes.
[    71.176] (II) UnloadModule: "r128"
[    71.176] (II) UnloadSubModule: "exa"
[    71.176] (II) Unloading exa
[    71.176] (II) UnloadSubModule: "fb"
[    71.176] (II) Unloading fb
[    71.176] (II) UnloadSubModule: "fbdevhw"
[    71.176] (II) Unloading fbdevhw
[    71.176] (EE) Screen(s) found, but none have a usable configuration.
[    71.177] (EE)
Fatal server error:
[    71.177] (EE) no screens found(EE)
[    71.177] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[    71.177] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    71.177] (EE)
[    71.201] (EE) Server terminated with error (1). Closing log file.

dmesg:

Code:
# dmesg
[    0.000000] Page orders: linear mapping = 24, virtual = 12, io = 12, vmemmap = 24
[    0.000000] hash-mmu: Initializing hash mmu with SLB
[    0.000000] Linux version 5.9.11_1 (q66@ran) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34) #1 SMP Thu Nov 26 01:15:39 UTC 2020
[    0.000000] Found initrd at 0xc000000003a00000:0xc00000000741b562
[    0.000000] ioremap() called early from pmac_feature_init+0x118/0x74c. Use early_ioremap() instead
[    0.000000] ioremap() called early from pmac_feature_init+0x158/0x74c. Use early_ioremap() instead
[    0.000000] Found U3 memory controller & host bridge @ 0xf8000000 revision: 0x35
[    0.000000] Mapped at 0xc0003e0080000000
[    0.000000] ioremap() called early from probe_one_macio+0x180/0x2c4. Use early_ioremap() instead
[    0.000000] Found a K2 mac-io controller, rev: 96, mapped at 0x(____ptrval____)
[    0.000000] PowerMac motherboard: PowerMac G5
[    0.000000] ioremap() called early from btext_map+0x74/0xd0. Use early_ioremap() instead
[    0.000000] ioremap() called early from iommu_init_early_dart+0x118/0x474. Use early_ioremap() instead
[    0.000000] DART table allocated at: (____ptrval____)
[    0.000000] DART IOMMU initialized for U3 type chipset
[    0.000000] Using PowerMac machine description
[    0.000000] printk: bootconsole [udbg0] enabled
[    0.000000] CPU maps initialized for 1 thread per core
[    0.000000]  (thread shift is 0)
[    0.000000] Allocated 2576 bytes for 2 pacas
[    0.000000] Top of RAM: 0x180000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 2048MB
[    0.000000] -----------------------------------------------------
[    0.000000] phys_mem_size     = 0x100000000
[    0.000000] dcache_bsize      = 0x80
[    0.000000] icache_bsize      = 0x80
[    0.000000] cpu_features      = 0x00000100900c21aa
[    0.000000]   possible        = 0x000ffbfbffffb1af
[    0.000000]   always          = 0x00000000000001a0
[    0.000000] cpu_user_features = 0xdc080000 0x00000000
[    0.000000] mmu_features      = 0x0c008001
[    0.000000] firmware_features = 0x0000000000000000
[    0.000000] vmalloc start     = 0xc0003d0000000000
[    0.000000] IO start          = 0xc0003e0000000000
[    0.000000] vmemmap start     = 0xc0003f0000000000
[    0.000000] hash-mmu: ppc64_pft_size    = 0x0
[    0.000000] hash-mmu: htab_hash_mask    = 0x7ffff
[    0.000000] -----------------------------------------------------
[    0.000000] kvm_cma_reserve: reserving 204 MiB for global area
[    0.000000] cma: Reserved 208 MiB at 0x000000016b000000
[    0.000000] numa:   NODE_DATA [mem 0x17ffb5480-0x17ffbcfff]
[    0.000000] ioremap() called early from pmac_add_bridge+0x150/0x2e8. Use early_ioremap() instead
[    0.000000] ioremap() called early from pmac_add_bridge+0x168/0x2e8. Use early_ioremap() instead
[    0.000000] Found U3-AGP PCI host bridge.  Firmware bus number: 240->255
[    0.000000] PCI host bridge /pci@0,f0000000  ranges:
[    0.000000]  MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[    0.000000]   IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[    0.000000]  MEM 0x0000000090000000..0x000000009fffffff -> 0x0000000090000000
[    0.000000] Can't get bus-range for /ht@0,f2000000, assume bus 0
[    0.000000] ioremap() called early from setup_u3_ht+0xa0/0x224. Use early_ioremap() instead
[    0.000000] ioremap() called early from setup_u3_ht+0xc0/0x224. Use early_ioremap() instead
[    0.000000] Found U3-HT PCI host bridge.  Firmware bus number: 0->239
[    0.000000] PCI host bridge /ht@0,f2000000 (primary) ranges:
[    0.000000] ioremap() called early from find_via_pmu+0x274/0x3d8. Use early_ioremap() instead
[    0.000000] ioremap() called early from find_via_pmu+0x2b8/0x3d8. Use early_ioremap() instead
[    0.000000] via-pmu: Server Mode is disabled
[    0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[    0.000000] ioremap() called early from pmac_nvram_init+0x170/0x468. Use early_ioremap() instead
[    0.000000] nvram: Checking bank 0...
[    0.000000] nvram: gen0=534, gen1=535
[    0.000000] nvram: Active bank is: 1
[    0.000000] nvram: OF partition at 0x410
[    0.000000] nvram: XP partition at 0x1020
[    0.000000] nvram: NR partition at 0x1120
[    0.000000] barrier-nospec: using ORI speculation barrier
[    0.000000] barrier-nospec: patched 394 locations
[    0.000000] Top of RAM: 0x180000000, Total RAM: 0x100000000
[    0.000000] Memory hole size: 2048MB
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1048576
[    0.000000]   Normal zone: 16384 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 1048576 pages, LIFO batch:63
[    0.000000] percpu: Embedded 44 pages/cpu s142616 r0 d37608 u524288
[    0.000000] pcpu-alloc: s142616 r0 d37608 u524288 alloc=1*1048576
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3675972K/4194304K available (13712K kernel code, 1724K rwdata, 3072K rodata, 4968K init, 1592K bss, 305340K reserved, 212992K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x48/0x670 with crng_init=0
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 35351 entries in 208 pages
[    0.000000] ftrace: allocated 208 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=2.
[    0.000000]     Trampoline variant of Tasks RCU enabled.
[    0.000000]     Rude variant of Tasks RCU enabled.
[    0.000000]     Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " MPIC 1   " version 1.2 at 80040000, max 2 CPUs
[    0.000000] mpic: ISU size: 120, shift: 7, mask: 7f
[    0.000000] mpic: Initializing for 120 sources
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " MPIC 2   " version 1.2 at f8040000, max 2 CPUs
[    0.000000] mpic: ISU size: 124, shift: 7, mask: 7f
[    0.000000] mpic: Initializing for 124 sources
[    0.000000] /u3@0,f8000000/mpic@f8040000: hooking up to IRQ 56
[    0.000000] time_init: decrementer frequency = 33.333333 MHz
[    0.000000] time_init: processor frequency   = 2000.000000 MHz
[    0.000004] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x7b00c4bad, max_idle_ns: 440795202744 ns
[    0.000008] clocksource: timebase mult[1e000005] shift[24] registered
[    0.000024] clockevent: decrementer mult[8888887] shift[32] cpu[0]
[    0.000391] Console: colour dummy device 80x25
[    0.000398] printk: console [tty0] enabled
[    0.000401] printk: bootconsole [udbg0] disabled
[    0.000601] pid_max: default: 32768 minimum: 301
[    0.000827] LSM: Security Framework initializing
[    0.000863] Yama: becoming mindful.
[    0.000986] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.000992] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003747] PowerMac SMP probe found 2 cpus
[    0.004221] KeyWest i2c @0xf8001003 irq 16 /u3@0,f8000000/i2c@f8001000
[    0.004230]  channel 0 bus <multibus>
[    0.004235]  channel 1 bus <multibus>
[    0.004347] KeyWest i2c @0x80018000 irq 26 /ht@0,f2000000/pci@3/mac-io@7/i2c@18000
[    0.004353]  channel 0 bus <multibus>
[    0.004457] PMU i2c /ht@0,f2000000/pci@3/mac-io@7/via-pmu@16000/pmu-i2c
[    0.004462]  channel 1 bus <multibus>
[    0.004507]  channel 2 bus <multibus>
[    0.004681] Processor timebase sync using Pulsar i2c clock
[    0.004685] mpic: requesting IPIs...
[    0.005415] PPC970/FX/MP performance monitor hardware support registered
[    0.005537] rcu: Hierarchical SRCU implementation.
[    0.007338] smp: Bringing up secondary CPUs ...
[    0.071708] smp: Brought up 1 node, 2 CPUs
[    0.072347] Using standard scheduler topology
[    0.073557] devtmpfs: initialized
[    0.166288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.166305] futex hash table entries: 512 (order: 4, 65536 bytes, linear)
[    0.371835] pinctrl core: initialized pinctrl subsystem
[    0.373462] NET: Registered protocol family 16
[    0.373627] eeh_init: Platform EEH operation not found
[    0.375135] audit: initializing netlink subsys (disabled)
[    0.375443] audit: type=2000 audit(1581403588.312:1): state=initialized audit_enabled=0 res=1
[    0.376482] thermal_sys: Registered thermal governor 'fair_share'
[    0.376486] thermal_sys: Registered thermal governor 'bang_bang'
[    0.376490] thermal_sys: Registered thermal governor 'step_wise'
[    0.376493] thermal_sys: Registered thermal governor 'user_space'
[    0.376495] thermal_sys: Registered thermal governor 'power_allocator'
[    0.376703] cpuidle: using governor ladder
[    0.376717] cpuidle: using governor menu
[    0.461179] PCI: Probing PCI hardware
[    0.461757] PCI host bridge to bus 0000:f0
[    0.461779] pci_bus 0000:f0: root bus resource [io  0x10000-0x80ffff] (bus address [0x0000-0x7fffff])
[    0.461791] pci_bus 0000:f0: root bus resource [mem 0xf1000000-0xf1ffffff]
[    0.461802] pci_bus 0000:f0: root bus resource [mem 0x90000000-0x9fffffff]
[    0.461826] pci_bus 0000:f0: root bus resource [bus f0-ff]
[    0.461875] pci_bus 0000:f0: busn_res: [bus f0-ff] end is updated to ff
[    0.462896] pci 0000:f0:0b.0: [106b:0059] type 00 class 0x060000
[    0.463698] pci 0000:f0:10.0: [1002:5046] type 00 class 0x030000
[    0.463724] pci 0000:f0:10.0: reg 0x10: [mem 0x94000000-0x97ffffff pref]
[    0.463739] pci 0000:f0:10.0: reg 0x14: [io  0x10400-0x104ff]
[    0.463753] pci 0000:f0:10.0: reg 0x18: [mem 0x90000000-0x90003fff]
[    0.463796] pci 0000:f0:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[    0.463858] pci 0000:f0:10.0: supports D1
[    0.467939] IOMMU table initialized, virtual merging enabled
[    0.467955] pci_bus 0000:f0: busn_res: [bus f0-ff] end is updated to f0
[    0.470125] PCI host bridge to bus 0001:00
[    0.470145] pci_bus 0001:00: root bus resource [io  0x811000-0xc10fff] (bus address [0x0000-0x3fffff])
[    0.470157] pci_bus 0001:00: root bus resource [mem 0xfa000000-0xffffffff]
[    0.470168] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[    0.470179] pci_bus 0001:00: root bus resource [mem 0xa0000000-0xefffffff]
[    0.470189] pci_bus 0001:00: root bus resource [bus 00-ef]
[    0.470198] pci_bus 0001:00: busn_res: [bus 00-ef] end is updated to ff
[    0.470242] pci 0001:00:00.0: [106b:0057] type 00 class 0x060000
[    0.470683] pci 0001:00:01.0: [1022:7450] type 01 class 0x060400
[    0.471233] pci 0001:00:02.0: [1022:7450] type 01 class 0x060400
[    0.471763] pci 0001:00:03.0: [106b:0045] type 01 class 0x060400
[    0.473249] pci 0001:00:04.0: [106b:0046] type 01 class 0x060400
[    0.473922] pci 0001:00:05.0: [106b:0047] type 01 class 0x060400
[    0.474639] pci 0001:00:06.0: [106b:0048] type 01 class 0x060400
[    0.475389] pci 0001:00:07.0: [106b:0049] type 01 class 0x060400
[    0.478103] pci_bus 0001:06: extended config space not accessible
[    0.480751] pci 0001:00:01.0: PCI bridge to [bus 06]
[    0.480806] pci_bus 0001:07: extended config space not accessible
[    0.483449] pci 0001:00:02.0: PCI bridge to [bus 07]
[    0.483510] pci_bus 0001:01: extended config space not accessible
[    0.484278] pci 0001:01:07.0: [106b:0041] type 00 class 0xff0000
[    0.484299] pci 0001:01:07.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[    0.486121] pci 0001:01:08.0: [106b:0040] type 00 class 0x0c0310
[    0.486145] pci 0001:01:08.0: reg 0x10: [mem 0x80081000-0x80081fff]
[    0.487138] pci 0001:01:09.0: [106b:0040] type 00 class 0x0c0310
[    0.487160] pci 0001:01:09.0: reg 0x10: [mem 0x80080000-0x80080fff]
[    0.489703] pci 0001:00:03.0: PCI bridge to [bus 01]
[    0.489718] pci 0001:00:03.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.489725] pci 0001:00:03.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.489815] pci_bus 0001:02: extended config space not accessible
[    0.490948] pci 0001:02:0b.0: [1033:0035] type 00 class 0x0c0310
[    0.490969] pci 0001:02:0b.0: reg 0x10: [mem 0x80102000-0x80102fff]
[    0.491054] pci 0001:02:0b.0: supports D1 D2
[    0.491058] pci 0001:02:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.491861] pci 0001:02:0b.1: [1033:0035] type 00 class 0x0c0310
[    0.491879] pci 0001:02:0b.1: reg 0x10: [mem 0x80101000-0x80101fff]
[    0.491955] pci 0001:02:0b.1: supports D1 D2
[    0.491958] pci 0001:02:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.492765] pci 0001:02:0b.2: [1033:00e0] type 00 class 0x0c0320
[    0.492783] pci 0001:02:0b.2: reg 0x10: [mem 0x80100000-0x801000ff]
[    0.492857] pci 0001:02:0b.2: supports D1 D2
[    0.492860] pci 0001:02:0b.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.495290] pci 0001:00:04.0: PCI bridge to [bus 02]
[    0.495307] pci 0001:00:04.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.495314] pci 0001:00:04.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.495368] pci_bus 0001:03: extended config space not accessible
[    0.496593] pci 0001:03:0d.0: [106b:0043] type 00 class 0xff0000
[    0.496612] pci 0001:03:0d.0: reg 0x10: [mem 0x80204000-0x80207fff]
[    0.497545] pci 0001:03:0e.0: [106b:0042] type 00 class 0x0c0010
[    0.497566] pci 0001:03:0e.0: reg 0x10: [mem 0x80200000-0x80200fff]
[    0.497643] pci 0001:03:0e.0: supports D1 D2
[    0.497647] pci 0001:03:0e.0: PME# supported from D0 D1 D2 D3hot
[    0.499895] pci 0001:00:05.0: PCI bridge to [bus 03]
[    0.499912] pci 0001:00:05.0:   bridge window [mem 0x80200000-0x802fffff]
[    0.499919] pci 0001:00:05.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.499971] pci_bus 0001:04: extended config space not accessible
[    0.501353] pci 0001:04:0f.0: [106b:004c] type 00 class 0x020000
[    0.501376] pci 0001:04:0f.0: reg 0x10: [mem 0x80400000-0x805fffff]
[    0.501417] pci 0001:04:0f.0: reg 0x30: [mem 0x80300000-0x803fffff pref]
[    0.503641] pci 0001:00:06.0: PCI bridge to [bus 04]
[    0.503658] pci 0001:00:06.0:   bridge window [mem 0x80300000-0x805fffff]
[    0.503666] pci 0001:00:06.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.503717] pci_bus 0001:05: extended config space not accessible
[    0.504865] pci 0001:05:0c.0: [1166:0240] type 00 class 0x01018f
[    0.504885] pci 0001:05:0c.0: reg 0x10: [io  0x811000-0x811007]
[    0.504895] pci 0001:05:0c.0: reg 0x14: [io  0x811000-0x811003]
[    0.504906] pci 0001:05:0c.0: reg 0x18: [io  0x811000-0x811007]
[    0.504916] pci 0001:05:0c.0: reg 0x1c: [io  0x811000-0x811003]
[    0.504926] pci 0001:05:0c.0: reg 0x20: [io  0x811000-0x81100f]
[    0.504937] pci 0001:05:0c.0: reg 0x24: [mem 0x80600000-0x80601fff]
[    0.507553] pci 0001:00:07.0: PCI bridge to [bus 05]
[    0.507571] pci 0001:00:07.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.507579] pci 0001:00:07.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.507626] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 07
[    0.507767] PCI 0000:f0 Cannot reserve Legacy IO [io  0x10000-0x10fff]
[    0.507785] pci_bus 0000:f0: resource 4 [io  0x10000-0x80ffff]
[    0.507789] pci_bus 0000:f0: resource 5 [mem 0xf1000000-0xf1ffffff]
[    0.507793] pci_bus 0000:f0: resource 6 [mem 0x90000000-0x9fffffff]
[    0.507812] pci 0001:00:01.0: PCI bridge to [bus 06]
[    0.507822] pci 0001:00:02.0: PCI bridge to [bus 07]
[    0.507832] pci 0001:00:03.0: PCI bridge to [bus 01]
[    0.507838] pci 0001:00:03.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.507847] pci 0001:00:04.0: PCI bridge to [bus 02]
[    0.507853] pci 0001:00:04.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.507861] pci 0001:00:05.0: PCI bridge to [bus 03]
[    0.507867] pci 0001:00:05.0:   bridge window [mem 0x80200000-0x802fffff]
[    0.507875] pci 0001:00:06.0: PCI bridge to [bus 04]
[    0.507881] pci 0001:00:06.0:   bridge window [mem 0x80300000-0x805fffff]
[    0.507889] pci 0001:00:07.0: PCI bridge to [bus 05]
[    0.507895] pci 0001:00:07.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.507903] pci_bus 0001:00: resource 4 [io  0x811000-0xc10fff]
[    0.507908] pci_bus 0001:00: resource 5 [mem 0xfa000000-0xffffffff]
[    0.507912] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[    0.507916] pci_bus 0001:00: resource 7 [mem 0xa0000000-0xefffffff]
[    0.507920] pci_bus 0001:01: resource 1 [mem 0x80000000-0x800fffff]
[    0.507925] pci_bus 0001:02: resource 1 [mem 0x80100000-0x801fffff]
[    0.507930] pci_bus 0001:03: resource 1 [mem 0x80200000-0x802fffff]
[    0.507934] pci_bus 0001:04: resource 1 [mem 0x80300000-0x805fffff]
[    0.507938] pci_bus 0001:05: resource 1 [mem 0x80600000-0x806fffff]
[    0.508618] PCI: Probing PCI hardware done
[    0.525301] HugeTLB registered 16.0 MiB page size, pre-allocated 0 pages
[    0.532212] fbcon: Taking over console
[    0.532612] iommu: Default domain type: Translated
[    0.532919] pci 0000:f0:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.532948] pci 0000:f0:10.0: vgaarb: bridge control possible
[    0.532953] pci 0000:f0:10.0: vgaarb: setting as boot device (VGA legacy resources not available)
[    0.532954] vgaarb: loaded
[    0.534733] pps_core: LinuxPPS API ver. 1 registered
[    0.534737] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.534781] PTP clock support registered
[    0.534827] EDAC MC: Ver: 3.0.0
[    0.537072] clocksource: Switched to clocksource timebase
[    0.632211] VFS: Disk quotas dquot_6.6.0
[    0.632288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.639596] random: fast init done
[    0.649280] NET: Registered protocol family 2
[    0.650569] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.650624] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.650870] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.651741] TCP: Hash tables configured (established 32768 bind 32768)
[    0.652102] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.652352] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.652427] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.652756] NET: Registered protocol family 1
[    0.652778] NET: Registered protocol family 44
[    0.652814] pci 0000:f0:10.0: CLS mismatch (32 != 64), using 128 bytes
[    0.652826] pci 0001:00:01.0: MSI quirk detected; subordinate MSI disabled
[    0.652831] pci 0001:00:01.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.652839] pci 0001:00:02.0: MSI quirk detected; subordinate MSI disabled
[    0.652843] pci 0001:00:02.0: AMD8131 rev 12 detected; disabling PCI-X MMRBC
[    0.652894] pci 0001:01:08.0: enabling device (0000 -> 0002)
[    0.652968] pci 0001:01:09.0: enabling device (0000 -> 0002)
[    0.653017] pci 0001:02:0b.0: enabling device (0000 -> 0002)
[    0.653110] pci 0001:02:0b.1: enabling device (0000 -> 0002)
[    0.653197] pci 0001:02:0b.2: enabling device (0004 -> 0006)
[    0.653560] Trying to unpack rootfs image as initramfs...
[    3.073878] Freeing initrd memory: 59500K
[    3.078562] Initialise system trusted keyrings
[    3.078887] workingset: timestamp_bits=38 max_order=20 bucket_order=0
[    3.094678] zbud: loaded
[    3.148937] Key type asymmetric registered
[    3.148943] Asymmetric key parser 'x509' registered
[    3.149004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.149209] io scheduler mq-deadline registered
[    3.149213] io scheduler kyber registered
[    3.149539] io scheduler bfq registered
[    3.152528] pci 0000:f0:10.0: enabling device (0086 -> 0087)
[    3.152558] Using unsupported 1280x960 (null) at 94008000, depth=8, pitch=1280
[    3.153421] Console: switching to colour frame buffer device 160x60
[    3.187593] fb0: Open Firmware frame buffer device on /pci@0,f0000000/ATY,Rage128Ps@10
[    3.188294] Driver 'hvc_console' was unable to register with bus_type 'vio' because the bus was not initialized.
[    3.189023] Non-volatile memory driver v1.3
[    3.190620] MacIO PCI driver attached to K2 chipset
[    3.196497] libphy: Fixed MDIO Bus: probed
[    3.197571] mousedev: PS/2 mouse device common for all mice
[    3.198276] rtc-generic rtc-generic: registered as rtc0
[    3.198577] rtc-generic rtc-generic: setting system clock to 2020-02-11T06:46:31 UTC (1581403591)
[    3.198941] PowerMac i2c bus pmu 2 registered
[    3.199220] PowerMac i2c bus pmu 1 registered
[    3.199482] PowerMac i2c bus mac-io 0 registered
[    3.200306] PowerMac i2c bus u3 1 registered
[    3.200518] i2c i2c-3: i2c-powermac: modalias failure on /u3@0,f8000000/i2c@f8001000/cereal@1c0
[    3.201221] PowerMac i2c bus u3 0 registered
[    3.244457] pmac64_cpufreq: Registering G5 CPU frequency driver
[    3.244462] pmac64_cpufreq: Frequency method: i2c/pfunc, Voltage method: i2c/pfunc
[    3.244465] pmac64_cpufreq: Low: 1304 Mhz, High: 2000 Mhz, Cur: 1304 MHz
[    3.244981] ledtrig-cpu: registered to indicate activity on CPUs
[    3.245007] Driver 'nx-crypto' was unable to register with bus_type 'vio' because the bus was not initialized.
[    3.246908] NET: Registered protocol family 10
[    3.268818] Segment Routing with IPv6
[    3.268823] RPL Segment Routing with IPv6
[    3.268890] NET: Registered protocol family 17
[    3.269044] Key type dns_resolver registered
[    3.269144] drmem: No dynamic reconfiguration memory found
[    3.269485] registered taskstats version 1
[    3.269503] Loading compiled-in X.509 certificates
[    3.269691] zswap: loaded using pool lzo/zbud
[    3.270131] Key type ._fscrypt registered
[    3.270135] Key type .fscrypt registered
[    3.270136] Key type fscrypt-provisioning registered
[    3.271819] input: PMU as /devices/virtual/input/input0
[    3.286129] Freeing unused kernel memory: 4968K
[    3.286135] This architecture does not have kernel memory protection.
[    3.286202] Run /init as init process
[    3.286206]   with arguments:
[    3.286208]     /init
[    3.286209]   with environment:
[    3.286210]     HOME=/
[    3.286212]     TERM=linux
[    3.286213]     BOOT_IMAGE=/boot/vmlinux-5.9.11_1
[    4.116450] device-mapper: uevent: version 1.0.3
[    4.116989] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    4.152136] windfarm: Initializing for desktop G5 with 2 chips
[    4.186172] wf_pm72: Liquid cooling pump(s) detected, using new algorithm !
[    4.187567] windfarm: CPUs control loops started.
[    4.187606] wf_pm72: Backside control loop started.
[    4.187608] wf_pm72: Drive bay control loop started.
[    4.224179] systemd-udevd[280]: starting version 3.2.9
[    4.224989] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.225109] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.225142] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.229940] udevd[281]: starting eudev-3.2.9
[    4.469724] dracut: rd.md=0: removing MD RAID activation
[    4.775611] pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
[    4.775952] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    4.776780] SCSI subsystem initialized
[    4.797183] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    4.827095] usbcore: registered new interface driver usbfs
[    4.827203] usbcore: registered new interface driver hub
[    4.827533] libata version 3.00 loaded.
[    4.829025] firewire_ohci 0001:03:0e.0: enabling device (0000 -> 0002)
[    4.830747] sata_svw 0001:05:0c.0: version 2.3
[    4.838424] pata-pci-macio 0001:03:0d.0: enabling device (0010 -> 0012)
[    4.838827] usbcore: registered new device driver usb
[    4.851106] scsi host0: sata_svw
[    4.853752] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.858690] pata-pci-macio 0001:03:0d.0: Activating pata-macio chipset K2 ATA-6, Apple bus ID 3
[    4.862776] ehci-pci: EHCI PCI platform driver
[    4.862993] ehci-pci 0001:02:0b.2: EHCI Host Controller
[    4.863031] ehci-pci 0001:02:0b.2: new USB bus registered, assigned bus number 1
[    4.863197] ehci-pci 0001:02:0b.2: irq 63, io mem 0x80100000
[    4.863587] scsi host1: sata_svw
[    4.866014] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.867450] scsi host2: pata_macio
[    4.867928] ata5: PATA max UDMA/100 irq 39
[    4.871563] scsi host3: sata_svw
[    4.872359] scsi host4: sata_svw
[    4.872821] ata1: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600000 irq 17
[    4.872825] ata2: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600100 irq 17
[    4.872829] ata3: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600200 irq 17
[    4.872833] ata4: SATA max UDMA/133 mmio m8192@0x80600000 port 0x80600300 irq 17
[    4.877145] ehci-pci 0001:02:0b.2: USB 2.0 started, EHCI 1.00
[    4.885337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    4.885343] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.885346] usb usb1: Product: EHCI Host Controller
[    4.885348] usb usb1: Manufacturer: Linux 5.9.11_1 ehci_hcd
[    4.885351] usb usb1: SerialNumber: 0001:02:0b.2
[    4.886525] hub 1-0:1.0: USB hub found
[    4.886592] hub 1-0:1.0: 5 ports detected
[    4.889246] firewire_ohci 0001:03:0e.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[    4.898112] ohci-pci: OHCI PCI platform driver
[    4.898280] ohci-pci 0001:01:08.0: OHCI PCI host controller
[    4.898305] ohci-pci 0001:01:08.0: new USB bus registered, assigned bus number 2
[    4.898437] ohci-pci 0001:01:08.0: irq 27, io mem 0x80081000
[    4.977962] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    4.977967] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.977970] usb usb2: Product: OHCI PCI host controller
[    4.977972] usb usb2: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    4.977975] usb usb2: SerialNumber: 0001:01:08.0
[    4.979421] hub 2-0:1.0: USB hub found
[    4.979506] hub 2-0:1.0: 2 ports detected
[    4.981273] ohci-pci 0001:01:09.0: OHCI PCI host controller
[    4.981297] ohci-pci 0001:01:09.0: new USB bus registered, assigned bus number 3
[    4.981490] ohci-pci 0001:01:09.0: irq 28, io mem 0x80080000
[    5.028005] ata5.00: ATAPI: PIONEER DVD-RW  DVR-117D, B705, max UDMA/66
[    5.039224] scsi 2:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-117D B705 PQ: 0 ANSI: 5
[    5.039253] ata5.00: K2/Shasta alignment limits applied
[    5.062226] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.062231] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.062234] usb usb3: Product: OHCI PCI host controller
[    5.062236] usb usb3: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.062239] usb usb3: SerialNumber: 0001:01:09.0
[    5.064075] hub 3-0:1.0: USB hub found
[    5.064925] hub 3-0:1.0: 2 ports detected
[    5.067057] ohci-pci 0001:02:0b.0: OHCI PCI host controller
[    5.067099] ohci-pci 0001:02:0b.0: new USB bus registered, assigned bus number 4
[    5.067235] ohci-pci 0001:02:0b.0: irq 63, io mem 0x80102000
[    5.145633] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.145641] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.145644] usb usb4: Product: OHCI PCI host controller
[    5.145647] usb usb4: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.145649] usb usb4: SerialNumber: 0001:02:0b.0
[    5.146763] hub 4-0:1.0: USB hub found
[    5.146839] hub 4-0:1.0: 3 ports detected
[    5.148024] ohci-pci 0001:02:0b.1: OHCI PCI host controller
[    5.148048] ohci-pci 0001:02:0b.1: new USB bus registered, assigned bus number 5
[    5.148175] ohci-pci 0001:02:0b.1: irq 63, io mem 0x80101000
[    5.187900] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.190479] ata1.00: ATA-8: ST3250318AS, HP40, max UDMA/100
[    5.190484] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    5.195264] ata1.00: configured for UDMA/100
[    5.195837] scsi 0:0:0:0: Direct-Access     ATA      ST3250318AS      HP40 PQ: 0 ANSI: 5
[    5.225444] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[    5.225451] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.225454] usb usb5: Product: OHCI PCI host controller
[    5.225458] usb usb5: Manufacturer: Linux 5.9.11_1 ohci_hcd
[    5.225462] usb usb5: SerialNumber: 0001:02:0b.1
[    5.227006] hub 5-0:1.0: USB hub found
[    5.227110] hub 5-0:1.0: 2 ports detected
[    5.409675] firewire_core 0001:03:0e.0: created device fw0: GUID 000d93fffe570a90, S800
[    5.522689] ata2: SATA link down (SStatus 4 SControl 300)
[    5.847309] ata3: SATA link down (SStatus 4 SControl 300)
[    5.977093] usb 5-2: new full-speed USB device number 2 using ohci-pci
[    6.174658] ata4: SATA link down (SStatus 4 SControl 300)
[    6.202832] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    6.202864] sd 0:0:0:0: [sda] Write Protect is off
[    6.202869] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.202914] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.218128] usb 5-2: New USB device found, idVendor=05ac, idProduct=1003, bcdDevice= 4.10
[    6.218133] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.218136] usb 5-2: Product: Hub in Apple Extended USB Keyboard
[    6.218138] usb 5-2: Manufacturer: Mitsumi Electric
[    6.221716] hub 5-2:1.0: USB hub found
[    6.222598]  sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
[    6.224140] hub 5-2:1.0: 3 ports detected
[    6.228213] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.242651] sr 2:0:0:0: [sr0] scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
[    6.242679] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.254749] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    6.549103] usb 5-2.1: new low-speed USB device number 3 using ohci-pci
[    6.682120] usb 5-2.1: New USB device found, idVendor=045e, idProduct=007d, bcdDevice= 2.00
[    6.682127] usb 5-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.682130] usb 5-2.1: Product: Microsoft Notebook/Mobile Optical Mouse 2.0
[    6.682134] usb 5-2.1: Manufacturer: Microsoft
[    6.703463] hid: raw HID events driver (C) Jiri Kosina
[    6.717227] usbcore: registered new interface driver usbhid
[    6.717231] usbhid: USB HID core driver
[    6.718959] usbcore: registered new interface driver usbmouse
[    6.726619] input: Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0 as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.1/5-2.1:1.0/0003:045E:007D.0001/input/input1
[    6.727006] hid-generic 0003:045E:007D.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0] on usb-0001:02:0b.1-2.1/input0
[    6.777112] usb 5-2.3: new full-speed USB device number 4 using ohci-pci
[    6.909251] usb 5-2.3: New USB device found, idVendor=05ac, idProduct=020b, bcdDevice= 4.10
[    6.909300] usb 5-2.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    6.909304] usb 5-2.3: Product: Apple Extended USB Keyboard
[    6.909308] usb 5-2.3: Manufacturer: Mitsumi Electric
[    6.922209] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.0/0003:05AC:020B.0002/input/input2
[    6.981662] hid-generic 0003:05AC:020B.0002: input,hidraw1: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0001:02:0b.1-2.3/input0
[    6.990696] input: Mitsumi Electric Apple Extended USB Keyboard System Control as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.1/0003:05AC:020B.0003/input/input3
[    7.049468] input: Mitsumi Electric Apple Extended USB Keyboard Consumer Control as /devices/pci0001:00/0001:00:04.0/0001:02:0b.1/usb5/5-2/5-2.3/5-2.3:1.1/0003:05AC:020B.0003/input/input4
[    7.049933] hid-generic 0003:05AC:020B.0003: input,hidraw2: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0001:02:0b.1-2.3/input1
[    7.061612] usbcore: registered new interface driver usbkbd
[    7.812260] EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem
[    7.823557] EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
[    8.014824] dracut: Checking ext2: /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28
[    8.015283] dracut: issuing e2fsck -a  /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28
[    8.043230] dracut: /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28: clean, 76499/786432 files, 947776/3145728 blocks
[    8.059600] dracut: Mounting /dev/disk/by-uuid/9a459fe1-9778-4216-85bc-cb8b7a6c6c28 with -o defaults,ro
[    8.106489] EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem
[    8.139987] EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
[    8.364114] dracut: Mounted root filesystem /dev/sda6
[    8.714777] dracut: Switching root
[    8.853240] random: crng init done
[    8.853251] random: 6 urandom warning(s) missed due to ratelimiting
[   10.382617] fuse: init (API version 7.31)
[   10.585075] raid6: altivecx8 gen()  3337 MB/s
[   10.653070] raid6: altivecx4 gen()  3569 MB/s
[   10.721080] raid6: altivecx2 gen()  3060 MB/s
[   10.789072] raid6: altivecx1 gen()  2057 MB/s
[   10.857071] raid6: int64x8  gen()  1559 MB/s
[   10.925074] raid6: int64x8  xor()   888 MB/s
[   10.993068] raid6: int64x4  gen()  1538 MB/s
[   11.061071] raid6: int64x4  xor()   945 MB/s
[   11.129073] raid6: int64x2  gen()  1361 MB/s
[   11.197078] raid6: int64x2  xor()   830 MB/s
[   11.265064] raid6: int64x1  gen()   908 MB/s
[   11.333078] raid6: int64x1  xor()   271 MB/s
[   11.333081] raid6: using algorithm altivecx4 gen() 3569 MB/s
[   11.333083] raid6: using intx1 recovery algorithm
[   11.349043] xor: measuring software checksum speed
[   11.385065]    8regs     :  3450.000 MB/sec
[   11.425063]    8regs_prefetch:  2941.000 MB/sec
[   11.465064]    32regs    :  3578.000 MB/sec
[   11.505064]    32regs_prefetch:  3117.000 MB/sec
[   11.545084]    altivec   :  5130.000 MB/sec
[   11.545087] xor: using function: altivec (5130.000 MB/sec)
[   11.545170] pmac64_cpufreq: Timeout in clock slewing !
[   11.686861] Btrfs loaded, crc32c=crc32c-generic
[   11.862724] loop: module loaded
[   11.902865] tun: Universal TUN/TAP device driver, 1.6
[   11.943452] PPP generic driver version 2.4.2
[   12.030169] VFIO - User Level meta-driver version: 0.3
[   12.151390] Bluetooth: Core ver 2.22
[   12.151521] NET: Registered protocol family 31
[   12.151523] Bluetooth: HCI device and connection manager initialized
[   12.151541] Bluetooth: HCI socket layer initialized
[   12.151548] Bluetooth: L2CAP socket layer initialized
[   12.151565] Bluetooth: SCO socket layer initialized
[   12.261531] NET: Registered protocol family 40
[   12.742758] udevd[620]: starting version 3.2.9
[   12.953259] udevd[621]: starting eudev-3.2.9
[   13.356355] Linux agpgart interface v0.103
[   13.363118] agpgart-uninorth 0000:f0:0b.0: Apple U3H chipset
[   13.369225] agpgart-uninorth 0000:f0:0b.0: configuring for size idx: 64
[   13.369562] agpgart-uninorth 0000:f0:0b.0: AGP aperture is 256M @ 0x0
[   13.671258] usbcore: registered new device driver apple-mfi-fastcharge
[   13.674669] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[   13.677490] gem 0001:04:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0d:93:57:0a:90
[   14.027430] gem 0001:04:0f.0 enP1p4s15f0: renamed from eth0
[   14.204779] snd-aoa-fabric-layout: Using PMF GPIOs
[   14.330297] snd-aoa-fabric-layout: can use this codec
[   14.413783] snd-aoa-codec-tas: tas found, addr 0x35 on /ht@0,f2000000/pci@3/mac-io@7/i2c@18000/deq@6a
[   16.455505] EXT4-fs (sda6): re-mounted. Opts: (null)
[   18.294739] EXT4-fs (sda6): re-mounted. Opts: (null)
[   18.409095] Adding 8388604k swap on /dev/sda7.  Priority:-2 extents:1 across:8388604k FS
[   20.648480] udevd[710]: starting version 3.2.9
[   20.657796] udevd[710]: starting eudev-3.2.9
[   27.341426] sungem_phy: PHY ID: 2062e0, addr: 1
[   27.341695] gem 0001:04:0f.0 enP1p4s15f0: Found BCM5421-K2 PHY
[   30.977262] gem 0001:04:0f.0 enP1p4s15f0: Link is up at 1000 Mbps, full-duplex
[   30.977385] gem 0001:04:0f.0 enP1p4s15f0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[   30.977443] IPv6: ADDRCONF(NETDEV_CHANGE): enP1p4s15f0: link becomes ready
[   39.668027] elogind-daemon[782]: Watching system buttons on /dev/input/event2 (Mitsumi Electric Apple Extended USB Keyboard)
[   39.668610] elogind-daemon[782]: Watching system buttons on /dev/input/event3 (Mitsumi Electric Apple Extended USB Keyboard System Control)
[   39.685600] elogind-daemon[782]: Watching system buttons on /dev/input/event0 (PMU)
[   39.685985] elogind-daemon[782]: New seat seat0.
[   39.696516] elogind-daemon[782]: New session 1 of user root.

Maybe there are some hints in those logs? Attached photos of the card too incase of anything. Thanks for your help :)
It still seems to me that it either can't find the cards framebuffer (even though it seems to know about it) or it can't find a screen to use.

Try changing this
Code:
Section "OutputClass"
        Identifier "AMDgpu"
        MatchDriver "amdgpu"
        Driver "xf86-video-r128"
        #Driver "fbdev"
EndSection

to

Code:
Section "Device"
        Identifier "AMDgpu"
        Driver "xf86-video-r128"
        BusID "PCI:0:16:0"
        #Driver "fbdev"
EndSection

and then add
Code:
Device "AMDgpu"
underneath
Code:
Identifier "Screen0"
in your screen section
 

NathanJHill

macrumors regular
Oct 29, 2014
125
91
Trip Report:

I finally got VoidLinuxPPC installed on the ol' Mac mini G4. The issues/bugs I found:

pmac-fdisk was particularly an issue. I did pmac-fdisk /dev/sda to partition my internal ssd, and it would hang, giving me no feedback as to its progress. Eventually, after trial and error and messing around with fdisk, I wiped the whole hard drive and got it to work. The trick was to wait a little bit (no idea how long) and press "return" again on the keyboard. It then gave me some feedback that a new partition map had been initialized. At that point, it was easy to follow the rest of the suggested directions from void-installer.

For whatever reason, this had not worked before, and even though I waited, it would show a partition only with 4 blocks or something. So weird. I do have a hunch that reformatting the hard drive as a whole did help.

Install was straightforward. Console only, it's nice and zippy, but I'm using the MUSL version and XFCE4 runs okay but the fans kick up a lot. I just saw the note that the ATI 9200 GPUs have issues with MUSL and OpenGL, so I may switch over to the glibc version in a bit to see how that goes. Maybe it will be a faster process this time.

One more addendum: The booting instructions for New World Macs in the Void Linux docs was also not really helpful. I've never gotten the "ud" / creating an alias to a USB drive to work. What has worked is to:

Code:
dev usb0
ls

Until I see the USB drive. Then I just type:

Code:
boot usb0/disk@1:,\intall\grub.img

Creating the alias just leads to LOADSIZE errors or a false boot. So strange.
 
Last edited:

eld

macrumors newbie
Nov 25, 2020
5
2
Try changing this

Thank you very much but following your suggestion I got the message "Warning, couldn't open module xf86-video-r128" ...

/usr/share/X11/xorg.conf.d/10-amdgpu.conf as follows:

Code:
Section "Device"
        Identifier "AMDgpu"
        Driver "xf86-video-r128"
        BusID "PCI:0:16:0"
        #Driver "fbdev"
EndSection

/usr/share/X11/xorg.conf.d/10-monitor.conf as follows:

Code:
Section "Monitor"

    Identifier "VGA1"
    Modeline "1024x768_50.00"   52.00  1024 1072 1168 1312  768 771 775 793 -hsync +vsync
    Modeline "800x600_50.00"   30.75  800 824 896 992  600 603 607 621 -hsync +vsync
    Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "AMDgpu"
    Monitor "VGA1"
    DefaultDepth 24
    SubSection "Display"
        Depth 1
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 4
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 8
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 15
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes "800x600_50.00" "1024x768_50.00" "800x600_60.00" "1024x768_60.00"
    EndSubSection
EndSection

# cat /var/log/Xorg.0.log
Code:
[   163.020]

X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   163.020] Build Operating System: Linux Void
[   163.020] Current Operating System: Linux localhost.localdomain 5.9.11_1 #1 SMP Thu Nov 26 01:15:39 UTC 2020 ppc64
[   163.020] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[   163.020] Build Date: 29 September 2020  09:14:57PM
[   163.020]
[   163.020] Current version of pixman: 0.40.0
[   163.020]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   163.020] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   163.020] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 14 01:39:55 2020
[   163.021] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   163.022] (==) No Layout section.  Using the first Screen section.
[   163.022] (**) |-->Screen "Screen0" (0)
[   163.022] (**) |   |-->Monitor "VGA1"
[   163.022] (**) |   |-->Device "AMDgpu"
[   163.022] (==) Automatically adding devices
[   163.022] (==) Automatically enabling devices
[   163.022] (==) Automatically adding GPU devices
[   163.022] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   163.022] (WW) The directory "/usr/share/fonts/X11/TTF" does not exist.
[   163.022]     Entry deleted from font path.
[   163.022] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[   163.022]     Entry deleted from font path.
[   163.022] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[   163.022]     Entry deleted from font path.
[   163.022] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
[   163.022]     Entry deleted from font path.
[   163.022]     (Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
[   163.022] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
[   163.022]     Entry deleted from font path.
[   163.023]     (Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi").
[   163.023] (==) FontPath set to:
    /usr/share/fonts/X11/misc
[   163.023] (==) ModulePath set to "/usr/lib/xorg/modules"
[   163.023] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   163.023] (II) Module ABI versions:
[   163.023]     X.Org ANSI C Emulation: 0.4
[   163.023]     X.Org Video Driver: 24.1
[   163.023]     X.Org XInput driver : 24.1
[   163.023]     X.Org Server Extension : 10.0
[   163.032] (--) PCI:*(240@0:16:0) 1002:5046:0000:0000 rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[   163.032] (II) LoadModule: "glx"
[   163.032] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   163.036] (II) Module glx: vendor="X.Org Foundation"
[   163.036]     compiled for 1.20.9, module version = 1.0.0
[   163.036]     ABI class: X.Org Server Extension, version 10.0
[   163.036] (II) LoadModule: "xf86-video-r128"
[   163.037] (WW) Warning, couldn't open module xf86-video-r128
[   163.037] (EE) Failed to load module "xf86-video-r128" (module does not exist, 0)
[   163.037] (EE) No drivers available.
[   163.037] (EE)
Fatal server error:
[   163.037] (EE) no screens found(EE)
[   163.037] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   163.037] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   163.037] (EE)
[   163.037] (EE) Server terminated with error (1). Closing log file.

I tried replacing Driver "xf86-video-r128" with "r128" and got:

# cat /var/log/Xorg.0.log
Code:
[    65.227]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    65.227] Build Operating System: Linux Void
[    65.227] Current Operating System: Linux localhost.localdomain 5.9.11_1 #1 SMP Thu Nov 26 01:15:39 UTC 2020 ppc64
[    65.227] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.9.11_1 root=UUID=9a459fe1-9778-4216-85bc-cb8b7a6c6c28 ro loglevel=4 slub_debug=P page_poison=1
[    65.227] Build Date: 29 September 2020  09:14:57PM
[    65.227]
[    65.227] Current version of pixman: 0.40.0
[    65.228]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    65.228] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    65.228] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 14 01:34:41 2020
[    65.228] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    65.229] (==) No Layout section.  Using the first Screen section.
[    65.229] (**) |-->Screen "Screen0" (0)
[    65.229] (**) |   |-->Monitor "VGA1"
[    65.230] (**) |   |-->Device "AMDgpu"
[    65.230] (==) Automatically adding devices
[    65.230] (==) Automatically enabling devices
[    65.230] (==) Automatically adding GPU devices
[    65.230] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    65.230] (WW) The directory "/usr/share/fonts/X11/TTF" does not exist.
[    65.230]     Entry deleted from font path.
[    65.230] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[    65.230]     Entry deleted from font path.
[    65.230] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[    65.230]     Entry deleted from font path.
[    65.230] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
[    65.230]     Entry deleted from font path.
[    65.230]     (Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
[    65.230] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
[    65.230]     Entry deleted from font path.
[    65.230]     (Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi").
[    65.230] (==) FontPath set to:
    /usr/share/fonts/X11/misc
[    65.230] (==) ModulePath set to "/usr/lib/xorg/modules"
[    65.230] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    65.230] (II) Module ABI versions:
[    65.230]     X.Org ANSI C Emulation: 0.4
[    65.230]     X.Org Video Driver: 24.1
[    65.230]     X.Org XInput driver : 24.1
[    65.230]     X.Org Server Extension : 10.0
[    65.239] (--) PCI:*(240@0:16:0) 1002:5046:0000:0000 rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[    65.239] (II) LoadModule: "glx"
[    65.240] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    65.244] (II) Module glx: vendor="X.Org Foundation"
[    65.244]     compiled for 1.20.9, module version = 1.0.0
[    65.244]     ABI class: X.Org Server Extension, version 10.0
[    65.244] (II) LoadModule: "r128"
[    65.244] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[    65.245] (II) Module r128: vendor="X.Org Foundation"
[    65.245]     compiled for 1.20.7, module version = 6.12.0
[    65.245]     Module class: X.Org Video Driver
[    65.245]     ABI class: X.Org Video Driver, version 24.1
[    65.245] (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
[    65.246] (++) using VT number 7

[    65.246] (EE) No devices detected.
[    65.246] (EE)
Fatal server error:
[    65.246] (EE) no screens found(EE)
[    65.246] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[    65.246] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    65.246] (EE)
[    65.270] (EE) Server terminated with error (1). Closing log file.

I'll be able to wait until the Radeon 9600 arrives and give it another try, but very grateful for any other ideas to get this r128 to work. Cheers!
 

ftalbot

macrumors member
Nov 25, 2012
47
28
Québec City
Hi. I'm trying to configure a Quad G5 equipped with a Geforce 6600 (PCIE 16x slot) and a Radeon HD 5770 (from a Mac Pro, in the 8x slot). I have no problem installing Void, but I can't display anything on the Radeon, the only picture is on the 6600. Should I switch slots? Should I blacklist the nouveau driver in the kernel arguments?
Thanks.
 
Last edited:

ftalbot

macrumors member
Nov 25, 2012
47
28
Québec City
Hi. I'm stumped. Booting with the GeForce 6600 in the 8x slot and the Radeon 5770 in the 16x slot, I made a clean install with the XFCE live disk. I added "modprobe.blacklist=nouveau" before rebooting. Now, either with or without the 6600 in the computer, I get a black screen on the 5770 with a white blinking cursor on top. Every few seconds, the login prompt will show for a fraction of a second with the last boot stage lines and disappear.


Capture d’écran, le 2020-12-20 à 09.45.20.png Capture d’écran, le 2020-12-20 à 09.45.06.png
 

wicknix

macrumors 68030
Jun 4, 2017
2,611
5,279
Wisconsin, USA
I haven't tried dual video cards yet, but for the geforce6600 you'll probably have to pass this boot parameter to the kernel as well: video=TV-1:d .This was required for my geforce5200 to work in debian, ubuntu, and void. I have no clue about your 5770 though.

Cheers
 

ftalbot

macrumors member
Nov 25, 2012
47
28
Québec City
I haven't tried dual video cards yet, but for the geforce6600 you'll probably have to pass this boot parameter to the kernel as well: video=TV-1:d .This was required for my geforce5200 to work in debian, ubuntu, and void. I have no clue about your 5770 though.

Cheers
Thanks. No parameters are required to boot with the 6600 as the main display.
I did a little more testing. Booting with the 5770 in the 16x slot, the blinking I described looks like xorg trying to launch unsuccessfully in loop. The xorg.0.log remains empty, but the lxdm.log file mentions that no suitable framebuffer is available. While it blinks, I can switch to another console, but I get back to the first console every 3 seconds.
I suppose that I need to properly configure my device in xorg.conf.d, but I’m stuck at this point.

[update]

I ran out of ideas. I reverted my kernel parameters and Xorg.conf files to their original versions, removed the GeForce 6600 and put back in my Radeon x1900 (leaving the Radeon 5770 in the 8x slot). Booted the computer one last time and, lo and behold, I ended up with a XFCE4 desktop on the monitor connected to the Radeon 5770!
 
Last edited:

fra9000

macrumors member
Aug 28, 2020
47
72
Italia
Trying to install Void Linux. I'm in a dead end. The installer did not store my keyboard layout so now that I have installed the system modifying any config is very hard:

1) I have to restore grub entries since I cannot see anymore MacOS X entries (yaboot has always been perfect at that)
2) I have to edit xorg.conf to make the system to start

But in both case with the wrong keyboard layout I cannot do any edits to the files. And the fact that void uses Vi instead of Nano it makes the thing a real nightmare. Cannot print the <">, cannot use the arrows (it prints weird characters), etc etc.

Any help here is really appreciated.
 

ftalbot

macrumors member
Nov 25, 2012
47
28
Québec City
how can you even manage to use newer cards in the PCIe G5s?
Hi. A Radeon HD up to 6xxx generation with up to 1Gb of RAM will work with Linux, but not macOS (it will show up in system profiler, but won't be usable since there are no drivers). You will need the original GPU to boot and make the installation.

In my case, my Radeon X1900 is in the 16x slot and the Radeon HD 5770 is in the 8x slot. The install process was a bit tricky : I first booted with a single GeForce 6600 to install Void Linux. I then installed the Radeon 5770 and tried, without success, to keep the GeForce but force Xorg to display on the Radeon (using informations from this thread, which used to work for me in Lubuntu 16.04 : https://forums.gentoo.org/viewtopic-t-1056950-start-0.html). Eventually, I replaced the GeForce with my Radeon x1900 : while it works in macOS, it is not supported by any Linux bistro. On startup, grub and the first stages of boot show up on the display attached to the x1900, but the console will eventually switch to the display attached to the Radeon 5770.

Small note : the fan of the x1900 will go full spin under Linux, which is a bit annoying.
 
Last edited:
  • Like
Reactions: dextructor

NathanJHill

macrumors regular
Oct 29, 2014
125
91
This may be stupid question, but what flavor of Linux will work on my PB G4 Titanium 1ghz ? I want to leave Leopard.
There are a few answers, and it does depend on what you want. Void Linux PPC will work. I am running it on my Mac Mini G4, and I like it... though it took some tinkering to configure. I think your Radeon 9000 card should be okay.

MacBuntu Remix might be a speedier option too.
 

NathanJHill

macrumors regular
Oct 29, 2014
125
91
Trying to install Void Linux. I'm in a dead end. The installer did not store my keyboard layout so now that I have installed the system modifying any config is very hard:

1) I have to restore grub entries since I cannot see anymore MacOS X entries (yaboot has always been perfect at that)
2) I have to edit xorg.conf to make the system to start

But in both case with the wrong keyboard layout I cannot do any edits to the files. And the fact that void uses Vi instead of Nano it makes the thing a real nightmare. Cannot print the <">, cannot use the arrows (it prints weird characters), etc etc.

Any help here is really appreciated.
Wow. Yikes. This is the stuff that can make Linux a pain, even on well-supported hardware.

To me, it sounds like you should start fresh before banging your head against the wall. I know that takes time, but I ended up burning the Void Linux PPC image a second time when it wouldn't partition my Mac Mini's SSD the first go round. Also, try to the libc version not the MUSL version.
 

sqeeezy

macrumors newbie
Apr 4, 2020
28
9
spain
Maybe I was lucky, but musl xfce void has turned out good for me and the installation was fairly hassle-free. 1GHz TiBook, posted up above ^ somewhere. I still have Leopard and Tiger and for what it's worth, Debianppc, and use the option key start-up for MacOS booting if I want it which is not so inconvenient. I tried macbuntu remix twice but it didn't stand the test of time, void seems more robust. Good luck.
 

NathanJHill

macrumors regular
Oct 29, 2014
125
91
Maybe I was lucky, but musl xfce void has turned out good for me and the installation was fairly hassle-free. 1GHz TiBook, posted up above ^ somewhere. I still have Leopard and Tiger and for what it's worth, Debianppc, and use the option key start-up for MacOS booting if I want it which is not so inconvenient. I tried macbuntu remix twice but it didn't stand the test of time, void seems more robust. Good luck.
Sounds great. I know theoretically MUSL sounds intriguing for PowerPC machines for simplicity and cleanness of its code. I've had issues with the MUSL versions of both VoidLinux PPC and Adelie, all frustrating. But I can always try again down the road.

Have you modded XFCE4 to your liking?
 

sqeeezy

macrumors newbie
Apr 4, 2020
28
9
spain
Sounds great. I know theoretically MUSL sounds intriguing for PowerPC machines for simplicity and cleanness of its code. I've had issues with the MUSL versions of both VoidLinux PPC and Adelie, all frustrating. But I can always try again down the road.

Have you modded XFCE4 to your liking?
xfce4 modded, dunno, I'm just a permanent noob distro-hopping wannabe coder ;-) I found this slub thingy and did that
and that made a big difference. I had more or less laid the old TiBook to rest before void came along, and I played with void for a bit in my cold backroom where it lives, but I still haven't persevered with the USB2 ExpressCard slow speed problem. I've played with void on my rpi's as well and i like it, but the TiBook sees little use: today just ssh-controlling cmus on a rpi while my rmbp was getting a backup.
 

bd129

macrumors newbie
Dec 31, 2019
19
7
Anyone else have problems on the G5 with PulseAudio 14? When I update it, the only noise I get when sound plays is a static sound, and it gives no apparent error messages - no matter what I seem to do the the config. Pulse 13 works just fine.
 

dreadone

macrumors member
Mar 19, 2017
40
19
Germany
Hallo,
here all updates for voidlinux64 on a g5quad / hd6970 working. Pulseaudio 1.4 has no problem. I can hear onboard-sound.
Speed with Firefox 84.02 is ok, but colours (pictures and videos) still are not correct.
Screenshot_20210113_pulse.png
 

dreadone

macrumors member
Mar 19, 2017
40
19
Germany
Maybe someone knows howto install this sata II /pcie card: Firmtek seritek/ 2se2-e. The card can boot a late G5 / osx. Are there drivers for this chip ?
 

Attachments

  • SmartSelect_20201125-154413_Gallery.jpg
    SmartSelect_20201125-154413_Gallery.jpg
    705.5 KB · Views: 114
  • 20201125_154119.jpg
    20201125_154119.jpg
    318 KB · Views: 103
  • sata Sil24ko.png
    sata Sil24ko.png
    149.1 KB · Views: 134

ShiggyMiyamoto

macrumors 6502a
Mar 29, 2004
620
31
Just outside Boston, MA.
Hey all! It's been quite a while since I've posted here! I recently got an iBook G4 second hand and I wanted to play with Void Linux on it. My main question right now is if I install a super base system (i.e. not install what the ISO has) and then once I have the repos up to date, would I simply type xbps-install kde or xbps-install etc and would it pull the proper dependencies like X11 etc? I've not used Void before, though I do use Funtoo on my AMD desktop, so I was wondering how XBPS works. Thanks in advance!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.