[ubuntu-it] Re: mouse

Sbaragnus ubuntu a riminicomputer.it
Dom 9 Lug 2006 03:32:38 UTC


ti ringrazio moltissimo ora va a meraviglia.
per xgl ho scperto che quando li lancio mi dice  No composite extension
esiste un comando per apt per reinstallare gli stessi pacchetti?

e ancora grazie.

Il giorno sab, 08/07/2006 alle 12.44 +0200, eminux ha scritto:
> Il giorno sab, 08/07/2006 alle 02.16 +0200, Sbaragnus ha scritto:
> > mi è successo di tutto mi ha crascato xgl
> > che non va + poi ho recuperato x ma xgl non va +
> > ho messo le linee che tu mi hai detto ma nulla da fare 
> > ho attaccato un mause usb con scroll ma non riconosce lo scroll 
> > ho provato ad installare il pachetto che mi hai detto ma non c'è 
> > ho trovato questo xserver-xorg-input-synaptics poi anche questo
> > qsynaptics che mi dice che i drivers non sono installati.
> > 
> > Sign che stress   :(
> > 
> > ti metto il file xorg per vedere se ho sbagliato qualcosa.
> > __________________________________________________________________________________
> > 
> > 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"	"pc105"
> > 	Option		"XkbLayout"	"it"
> > EndSection
> > 
> > Section "InputDevice"
> >         Identifier      "Configured Mouse"
> >         Driver          "mouse"
> >         Option          "CorePointer"       
> >         Option          "Device"                "/dev/input/mice"
> >         Option          "Protocol"              "ImPS/2"
> > #        Option          "Protocol"              "ExplorerPS/2"
> >         Option          "ZAxisMapping"          "4.5"
> >         Option          "Emulate3buttons"       "True"
> > EndSection
> > 
> > Section "InputDevice"
> >         Identifier      "Synaptics Touchpad"
> >         Driver          "synaptics"
> >         Option          "SendCoreEvents"        "true"
> >         Option          "Device"                "/dev/psaux"
> >         Option          "Protocol"              "auto-dev"
> >         Option          "HorizScrollDelta"      "0"
> >         Option          "SHMConfig"             "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	"NVIDIA Corporation NVIDIA Default Card"
> > 	Driver		"nvidia"
> > 	BusID		"PCI:1:0:0"
> > 	Option 		"RenderAccel" 		"true"
> > EndSection
> > 
> > Section "Monitor"
> > 	Identifier	"Generic Monitor"
> > 	Option		"DPMS"
> > 	HorizSync	28-51
> > 	VertRefresh	43-60
> > EndSection
> > 
> > Section "Screen"
> > 	Identifier	"Default Screen"
> > 	Device		"NVIDIA Corporation NVIDIA Default Card"
> > 	Monitor		"Generic Monitor"
> > 	DefaultDepth	24
> > 	SubSection "Display"
> > 		Depth		1
> > 		Modes		"1280x800""1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth		4
> > 		Modes		"1280x800""1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth		8
> > 		Modes		"1280x800""1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth		15
> > 		Modes		"1280x800""1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth		16
> > 		Modes		"1280x800""1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth		24
> > 		Modes		"1280x800" "1024x768" "800x600" "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
> > 
> non ti va per un motivo semplicissimo... non gli hai detto di metterti
> dentro la configurazione il touchpad... cioè nella sezione ServerLayout
> (la penultima poche righe qui sopra) manca 
> 	InputDevice	"Synaptics Touchpad"
> 
> io poi ho i repository di ubuntu e basta (multiverse e universe
> compresi) e quel pacchetto lo prendo da li (il pacchetto è
> xfree86-driver-synaptics) e con quello funziona...
> 
> fammi sapere..
> 
> per xgl non so aiutarti... la mia povera s3 non è supportata





Maggiori informazioni sulla lista ubuntu-it