Results 1 to 7 of 7

Thread: Unable to setup Power Mac G4 Cube running with Lucid

  1. #1
    Join Date
    Nov 2011
    Posts
    65

    Unable to setup Power Mac G4 Cube running with Lucid

    I have installed Lucid on Power Mac G4 Cube. I am looking to figure out how to configure video card? currently I am running in the low graphics mode. I am having 17" Studio Display and it is having ATI Rage 128 Pro graphics card. I went into xorg.conf file and there was nothing. Can you help me out if you are having any useful information to fix the matter.

  2. #2
    Join Date
    May 2011
    Posts
    1,433

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    You should execute below mentioned code and see whether it is working or not.
    Code:
      Section "Device"
        Identifier "Configured Video Device"
            BusID   "PCI:0:16:0"
            Driver  "ati"
            Option "NoInt10" "true"
            EndSection
    
            Section "Monitor"
                Identifier    "StudioDisplay17"
                Option "DPMS"
                HorizSync   30-80
                VertRefresh   50-100
               # 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
               Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
    
               # 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
               Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
    
               # 800x600 59.86 Hz (CVT 0.48M3) hsync: 37.35 kHz; pclk: 38.25 MHz
               Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
    
               # 640x480 59.38 Hz (CVT 0.31M3) hsync: 29.69 kHz; pclk: 23.75 MHz
               Modeline "640x480_60.00" 23.75 640 664 720 800 480 483 487 500 -hsync +vsync
    Option "PreferredMode" "1280x1024_60.00"    
    EndSection
    
            Section "Screen"
                Identifier    "Default Screen"
                Monitor        "StudioDisplay17"
                Device        "Configured Video Device"
                    DefaultDepth    24
                       SubSection       "Display"
                         Depth            24
                         Modes             "1280x1024" "1024x768" "800x600" "640x480"
                       EndSubSection
                       SubSection        "Display"
                         Depth            16
                         Modes             "1280x1024" "1024x768""800x600" "640x480"
                       EndSubSection
            SubSection "Display"
                  Depth      15
                  Modes      "1280x1024" "1024x768" "800x600" "640x480"
               EndSubSection
            SubSection "Display"
                  Depth      8
                  Modes      "1280x1024" "1024x768" "800x600" "640x480"
               EndSubSection
            SubSection "Display"
                  Depth      4
                  Modes      "1280x1024" "1024x768" "800x600" "640x480"
               EndSubSection
            SubSection "Display"
                  Depth      1
                  Modes      "1280x1024" "1024x768" "800x600" "640x480"
               EndSubSection
            EndSection
    
            Section "ServerLayout"
               Identifier   "Default Layout"
               Screen      "Default Screen"
            EndSection
    
            Section "DRI"
               Mode   0666
            EndSection

  3. #3
    Join Date
    Jun 2011
    Posts
    2,005

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    Let me know whether above mentioned code is working or not. If it is not working then provide the output of the below mentioned code.

    Code:
    sudo cat /var/log/Xorg.0.log

  4. #4
    Join Date
    Nov 2011
    Posts
    65

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    I have executed the above mentioned file and below mentioned is the log file.

    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-20-powerpc64-smp ppc Ubuntu
    Current Operating System: Linux srojtas-cube 2.6.32-21-powerpc #32-Ubuntu Fri Apr 16 08:10:47 UTC 2010 ppc
    Kernel command line: root=/dev/hda3 ro quiet splash video=ofonly
    Build Date: 23 April 2010 05:11:55PM
    xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington <bryce@ubuntu.com>)
    Current version of pixman: 0.16.4
    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: Tue Aug 10 20:08:38 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "StudioDisplay17"
    (**) | |-->Device "Configured Video Device"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) Loader magic: 0x101ebbe4
    (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 7

    (--) PCI:*(0:0:16:0) 1002:5046:0000:0000 ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
    (II) Open APM successful
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, 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.6, 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.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 6.13.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "r128"
    (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
    (II) Module r128: vendor="X.Org Foundation"
    compiled for 1.7.6, 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
    (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.6, module version = 0.0.2
    ABI class: X.Org Video Driver, version 6.0
    (WW) open /dev/fb1: No such file or directory
    (WW) open /dev/fb2: No such file or directory
    (WW) open /dev/fb3: No such file or directory
    (WW) open /dev/fb4: No such file or directory
    (WW) open /dev/fb5: No such file or directory
    (WW) open /dev/fb6: No such file or directory
    (WW) open /dev/fb7: No such file or directory
    (EE) Unable to find a valid framebuffer device
    (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)
    (II) UnloadModule: "r128"
    (II) UnloadModule: "fbdevhw"
    (II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
    (EE) Screen(s) found, but none have a usable configuration.

    Fatal server error:
    no screens found

  5. #5
    Join Date
    Jul 2011
    Posts
    2,014

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    Well I am suspecting that you not load framebuffer device.

    Code:
      Section "Device"
        Identifier "Configured Video Device"
            BusID   "PCI:0:16:0"
            Driver  "ati"
            Option "UseFBDevice" "false"
            Option "NoInt10" "true"
            EndSection

  6. #6
    Join Date
    Jul 2011
    Posts
    1,795

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    You have to check whether modelines in the monitor section are correct.

    Code:
    cvt 1280 1024
    cvt 1024 768
    cvt 800 600
    cvt 640 480

  7. #7
    Join Date
    Jul 2011
    Posts
    1,576

    Re: Unable to setup Power Mac G4 Cube running with Lucid

    I wanted to tell you that Xorg in Lucid is quite difficult for PPC. You should try with below mentioned device section device.
    Code:
    Section "Device"
    Identifier    "Configured Video Device"
    Driver        "ati"
    BusID        "PCI:0:16:0"
    Option        "PanelWidth"    "1024"
    Option        "PanelHeight"    "768"
    Option        "UseFBDev"    "true"
    Option        "NoInt10"    "true"
    EndSection

Similar Threads

  1. Replies: 3
    Last Post: 31-01-2012, 11:03 PM
  2. eGalax touchscreen setup not working in Ubuntu Lucid
    By L@La in forum Operating Systems
    Replies: 8
    Last Post: 20-12-2011, 10:43 PM
  3. Replies: 9
    Last Post: 18-12-2011, 12:17 PM
  4. Replies: 3
    Last Post: 21-08-2009, 07:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,005,009.55468 seconds with 16 queries