Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to use X Window System on NetBSD/alpha?



Naruaki.Etomi a écrit :
Dear JKB,

	Hi,

Thanks a lot. But I'm unable to change resolution on my alpha (pm3 Oxygen).
I would use 1280x1024x24 and I don't know how to fix this resolution. Any idea ?
NetBSD/alpha tries to initialize console with following reolution : 1280x1024x8 :

Glint driver does not work on NetBSD/alpha.
Please don't use it.

	I don't use glint driver, only wsfb.

The reason is because Glint driver cannot access /dev/mem in my opinion.
Please use wsfb driver.
Wsfb driver access to the Permedia 3's VRAM via bus_space_mmap(9)function.
There is no way of using X on NetBSD/alpha other than by framebuffer
console driver.
(radeonfb, pm2fb, pm3fb)

I know. I have tried some graphic adapters without any success (system only panics).

And I have seen some strange quirks. I'll send you a photo in a few minutes.

The following monitor have been tested.

FlexScan PLACEO.(FlexScan L565)
https://twitter.com/nullnilaki/status/810356420428242944
SONY SDM-P234
https://twitter.com/nullnilaki/status/810358510730887168

There is something that I would like to confirm.

Please read the instructions carefully.
See:
https://www.manualslib.com/manual/469135/Compaq-3dlabs-Oxygen-Vx1.html#manual

1. Please install Oygen VX1 to the primary PCI BUS.

einstein# pcictl pci0 list
000:03:0: Digital Equipment DC21142/21143 10/100 Ethernet (ethernet network, revision 0x30) 000:04:0: CMD Technology PCI0646 (IDE mass storage, interface 0x80, revision 0x01) 000:07:0: Intel 82378ZB System I/O (miscellaneous prehistoric, revision 0x43)
000:11:0: Adaptec AHA-2940A Ultra (SCSI mass storage, revision 0x03)
000:20:0: Digital Equipment DC21052 PCI-PCI Bridge (PCI bridge, revision 0x02)
001:08:0: QLogic ISP1020 (SCSI mass storage, revision 0x05)
001:09:0: 3D Labs GLINT Permedia 3 (miscellaneous display, revision 0x01)
001:10:0: Standard Microsystems 83C170 ("EPIC/100") Fast Ethernet (ethernet network, revision 0x08)
einstein#

2.When booting the system, Please type "set console graphics" on SRM Firmware.

>>> show console
returns 'graphics'.

Now, my PWS500au runs with 7.99.51. I have quirks on the right of screen (I have sent you a photo) and I'm unable to obtain more than 256 colors.

	I have seen in another mail in this thread :

Also, it's entirely possible to have pm3fb switch to 32bit colour with
ioctl(WSDISPLAYIO_SMODE, WSDISPLAYIO_DUMB) and back to 8bit with
ioctl(WSDISPLAYIO_SMODE, WSDISPLAYIO_EMUL) - a few of my other drivers
do just that so X with wsfb can run in true colour.

but I don't know how use this information...

	Best regards,

	JKB


Home | Main Index | Thread Index | Old Index