View Full Version : Quake 4 su debian sid 64 bit, problema col mouse
Ciao a tutti, premesso che in questi giorni ho visto qualche problema tra i pacchetti di sid su amd 64 forse per il passaggio a Xorg 7.3, volevo esporvi un mio problema con quake 4.
Ho approfittato di qualche problema a livello del file system per rifare l'installazione di debian passando del tutto dai 32 ai 64 bit.
Ho installato anche quake 4 con l'ultima patch (1.4.2) e tutto va a buon fine tranquillamente.
Lancio quake 4, parte senza problemi, parte col mio profilo. ma vedo subito qualche problema col puntatore del mouse. Questo ha la tendenza ad andare verso l'angolo inferiore destro del monitor a meno che venga mosso moooolto lentamente. Ovviamente non si riesce a giocare... con la tastiera e basta non se ne parla neanche :p
Per fare un breve riassunto:
Debian sid a 64 bit su un athlon 64 3500+ con 2 GB di RAM e una nvidia geforce 7800 GT, i driver nvidia sono gli ultimi usciti (100.14.19), Xorg è il novello 7.3...
Qualcuno ha avuto problemi simili? :help:
Un grazie anche a darkbasic che mi ha dato un aiuto preliminare :read:
darkbasic
23-09-2007, 18:47
Per l'occasione ho anche rispolverato quake4, ma non presenta il problema da te descritto. Puoi postarmi l'output di dpkg -l | grep 32
Per l'occasione ho anche rispolverato quake4, ma non presenta il problema da te descritto. Puoi postarmi l'output di dpkg -l | grep 32
Come no!!! arriva:
ii ia32-libs 2.1 ia32 shared libraries for use on amd64 and i
ii ia32-libs-gtk 2.0 gtk+ ia32 shared libraries
ii lib32asound2 1.0.14a-2 ALSA library (32 bit)
ii lib32gcc1 1:4.2.1-5 GCC support library (32 bit Version)
ii lib32ncurses5 5.6+20070908-1 Shared libraries for terminal handling (32-b
ii lib32stdc++6 4.2.1-5 The GNU Standard C++ Library v3 (32 bit Vers
ii lib32z1 1:1.2.3.3.dfsg-5 compression library - 32 bit runtime
ii libaa1 1.4p5-32 ascii art library
ii libc6-i386 2.6.1-5 GNU C Library: 32bit shared libraries for AM
farò di più... ti metto anche l'xorg.conf...
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (randy@juliet2) Fri Dec 30 21:53:37 PST 2005
# 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 commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
# InputDevice "Evdev Mouse" "CorePointer"
# InputDevice "Configured Mouse" "Evdev Mouse"
InputDevice "Logitech LX3" # "CorePointer" au lieu de Configured mouse
Option "AIGLX" "true"
EndSection
Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "evdev"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbVariant" "it"
EndSection
Section "InputDevice"
Identifier "Logitech LX3"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Device" "/dev/input/event4"
Option "ZAxisMapping" "4 5"
Option "HWHEELRelativeAxisButtons" "7 6"
EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
# Option "Emulate3Buttons" "false"
# Option "Buttons" "5"
# Option "ZAxisMapping" "4 5"
#EndSection
#Section "InputDevice"
# Identifier "Evdev Mouse"
# Driver "evdev"
# Option "Device" "/dev/input/input3"
# Option "Logitech USB-PS/2 Optical Mouse" "Logitech USB Gaming Mouse"
# Option "CorePointer"
# Option "HWHEELRelativeAxisButtons" "7 6"
#EndSection
Section "Monitor"
Identifier "Apple Display Cinema 23"
DisplaySize 495 310
# HorizSync 50 - 70
# VertRefresh 30 - 90
HorizSync 30.0 - 130.0
VertRefresh 60.0 - 90.0
# ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
Option "DPMS"
EndSection
Section "Device"
Identifier "Nvidia 7800 GT"
Driver "nvidia"
Option "UseEdidFreqs" "0"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "True"
Option "TripleBuffer" "true"
Option "RenderAccel" "1"
Option "NoRenderExtension" "0"
Option "XAANoOffscreenPixmaps" "1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Nvidia 7800 GT"
Monitor "Apple Display Cinema 23"
DefaultDepth 24
Option "AddARGBGLXVisuals"
Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "true"
Option "NoLogo"
SubSection "Display"
Depth 24
Modes "1920x1200_60" "1400x1050_60" "1280x960_60" "1024x768_60"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "true"
Option "RENDER" "true"
Option "DAMAGE" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Interessante... il problema esiste anche con ioquake3!!!! :mc:
E questo ha l'eseguibile a 64 bit.... :cry:
con quake 3 il problema era la pointrelease che, una volta aggiornata, toglieva il problema con il mouse. Non so se ne sia afflitta anche quella di Quake4.
Io con Kubuntu ci gioco benissimo e senza problemi cmq...
Non so che dire... il problema si è presentato col passaggio alla 64 bit. Sulla 32 nessun problema!
Si presenta oltre che su quake4 anche su ioquake3 e su openarena.
Il mouse all'inizio tira in basso a destra e non si può muovere, dopo una decina di secondi muovendolo lentamente si riesce a portare il puntatore verso i bottoni e cliccare, ma appena si fa un movimento brusco torna in basso a destra... :muro:
darkbasic
24-09-2007, 00:38
Iniziamo con l'escludere tutte le possibili cause:
ii ia32-libs
ii ia32-libs-gtk
ii lib32asound2
ii lib32asound2-dev
ii lib32bz2-1.0
ii lib32bz2-dev
ii lib32gcc1
ii lib32gomp1
ii lib32ncurses5
ii lib32ncurses5-dev
ii lib32stdc++6
ii lib32z1
ii lib32z1-dev
ii libc6-dev-i386
ii libc6-i386
ii libdns32
ii libisc32
queste sono le mie librerie 32 bit, da te non sembrerebbe mancare nulla di essenziale, quindi dubito che sia un problema legato ai 64 bit.
Io direi di provare a generare un altro xorg.conf ed eventualmente ad installare una versione precedente dei driver nvidia (ho sentito gente lamentare alcuni problemi con la nuova release).
Inizia col farti un backup di xorg.conf, poi da root dai:
dpkg-reconfigure -phigh xserver-xorg
poi
Remove the line:
Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")
and replace it with the line:
Driver "nvidia"
Remove the following lines:
Load "dri"
Load "GLCore"
In the Module section of the file, add the line (if it does not already exist):
Load "glx"
Se nemmeno così funziona possiamo tentare con il mio oppure downgradare i driver nvidia (ti spiegherò come fare, perché i vecchi driver non sono compatibili con xorg 7.3)
Io al momento sto usando la release 100.14.11 con xorg 7.3.
Ciao
Iniziamo con l'escludere tutte le possibili cause:
ii ia32-libs
ii ia32-libs-gtk
ii lib32asound2
ii lib32asound2-dev
ii lib32bz2-1.0
ii lib32bz2-dev
ii lib32gcc1
ii lib32gomp1
ii lib32ncurses5
ii lib32ncurses5-dev
ii lib32stdc++6
ii lib32z1
ii lib32z1-dev
ii libc6-dev-i386
ii libc6-i386
ii libdns32
ii libisc32
queste sono le mie librerie 32 bit, da te non sembrerebbe mancare nulla di essenziale, quindi dubito che sia un problema legato ai 64 bit.
Sono d'accordo anche io... non sono le librerie in quanto vengono caricati tranquillamente anche ioquake3 e openarena che sono nativi a 64 bit ma ripresentano lo stesso problema
Io direi di provare a generare un altro xorg.conf ed eventualmente ad installare una versione precedente dei driver nvidia (ho sentito gente lamentare alcuni problemi con la nuova release).
Inizia col farti un backup di xorg.conf, poi da root dai:
dpkg-reconfigure -phigh xserver-xorg
poi
Remove the line:
Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")
and replace it with the line:
Driver "nvidia"
Remove the following lines:
Load "dri"
Load "GLCore"
In the Module section of the file, add the line (if it does not already exist):
Load "glx"
Il problema potrebbe essere qui... ieri sera ho già provato a rigenerare xorg.conf ma alla fine mi dava un errore fatale (se non ricordo male) per la mancanza del modulo battery. Ora che io ricordi l'unico modulo battery che conosco è quello del kernel relativo all'acpi... nell'help si capisce che è un modulo relativo alla gestione della batteria dei portatili, essendo il mio un fisso l'ho segato tranquillamente!!
Se nemmeno così funziona possiamo tentare con il mio oppure downgradare i driver nvidia (ti spiegherò come fare, perché i vecchi driver non sono compatibili con xorg 7.3)
Io al momento sto usando la release 100.14.11 con xorg 7.3.
Speravo anche io potesse essere quello, stamattina in ufficio ho aptgettato openarena per vedere se faceva lo stesso difetto... MA NIENTE! Il mouse va via liscio come l'olio. Questo porta ad avvalorare la tesi che il problema sia in xorg.conf o magari legato al modulo che gestisce il mouse (xserver-xorg-input-evdev). Magari questa sera provo a spippolarci un po', o a sostituire il mouse usb con un tranquillissimo ps2.
Ah dimenticavo... qui in ufficio ultimi driver nvidia e ultimo xorg.
Ciao
Ciao anche a te! grazie mille per l'aiuto! :D
darkbasic
24-09-2007, 15:28
Escluderei anche i driver nvidia, ho provato ad aggiornarli e non ho il benché minimo problema.
Allora mi butto subito su xorg.conf, anche se mi preoccupa quell'errore legato al modulo mancante... Ributto su il mouse vecchio e decommento le linee relative... vediamo come va!
non so se può servire,a me da lo stesso problema su xp32 se lascio attaccato il volante alla porta usb.
phoenixbf
24-09-2007, 15:54
Scusate la domanda idiota, ma ne approfitto...
Come si installa Quake 4 su distro debian-based?
Io ho il gioco originale, ma credo sia solo per win, esplorandolo non ho trovato nessun installer all'interno del DVD per linux o qualche sorta di script. Eppure mi sembrava di aver sentito in giro che si installava dal dvd vero e proprio.
Mi illuminate?
Scusate la domanda idiota, ma ne approfitto...
Come si installa Quake 4 su distro debian-based?
Io ho il gioco originale, ma credo sia solo per win, esplorandolo non ho trovato nessun installer all'interno del DVD per linux o qualche sorta di script. Eppure mi sembrava di aver sentito in giro che si installava dal dvd vero e proprio.
Mi illuminate?
Qui http://www.idsoftware.com/games/quake/quake4/index.php?game_section=updates
trovi l'installer per linux
Allora sono arrivato a casa, ho attaccato il mouse vecchio e riavviato il pc.
Si è avviato il server grafico senza riconfigurarlo... apro ioquake e funziona, apro quake4 e funziona... Cambio il mouse, stacco e riattacco a caldo, non serve riavviare xorg... e funziona anche col mouse "nuovo"... riavvio il pc e non va più...
A sto punto mi sa che devo regolare la configurazione del mouse :D
Chi mi dà una mano? :p
Ci siamo! Ho risolto! :D
Non gli piaceva il mouse attaccato nella porta usb! Ho rimesso l'adattatore a ps/2, impostato nuovamente xorg con /dev/psaux e magicamente non fa più quel difetto!
Ora devo risolvere solo i problemi di crash con aMule e vlc su tre macchine :stordita: ma quella è un'altra storia! (ho postato nel 3d del debian clan... venite ad aiutarmi :O )
darkbasic
24-09-2007, 19:28
Anche il mio mouse è usb, prova così:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
P.S. Se vuoi per quanto riguarda amule puoi usare i miei pacchetti della versione 2.2 cvs, con wxwidgets 2.8.4. Trovi tutto in linux news ;)
Anche il mio mouse è usb, prova così:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
P.S. Se vuoi per quanto riguarda amule puoi usare i miei pacchetti della versione 2.2 cvs, con wxwidgets 2.8.4. Trovi tutto in linux news ;)
ci proverò senz'altro... riadattandolo un po', perchè col driver mouse si pianta inesorabilmente (devo usare evedv)!
Ma è amule con adunanza? :D
phoenixbf
24-09-2007, 20:30
Qui http://www.idsoftware.com/games/quake/quake4/index.php?game_section=updates
trovi l'installer per linux
E' una patch quella, io cerco l'installer vero e proprio...
Leggi bene... c'è la full point release patch... che poi è l'installer! sono 279 MB mi pare!
darkbasic
24-09-2007, 23:41
Ma è amule con adunanza? :D
No! :D
No! :D
Allora a me non serve... però magari lo metto alla morosa :D
E' un problema delle SDL, basta impostare questa variabile d'ambiente:
export SDL_VIDEO_X11_DGAMOUSE=0
MastroPino
02-05-2008, 13:57
Anch'io stesso identico problema e la soluzione passata da xyz3D non fixa.
Vi faccio vedere il mio xorg.conf:
Section "ServerLayout"
Inputdevice "Logitech G5"
EndSection
Section "InputDevice"
Identifier "Logitech G5"
Driver "evdev"
Option "Vendor" "046d"
Option "Product" "c041"
Option "CorePointer"
Option "Name" "Logitech USB Gaming Mouse"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5 6 7"
Option "Protocol" "auto"
EndSection
Se uso il driver "mouse" impaccisce.
Cavolo voglio giocare ad Enemy Territory, ho chiesto anche ai membri del mio Clan, non ne sanno niente!
darkbasic
02-05-2008, 14:48
Io ho il G7 e non ho di questi problemi... x me è qualche opzione di xorg.conf che non gli piace... Prova a cancellare tutta la sezione relativa al mouse (tanto con xorg 7.3 funziona lo stesso) e vedere se continua a farci..
E' un problema delle SDL, basta impostare questa variabile d'ambiente:
export SDL_VIDEO_X11_DGAMOUSE=0
Problema delle SDL o della gestione dei driver nvidia del DGA???
Nvidia non faccio commenti visto che non cè l'ho, ma i driver ati hanno un problema a gestire il direct grapichs access, e con il dga è compresso anche l'accesso diretto al mouse. Per giocare a quake3 (a parte gli fps che traballano su una x1400 :D) se lo eseguo da utente e cambio arma (che assieme ad un apposita configurazione mi cambia anche una sensibilità del mouse personalizzata per ogni arma) l'hd inizia a leggere per mezzo secondo piantando il gioco. Provo ad avviare il gioco da root e invece funziona bene, a parte che da ieri ha iniziato a farmi solo rallentamenti strani.
IMHO in conclusione il 90% dei problemi su videogiochi è da attribuire a driver propietari. :O
a dimenticavo, prova a far partire il gioco da root.
Copiati la cartella /home/tuoutente/.q4 (o cosè? :D ), nella home di root:
# cp -r /home/tuoutente/.q4 /root/
e prova a lanciare il gioco (attento che se hai una debian di default root non ha l'accesso al server grafico, semplificando la cosa fai:
apt-get install sux
usa il comando sux invece di su per loggarti a root, in questo modo erediti l'accesso a X del tuo utente, e avvi il gioco tranquillamente.
Provare non ti costa niente (a parte la copia della dir e installarti sux :D )
Se non hai spazio in /root fai semplicemente un link simbolico, in caso dopo ritoccherai i permessi dei file su cui va a scrivere:
ln -s /home/tuoutente/.q4 /root/.q4
Prova e facci sapere, io sembra strano ma così ho risolto il problema del mouse che avevo, disattivare il dga non risolveva niente, e lo avevo disattivato sia da xorg che dal gioco che da entrambi anche.
Speriamo in drivers migliori :O
MastroPino
03-05-2008, 12:18
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Tue Mar 4 20:24:34 UTC 2008
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008
# 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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Logitech G5" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/local"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "v4l"
Load "evdev"
EndSection
Section "ServerFlags"
Option "blank time" "0″"
Option "standby time" "0″"
Option "suspend time" "0″"
Option "off time" "0″"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Logitech G5"
Driver "evdev"
Option "Dev Name" "Logitech USB Gaming Mouse"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse"
Option "SendCoreEvents" "true"
Option "Buttons" "12"
Option "ZAxisMapping" "4 5 7 6"
Option "Resolution" "2000"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Samsung"
ModelName "Samsung SyncMaster 710Tplus/711T/712T (Digital)"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Gamma 1
ModeLine "640x480@60" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "640x480@72" 31.0 640 664 704 832 480 489 491 520 -hsync -vsync
ModeLine "640x480@75" 31.0 640 656 720 840 480 481 484 500 -hsync -vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "800x600@75" 49.0 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "832x624@75" 57.0 832 864 928 1152 624 625 628 667 -hsync -vsync
ModeLine "1024x768@75" 78.0 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
ModeLine "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x960@60" 102.0 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x960@75" 129.0 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
ModeLine "1400x1050@60" 122.0 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
ModeLine "1600x1200@65" 175.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
Gamma 1
ModeLine "640x480@60" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "640x480@72" 31.0 640 664 704 832 480 489 491 520 -hsync -vsync
ModeLine "640x480@75" 31.0 640 656 720 840 480 481 484 500 -hsync -vsync
ModeLine "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "800x600@75" 49.0 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600@85" 56.0 800 832 896 1048 600 601 604 631 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "832x624@75" 57.0 832 864 928 1152 624 625 628 667 -hsync -vsync
ModeLine "1024x768@85" 94.0 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
ModeLine "1024x768@75" 78.0 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
ModeLine "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x960@60" 102.0 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x960@75" 129.0 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
ModeLine "1400x1050@60" 122.0 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
ModeLine "1600x1200@65" 175.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "@@@ FPD TV"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 85.0
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BoardName "nv"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
#
Identifier "device1"
Driver "nvidia"
BoardName "nv"
Option "TwinView" "on"
Option "TwinViewOrientation" "clone"
Option "SecondMonitorHorizSync" "31-81"
Option "SecondMonitorVertRefresh" "56-85"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7800 GS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "on"
Option "TwinViewOrientation" "clone"
Option "SecondMonitorHorizSync" "31-81"
Option "SecondMonitorVertRefresh" "56-85"
SubSection "Display"
Virtual 1600 1200
Depth 24
Modes "1280x1024@75"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024@75"
EndSubSection
EndSection
Section "Screen"
# Removed Option "metamodes" "CRT: NULL, DFP: 1280x1024 +0+0; CRT: 1280x1024@75 +0+0, DFP: 1280x1024@75 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x1024 +0+0; CRT: 1280x1024@75 +0+0, DFP: 1280x1024@75 +0+0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Questo è il mio xorg.conf completo, neanche da root il mouse funge bene, dando costantemente problemi di refresh e tira nell'angolo in basso a destra.
Riporto su un attimo questo 3d.
Ieri ho provato a riconnettere il mouse logitech LX3 alla usb e ho utilizzato queste righe in xorg.conf
Section "InputDevice"
Identifier "Logitech"
Driver "evdev"
Option "evBits" "+1-2"
Option "keyBits" "~272-287"
Option "relBits" "~0-2 ~6 ~8"
Option "Pass" "3"
EndSection
trovato qui
http://gentoo-wiki.com/HOWTO_Advanced_Mouse/Individual_Configurations
Quake4 funziona senza scattare e tirare il mouse in basso a destra :D
MastroPino
13-05-2008, 21:06
Riporto su un attimo questo 3d.
Ieri ho provato a riconnettere il mouse logitech LX3 alla usb e ho utilizzato queste righe in xorg.conf
Section "InputDevice"
Identifier "Logitech"
Driver "evdev"
Option "evBits" "+1-2"
Option "keyBits" "~272-287"
Option "relBits" "~0-2 ~6 ~8"
Option "Pass" "3"
EndSection
trovato qui
http://gentoo-wiki.com/HOWTO_Advanced_Mouse/Individual_Configurations
Quake4 funziona senza scattare e tirare il mouse in basso a destra :D
Purtroppo non ha fixato nulla xD
edit:
Mi correggo, funziona davvero ma si deve aggiungere/modificare al "ServerLayout" questa linea:
Inputdevice "Logitech" "SendCoreEvents"
Purtroppo non ha fixato nulla xD
edit:
Mi correggo, funziona davvero ma si deve aggiungere/modificare al "ServerLayout" questa linea:
Inputdevice "Logitech" "SendCoreEvents"
Sì scusa.. mi ero dimenticato di aggiungere anche quello.. cmq nel link si trova anche quella precisazione! :D
MastroPino
14-05-2008, 21:10
Sì scusa.. mi ero dimenticato di aggiungere anche quello.. cmq nel link si trova anche quella precisazione! :D
Mi dispiace ma ieri non avevo provato a giocare, avevo solo fatto caso al mouse che nel menù sembrava ok.... ecco sembrava! Facendo alcuni test mi sono accorto che quello che realmente da problemi in Xorg è :Option "Name" "Logitech USB Gaming Mouse"
L'ho modificato così, ma il problema della lag del mouse permane ._. :muro:
Section "InputDevice"
Identifier "Logitech G5"
Driver "evdev"
# Option "Name" "Logitech USB Gaming Mouse"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse"
Option "Vendor" "046d"
Option "Product" "c041"
Option "evBits" "+1-2"
Option "keyBits" "~272-287"
Option "relBits" "~0-2 ~6 ~8"
Option "Pass" "3"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5 7 6"
Option "Resolution" "2000"
EndSection
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.