PDA

View Full Version : Una pressione del tasto - tante ripetizioni


DJ_Ale
19-06-2008, 22:13
Vi racconto la mia storia...
Innanzitutto un saluto a tutti i frequentatori di questa sezione :D
Da dove cominciare? Hmm... cominciamo dalla configurazione del mio PC.
AMD K6-2 500 MHz
Asus P5-99VM
2x 128 MB SDRAM
Come vedete una macchina bella vecchia...
Provo il Live CD di Ubuntu 6.06... tutto apposto, tutto perfetto.
Installo...
Per prima cosa, come da titolo, premo una volta un tasto, e qualche volta appare il carattere normalmente, molto piu' spesso appare 3 se non 16 volte.
A parte questo, mi crasha spesso Gnome.
Decido di andare di apt-get install kubuntu-desktop
KDE non mi crasha mai, ma il problema dei tasti rimane. Nelle impostazioni setto di ignorare le ripetizioni (BTW l'avevo fatto anche in Gnome), e cosi' non ho problemi.
Faccio una fatica boia a loggarmi (al login l'impostazione non vale) ma decido di vivere cosi'.
Un giorno decido di provare qualche distro piu' leggera, perche' come potete intuire, Ubuntu mi gira abbastanza lenta.
Provo Slax, dopo aver letto che e' buona per i PC datati (caSSate :D , e' comunque lenta).
Con Slax, ZERO problemi.
Continuando la ricerca di distro leggere, mi imbatto in Vector Linux.
Installo, e.... rullo di tamburi..... anche qui ho il problema dei tasti!
Questa e' la goccia che fa traboccare il vaso!
Decido di trovare la soluzione...
ed eccomi qui!
Salvatemi dalla pazzia vi prego!

kibuzo
20-06-2008, 14:48
non potrebbe essere solo un problema della tastiera? :wtf:

DJ_Ale
20-06-2008, 15:10
Ma non accade sempre...
Ubuntu Live CD in modalita' grafica -> non succede
Ubuntu installato in modalita' grafica -> succede
Kubuntu installato in modalita' grafica -> succede
Vector Linux installato in modalita' grafica -> succede
Ubuntu in modalita' testuale -> non succede
Slax Live CD in modalita' grafica -> non succede
Slax installato in modalita' grafica -> non succede

DJ_Ale
22-06-2008, 12:56
Help me please! :help:

wubby
22-06-2008, 13:28
Dovresti postare la configurazione di Xorg. Quella in cui la tastiera impazzisce... :eek:

Probabilmente c'è un opzione che manda in tilt la key... :)

zephyr83
22-06-2008, 13:50
nn saprei aiturati nello specifico ma per il login puoi impostare l'autologin se usi il computer solo tu. Per me è una rottura dover sempre mettere la password per accedere al sistema, tanto il computer lo uso solo io quindi ho mipostato kde per l'autologin! Almeno è un problemino in meno.

DJ_Ale
22-06-2008, 17:38
Grazie delle risposte.
Zephyr, molto comodo l'autologin!
Wubby, ecco xorg.conf:

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Tony Lio
22-06-2008, 17:50
La tastiera è semplicissima da configurare, in genere è una roba così:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Tu ne hai tre di sezioni, prova ad eliminarne due e vedi se ti fa ancora l'errore.
Edita il file di xorg secondo le tue esigenze.
# sudo vi /etc/X11/xorg.conf

DJ_Ale
04-08-2008, 16:17
Ho risolto mettendo "nolapic" come opzione di boot...
Trovato googlando...
Se a qualcuno capita questo problema, sa cosa fare! :D :D :D