Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Old World PPC Xorg problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
purmac
n00b
n00b


Joined: 07 Apr 2005
Posts: 2

PostPosted: Sat Jan 28, 2006 5:48 pm    Post subject: Old World PPC Xorg problem Reply with quote

I just install my gentoo on my old world powerpc g3/333 MT

I emerge Xorg-X11 and use Xorgautoconfig to generate my Xorg.conf

but it seems doesnt work.

when I execute startx the monitor get black screen and my computer crashed

anyone meet the same problem?
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Sat Jan 28, 2006 7:13 pm    Post subject: Reply with quote

It's hard to say without the log. Can you give us your generated x.org config and the output of Xorgautoconfig --dump?
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
purmac
n00b
n00b


Joined: 07 Apr 2005
Posts: 2

PostPosted: Sat Jan 28, 2006 7:46 pm    Post subject: Reply with quote

I just solve the problem very luckily.

I think the trouble is in the Driver Xorgautoconfig setting in the xorg.conf

xorgautoconfig use the driver fbdev, but it doesnt work on the beige g3 with on-board display card Mach64

I use Xorg -configure to detect my display card driver and combine it with xorg.conf which the xorgautoconfig generated.

Then I can start the ugly twm

my xorgautoconfig dump
Code:

        Dumping Debugging Information:
        Machine ID:     Power Macintosh

        EDID Tag:       APP5203
        H-Min: 30 H-Max: 94 V-Min: 48 V-Max: 60
        Card Dump:
                Framebuffer Id:         ATY Mach64
                Framebuffer Type:       10
                Framebuffer Depth:      15

The driver section Xorg -configure gen
Code:

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_display"               # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "test_mmio_cache"           # [<bool>]
        #Option     "panel_display"             # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        #Option     "reference_clock"           # <freq>
        #Option     "shadow_fb"                 # [<bool>]
        #Option     "sw_cursor"                 # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "3D Rage Pro 215GP"
        ChipSet     "ati"
        ChipId      0x4750
        ChipRev     0x5c
        BusID       "PCI:0:18:0"
EndSection

The driver section Xorgautoconfig gen
Code:

Section "Device"
        Identifier      "Card0"
        # We couldn't determine the BusID of your video card.  So we will use
#       the fbdev driver
        #Option "ShadowFB"      "true"
        #Option "fbdev" "/dev/fb0"
        Driver  "fbdev"
        #BusID  "0:0:0"
EndSection


maybe Xorgautoconfig can add this feature in it
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Sat Jan 28, 2006 9:12 pm    Post subject: Reply with quote

Yes, I wrote Xorgautoconfig, that's why I'm asking you these questions, so we can get it fixed. :)

Please try the latest Xorgautoconfig (the ~ppc version), I fixed something that may be causing your problem a few weeks ago.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum