Just had a look at my xorg.conf file after upgrade to intrepid, and there is no input setion anymore.

Has this been moved to a new file or is my .conf file incomplete.
this is all it contains :-


HTML Code:
Section "Device"
	Identifier	"Configured Video Device"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

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