Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] Problemi AltGr Gnome (no cancelletto,chiocciola..)
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
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Sat Jul 29, 2006 6:09 pm    Post subject: [risolto] Problemi AltGr Gnome (no cancelletto,chiocciola..) Reply with quote

Salve a tutti
Il mio problema è molto semplice: su Gnome non posso utilizzare i caratteri speciali attivabili con AltGr (come chiocciola, cancelletto, parentesi quadre..), mentre se vado su uno dei terminali funziona tutto a meraviglia...
Cercando sul forum ho trovato alcune possibili soluzioni, ma nessuna di esse ha funzionato a dovere. In particolare ho modificato alcune voci in /etc/X11/xorg.conf, che ora contiene (la sola sezione d'interesse)
Code:
Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc105"
        Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
        Option  "XkbLayout" "it"
EndSection

Al riavvio di Gnome, quando mi viene chiesto se utilizzare le impostazioni del server X o quelle di Gnome stesso (perchè trova delle discrepanze) ho scelto la prima opzione (ed in seguito anche la seconda), ma niente, il problema si ripresenta...

Cosa potrei fare?

Grazie in anticipo ;)

Aggiornamento: cercando di aggiornare altri pacchetti, ho scoperto questo:
http://www.gentoo.org/proj/it/desktop/x/x11/modular-x-howto.xml
Potrebbe avere a che fare con il problema, dato che sul mio sistema c'è una versione abbastanza datata?
Code:
emerge --search xorg-x11
Searching...
[ Results for search key : xorg-x11 ]
[ Applications found : 1 ]

*  x11-base/xorg-x11
      Latest version available: 7.0-r1
      Latest version installed: 6.8.2-r6 <----- !!!
      Size of files: 0 kB
      Homepage:      http://xorg.freedesktop.org
      Description:   An X11 implementation maintained by the X.Org Foundation (meta package)
      License:       as-is


Last edited by dark_knight on Wed Aug 02, 2006 9:44 am; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sun Jul 30, 2006 10:40 am    Post subject: Re: Problemi con AltGr su Gnome (no cancelletto, chiocciola. Reply with quote

dark_knight wrote:
mentre se vado su uno dei terminali funziona tutto a meraviglia...


Se con uno dei terminali intendi le console testuali raggiungibili con <crtl><alt><fn> la gestione é diversa e potrebbe essere sia un problema di gnome che di X11.
Se invece intendevi un normale xterm allora probabilmente il problema é nella configurazione di X
Se con xterm funziona bene mentre con gnome-terminal no il problema é nella configurazione di gnome.

Non penso dipenda dalla versione di Xorg, anche se non é una cattiva idea aggiornare il sistema ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Sun Jul 30, 2006 10:57 am    Post subject: Re: Problemi con AltGr su Gnome (no cancelletto, chiocciola. Reply with quote

Intendevo le console testuali ;)
Inoltre, ho aggiornato X alla versione modulare ed il problema persiste... rimangono altri pacchetti da aggiornare, ma sto ancora finendo di farlo...
Back to top
View user's profile Send private message
ThorOdino
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2006
Posts: 103

PostPosted: Sun Jul 30, 2006 11:24 am    Post subject: Reply with quote

Ho avuto lo stesso problema una settimana fa'. Risolto direttamante da gnome
Desktop -> preferenze -> tastiera
Disposizioni:
Modello Tastirera =IBM ThinkPad 560Z/600/600E/A22E
Poi ho rimosso la tastiera inglese ed ho aggiunto quella italiana
Ciao
_________________
www.ThorOdino.eu
FreeTheBikers
Back to top
View user's profile Send private message
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Sun Jul 30, 2006 4:31 pm    Post subject: Reply with quote

ThorOdino wrote:
Disposizioni:
Modello Tastirera =IBM ThinkPad 560Z/600/600E/A22E
Poi ho rimosso la tastiera inglese ed ho aggiunto quella italiana

No, purtroppo questo non ha risolto il problema :(

Nel frattempo ho anche aggiornato Gnome all'ultima versione, ma nulla, il problema persiste...
Back to top
View user's profile Send private message
devilheart
l33t
l33t


Joined: 17 Mar 2005
Posts: 848
Location: Villach, Austria

PostPosted: Mon Jul 31, 2006 8:31 am    Post subject: Reply with quote

prova a dare
Code:
setxkbmap -model pc105 -layout it -variant basic
Back to top
View user's profile Send private message
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Mon Jul 31, 2006 9:21 am    Post subject: Reply with quote

Nessun miglioramento, purtroppo... :(

Dite che rigenerare ex-novo /etc/X11/xorg.conf aiuterebbe?
Back to top
View user's profile Send private message
thewally
l33t
l33t


Joined: 12 May 2005
Posts: 703
Location: Genova

PostPosted: Mon Jul 31, 2006 7:51 pm    Post subject: Reply with quote

dark_knight wrote:
Dite che rigenerare ex-novo /etc/X11/xorg.conf aiuterebbe?

Come spiegato qui, devi dare questi comandi:
Code:
# emerge -C xkeyboard-config
# emerge xkbdata

Sarà necesario riavviare Xorg :wink:
_________________
Proudly Member of GeCHI
Back to top
View user's profile Send private message
unz
l33t
l33t


Joined: 28 Jul 2004
Posts: 819
Location: Roma, Italia

PostPosted: Mon Jul 31, 2006 10:40 pm    Post subject: Reply with quote

Oppure cancelli tutto quello che trovi in gconf-editor nella chiave /desktop/gnome/peripherals/keyboard/kbd.
Naturalmente settando setxkbmap -model pc104 -layout it -variant basic [io usando Xgl do il comando all'avvio della sessione]
_________________
Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Tue Aug 01, 2006 6:54 am    Post subject: Reply with quote

Ho avuto anche io questo problema, dopo aver riciclato un vecchio xorg.conf. Ho semplicemente rimosso la riga
Code:
Option  "XkbRules"
ed è andato tutto a posto
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Tue Aug 01, 2006 8:27 am    Post subject: Reply with quote

Purtroppo, nessuna delle tre soluzioni ha funzionato :(
Back to top
View user's profile Send private message
unz
l33t
l33t


Joined: 28 Jul 2004
Posts: 819
Location: Roma, Italia

PostPosted: Tue Aug 01, 2006 10:15 pm    Post subject: Reply with quote

La mia tastiera è impstata così:
Code:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "it"
EndSection


prova a commentare le altre opzioni che te hai attive [il commento lo fai aggiungendo un # all'inizio della riga]
_________________
Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/
Back to top
View user's profile Send private message
dark_knight
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2006
Posts: 112

PostPosted: Wed Aug 02, 2006 9:44 am    Post subject: Reply with quote

Ho fatto così:
Code:
Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
#       Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc104"
#       Option  "XkbOptions" "grp:toggle,grp_led:scroll"
#       Option  "XkbVariant" ",winkeys"
        Option  "XkbLayout" "it"
EndSection


ed ora...
[]@#{} :P
Funziona direi... :) Anche su fluxbox, che mi dava dei problemi simili, ora tutto gira a meraviglia :P

Grazie infinite dell'aiuto ;) -> [solved]
Back to top
View user's profile Send private message
binhos
n00b
n00b


Joined: 12 Mar 2004
Posts: 17

PostPosted: Thu Aug 03, 2006 9:57 pm    Post subject: Adesso # @ [ e { funzionano Reply with quote

Ho risolto anch'io, grazie,
ho notato che le funzionalità del KDE control sono del tutto inefficaci se non si modificano i parametri da te riportati.
Ciao
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