xorg.conf, blue and white g3

View: New views
4 Messages — Rating Filter:   Alert me  

xorg.conf, blue and white g3

by microlaser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I am trying to configure x on my blue and white g3 with an ati rage
128.  I had it working at low resolution, and then replaced my xorg.conf
with the xorg.conf from
http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/xenocara/distrib/notes/README.macppc
and now it no longer works.  Could someone post a working xorg.conf for this
hardware?

Thanks,

Michael

--
Michael Lazin

ASCII ribbon campaign ( )
against HTML e-mail    X
                                 / \


Re: xorg.conf, blue and white g3

by Joe Gidi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Lazin wrote:

> Hi, I am trying to configure x on my blue and white g3 with an ati rage
> 128.  I had it working at low resolution, and then replaced my xorg.conf
> with the xorg.conf from
> http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/xenocara/distrib/notes/README.macppc
> and now it no longer works.  Could someone post a working xorg.conf for
> this
> hardware?
>
> Thanks,
>
> Michael
>
> --
> Michael Lazin
>
> ASCII ribbon campaign ( )
> against HTML e-mail    X
>                                  / \

/var/log/Xorg.0.log should give you some clues. It's been a while since I
fired up my B&W G3, but I seem to recall having to change the UseFBDev
option in my xorg.conf.

--
Joe Gidi
joe@...


Re: xorg.conf, blue and white g3

by microlaser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the hint.  I got it working at low resolution again and made a
backup of the working xorg.  Now I need to try to get 24 bit color at
1280x1024.  Thanks.

On Tue, May 12, 2009 at 12:51 AM, Joe Gidi <joe@...> wrote:

> Michael Lazin wrote:
>
> > Hi, I am trying to configure x on my blue and white g3 with an ati rage
> > 128.  I had it working at low resolution, and then replaced my xorg.conf
> > with the xorg.conf from
> >
> http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/xenocara/distrib/notes/README.macppc<http://www.openbsd.org/cgi-bin/cvsweb/%7Echeckout%7E/xenocara/distrib/notes/README.macppc>
> > and now it no longer works.  Could someone post a working xorg.conf for
> > this
> > hardware?
> >
> > Thanks,
> >
> > Michael
> >
> > --
> > Michael Lazin
> >
> > ASCII ribbon campaign ( )
> > against HTML e-mail    X
> >                                  / \
>
> /var/log/Xorg.0.log should give you some clues. It's been a while since I
> fired up my B&W G3, but I seem to recall having to change the UseFBDev
> option in my xorg.conf.
>
> --
> Joe Gidi
> joe@...
>
>


--
Michael Lazin

ASCII ribbon campaign ( )
against HTML e-mail    X
                                 / \


Re: xorg.conf, blue and white g3

by Neil Hughes-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Lazin wrote:
> Hi, I am trying to configure x on my blue and white g3 with an ati rage
> 128.  I had it working at low resolution, and then replaced my xorg.conf
> with the xorg.conf from
> http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/xenocara/distrib/notes/README.macppc
> and now it no longer works.  Could someone post a working xorg.conf for this
> hardware?

I haven't updated my B&W since 3.9...but if it's any help I've attached
the xorg.conf I used for that, driving a Sony CRT at 1024x768.

--
Neil Hughes
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option    "Protocol" "wsmouse"
        Option    "Device" "/dev/wsmouse"
        Option    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-107
        VertRefresh  48-120
EndSection

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     "NoAccel"             # [<bool>]
        #Option     "SWcursor"           # [<bool>]
        #Option     "Dac6Bit"             # [<bool>]
        #Option     "Dac8Bit"             # [<bool>]
        #Option     "Display"             # <str>
        #Option     "PanelWidth"         # <i>
        #Option     "PanelHeight"         # <i>
        #Option     "ProgramFPRegs"       # [<bool>]
        #Option     "UseFBDev"           # [<bool>]
        #Option     "VideoKey"           # <i>
        #Option     "ShowCache"           # [<bool>]
        #Option     "VGAAccess"           # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Rage 128 RE/SG"
        BusID       "PCI:0:16:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1024x768" "1280x1024"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" "1280x1024"
        EndSubSection
EndSection