2 domande: Mouse e scheda video

Usate questo forum per richieste di aiuto e consigli sull'hardware montato nelle vostre macchine con GNU/Linux Slackware.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata e la versione del Kernel. Questi dati aiutano le persone che possono rispondere.
2) Citare il tipo di hardware coinvolto in modo dettagliato.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT. Non usare termini gergali come procio, mobo e simili per identificare i componenti hardware.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
ntc_silver
Linux 1.x
Linux 1.x
Messaggi: 103
Iscritto il: mar 10 ago 2004, 0:00

2 domande: Mouse e scheda video

Messaggio da ntc_silver »

1) Ho un bellissimo mouse a 1800dpi... come faccio a sfruttarlo al meglio sotto con la mia slack?

2) Ho installato i drivers della mia scheda video GeForce5500, ma non mi ha chiesto la ram... devo mettere quanta ram ho in qualche file di configurazione?

Avatar utente
DaNiMoTh
Linux 3.x
Linux 3.x
Messaggi: 941
Iscritto il: mar 30 nov 2004, 0:00
Località: irc.syrolnet.org /// #slackware
Contatta:

Messaggio da DaNiMoTh »

2)

Na, fa tutto nvidia-installer.


ciao

Avatar utente
salbutamolo
Linux 3.x
Linux 3.x
Messaggi: 905
Iscritto il: lun 12 gen 2004, 0:00
Contatta:

Messaggio da salbutamolo »

Ciao a tutti,
edita il file /etc/X11/xorg.conf e nella sezione dedicata al mouse aggiungi la seguente riga:

Codice: Seleziona tutto

Option "Resolution" "1800"
Have a nice day

ntc_silver
Linux 1.x
Linux 1.x
Messaggi: 103
Iscritto il: mar 10 ago 2004, 0:00

Messaggio da ntc_silver »

Mentre per configurare un mouse a 7 tasti (che sotto windows è magnifico!), mi pare che non sia possibile, vero?

Avatar utente
salbutamolo
Linux 3.x
Linux 3.x
Messaggi: 905
Iscritto il: lun 12 gen 2004, 0:00
Contatta:

Messaggio da salbutamolo »

Ciao a tutti,
mi pare che si possano configurare anche gli altri tatsi del mouse, ed ecco come fare:
5.1. Buttons

This option tells the X server the number of buttons on the mouse. Currently there is no reliable way to automatically detect the correct number. This option is the only means for the X server to obtain it. The default value is three.

Note that if you intend to assign Z axis movement to button events using the ZAxisMapping option below, you need to take account of those buttons into N too.

Option "Buttons" "N"

5.2. ZAxisMappping

This option maps the Z axis (wheel) motion to buttons or to another axis.

Option "ZAxisMapping" "X"
Option "ZAxisMapping" "Y"
Option "ZAxisMapping" "N1 N2"
Option "ZAxisMapping" "N1 N2 N3 N4"

The first example will map the Z axis motion to the X axis motion. Whenever the user moves the wheel/roller, its movement is reported as the X axis motion. When the wheel/roller stays still, the real X axis motion is reported as is. The third example will map negative Z axis motion to the button N1 and positive Z axis motion to the button N2. If this option is used and the buttons N1 or N2 actually exists in the mouse, their actions won't be detected by the X server.

The last example is useful for the mouse with two wheels of which the second wheel is used to generate horizontal scroll action, and the mouse which has a knob or a stick which can detect the horizontal force applied by the user. The motion of the second wheel will be mapped to the buttons N3, for the negative direction, and N4, for the positive direction. If the buttons N3 and N4 actually exist in this mouse, their actions won't be detected by the X server.

NOTE #1: horizontal movement may not always be detected by the current version of the X11R6.8.2 X servers, because there appears to be no accepted standard as to how the horizontal direction is encoded in mouse data.

NOTE #2: Some mice think left is the negative horizontal direction, others may think otherwise. Moreover, there are some mice whose two wheels are both mounted vertically, and the direction of the second vertical wheel does not match the first one's.

You need to edit the xorg.conf file by hand to add this option.
5.3. Resolution

The following option will set the mouse device resolution to N counts per inch, if possible:

Option "Resolution" "N"

Not all mice and OSs can support this option
Have a nice day

[/code]

Rispondi