DecWindows on free AXP
- malmberg
- Topic Author
- Visitor
9 years 5 months ago #5463
by malmberg
Replied by malmberg on topic RE: DecWindows on free AXP
Today's link:
h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04621829-1.pdf
HP OpenVMS Version 8.4 Upgrade and Installation Manual, Page 71.
Install or reconfigure to install the "DECWindows Server Support". Select both 75 DPI and 100 DPI fonts if given the sub-option.
$ show system
Look for DECW$FD server.
h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04621829-1.pdf
HP OpenVMS Version 8.4 Upgrade and Installation Manual, Page 71.
Install or reconfigure to install the "DECWindows Server Support". Select both 75 DPI and 100 DPI fonts if given the sub-option.
$ show system
Look for DECW$FD server.
Please Log in or Create an account to join the conversation.
- almaz
- Topic Author
- Visitor
9 years 5 months ago #5464
by almaz
Replied by almaz on topic RE: DecWindows on free AXP
Thanks a lot!!!
Please Log in or Create an account to join the conversation.
- Bart
- Topic Author
- Visitor
9 years 3 days ago #5465
by Bart
Replied by Bart on topic RE: DecWindows on free AXP
OpenVMS, DECwindows, Mac
tutorials are at: www.it.nl/index.php/nl/openvms/tipstrics-nl
updated: www.it.nl/tips-openvms/
tutorials are at: www.it.nl/index.php/nl/openvms/tipstrics-nl
updated: www.it.nl/tips-openvms/
Please Log in or Create an account to join the conversation.
- Kherim
- Topic Author
- Visitor
8 years 8 months ago #5466
by Kherim
Replied by Kherim on topic RE: DecWindows on free AXP
Hi,
I'm trying to get the (XMDPC) DECWindows session manager to work properly on FreeAXP + OpenVMS 8.4.
While I can start a session on a remote X-server, I cannot move any windows.. This seems to be a known problem, but I haven't found a solution online yet..
Funny thing though, at random times it does seem to work properly for a little while (5s to 1min) right after starting the session, but then stops working.
Anyone have any thoughts on this issue?
Cheers,
Kherim
MY config:
Host:
Windows 7
X-server = Xming :0 -query 192.168.0.150 -clipboard -ac -screen 0 1680x1050@1
Emulator:
FreeAXP
OpenVMS 8.4
I the added this in my SYSTARTUP_VMS.COM
$ IF .NOT. VAX_NODE THEN -
$ DEFINE/SYSTEM/EXEC DECW$IGNORE_SHARE_ADDRESS TRUE
$!
$! OTHER DECW LOGICALS
$!
$ DEFINE/SYSTEM DECW$INSTALL_TCPIP TRUE
$ DEFINE/SYSTEM DECW$USEXLIBPG4 TRUE
$ DEFINE/SYSTEM DECW$INSTALL_XTERMINAL TRUE
$ DEFINE/SYSTEM DECW$START_FONT_SERVER TRUE
And this in my DECW$PRIVATE_SERVER_SETUP.COM
$DO_DEFAULT:
$ say "Using default config"
$ decw$xsize_in_pixels == 1680
$ decw$ysize_in_pixels == 1050
$ decw$server_transports == "TCPIP, LOCAL"
$ decw$server_extensions == "Xie,Multi-Buffering,Sec_Xag,LBX"
$ DECW$MONITOR_DENSITY == "75"
$ exit
And this line enabled in DECW$PRIVATE_APPS_SETUP.COM
$ decw$start_new_desktop == "false"
Starting the Session Manager gives the following output:
SYSTEM> @SYS$MANAGER:DECW$STARTSM.COM
Executing SYS$MANAGER:SYLOGIN
Executing run sys$system:decw$wsinit
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*
-ISO8859-1" to type FontStruct
Warning: Can't set help modifier
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=FFFFFFFFFFFF
FFFF, PC=000000000029382C, PS=0000001B
Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000000
FFFFFFFFFFFFFFFF
000000000029382C
000000000000001B
Register dump:
R0 = 0000000000000000 R1 = 0000000000000001 R2 = 00000000001CB3F0
R3 = 0000000000981211 R4 = 0000000000000012 R5 = 0000000000000001
R6 = 0000000000000003 R7 = 0000000000050084 R8 = 0000000000000000
R9 = 0000000000020FD4 R10 = 0000000000000004 R11 = 0000000000050360
R12 = 000000007FFCDA98 R13 = 000000007AEFD360 R14 = 0000000000000000
R15 = 000000007AEFC970 R16 = 0000000000981211 R17 = 000000007AE25738
R18 = 0000000000000012 R19 = FFFFFFFFFFFFFFFF R20 = 0000000000000013
R21 = 0000000000981211 R22 = 000000007AE2574A R23 = 0000000000001200
R24 = 000000007AE25746 R25 = 0000000000000001 R26 = 0000000000035154
R27 = 00000000001CB3F0 R28 = 000000000020F0AC R29 = 000000007AE256D0
SP = 000000007AE256D0 PC = 000000000029382C PS = 100000000000001B
Executing run sys$system:decw$session
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*
-ISO8859-1" to type FontStruct
System Menu Bar: Pseudo Mouse not available
This starts up the old style desktop no problem, except for the moving/minimizing etc windows.
Tracing this %SYSTEM-F-ACCVIO with ANALYSE/SYS leads to the image "DECW$XLIBSHR.EXE", which I tried loading separately, but it gives the same error.<hr>
I'm trying to get the (XMDPC) DECWindows session manager to work properly on FreeAXP + OpenVMS 8.4.
While I can start a session on a remote X-server, I cannot move any windows.. This seems to be a known problem, but I haven't found a solution online yet..
Funny thing though, at random times it does seem to work properly for a little while (5s to 1min) right after starting the session, but then stops working.
Anyone have any thoughts on this issue?
Cheers,
Kherim
MY config:
Host:
Windows 7
X-server = Xming :0 -query 192.168.0.150 -clipboard -ac -screen 0 1680x1050@1
Emulator:
FreeAXP
OpenVMS 8.4
I the added this in my SYSTARTUP_VMS.COM
$ IF .NOT. VAX_NODE THEN -
$ DEFINE/SYSTEM/EXEC DECW$IGNORE_SHARE_ADDRESS TRUE
$!
$! OTHER DECW LOGICALS
$!
$ DEFINE/SYSTEM DECW$INSTALL_TCPIP TRUE
$ DEFINE/SYSTEM DECW$USEXLIBPG4 TRUE
$ DEFINE/SYSTEM DECW$INSTALL_XTERMINAL TRUE
$ DEFINE/SYSTEM DECW$START_FONT_SERVER TRUE
And this in my DECW$PRIVATE_SERVER_SETUP.COM
$DO_DEFAULT:
$ say "Using default config"
$ decw$xsize_in_pixels == 1680
$ decw$ysize_in_pixels == 1050
$ decw$server_transports == "TCPIP, LOCAL"
$ decw$server_extensions == "Xie,Multi-Buffering,Sec_Xag,LBX"
$ DECW$MONITOR_DENSITY == "75"
$ exit
And this line enabled in DECW$PRIVATE_APPS_SETUP.COM
$ decw$start_new_desktop == "false"
Starting the Session Manager gives the following output:
SYSTEM> @SYS$MANAGER:DECW$STARTSM.COM
Executing SYS$MANAGER:SYLOGIN
Executing run sys$system:decw$wsinit
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*
-ISO8859-1" to type FontStruct
Warning: Can't set help modifier
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=FFFFFFFFFFFF
FFFF, PC=000000000029382C, PS=0000001B
Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000000
FFFFFFFFFFFFFFFF
000000000029382C
000000000000001B
Register dump:
R0 = 0000000000000000 R1 = 0000000000000001 R2 = 00000000001CB3F0
R3 = 0000000000981211 R4 = 0000000000000012 R5 = 0000000000000001
R6 = 0000000000000003 R7 = 0000000000050084 R8 = 0000000000000000
R9 = 0000000000020FD4 R10 = 0000000000000004 R11 = 0000000000050360
R12 = 000000007FFCDA98 R13 = 000000007AEFD360 R14 = 0000000000000000
R15 = 000000007AEFC970 R16 = 0000000000981211 R17 = 000000007AE25738
R18 = 0000000000000012 R19 = FFFFFFFFFFFFFFFF R20 = 0000000000000013
R21 = 0000000000981211 R22 = 000000007AE2574A R23 = 0000000000001200
R24 = 000000007AE25746 R25 = 0000000000000001 R26 = 0000000000035154
R27 = 00000000001CB3F0 R28 = 000000000020F0AC R29 = 000000007AE256D0
SP = 000000007AE256D0 PC = 000000000029382C PS = 100000000000001B
Executing run sys$system:decw$session
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*
-ISO8859-1" to type FontStruct
System Menu Bar: Pseudo Mouse not available
This starts up the old style desktop no problem, except for the moving/minimizing etc windows.
Tracing this %SYSTEM-F-ACCVIO with ANALYSE/SYS leads to the image "DECW$XLIBSHR.EXE", which I tried loading separately, but it gives the same error.<hr>
Please Log in or Create an account to join the conversation.
- Kherim
- Topic Author
- Visitor
8 years 8 months ago #5467
by Kherim
Replied by Kherim on topic RE: DecWindows on free AXP
It appears the access violation has nothing to do with this issue. Even if the image runs fine I still cannot move any windows.
Today I was able to move windows again for a short period of time and then it just stopped again. So strange...
Are there any error log fiels for X-clients/server/XDM sessions I can look into?<hr>
Today I was able to move windows again for a short period of time and then it just stopped again. So strange...
Are there any error log fiels for X-clients/server/XDM sessions I can look into?<hr>
Please Log in or Create an account to join the conversation.
- Kherim
- Topic Author
- Visitor
8 years 8 months ago #5468
by Kherim
Replied by Kherim on topic RE: DecWindows on free AXP
I found it, apparently Numlock is a toggle button to freeze all windows in place. That was a frustrating 4 days.
Please Log in or Create an account to join the conversation.
Moderators: iamcamiel
Time to create page: 0.204 seconds