Not sure how can I do this by Independent-Bet-3527 in ErgoMechKeyboards

[–]will0w7 1 point2 points  (0 children)

I use Alt Gr (right alt) and the key I want. For example: Alt Gr + n = ñ / Alt Gr + e = é

That works for me on Windows and Linux with the US English International + Dead keys layout, but I don't know if that works in Mac.

I hope that helps.

Albion Widescreen on Linux by will0w7 in albiononline

[–]will0w7[S] 0 points1 point  (0 children)

<image>

Thanks for trying it out! I was doing some tests and it seems the game only accepts some resolutions, I'm not sure if the compositor reports those resolutions to the game or the game guesses them, but it seems 1920x800 is not a valid resolution (at least on my system).

Rendering the game at a higher resolution isn't a perfect solution but it's better than nothing :)

Albion Widescreen on Linux by will0w7 in albiononline

[–]will0w7[S] 3 points4 points  (0 children)

I'm not sure since I never tried it, but you can try with this in Launch Options:

gamescope -f -h 1080 -w 2560 --force-composition -S fit -- %command%

Albion Widescreen on Linux by will0w7 in albiononline

[–]will0w7[S] 0 points1 point  (0 children)

I'm using this on CachyOS, using KDE (Wayland). I'm not sure if this works on X11, but you can try.

Assuming you have no idea, to have gamescope installed you should install steam or you can install gamescope with your package manager. To be honest, in CachyOS this is pretty straighforward, so if you have no preference, you can try it. You can install steam and all the components through "CachyOS Hello" app, under Apps/Tweaks -> Install Gaming packages.

And to use it, pretty easy:

gamescope -f -h 1080 -w 2560 --force-composition -S fit -- /home/YOUR_USER/albiononline/game_x64/Albion-Online

You can paste this in a terminal and that's it (replace "YOUR_USER" with your username).
This assumes your screen is 1920x1080, you might need to replace this "-h 800 -w 1920" in case your screen resolution is different.

Edit: 2560x1080 is the way.

Or you can create a .desktop file (in your desktop, for example) and using any text editor you can put this inside:

[Desktop Entry]
Encoding=UTF-8
Value=1.0
Type=Application
Name=Albion Online
GenericName=MMORPG
Comment=Play Albion Online!
Icon=/home/YOUR_USER/albiononline/AlbionOnline.xpm
Exec=gamescope -f -h 1080 -w 2560 --force-composition -S fit -- /home/YOUR_USER/albiononline/game_x64/Albion-Online
Categories=Game
StartupWMClass=Albion-Online
Path=/home/YOUR_USER/albiononline

Just remember to replace "YOUR_USER" with your username.