logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: CVS: cvs.openbsd.org: www: msg#00003

Subject: Re: CVS: cvs.openbsd.org: www
On Sat, Nov 20, 2004 at 08:23:06PM +0100, Matthieu Herrb wrote:
> >>Modified files:
> >>    .              : alpha.html 
> >>
> >>Log message:
> >>Use of PCI VGA cards on alpha for X11 used to only work on BWX enabled
> >>machines, but even that no longer works as of a release or two back so
> >>adjust accordingly. ok miod@
> >
> >
> >I must be doing something wrong then as I have X running on my
> >Matrox MGA G200 PCI on my alphaPC 164SX as I write this. (Current)
> 
> Could you (and all of you who have a VGA card working on alphas under 
> -current) post a dmesg, together with your /etc/X11/xorg.conf ?
> It will help us providing more precise documentation (and may be fix 
> some bugs)

i blew the dust off my alpha in order to test it w/x.org and i get:

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
Elf_RelocateEntry() Unsupported relocation type 10

after every module.  it does work ok though.  dmesg & xorg.conf follow.

[ using 447224 bytes of bsd ELF symbol table ]
consinit: not using prom console
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2004 OpenBSD. All rights reserved.  http://www.OpenBSD.org

OpenBSD 3.6-current (GENERIC) #366: Sat Dec  4 06:17:46 MST 2004
    deraadt@xxxxxxxxxxxxxxxxx:/usr/src/sys/arch/alpha/compile/GENERIC
Digital AlphaPC 164 432 MHz
8192 byte page size, 1 processor.
total memory = 134217728 (131072K)
(2531328 reserved for PROM, 131686400 used by OpenBSD)
avail memory = 108912640 (106360K)
using 1607 buffers containing 13164544 bytes (12856K) of memory
mainbus0 (root)
cpu0 at mainbus0: ID 0 (primary), 21164A-1 (pass 1)
cpu0: Architecture extensions: 1<BWX>
cia0 at mainbus0: DECchip 2117x Core Logic Chipset (ALCOR/ALCOR2), pass 3
cia0: extended capabilities: 21<DWEN,BWEN>
cia0: using BWX for PCI config and bus access
pci0 at cia0 bus 0
"BusLogic FlashPoint" rev 0x01 at pci0 dev 5 function 0 not configured
fxp0 at pci0 dev 6 function 0 "Intel 82557" rev 0x08, i82559: eb164 irq 0, 
address 00:90:27:c2:01:4d
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
sio0 at pci0 dev 8 function 0 "Intel 82378IB ISA" rev 0x84
vga0 at pci0 dev 9 function 0 "Matrox MGA Millennium II 2164W" rev 0x00
wsdisplay0 at vga0: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pciide0 at pci0 dev 11 function 0 "CMD Technology PCI0646" rev 0x01: DMA, 
channel 0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <ST38420A>
wd0: 16-sector PIO, LBA, 8223MB, 16841664 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
atapiscsi0 at pciide0 channel 1 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <SONY, CDU5211, YYS2> SCSI0 5/cdrom removable
cd0(pciide0:1:1): using PIO mode 4, DMA mode 2
isa0 at sio0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
isabeep0 at pcppi0
lpt0 at isa0 port 0x3bc/4 irq 7
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
mcclock0 at isa0 port 0x70/2: mc146818 or compatible
stray isa irq 3
stray isa irq 4
root on wd0a swap on wd0b
rootdev=0x0 rrootdev=0x2400 rawdev=0x2402
WARNING: / was not properly unmounted
stray isa irq 4
stray isa irq 3


# Prevent monitor from blanking / turning off
Section "ServerFlags"
         Option "BlankTime"  "0"
         Option "StandbyTime" "0"
EndSection

Section "ServerLayout"
        Identifier     "XFree86 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/Speedo/"
        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  "speedo"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

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

Section "Monitor"
        Identifier   "Monitor"
        VendorName   "Dell"
        ModelName    "D1028L"
        HorizSync    30-69
        VertRefresh  50-120
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "mga"
        BusID           "PCI:0:9:0"
EndSection

# 1024x768 @ 24bpp seems to be the maximum for my setup
Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor"
        DefaultDepth    24      
        SubSection "Display"
                Modes   "1024x768"
                Depth   24
        EndSubSection
EndSection




<Prev in Thread] Current Thread [Next in Thread>