Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
layout tastiera e X
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
alphaone
n00b
n00b


Joined: 20 Aug 2003
Posts: 27
Location: Italy

PostPosted: Mon Aug 25, 2003 8:26 pm    Post subject: layout tastiera e X Reply with quote

Ciao a tutti,
ho un problemino con il layout della tastiera all'avvio di XFree.

Mi sono gia' smazzato un bel po' di posts nei quali ho evinto che 2 sono i files da editare, a seconda delle esigenze.

il mio /etc/init.d/rc.loal e' a postissimo cosi', ma quando parliamo del solito XF86Config le cose cambiano...

Ho provato a configurarlo nel seguente modo>

Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 5"
Option "XkbLayout" "it"
EndSection

ma la sostanza non cambia, ed appena lancio X mi ritrovo di nuovo ad avere la tastiera Inglese...

Dove sbaglio?

Grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31280
Location: here

PostPosted: Mon Aug 25, 2003 9:29 pm    Post subject: Re: layout tastiera e X Reply with quote

alphaone wrote:
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 5"
Option "XkbLayout" "it"
EndSection

Se non erro devi mettere
Code:
Option      "XkbLayout" "it_IT"

e se vuoi anche il simbolo degli euri (su questo non sono sicuro per niente)
Code:
Option      "XkbLayout" "it_IT@euro"

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Mon Aug 25, 2003 9:31 pm    Post subject: Reply with quote

Prima di tutto ti consiglio di leggerti la localisation guide

se hai dubbi non hai che da chiedere

poi facci sapere come va :)

Personalmente ho questa configurazione in XF86Config:
Code:
Section "InputDevice"
                                                                               
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "250 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "it"
                                                                               
EndSection

_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
bibi[M]
Apprentice
Apprentice


Joined: 10 Aug 2003
Posts: 153

PostPosted: Tue Aug 26, 2003 8:04 am    Post subject: Reply with quote

Io ho seguito la guida alla lettera ma ho ancora dei problemini...
In console riesco a fare l'euro solo dando prima il comando: loadkeys euro2
Mi piacerebbe capire come rendere il tutto automatico siccome mettendolo in profile non va :/
In più nei terminali per X tipo xterm Eterm aterm etc etc funziona il centesimo (AltrGr + c) ma non va l'euro-_-
In tutti gli altri programmi per X ovviamente non ho alcun problema (¢¢¢€€€)(:þ)
_________________
jazz lives!
For the italians: evitate: "ke", "xké", "qlc", "nn"...
Back to top
View user's profile Send private message
alphaone
n00b
n00b


Joined: 20 Aug 2003
Posts: 27
Location: Italy

PostPosted: Wed Sep 03, 2003 8:02 pm    Post subject: Reply with quote

Ciao di nuovo a tutti,

seguendo i vostri consigli sono arrivato finalmente ad avere il layout tastiera italiano anche sotto Xfree, tuttavia è sorto l'ennesimo sottoproblema, che personalmente credo venga identificate nella seguente riga del mio log:

Code:
Server_Terminate keybinding not found


In pratica non posso utilizzare alcune combinazioni di tasti come per esempio "Alt Gr + @" per avere la @, ma in pratica anche tutte le altre combinazioni che contemplano l'utilizzo del tasto "AltGr"...

ne sapete qualcosa??
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Thu Sep 25, 2003 5:55 pm    Post subject: Re: layout tastiera e X Reply with quote

Quote:
Se non erro devi mettere
Code:
Option      "XkbLayout" "it_IT"

e se vuoi anche il simbolo degli euri (su questo non sono sicuro per niente)
Code:
Option      "XkbLayout" "it_IT@euro"


NO, in /etc/profile, al fondo del file inserisci questo:

Code:

export LANG="it_IT@euro"
export LC_ALL="it_IT@euro"

per il supporto euro e traduzione sistema in italiano.


.
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