PPCNUX / mcnix

Diskussionen rund um Linux, PowerPC und Apple
Aktuelle Zeit: Do 23 Mai 2013, 15:16:18

Alle Zeiten sind UTC + 1 Stunde [ Sommerzeit ]




Ein neues Thema erstellen Auf das Thema antworten  [ 2 Beiträge ] 
Autor Nachricht
 Betreff des Beitrags: iMac G3, Gentoo und xorg.conf
BeitragVerfasst: Mo 30 November 2009, 00:58:53 
Offline

Registriert: Mo 31 August 2009, 15:37:46
Beiträge: 1
nachdem ich jetzt den ganzen Tag damit verbracht habe, an der xorg von meinem G3 iMac zu schrauben, gebe ich jetzt auf - vielleicht kann mir ja hier jemand weiterhelfen. das system ist gentoo auf dem ~ppc zweig. so kompliziert kann das doch nicht sein, ich hab eher das gefühl, die r128 treiber sind nicht (mehr?) richtig ppc kompatibel

die xorg.conf wurde mit xac erstellt, da ich von xorg keine ahnung hab, aber ich hab auch schon viel drin rumgepfuscht, hauptsächlich einfach aus irgendwelchen in foren geposteten xorg.conf kopiert, aber so wie ich das sehe, besteht das hauptproblem darin, dass er nicht aus dem ROM der grafikkarte die informationen auslesen kann und daher auf nicht vorhandene speicherbereiche mapped
Code:
imac X11 # uname -a
Linux imac 2.6.31-gentoo-r6 #6 Sun Nov 29 17:44:32 CET 2009 ppc 740/750 PowerMac2,1 GNU/Linux
Code:
imac X11 # lspci
0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth AGP
0000:00:10.0 Display controller: ATI Technologies Inc Rage 128 RL/VR AGP
0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth PCI
0001:10:17.0 Class ff00: Apple Computer Inc. KeyLargo Mac I/O (rev 02)
0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo USB
0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo USB
0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth Internal PCI
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth GMAC (Sun GEM) (rev 01)
Code:
imac X11 # cat xorg.conf
### This file was generated by xac v0.6_pre3

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

Section "Files"
        ### Multiple FontPath entries are allowed (which are concatenated
        ### together as well as specifying multiple comma-separated
        ### entries in one FontPath command (or both methods)
        ###
        ### For X Font Server support, uncomment this and comment the
        ### other FontPaths. (This is not required for most configurations)
        # FontPath      "unix/:-1"

        FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load            "extmod"
        Load            "dbe"
        # Load          "record"
        Load            "glx"
        Load            "type1"
        Load            "freetype"
        Load            "dri"
EndSection

Section "ServerFlags"
        Option          "blank time"    "10"    # 10 Minutes
        Option          "standby time"  "20"    # 20 Minutes
        Option          "suspend time"  "30"    # 30Minutes
        Option          "off time"      "60"    # 60Minutes
        ### Uncomment so X doesn't fail when no mouse is available
        #Option         "AllowMouseOpenFail"    "true"
        ### Enable this option if X should not change resolutions
        ### This is useful if mode changing corrupts the X Server
        # Option                "DisableVidModeExtensions"      "true"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "kbd"
        ### Check /usr/share/X11/xkb/rules/xorg.lst for available models
        Option          "XkbdModel"             "pc105"
        ### Check /usr/share/X11/xkb/symbols/ for available layouts
        Option          "XkbLayout"             "us"
        Option          "XkbOptions"            "compose:rwin"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        #Driver         "synaptics"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mouse1"
        Option          "Protocol"              "auto"

        ### Set driver options:
        ### The gsynaptics and ksynaptics applications can help to
        ### better configure your trackpad.

        #Option         "SendCoreEvents"        "true"
        ### Set this to 0 to disable all tapping
        #Option         "MaxTapTime"            "100"
        #Option         "HorizScrollDelta"      "30"
        #Option         "VertScrollDelta"       "30"
        #Option         "UpDownScrolling"       "1"     # Enables up/down scrolling
        #Option         "SHMConfig"             "on"    # Allows on the fly driver configuration
        ### To Enable right and middle button tapping:
        ### Using finger combinations:
        # Option                "TapButton2"            "3"     # Enables right button 2 finger tapping
        # Option                "TapButton3"            "2"     # Enables middle button 3 finger tapping
        ### Using the touchpad corners:
        # Option                "RTCornerButton"                "3"
        # Option                "LTCornerButton"                "2"


        ### Unset driver options:
        ### Set this to 0 to disable single finger tapping
        # Option                "MaxTapMove"            "20"
        ### You may need to configure these options for
        ### a more accurate touchpad!
        # Option                "LeftEdge"              "0"
        # Option                "RightEdge"             "0"
        # Option                "TopEdge"               "0"
        # Option                "BottomEdge"            "0"
        # Option                "MinSpeed"              "0"
        # Option                "MaxSpeed"              "0"
        # Option                "AccelFactor"           "0"
        # Option                "FingerLow"             "0"
        # Option                "FingerHigh"            "0"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "r128"
        #Driver         "ati"
        ### Configured ATY Rage128 at PCI Bus ID:
        #BusID          "PCI:0:16:0"

        ### Set driver options:
        #Option         "DMAForXv"      "true"  # Uses DMA for smoother playback, but could be unstable

        ### Unchanged, default driver options:
        #Option         "Display"       "FP"    # Set the display type: FP, CRT or Mirror
        #Option         "NoAccel"       "false" # Disables ALL hardware acceleration
        #Option         "SWcursor"      "false"
        #Option         "UseFBDev"      "true"  # Try disabling this if it does not work
        #Option         "UseFBDev"      "false"
        ### See "man r128" for more information and options
        Option          "NoInt10"       "True"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        UseModes        "Modes0"
        ModelName       "iMac"
        Option          "DPMS"
        HorizSync       60-60
        VertRefresh     75-117
EndSection

Section "Modes"
        Identifier      "Modes0"
        ### # 720x400 59.55 Hz (CVT) hsync: 24.83 kHz; pclk: 22.25 MHz
        Modeline "720x400"   22.25  720 744 808 896  400 403 413 417 -hsync +vsync
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24

        SubSection "Display"
                Depth   8
                Virtual 640 480
                Modes   "640x480" "800x600" "720x400"
        EndSubSection

        SubSection "Display"
                Depth   16
                Virtual 640 480
                Modes   "640x480" "800x600" "720x400"
        EndSubSection

        SubSection "Display"
                Depth   24
                Virtual 640 480
                Modes   "640x480" "800x600" "720x400"
        EndSubSection

EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection
Code:
imac X11 # cat /var/log/Xorg.0.log

X.Org X Server 1.7.2
Release Date: 2009-11-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-gentoo-r8 ppc
Current Operating System: Linux imac 2.6.31-gentoo-r6 #6 Sun Nov 29 17:44:32 CET 2009 ppc
Kernel command line: root=/dev/hda5 ro
Build Date: 29 November 2009  03:36:39PM

Current version of pixman: 0.17.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 29 23:20:10 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XAC Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
(**) FontPath set to:
        /usr/share/fonts/Type1,
        /usr/share/fonts/Type1/
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x101cb3ec
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 6.0
        X.Org XInput driver : 7.0
        X.Org Server Extension : 2.0
(--) using VT number 8

(--) PCI:*(0:0:16:0) 1002:524c:1002:524c ATI Technologies Inc Rage 128 RL/VR AGP rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
(II) Open APM successful
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "r128"
(II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
(II) Module r128: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 6.8.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(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?)
(II) Primary Device is: PCI 00@00:10:0
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(II) R128(0): PCI bus 0 card 16 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(**) R128(0): Using framebuffer device
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 0.0.2
        ABI class: X.Org Video Driver, version 6.0
(--) R128(0): Chipset: "ATI Rage 128 VR RL (AGP)" (ChipID = 0x524c)
(--) R128(0): Linear framebuffer at 0x94000000
(--) R128(0): MMIO registers at 0x90000000
(--) R128(0): VideoRAM: 8192 kByte (64-bit SDR SGRAM 2:1)
(**) R128(0): Using external CRT for display
(WW) R128(0): Failed to read PCI ROM!
(WW) R128(0): Video BIOS not found!
(II) R128(0): Primary Display == Type 1
(WW) R128(0): Can't determine panel dimensions, and none specified.
        Disabling programming of FP registers.
(II) R128(0): PLL parameters: rf=2950 rd=26 min=12500 max=25000; xclk=5010
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): Monitor0: Using hsync value of 60.00 kHz
(II) R128(0): Monitor0: Using vrefresh range of 75.00-117.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using mode "720x400" (width too large for virtual size)
(II) R128(0): Not using default mode "640x350" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x175" (unknown reason)
(II) R128(0): Not using default mode "640x400" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x200" (unknown reason)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "360x200" (unknown reason)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x240" (unknown reason)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x240" (unknown reason)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x240" (unknown reason)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "320x240" (unknown reason)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "400x300" (unknown reason)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "400x300" (unknown reason)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "400x300" (unknown reason)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "400x300" (unknown reason)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "400x300" (unknown reason)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "512x384" (unknown reason)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "512x384" (unknown reason)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "512x384" (unknown reason)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "512x384" (unknown reason)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "512x384" (unknown reason)
(II) R128(0): Not using default mode "1152x864" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "576x432" (unknown reason)
(II) R128(0): Not using default mode "1280x960" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "640x480" (unknown reason)
(II) R128(0): Not using default mode "1280x960" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "640x480" (unknown reason)
(II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) R128(0): Not using default mode "640x512" (height too large for virtual size)
(II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) R128(0): Not using default mode "640x512" (height too large for virtual size)
(II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) R128(0): Not using default mode "640x512" (height too large for virtual size)
(II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) R128(0): Not using default mode "800x600" (width too large for virtual size)
(II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) R128(0): Not using default mode "896x672" (width too large for virtual size)
(II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) R128(0): Not using default mode "896x672" (width too large for virtual size)
(II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) R128(0): Not using default mode "928x696" (width too large for virtual size)
(II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) R128(0): Not using default mode "928x696" (width too large for virtual size)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) R128(0): Not using default mode "960x720" (width too large for virtual size)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) R128(0): Not using default mode "960x720" (width too large for virtual size)
(II) R128(0): Not using default mode "832x624" (width too large for virtual size)
(EE) R128(0): FBIOPUT_VSCREENINFO: Invalid argument
(II) R128(0): Not using default mode "416x312" (unknown reason)
(II) R128(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) R128(0): Not using default mode "700x525" (width too large for virtual size)
(II) R128(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) R128(0): Not using default mode "700x525" (width too large for virtual size)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) R128(0): Not using default mode "960x720" (width too large for virtual size)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) R128(0): Not using default mode "1024x768" (width too large for virtual size)
(WW) R128(0): Mode pool is empty
(**) R128(0): Virtual size is 1024x768 (pitch 1024)
(**) R128(0):  Built-in mode "current": 78.7 MHz, 60.0 kHz, 75.0 Hz
(II) R128(0): Modeline "current"x0.0   78.74  1024 1056 1152 1312  768 769 772 800 +hsync +vsync -csync (60.0 kHz)
(==) R128(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.2.1
        ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
        compiled for 1.7.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) R128(0): Page flipping disabled
(!!) R128(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(WW) R128(0): Static buffer allocation failed -- need at least 9216 kB video memory
(II) R128(0): Memory manager initialized to (0,0) (1024,2048)
(II) R128(0): Reserved area from (0,768) to (1024,770)
(II) R128(0): Largest offscreen area available: 1024 x 1278
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Setting up tile and stipple cache:
                32 128x128 slots
                10 256x256 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 3080)
(II) R128(0): Largest offscreen area available: 1024 x 1276
(**) R128(0): DPMS enabled
(WW) R128(0): Option "NoInt10" is not used
(WW) R128(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/hal: Adding input device PMU
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.7.1, module version = 2.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(**) PMU: always reports core events
(**) PMU: Device: "/dev/input/event1"
(II) PMU: Found keys
(II) PMU: Configuring as keyboard
(II) XINPUT: Adding extended input device "PMU" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device Mitsumi Apple USB Mouse
(**) Mitsumi Apple USB Mouse: always reports core events
(**) Mitsumi Apple USB Mouse: Device: "/dev/input/event3"
(II) Mitsumi Apple USB Mouse: Found 1 mouse buttons
(II) Mitsumi Apple USB Mouse: Found relative axes
(II) Mitsumi Apple USB Mouse: Found x and y relative axes
(II) Mitsumi Apple USB Mouse: Configuring as mouse
(**) Mitsumi Apple USB Mouse: YAxisMapping: buttons 4 and 5
(**) Mitsumi Apple USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Mitsumi Apple USB Mouse" (type: MOUSE)
(**) Mitsumi Apple USB Mouse: (accel) keeping acceleration scheme 1
(**) Mitsumi Apple USB Mouse: (accel) acceleration profile 0
(II) Mitsumi Apple USB Mouse: initialized for relative axes.
(II) config/hal: Adding input device Alps Electric Apple USB Keyboard
(**) Alps Electric Apple USB Keyboard: always reports core events
(**) Alps Electric Apple USB Keyboard: Device: "/dev/input/event2"
(II) Alps Electric Apple USB Keyboard: Found keys
(II) Alps Electric Apple USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Alps Electric Apple USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) PMU: Close
(II) UnloadModule: "evdev"
(II) Macintosh mouse button emulation: Close
(II) UnloadModule: "evdev"
(II) Mitsumi Apple USB Mouse: Close
(II) UnloadModule: "evdev"
(II) Alps Electric Apple USB Keyboard: Close
(II) UnloadModule: "evdev"

Code:
imac X11 # dmesg   
mac-io controller, rev: 2, mapped at 0xff740000
Processor NAP mode on idle enabled.
PowerMac motherboard: iMac FireWire
console [udbg0] enabled
Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
PCI host bridge /pci@f0000000  ranges:
MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
  IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
MEM 0x0000000090000000..0x000000009fffffff -> 0x0000000090000000
Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
PCI host bridge /pci@f2000000 (primary) ranges:
MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
  IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
PCI host bridge /pci@f4000000  ranges:
MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
  IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
via-pmu: Server Mode is disabled
PMU driver v2 initialized for Core99, firmware: 0c
nvram: Checking bank 0...
nvram: gen0=908, gen1=909
nvram: Active bank is: 1
nvram: OF partition at 0x210
nvram: XP partition at 0xffffffff
nvram: NR partition at 0xffffffff
Top of RAM: 0xc000000, Total RAM: 0xc000000
Memory hole size: 0MB
Zone PFN ranges:
  DMA      0x00000000 -> 0x0000c000
  Normal   0x0000c000 -> 0x0000c000
  HighMem  0x0000c000 -> 0x0000c000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00000000 -> 0x0000c000
On node 0 totalpages: 49152
free_area_init_node: node 0, pgdat c09a46d4, node_mem_map c0a40000
  DMA zone: 384 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 48768 pages, LIFO batch:15
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 48768
Kernel command line: root=/dev/hda5 ro
PID hash table entries: 1024 (order: 10, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
High memory: 0k
Memory: 183424k/196608k available (9604k kernel code, 12876k reserved, 288k data, 513k bss, 240k init)
Kernel virtual memory layout:
  * 0xfffef000..0xfffff000  : fixmap
  * 0xff800000..0xffc00000  : highmem PTEs
  * 0xfde9c000..0xff800000  : early ioremap
  * 0xcd000000..0xfde9c000  : vmalloc & ioremap
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:512
mpic: Setting up MPIC " MPIC 1   " version 1.2 at 80040000, max 4 CPUs
mpic: ISU size: 64, shift: 6, mask: 3f
mpic: Initializing for 64 sources
irq: irq 55 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 55
GMT Delta read from XPRAM: 0 minutes, DST: on
time_init: decrementer frequency = 24.967326 MHz
time_init: processor frequency   = 350.000000 MHz
clocksource: timebase mult[a0359a6] shift[22] registered
clockevent: decrementer mult[6644238] shift[32] cpu[0]
Console: colour dummy device 80x25
console handover: boot [udbg0] -> real [tty0]
Mount-cache hash table entries: 512
device-tree: Duplicate name in /cpus/PowerPC,750@0, renamed to "l2-cache#1"
NET: Registered protocol family 16
irq: irq 42 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 42
KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
channel 0 bus <multibus>
channel 1 bus <multibus>
irq: irq 26 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 26
KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
channel 0 bus <multibus>
PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000
channel 1 bus <multibus>
channel 2 bus <multibus>
irq: irq 25 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 25
irq: irq 47 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 47
PCI: Probing PCI hardware
pci 0000:00:10.0: reg 10 32bit mmio: [0x94000000-0x97ffffff]
pci 0000:00:10.0: reg 14 io port: [0x400-0x4ff]
pci 0000:00:10.0: reg 18 32bit mmio: [0x90000000-0x90003fff]
pci 0000:00:10.0: reg 30 32bit mmio: [0x90020000-0x9003ffff]
pci 0000:00:10.0: supports D1
irq: irq 48 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 48
pci 0001:10:17.0: reg 10 32bit mmio: [0x80000000-0x8007ffff]
pci 0001:10:18.0: reg 10 32bit mmio: [0x80081000-0x80081fff]
pci 0001:10:19.0: reg 10 32bit mmio: [0x80080000-0x80080fff]
irq: irq 27 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 27
irq: irq 28 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 28
pci 0002:20:0f.0: reg 10 32bit mmio: [0xf5200000-0xf53fffff]
pci 0002:20:0f.0: reg 30 32bit mmio: [0xf5000000-0xf50fffff]
irq: irq 41 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 41
PCI 0000:00 Cannot reserve Legacy IO [0x802000-0x802fff]
pci_bus 0000:00: resource 0 io:  [0x802000-0x1001fff]
pci_bus 0000:00: resource 1 mem: [0xf1000000-0xf1ffffff]
pci_bus 0000:00: resource 2 mem: [0x90000000-0x9fffffff]
pci_bus 0001:10: resource 0 io:  [0x00-0x7fffff]
pci_bus 0001:10: resource 1 mem: [0xf3000000-0xf3ffffff]
pci_bus 0001:10: resource 2 mem: [0x80000000-0x8fffffff]
pci_bus 0002:20: resource 0 io:  [0xff7fe000-0xffffdfff]
pci_bus 0002:20: resource 1 mem: [0xf5000000-0xf5ffffff]
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Switched to high resolution mode on CPU 0
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
DLM (built Nov 29 2009 16:58:50) installed
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NTFS driver 2.1.29 [Flags: R/W DEBUG].
fuse init (API version 7.12)
JFS: nTxBlock = 1435, nTxLock = 11483
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
OCFS2 1.5.0
ocfs2: Registered cluster interface o2cb
ocfs2: Registered cluster interface user
OCFS2 Node Manager 1.5.0
OCFS2 DLM 1.5.0
OCFS2 DLMFS 1.5.0
OCFS2 User DLM kernel interface loaded
Btrfs loaded
Slow work thread pool: Starting up
Slow work thread pool: Ready
GFS2 (built Nov 29 2009 17:11:39) installed
msgmni has been set to 358
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
Generic RTC Driver v1.07
Generic non-volatile memory driver v1.1
Linux agpgart interface v0.103
aty128fb 0000:00:10.0: enabling device (0086 -> 0087)
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb: Invalid ROM signature 8181 should  be 0xaa55
aty128fb: BIOS not located, guessing timings.
aty128fb: Rage128 RL AGP [chip rev 0x2] 8M 64-bit SDR SGRAM (2:1)
Console: switching to colour frame buffer device 128x48
fb0: ATY Rage128 frame buffer device on Rage128 RL AGP
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized r128 2.5.0 20030725 for 0000:00:10.0 on minor 0
brd: module loaded
loop: module loaded
MacIO PCI driver attached to Keylargo chipset
irq: irq 24 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 24
irq: irq 9 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 16
irq: irq 10 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 17
irq: irq 32 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 32
irq: irq 19 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 19
irq: irq 11 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 18
irq: irq 20 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 20
irq: irq 12 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 21
irq: irq 21 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 22
irq: irq 13 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 23
irq: irq 22 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 29
irq: irq 5 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 30
irq: irq 6 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 31
irq: irq 50 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 50
irq: irq 7 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 33
irq: irq 8 on host /pci@f2000000/mac-io@17/interrupt-controller@40000 mapped to virtual irq 34
input: Macintosh mouse button emulation as /devices/virtual/input/input0
Uniform Multi-Platform E-IDE driver
adb: starting probe task...
adb: finished probe task...
ide-pmac: Found Apple KeyLargo ATA-4 controller (macio), bus ID 2, irq 19
Probing IDE interface ide0...
hda: QUANTUM FIREBALL lct10 6.8A, ATA DISK drive
hdb: MATSHITA CR-1750, ATAPI CD/DVD-ROM drive
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: host side 80-wire cable detection failed, limiting max speed to UDMA33
hda: UDMA/33 mode selected
hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hdb: MWDMA2 mode selected
ide0 at 0xcd106000-0xcd106070,0xcd106160 on irq 19
ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 0, irq 20
Probing IDE interface ide1...
ide1 at 0xcd118000-0xcd118070,0xcd118160 on irq 20
ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 1, irq 22
Probing IDE interface ide2...
ide2 at 0xcd120000-0xcd120070,0xcd120160 on irq 22
ide-gd driver 1.18
hda: max request size: 128KiB
hda: 13379310 sectors (6850 MB) w/418KiB Cache, CHS=14158/15/63
hda: cache flushes not supported
hda: [mac] hda1 hda2 hda3 hda4 hda5
ide-cd driver 5.00
ide-cd: hdb: ATAPI 24X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
mesh: configured for synchronous 5 MB/s
st: Version 20081215, fixed bufsize 32768, s/g segs 256
sungem.c:v0.98 8/24/03 David S. Miller (davem@redhat.com)
PHY ID: 406212, addr: 0
eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:30:65:81:e4:84
eth0: Found BCM5201 PHY
pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd 0001:10:18.0: enabling device (0000 -> 0002)
ohci_hcd 0001:10:18.0: OHCI Host Controller
ohci_hcd 0001:10:18.0: new USB bus registered, assigned bus number 1
ohci_hcd 0001:10:18.0: irq 27, io mem 0x80081000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ohci_hcd 0001:10:19.0: enabling device (0000 -> 0002)
ohci_hcd 0001:10:19.0: OHCI Host Controller
ohci_hcd 0001:10:19.0: new USB bus registered, assigned bus number 2
ohci_hcd 0001:10:19.0: irq 28, io mem 0x80080000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
mice: PS/2 mouse device common for all mice
usbcore: registered new interface driver appletouch
PowerMac i2c bus pmu 2 registered
PowerMac i2c bus pmu 1 registered
PowerMac i2c bus mac-io 0 registered
PowerMac i2c bus uni-n 1 registered
PowerMac i2c bus uni-n 0 registered
APM Battery Driver
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
oprofile: using timer interrupt.
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
NET: Registered protocol family 15
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
NET: Registered protocol family 33
SCTP: Hash tables configured (established 8192 bind 16384)
PM: Resume from disk failed.
kAFS: Red Hat AFS client v0.1 registering.
input: PMU as /devices/virtual/input/input1
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with writeback data mode.
VFS: Mounted root (ext3 filesystem) readonly on device 3:5.
Freeing unused kernel memory: 240k init
usb 2-1: new full speed USB device using ohci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 3 ports detected
usb 2-1.1: new low speed USB device using ohci_hcd and address 3
usb 2-1.1: configuration #1 chosen from 1 choice
input: Alps Electric Apple USB Keyboard as /devices/pci0001:10/0001:10:19.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2
generic-usb 0003:05AC:0202.0001: input: USB HID v1.00 Keyboard [Alps Electric Apple USB Keyboard] on usb-0001:10:19.0-1.1/input0
usb 2-1.2: new low speed USB device using ohci_hcd and address 4
usb 2-1.2: configuration #1 chosen from 1 choice
input: Mitsumi Apple USB Mouse as /devices/pci0001:10/0001:10:19.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
generic-usb 0003:05AC:0301.0002: input: USB HID v1.00 Mouse [Mitsumi Apple USB Mouse] on usb-0001:10:19.0-1.2/input0
eth0: Link is up at 100 Mbps, full-duplex.
udev: starting version 147
agpgart-uninorth 0000:00:0b.0: Apple UniNorth chipset
agpgart-uninorth 0000:00:0b.0: configuring for size idx: 8
agpgart-uninorth 0000:00:0b.0: AGP aperture is 32M @ 0x0
pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
pmac_zilog: i2c-modem detected, id: 1
ttyS0 at MMIO 0x80013020 (irq = 29) is a Z85c30 ESCC - Internal modem
ttyS1 at MMIO 0x80013000 (irq = 50) is a Z85c30 ESCC - Serial port
EXT3 FS on hda5, internal journal
REISERFS (device hda4): found reiserfs format "3.6" with standard journal
REISERFS (device hda4): using ordered data mode
REISERFS (device hda4): journal params: device hda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
REISERFS (device hda4): checking transaction log (hda4)
REISERFS (device hda4): Using r5 hash to sort names
Adding 524280k swap on /dev/hda3.  Priority:-1 extents:1 across:524280k
eth0: Link is up at 100 Mbps, full-duplex.
eth0: Pause is disabled
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents
Process X (pid:19043) mapped non-existing PCI legacy memory for 00000:00
aty128fb 0000:00:10.0: Invalid ROM contents
Process X (pid:19043) mapped non-existing PCI legacy memory for 00000:00
Process X (pid:19067) mapped non-existing PCI legacy memory for 00000:00
aty128fb 0000:00:10.0: Invalid ROM contents
Process X (pid:19067) mapped non-existing PCI legacy memory for 00000:00
Process X (pid:19102) mapped non-existing PCI legacy memory for 00000:00
aty128fb 0000:00:10.0: Invalid ROM contents
Process X (pid:19102) mapped non-existing PCI legacy memory for 00000:00
aty128fb 0000:00:10.0: Invalid ROM contents
eth0: Link down
eth0: Link is up at 100 Mbps, full-duplex.
eth0: Pause is disabled
eth0: Link down
eth0: Link is up at 100 Mbps, full-duplex.
eth0: Pause is disabled
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents
aty128fb 0000:00:10.0: Invalid ROM contents


Nach oben
 Profil  
 
 Betreff des Beitrags: Re: iMac G3, Gentoo und xorg.conf
BeitragVerfasst: Mo 30 November 2009, 18:41:14 
Offline
PPCNUX Team

Registriert: Mo 08 Dezember 2003, 11:56:50
Beiträge: 1204
Wohnort: Hassfurt
Also, ein aktueller xorg.conf sollte in der Lage sein die Grafikkarte und den Monitor mit praktisch leerer xorg.conf zu betreiben.

Ausser er fällt über eine Apple-Speziallösung her.

Aus den Zeiten, als die iMacs G3 noch halbwegs aktuell waren, gibt es hier noch eine xorg.conf ide funktioniert hat:

Siehe: viewtopic.php?f=4&t=2341&p=10182&hilit=xorg.conf#p10182

Vielleicht kannst du euch mit zwei weiteren Tipps _deine_ Lösung finden. fbdev liefert eventuell brauchbare Daten wenn zumindest die Konsole funktioniert. Oder read-edid & parse-edid. Siehe zu letzteren die Postings:

viewtopic.php?f=4&t=2410&p=10501&hilit=edid#p10501
viewtopic.php?f=4&t=2406&p=10479&hilit=edid#p10479

Wobei auch der Tipp durchschimmert, anstatt den ati oder r128 Treiber auf den fbdev zu setzen.

Gruß, Ralf


Nach oben
 Profil  
 
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen Auf das Thema antworten  [ 2 Beiträge ] 

Alle Zeiten sind UTC + 1 Stunde [ Sommerzeit ]


Wer ist online?

Mitglieder in diesem Forum: Keine Mitglieder und 1 Gast


Du darfst keine neuen Themen in diesem Forum erstellen
Du darfst keine Antworten zu Themen in diesem Forum erstellen
Du darfst deine Beiträge in diesem Forum nicht ändern
Du darfst deine Beiträge in diesem Forum nicht löschen
Du darfst keine Dateianhänge in diesem Forum erstellen

Suche nach:
Gehe zu:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group. Color scheme by ColorizeIt.
Deutsche Übersetzung durch phpBB.de