IRIX-like desktop for Linux/BSD
#41
RE: IRIX-like desktop for Linux/BSD
(10-17-2021, 12:14 AM)Raion Wrote:  Anyways, I got it mostly working how I wanted -- one question. what is the property name for titleLeft in EMWM?
Put this in your Xresources: *titleLeft: True

Octane2  R14k 600MHz, V10, 2GB RAM, 73GB disk, IRIX 6.5.22
shrek
It's not done until it's ogre.

Trade Count: (0)
Posts: 233
Threads: 19
Joined: Jan 2019
Location: United States
Find Reply
10-17-2021, 12:22 AM
#42
RE: IRIX-like desktop for Linux/BSD
Yeah, I found it.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-17-2021, 12:37 AM
#43
RE: IRIX-like desktop for Linux/BSD
Final question -- how do I set a font as italic? I got a TTF-type font I wanna use for Italic, but it's only a single name "Roboto" in the font lists on my system.

putting style=Italic doesn't work. Hyphenating it as -Italic doesn't work. Google is useless as the config options don't match.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-17-2021, 01:36 AM
#44
RE: IRIX-like desktop for Linux/BSD
(10-17-2021, 01:36 AM)Raion Wrote:  Final question -- how do I set a font as italic? I got a TTF-type font I wanna use for Italic, but it's only a single name "Roboto" in the font lists on my system.

putting style=Italic doesn't work. Hyphenating it as -Italic doesn't work. Google is useless as the config options don't match.
I assume it would work the same way as classic MWM. Use xfontsel to get the settings you want and paste it in.

Octane2  R14k 600MHz, V10, 2GB RAM, 73GB disk, IRIX 6.5.22
shrek
It's not done until it's ogre.

Trade Count: (0)
Posts: 233
Threads: 19
Joined: Jan 2019
Location: United States
Find Reply
10-17-2021, 01:56 AM
#45
RE: IRIX-like desktop for Linux/BSD
That's a bitmap font selector, it doesn't work for TTFs

This is TTF, not bitmap.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-17-2021, 02:12 AM
#46
RE: IRIX-like desktop for Linux/BSD
I don't know then. Maybe try the manual pages.

Octane2  R14k 600MHz, V10, 2GB RAM, 73GB disk, IRIX 6.5.22
shrek
It's not done until it's ogre.

Trade Count: (0)
Posts: 233
Threads: 19
Joined: Jan 2019
Location: United States
Find Reply
10-17-2021, 02:19 AM
#47
RE: IRIX-like desktop for Linux/BSD
I checked. Nothing mentioned. I'll email fastestcode then

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-17-2021, 02:23 AM
#48
RE: IRIX-like desktop for Linux/BSD
Emailed Alyx, who helped promptly!

Here's the font settings for it:
Code:
Mwm*renderTable: xft
Mwm*xft*fontType: FONT_IS_XFT
Mwm*fontName: Roboto
Mwm*fontSize: 12
Mwm*menu*fontSize: 12
Mwm*fontStyle: Bold Italic
Mwm*renderTable.title.fontStyle: Bold Italic


*renderTable: xft
*xft*fontType: FONT_IS_XFT
*xft*fontName: Roboto
*xft*fontSize: 12
*xft*fontStyle: Bold Italic

*xmtoolbox*renderTable: xft
*xmtoolbox*xft*fontType: FONT_IS_XFT
*xmtoolbox*xft*fontName: Roboto
*xmtoolbox*xft*fontSize: 12
*xmtoolbox*xft*fontStyle: Bold Italic

Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb

This gets me what I prefer, and it looks like the below:
   


You need the Roboto font for my settings to work. Roboto looks good to me and it's not exactly 1-to-1 for IRIX's old fonts, but that's ok!

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-18-2021, 12:41 AM
#49
RE: IRIX-like desktop for Linux/BSD
(10-18-2021, 12:41 AM)Raion Wrote:  Emailed Alyx, who helped promptly!

Here's the font settings for it:
Code:
Mwm*renderTable: xft
Mwm*xft*fontType: FONT_IS_XFT
Mwm*fontName: Roboto
Mwm*fontSize: 12
Mwm*menu*fontSize: 12
Mwm*fontStyle: Bold Italic
Mwm*renderTable.title.fontStyle: Bold Italic


*renderTable: xft
*xft*fontType: FONT_IS_XFT
*xft*fontName: Roboto
*xft*fontSize: 12
*xft*fontStyle: Bold Italic

*xmtoolbox*renderTable: xft
*xmtoolbox*xft*fontType: FONT_IS_XFT
*xmtoolbox*xft*fontName: Roboto
*xmtoolbox*xft*fontSize: 12
*xmtoolbox*xft*fontStyle: Bold Italic

Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb

This gets me what I prefer, and it looks like the below:



You need the Roboto font for my settings to work. Roboto looks good to me and it's not exactly 1-to-1 for IRIX's old fonts, but that's ok!

Looking good. If you remove Toolbox menus you might want to edit the size to remove the giant empty chin. If you're using my .mwmrc I added options for xkill, merging Xresources  and starting a new Toolbox in the right click desktop menu. Technically SIGUSR1 will tell the Toolbox to reparse the configs but it doens't honor all X resources. Better to kill and restart the program.

Set something like this then merge X resources, kill the old Toolbox then start a new one.

*xmtoolbox*geometry: 122x158+10+100

Octane2  R14k 600MHz, V10, 2GB RAM, 73GB disk, IRIX 6.5.22
shrek
It's not done until it's ogre.

Trade Count: (0)
Posts: 233
Threads: 19
Joined: Jan 2019
Location: United States
Find Reply
10-18-2021, 04:47 AM
#50
RE: IRIX-like desktop for Linux/BSD
Huh that's what that is?

I actually plan to copy/convert menus I use on IRIX here.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,244
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
10-18-2021, 04:49 AM


Forum Jump:


Users browsing this thread: 2 Guest(s)