Pagina 1 di 1

Tasto Fn

Inviato: lunedì 10 marzo 2008, 17:01
da bozzochet
Ciao a tutti,
da oggi il mio pc (MacBook v3.1) è impazzito ed ha smesso di funzionare il tasto Fn e di conseguenza tutte le combinazioni di tasti che facevo con esso.
Qualcuno ha un'idea di cosa posso fare?!
Grazie

P.S. Ho postato in Hardware perchè non sapevo dove postare, ma in realtà non è un problema "strettamente" hardware dato che su MacOsX il tasto ovviamente funziona...

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 18:02
da 369
Ciao...

puoi darci piu indicazioni? tipo l'ultimo programma installato o l'ultima cosa che hai fatto...

PS. il tasto Fn sarebbe Ctrl? :D

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 18:15
da bozzochet
No il tasto Fn non è CTRL, è quel tasto che hanno i portatili per aumentare le combinazioni di tasti disponibili...

Il problema è che non ho fatto assolutamente niente... ieri funzionava, oggi no ma nel frattempo non ho installato un bel niente...

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 18:20
da Stealth
Vai un po' a vedere se fosse successo qualcosa alla tastiera. Il percorso è: menu Sistema > preferenze > tastiera, magari un qualche accidente (di cui non ti sei accorto) ha fatto casino con xorg.conf  :-\
ciao

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 18:29
da bozzochet
purtroppo già fatto...

ora però mi accorgo di avere qualche problemi a Xorg, ad esempio dopo un pò che uso il pc all'ennesima applicazione aperta (da linea) mi dà:

Codice: Seleziona tutto

Xlib: connection to ":0.0" refused by server
Xlib: Maximum number of clients reached
Non ho idea di che cosa posso aver fatto

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 19:05
da bozzochet
L'errore di sopra ho scoperto essere causato da compiz (che comunque fin'ora aveva sempre funzionato bene e che non ho "toccato" recentemente)...

Ma Fn è sempre "scomparso"  >:(

Non sò se le due cose sono collegate...

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 20:19
da 369
postaci lo xorg

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 21:51
da bozzochet
Ecco lo xorg.conf ma non dovrebbe essere mai cambiato... non riesco proprio a vedere le modifiche fatte da Fn (usando xev)

Codice: Seleziona tutto

# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

Section "InputDevice"
	# updated 2007-12-07
	# use command "synclient -m 1" to see raw output
	# common stuff
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
	Option		"VertEdgeScroll"	"0"
	Option		"VertTwoFingerScroll"	"1"
	Option		"HorizTwoFingerScroll"	"1"# set to 0 if you don't want horizontal scrolling
	Option		"HorizScrollDelta"	"10"
	Option		"VertScrollDelta"	"10"
	Option		"PressureMotionMinZ"	"10"
	Option		"FingerLow"	"10"
	Option		"FingerHigh"	"20"# change to 30 or 40 if you like
	Option		"LeftEdge"	"20"
	Option		"RightEdge"	"1200"
	Option		"TopEdge"	"20"
	Option		"BottomEdge"	"370"
	Option		"MinSpeed"	"0.8"# 0.5 is very slow, 1.5 is very fast
	Option		"MaxSpeed"	"1.2"# up to 1.5 works ok
	Option		"AccelFactor"	"0.10"
	Option		"MaxTapMove"	"100"
	Option		"MaxTapTime"	"100"
	Option		"MaxDoubleTapTime"	"200"
	Option		"TapButton2"	"3"
	Option		"TapButton3"	"2"
	Option		"SHMConfig"	"on"
	
	# not using edge scrolling
	
	# use two finger scrolling
	
	# scroll speed, lower is faster
	
	# minimum pressure motion factor
	
	# touch and untouch thresholds, higher numbers if you like to push hard
	
	# borders based on output from synclient
	
	# speeds, smaller number for a slower mouse
	
	# tap times, change to suit your tapping habits
	
	# don't change these or two finger tap stops working
	
	# must be commented out or normal tapping wont work
	#Option         "TapButton1"            "0"
	
	# needed for disabled while typing fix
EndSection

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

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

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

Section "Device"
	Identifier	"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	VideoRam	147456
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Color LCD"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Monitor		"Color LCD"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 22:18
da bozzochet
Se vado a cercare, da "Impostazioni di Sistema" (Io uso Kubuntu...) di configurare Keyboard&Mouse prima di "entrare" nella funzione mi dice:

Codice: Seleziona tutto

Shared Memory is not accessible.
Please add the option 'SHMConfig ''on''' into the touch pad section of /etc/X11/xorg.conf
anche se SHMConfig è "on" in xorg, e come conseguenza non funziona KSynaptics...
Sono disperato più che altro del fatto che non riesco a capire cosa posso aver fatto...

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 22:22
da sid9477
prova a ricompilare xorg: sudo dpkg-reconfigure xserver-xorg

Re: Tasto Fn

Inviato: lunedì 10 marzo 2008, 22:35
da bozzochet
Magari fosse così semplice...
Già fatto (nemmeno una volta sola) ma non cambia un cavolo...
:( >:(