You are not logged in.
Pages: 1
Okay, not X11 problem... and console is missing greek symbols.
Have you tried to switch to different font?
Found few that have the symbols in them.
1. setfont latarcyrheb-sun16 or setfont eurlatgr
2. loadkeys gr
For temporary session, this seemed to work for me with alt+shift toggle.
setxkbmap -layout us,gr -variant ,polytonic -option grp:alt_shift_toggleTo check current layout options you can run query and it would print currently active rules, model, layout, options.
setxkbmap -queryYou probably dont need to do any reconfiguring if you find layout text file in
/usr/share/X11/xkb/symbols/gr
If you need to add or create layout, then you would need reconfiguring after changes with
dpkg-configure xkb-dataTo check if there are errors in the file
setxkbmap -symbols /usr/share/X11/xkb/symbols/grI've only used pulse and pipewire recently, but in ubuntu used some alsa...
I think steam looked up for pulse or pipe by default and might mix them up in some games...
Try setting environment variable or running steam with SDL_AUDIODRIVER=alsa or STEAM_RUNTIME=0
There is the files with pulseaudio settings for alsa... if those exist.
/usr/share/alsa/alsa.conf.d/50-pulseaudio.conf
/usr/share/alsa/alsa.conf.d/51-pulseaudio-probe.confHope it helps.
Pages: 1