Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Community > Tech > [How-To]impostare tastiera italiana
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
IuZ
.grande:maestro.

User info:
Registered: Mar 2004
Posts: 816 (0.11 al dì)
Location:
Corso: T.I.Co.
Anno: Primo
Time Online: 8 Days, 7:26:48 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
[SLACKWARE][How-To]impostare tastiera italiana

Ho avuto un po' di difficoltà nel settaggio della tastiera italiana nella Slackware (NON in modalità grafica).
dopo aver fatto "loadkeys ... it.map",
se spegnevo e riaccendevo il pc, mi ritornava la tastiera americana.

Dopo un po' di ricerche ecco i passi da seguire per impostarla definitivamente:

editate il file (se non ce l'avete, lo create [io l'ho dovuto creare]):

code:
root@slack:/# vi /etc/rc.d/rc.keymap

e gli scrivete:
code:
#!/bin/sh # Load the keyboard map. More maps are in /usr/share/kbd/keymaps. if [ -x /usr/bin/loadkeys ]; then /usr/bin/loadkeys it.map fi

salvate e
poi gli date i permessi:
code:
root@slack:/# chmod 755 /etc/rc.d/rc.keymap

poi lanci:
code:
root@slack:/# /usr/bin/loadkeys it.map

poi riavviate il pc:
code:
root@slack:/# reboot

ora dovreste avere la tastiera italiana.

Così a me ha funzionato.

In caso contrario (rimedio estremo)
aggiungete la riga:
code:
/usr/bin/loadkeys it.map

nel vostro /etc/rc.d/rc.local

saluti
-=IuZ=-

__________________
Links a risorse (How-To, libri, manuali, siti) su Linux? -> Qui! ( .dsy:it. LUG ) <-
Scouting Site: -> no6.org <-
Prima di postare, fate una SEARCH ... Link in alto a destra, non è difficile! :P
Abbiamo il dovere di voler essere ciò che siamo.

10-06-2004 10:09
Click Here to See the Profile for IuZ Click here to Send IuZ a Private Message Find more posts by IuZ Add IuZ to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
recoil
dsy adminz

User info:
Registered: Mar 2002
Posts: 4454 (0.53 al dì)
Location: Milano / Erba
Corso: TICOM
Anno: laureato
Time Online: 61 Days, 16:17:45 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

mi pare più bella la soluzione di rc.keymap, mi sembra più ordinato almeno sai subito dove toccare se devi cambiare tastiera

__________________
Sono sempre alla ricerca di curriculum interessanti da segnalare alle società con cui ho contatti. Info in pm

10-06-2004 17:19
Click Here to See the Profile for recoil Click here to Send recoil a Private Message Visit recoil's homepage! Find more posts by recoil Add recoil to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Corrado M.
little penguin

User info:
Registered: Oct 2002
Posts: 352 (0.04 al dì)
Location: Novara
Corso: Informatica
Anno: -1 esame al termine
Time Online: 3 Days, 13:06:30 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

in caso di una distribuzione debian invece bisogna anche impostare le locales giuste tramite dpkg-reconfigure locales e controllare di aver caricato in modo giusto la tastiera su /etc/X11/XF86Config-4
vi incollo quello che dice il mio XFree

code:
Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "it" EndSection


;)

Intervento del moderatore:
Ho corretto locates in locales.

Walter

__________________
"basta un paio de scarpe nove, e poi gira' tutto er munno"
>> www.javalab.it - www.jobcrawler.it - www.aboutdebian.com/install3.htm<<
Linux user #354593

Last edited by Walter on 21-05-2009 at 08:47

11-06-2004 14:25
Click Here to See the Profile for Corrado M. Click Here to See the Blog of Corrado M. Click here to Send Corrado M. a Private Message Visit Corrado M.'s homepage! Find more posts by Corrado M. Add Corrado M. to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 06:42.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.032 seconds (72.74% PHP - 27.26% MySQL) con 26 query.