RE: IRIX-like desktop for Linux/BSD -
shrek - 10-17-2021
(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
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-17-2021
Yeah, I found it.
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-17-2021
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.
RE: IRIX-like desktop for Linux/BSD -
shrek - 10-17-2021
(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.
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-17-2021
That's a bitmap font selector, it doesn't work for TTFs
This is TTF, not bitmap.
RE: IRIX-like desktop for Linux/BSD -
shrek - 10-17-2021
I don't know then. Maybe try the manual pages.
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-17-2021
I checked. Nothing mentioned. I'll email fastestcode then
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-18-2021
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!
RE: IRIX-like desktop for Linux/BSD -
shrek - 10-18-2021
(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
RE: IRIX-like desktop for Linux/BSD -
Raion - 10-18-2021
Huh that's what that is?
I actually plan to copy/convert menus I use on IRIX here.