Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] (XORG) Problemi tastiera ACER ASPIRE ONE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Tue Jul 12, 2011 5:46 pm    Post subject: [RISOLTO] (XORG) Problemi tastiera ACER ASPIRE ONE Reply with quote

Salve, vi posto la sezione di xorg.conf:

Code:
Section "InputDevice"
Identifier "keyboard0"
Driver "Keyboard"   
Option "XkbModel" "acer_laptop"
Option "XkbLayout" "it"
EndSection


Ora, i tasti che non assolvono al loro dovere (e la loro attuale funzione) sono:

- AltGr funziona da INVIO
- PagSu funziona da / + Home
- PagGiu funzioona da PagGiu + Tasto menu contestuale

Suggerimenti?

Grazie!


Last edited by telebabbo on Fri Jul 15, 2011 6:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Tue Jul 12, 2011 10:32 pm    Post subject: Reply with quote

se provi a togliere lo xorg.conf cosa va?
Back to top
View user's profile Send private message
armaoin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2006
Posts: 110

PostPosted: Wed Jul 13, 2011 10:11 am    Post subject: Reply with quote

Segui il suggerimento di ago. Puoi anche provare a cambiare il modello della tastiera in pc105 e vedere che succede.
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Thu Jul 14, 2011 3:25 am    Post subject: Reply with quote

ho provato sia a rimuovere xorg.conf, sia a settare xkbmodel su "pc105", ma non va...
Back to top
View user's profile Send private message
armaoin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2006
Posts: 110

PostPosted: Thu Jul 14, 2011 8:01 am    Post subject: Reply with quote

Hai abilitato l'event interface nel kernel?
http://www.gentoo.org/doc/en/xorg-config.xml qui spiega come configurare X.
Facendo partire l'ambiente grafico senza file di configurazione potresti ritrovarti con una tastiera con il layout americano; sul mio portatile non ho xorg.conf ma ho creato il file /etc/X11/xorg.conf.d/10-keyboard.conf con il seguente contenuto per avere il layout italiano:
Code:

Section "InputClass"
        Identifier "keyboard-all"
        Driver "evdev"
        Option "XkbLayout" "it"
        MatchIsKeyboard "on"
EndSection


Devi controllare che la varibile INPUT_DEVICES contenga il driver evdev e di avere abilitato l'interfaccia nel kernel.
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Jul 14, 2011 8:28 am    Post subject: Reply with quote

armaoin wrote:
sul mio portatile non ho xorg.conf ma ho creato il file /etc/X11/xorg.conf.d/10-keyboard.conf con il seguente contenuto per avere il layout italiano:


Se hai un DE dovresti configurarlo da li. Usare i file di conf solo nei casi di WM minimali.
Back to top
View user's profile Send private message
armaoin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2006
Posts: 110

PostPosted: Thu Jul 14, 2011 2:23 pm    Post subject: Reply with quote

ago wrote:
armaoin wrote:
sul mio portatile non ho xorg.conf ma ho creato il file /etc/X11/xorg.conf.d/10-keyboard.conf con il seguente contenuto per avere il layout italiano:


Se hai un DE dovresti configurarlo da li. Usare i file di conf solo nei casi di WM minimali.


Lo avevo fatto quando usavo openbox ma mi è rimasto anche ora che uso un DE. Lo vado a cancellare ...
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Fri Jul 15, 2011 6:08 pm    Post subject: Reply with quote

Ho risolto seguendo il cosniglio di armaoin:

Code:
Section "InputClass"
Identifier "keyboard0"
Driver "evdev"
Option "XkbLayout" "it"
MatchIsKeyboard "on"
EndSection


Grazie mille!
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sat Jul 16, 2011 12:52 am    Post subject: Reply with quote

in generale com ho detto a lui andrebbe rimosso ;)
Back to top
View user's profile Send private message
armaoin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2006
Posts: 110

PostPosted: Sat Jul 16, 2011 7:23 am    Post subject: Reply with quote

E' stano cmq che non ti funzioni senza file di configurazione. Dovresti provare come dice ago a far partire il tutto senza alcun file di config e settare il layout della tastiera direttamente dal desktop environment.
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Mon Jul 18, 2011 7:40 pm    Post subject: Reply with quote

ago wrote:
in generale com ho detto a lui andrebbe rimosso


armaoin wrote:
E' stano cmq che non ti funzioni senza file di configurazione. Dovresti provare come dice ago a far partire il tutto senza alcun file di config e settare il layout della tastiera direttamente dal desktop environment.


Rimuovere il file di configurazione e delegare tutto al Desktop Environment è senza dubbio la soluzione migliore, specie per chi come me non ha ancora molta familiarità con Xorg, il problema è che come DE uso LXDE sul quale non è implementato un "Keyboard Preference" tale da gestire impostazioni del genere!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum