Desativar o FN Lock na inicialização do sistema.

1. Desativar o FN Lock na inicialização do sistema.

Luiz Guilherme de Melo
ak4ts

(usa Ubuntu)

Enviado em 21/08/2022 - 14:38h

Olá,
Já usei o linux antes mas nunca como distribuição principal, que é o que eu estou fazendo agora.
Antes, pequenas coisas como essa não me incomodava, já que eu iniciava o sistema uma vez por dia e na maior parte das vezes nem utilizava as teclas FN. Mas agora, eu estou usando o linux (ubuntu 22.04) como sistema principal, e coisas como essa estão sendo um pouco chatas.
Sei que não é nada demais, mas se alguém souber algo sobre eu serei grato!


  


2. Re: Desativar o FN Lock na inicialização do sistema.

Carlos A. P. Cunha
Carlos_Cunha

(usa Linux Mint)

Enviado em 22/08/2022 - 08:36h

Tente isso....



# TEMPORARIEDADE

The first way is to temporarily set this value. This means that when you next reboot your machine the value will be put back to the default (which is 1). To do this you just need to echo the value you want into the file at /sys/module/hid_apple/parameters/fnmode.

echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode
To double check that the value has taken just use cat to print out the contents of the file. It should only contain a single character so the output will be very short.

$ cat /sys/module/hid_apple/parameters/fnmode
0
To set the value back to 1 use the following.

echo 1 | sudo tee /sys/module/hid_apple/parameters/fnmode
Remember that when you reboot your machine the value will be back to 1.



# PERMANENTEMENTE

The second way to do this is to write this value into your system permanently. This involves setting the value of the fnmode to be the value you need, which will then be copied into the fnmode file mentioned above.

echo options hid_apple fnmode=0 | sudo tee -a /etc/modprobe.d/hid_apple.conf
This will do nothing until you trigger copying the configuration into the initramfs boot file. This can be done by killing the update-initramfs service.

sudo update-initramfs -u -k all



Fonte:


#-------------------------------------------------------------------------------------#
"Falar é fácil, me mostre o código." - Linus Torvalds
#-------------------------------------------------------------------------------------#



3. Re: Desativar o FN Lock na inicialização do sistema.

Luiz Guilherme de Melo
ak4ts

(usa Ubuntu)

Enviado em 15/09/2022 - 17:13h

Não funcionou :(

(OBS: O arquivo não existia no meu computador, ele foi criado no momento em que eu rodei o comando definitivo. Mesmo caso para o comando não definitivo)

(OBS2: Foi mal a resposta tardia, eu não tenho o hábito de entrar nesse fórum con frequência (pelo menos por enquanto))
abaixo, o cat do arquivo




4. Re: Desativar o FN Lock na inicialização do sistema.

David K. Arndt
Davidarndt

(usa Linux Mint)

Enviado em 24/11/2022 - 02:02h

Sim, é que na verdade a tecla foi invertida com as funções Fn. Entre no setup da BIOS apertando a tecla F10 durante o boot e vá no menu System Configuration ou Configuração do Sistema.
Ativar ou desativar o modo de teclas fn (função) ou de ação
Pressione a tecla de seta para a direita ou para a esquerda para selecionar o menu System Configuration (Configuração do sistema). Pressione a tecla de seta para cima ou para baixo para selecionar o modo Tecla de ação. https://www.myallsaversconnect.org/






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts