Page 5 of 14

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 13:43
by stephen_usher
Here are some scripts (shell+perl) which together will allow you to set the network address manually.

Edit the shell script and add the DNS servers and DNS search domain in the two shell variables near the beginning, save and then run as root. It'll ask you for the hostname to give the machine, the IP address, the netmask as a /8, /24 etc. number and the router address then delete the automatically generated interface and add the manual one.

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 16:35
by exxos
stephen_usher wrote: 05 Jul 2023 13:43 Here are some scripts (shell+perl) which together will allow you to set the network address manually..
Oh cool thanks. Will give it a try when I get home.

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 20:10
by exxos
exxos wrote: 05 Jul 2023 16:35
stephen_usher wrote: 05 Jul 2023 13:43 Here are some scripts (shell+perl) which together will allow you to set the network address manually..
Oh cool thanks. Will give it a try when I get home.
That helped a lot. It didn't change the MAC address, but I did it in the new wired connection again and it stuck this time it seems! :yay:

Also figured out the server (almost). Seems I ran it from the commandline before..

Code: Select all

wine GGDedicatedServerLauncher.exe
I've got some GUI for it , but it keeps crashing and doesn't seem to work :roll:

Screenshot from 2023-07-05 20-06-02.png

Suppose a simple bash script would probably do the job anyway.


There also doesn't seem to be a tunbnail view in mint for images ?! Well aside from the current selection on the right, but thats no good for looking for images quickly :roll:

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 20:25
by exxos
So now..

Code: Select all

#!/bin/sh
cd /home/chris/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/GasGuzzlersExtreme/Bin32
wine GGDedicatedServerLauncher.exe

Code: Select all

chmod +x GGSERVER_LAUNCH.sh

How to just get it to auto run ?!

Screenshot from 2023-07-05 20-25-14.png

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 20:38
by exxos
OK this is odd.
You can right click on the desktop and then click on "Create launcher here" from the context menu. Fill in the launcher name, the full path and filename of the script file
That works I guess. But now have 2 icons :roll: I guess I can hide the script away and just have the rocket one on desktop.

Screenshot from 2023-07-05 20-37-58.png

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 21:18
by exxos
Another odd thing is the fonts in chrome don't display correctly. I've setup chrome fonts and sizes the same as windows. But bold text in linux chrome is to bold and looks blurred. :shrug:

Seems others had similar issues https://bugs.chromium.org/p/chromium/is ... ?id=417338

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 22:08
by exxos
Think I might know whats happening..

On left Linux, on right Windows.

Linux looks "to bold and blurry". Its more noticable on "exxos" and the main topic texts.

Screenshot from 2023-07-05 22-06-28.png

But windows seems to do this which I think is why it differs...

cleartype.PNG

Re: exxos's linux mint install blog

Posted: 05 Jul 2023 23:40
by exxos
This is chrome, firefox, windows. Look at the "weight" of "exxos" and look inside the "e" as you can see a improvement left to right..

Screenshot from 2023-07-05 23-37-28.png

Re: exxos's linux mint install blog

Posted: 06 Jul 2023 10:44
by Steve
Found this forum thread talking about it:

Any of these 2 methods will drastically improve font rendering, Infinality will also mimic other OS's font rendering mechanism.
And your browser is also responsible, for some unknown reason Chrome is sub-par at font rendering, do try out Firefox, its simply good these days.
Also the Liberation Sans font is choppy(if on fedora[maybe other Linux's too] - reported bug but no action has been made yet)

EDIT - There are patents preventing these from enabled by default which is why its left to the users choice

Re: exxos's linux mint install blog

Posted: 06 Jul 2023 11:12
by exxos
Steve wrote: 06 Jul 2023 10:44 Found this forum thread talking about it:
Thanks. I did try messing with every setting I could find but nothing seemed to make any difference other than the size of the font :shrug: I will have another go though.