[Info-vax] DECW and migration from 8.3 alpha to 8.4
JKB
jkb at koenigsberg.invalid
Mon May 28 10:57:51 EDT 2012
Le Sun, 27 May 2012 13:25:24 -0700 (PDT),
Steven Schweda <sms.antinode at gmail.com> écrivait :
>> This message comes from monitor, [...]
>
> Ah. Ok, I get it now. If you had a different/better
> display (or an oscilloscope), then you might be able to get
> more details on what's wrong with the signal.
>
>> [...] I have added [...]
>
> Again, not a very complete description of what you did.
> Note that these DCL scripts (DECW$DEVICE_CONFIG_GQ.COM,
> DECW$PRIVATE_SERVER_SETUP.COM) are only DCL scripts, and you
> can add "write sys$output XXX" commands to them for debugging
> purposes. You might see something different between the
> first start and the later restart.
DECW$DEVICE_CONFIG_GQ.COM and DECW$PRIVATE_SERVER_SETUP.COM haven't
been modified by upgrade :
$ dir sys$manager:DECW$DEVICE_CONFIG_GQ.COM/full
...
Created: 23-JAN-1996 14:53:09.00
Revised: 23-JAN-1996 15:42:51.58 (3)
...
Accessed: 26-MAY-2012 17:45:20.78
Attributes: 23-JAN-1996 15:42:51.58
Modified: 23-JAN-1996 15:42:51.58
DECW$PRIVATE_SERVER_SETUP.COM has been modified as I have added
$ node_list = "DIRAC"
...
$DO_DIRAC:
$ decw$xsize_in_pixels == 1024
$ decw$ysize_in_pixels == 768
$ decw$server_density == "75"
$ ! Following line is added to fix Vfreq issue in DECW
$ decw$server_refresh_rate == 60
$ decw$server_default_visual_class == "3"
$ decw$default_keyboard_map == "BELGIAN_FRENCH_LK444AP_PC"
$ exit
decw$server_refresh_rate == 60 fixes DECW issue, but not console
one.
> I see that DECW$DEVICE_CONFIG_GQ.COM looks at
> f$getdvi("GQA0", "DEVDEPEND"), and may adjust some parameters
> based on the result. That datum might be interesting.
...
$ if devtyp .eq. 35
$ then
$ !
$ ! Check that the S3 controller is available
$ !
$ if .not. f$getdvi("GQA0", "AVL") then exit
$ !
$ ! Configure the S3 controllers (Vision 864, Trio32/64)
$ !
$ server = "decw$server_ddx_s3"
$ decw$xsize_in_pixels == 1024
$ decw$ysize_in_pixels == 768
$ decw$virtual_pages == 400000
$ decw$server_refresh_rate == 60
$ else
...
I have checked that devtyp contains 35.
>> [...] Which relevant symbols and/or
>> logical names are defined where, how?
>
> Still wondering.
Regards,
JKB
--
Si votre demande me parvient sur carte perforée, je titiouaillerai très
volontiers une réponse...
=> http://grincheux.de-charybde-en-scylla.fr
More information about the Info-vax
mailing list