Pagina 1 di 1

Aggiornamento s 8.10 e la tastiera non va più

Inviato: venerdì 31 ottobre 2008, 20:40
da Blackwater07
ciao a tutti,

ho un portatile acer e da ieri, da quando ho aggiornato alla 8.10, tra i vari problemi riscontrati ora c'è pure la tastiera che non mi prende certi caratteri, tipo la @ (sto facendo copia e incolla dalle email...) e altri. Inoltre i tasti di direzione, il canc e altri non funzionano.
Su sitema - preferenze - tastiera è tutto come prima, cioè "italiano tasti muti rimossi" (ho provato pure le atre opzioni, ma il risultato non cambia) e il modello di tastiera è "portatile acer".

Qualcuno mi sa dare una mano?

Grazie

Blackwater07

Re: Aggiornamento s 8.10 e la tastiera non va più

Inviato: venerdì 31 ottobre 2008, 23:13
da metrofox
Credo che sia lo xorg.conf, postalo qui:

Codice: Seleziona tutto

gedit /etc/X11/xorg.conf

Re: Aggiornamento s 8.10 e la tastiera non va più

Inviato: sabato 1 novembre 2008, 1:35
da Blackwater07
ciao metrofox e grazie della risposta.

Questo è quanto mi dà il terminale:

Codice: Seleziona tutto


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"fglrx"
EndSection
Spero possa essere d'aiuto.

Grazie!

Blackwater07