Tastatur delay und repeat in GRUB zu kurz

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
felixed
Beiträge: 196
Registriert: 19.06.2014 20:29:43

Tastatur delay und repeat in GRUB zu kurz

Beitrag von felixed » 27.01.2021 18:06:53

Das hat eigentlich nichts mit debian zu tun: Im GRUB-Menü sind delay und repeat extrem kurz. Einmal die Pfeiltaste kurz angetippt, schon ist die Markierung ganz oben oder ganz unten. Nur mit viel Mühe und Probieren läßt sich was anderes auswählen als der erste oder letzte Eintrag.
Seltsamerweise tritt das Problem weder vorher im BIOS noch nach dem booten in Linux auf. Und mit einer anderen Tastatur auch nicht.
Hat GRUB eigene Einstellungen für keyboard delay und repeat?

GRUB 2.02 Beta 3, 64bit
Tastatur colorsit KB 8110, USB 2

Benutzeravatar
KBDCALLS
Moderator
Beiträge: 22355
Registriert: 24.12.2003 21:26:55
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Dortmund
Kontaktdaten:

Re: Tastatur delay und repeat in GRUB zu kurz

Beitrag von KBDCALLS » 27.01.2021 18:22:53

Sieh dir mal /etc/default/grub ans
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.

EDV ist die Abkürzung für: Ende der Vernunft

Bevor du einen Beitrag postest:
  • Kennst du unsere Verhaltensregeln
  • Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.

felixed
Beiträge: 196
Registriert: 19.06.2014 20:29:43

Re: Tastatur delay und repeat in GRUB zu kurz

Beitrag von felixed » 27.01.2021 19:11:18

Da steht nichts über Tatsatureinstellungen.

Code: Alles auswählen

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=saved 
GRUB_SAVEDEFAULT=true 
#GRUB_HIDDEN_TIMEOUT=0 
GRUB_HIDDEN_TIMEOUT_QUIET=false 
GRUB_TIMEOUT=1 
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="noresume iommu=soft"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Antworten