4

After moving on to Ubuntu 22.04, I can't use the Ctrl-Alt-Fn set of keys anymore.

Maybe the reason is the input language switch, which works with both

  • Ctrl + Alt on both sides
  • and superkey + space

However, I see only the second variant in the settings.

How to switch to console only mode?

What happens:

  • press Ctrl-Alt-Fn (like F3, or F1, there is no Fn key as such, N is an integer here)
  • only language input is changed

pastebin

Consequences:

  • Can't change to console
  • Can't upgrade NVidia driver
  • Can't do data science
Dan
  • 13,119
Tavi
  • 41
  • 2
    Which version and flavour of Ubuntu are you running? For example Ubuntu Core 22 or Ubuntu Desktop 22.04.1 LTS, Ubuntu Server 22.04.1 LTS or Ubuntu Desktop 22.10 LTS, Ubuntu Server 22.10 LTS. If Ubuntu Desktop, are you using Xorg or Wayland for the graphics? Please tell us the details, otherwise we can only guess. – sudodus Oct 25 '22 at 15:41
  • thx - I use standard Ubuntu Desktop with default settings. For more details please share required prompts. lsb_release => Ubuntu 22.04.1 LTS – Tavi Oct 25 '22 at 16:26
  • 1
    sudodus asked me to join in and see if I can help. Since I will ask you to run commands and ask for the output pasted to a pastebin, I'll do that in an "Answer", That I will "edit" until we get there to a resolution. – MAFoElffen Oct 26 '22 at 19:45

2 Answers2

2

I'm running Ubuntu Desktop 22.04.1 LTS with Xorg (x11).

The hotkey combinations ctrl + alt + F3 ... ctrl + alt + F6 work for me to get virtual consoles.

ctrl + alt + F1 brings me to the log in screen.

ctrl + alt + F2 brings me to the graphics desktop.


Check if you run Xorg or Wayland with

echo "$XDG_SESSION_TYPE"

If you run Wayland and want to run Xorg instead, see this link.


In some [laptop] computers you may need to use ctrl + alt +Fn + F3 (in other words the function key together with F3 ...) to get the desired action.


Edit 1: I have a somewhat similar system in my Dell Precision laptop with nvidia, but I am not affected by this problem. Differences:

  • yours is dist-upgraded from 20.04, mine is installed as 22.04
  • yours is newer hardware (and more advanced) than mine
  • yours uses an nvidia driver, mine uses nouveau

We also have different sets of installed software (program packages), but I would think one of the listed three differences above might be 'guilty'.

sudodus
  • 46,324
  • 5
  • 88
  • 152
  • hi - I've got "echo "$XDG_SESSION_TYPE"" => X11. I do not have Fn – Tavi Oct 25 '22 at 18:52
  • What computer is it (brand name and model)? 2. Have you installed some special program package (that might cause this problem)? 3. Did you upgrade from a previous version of Ubuntu or did you make a fresh installation of 22.04.1 LTS? 4. What language are you using? -- It might be worthwhile to clone from an iso file to make a live Ubuntu 22.04.1 LTS system on a USB pendrive and check if you have the same problem or if you can get into virtual consoles in that system.
  • – sudodus Oct 25 '22 at 19:00
  • One way to show what computer and system you have is to run the system-info script by Ubuntu Forums, let it upload the output file to a pastebin and link to the pastebin in your original question. – sudodus Oct 25 '22 at 19:04
  • added pastebin. It's an upgraded installation on a ZOTAC PC. – Tavi Oct 26 '22 at 11:33
  • Thanks @Tavi, for the details (in the output of the system-info script) :-) I'm thinking ..., but also trying to involve a person who probably knows more than I about your problem. – sudodus Oct 26 '22 at 12:26
  • 1
    I am the person. Sudodus asked me to help. I added comments above asking for input. Also sent sudodus a PM asking how to format "code" comments here... I'm thinking I am going to have to do that in an "Answer" – MAFoElffen Oct 26 '22 at 19:40
  • @MAFoElffen, Welcome :-) Use backticks `code` --> code – sudodus Oct 26 '22 at 19:46