[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Knoppix 6.2.0: Cannot switch to the linux consoles (Ctrl+Alt+Fx, x=1,2,3,...)



Hi Klaus,
Yes I am using a nvidia card and yes "sudo chvt 1" works.
Once in console 1, Ctrl + Alt + 5 alows me to go back to the UI.
What could have changed between the previous beta and this release ?
What did you end up using to fix the localization ?
Thanks for the tip.
Best Regards,
Gilles

Is it related to your add-on (below) to the knoppix-autoconfig script ?
==================================================
 # Need to add keyboard settings to debian's own config (HAL)
 if [ -r /etc/default/console-setup ]; then
  if [ -n "$XKEYBOARD" ]; then
   sed -i -e "s|^XKBLAYOUT=.*\$|XKBLAYOUT=\"$XKEYBOARD\"|g" /etc/default/console-setup
   case "$XKEYBOARD" in de*)
    sed -i -e "s|^XKBVARIANT=.*\$|XKBVARIANT=\"nodeadkeys\"|g" /etc/default/console-setup ;;
   esac
  fi
 fi
==================================================

--- On Sun, 11/22/09, Klaus Knopper <debian-knoppix@knopper.net> wrote:

From: Klaus Knopper <debian-knoppix@knopper.net>
Subject: Re: Knoppix 6.2.0: Cannot switch to the linux consoles (Ctrl+Alt+Fx, x=1,2,3,...)
To: "Gilles van Ruymbeke" <ruymbeke@rocketmail.com>
Cc: debian-knoppix@lists.debian.org
Date: Sunday, November 22, 2009, 2:42 AM

On Sat, Nov 21, 2009 at 05:13:54PM -0800, Gilles van Ruymbeke wrote:
> Hello,
> Whit the latest Knoppix 6.2.0 DVD, I just found out that I cannot switch to the the Linux
> Consoles anymore from the GUI (by pressing the Ctrl+Alt+F1 key as an example).
> Did someone else experienced the same thing ? Any easy fix or solution ?
> Best Regards,
> Gilles
>
> PS: The previous beta was ok (KNOPPIX_V6.2CD-2009-09-23-DE.iso)

I'm not aware of having changed the X-Servers setting between these
versions. Does "sudo chvt 1" work for you?

The only reason I could think of why this happens is that the chipset
has a broken framebuffer handling (NVidia cards?) and for this reason,
ChangeVT is automatically disabled.

Regards
-Klaus Knopper


Reply to: