Chipset GeForce FX 5700VE found
- xorgcfg legst du eine xorg.conf an wenn das nicht geht machst du es mit xorgconfig
- "You may use xorgcfg, X -configure, or xorgconfig"
- "to create xorg.conf."
- "You may use xorgcfg, X -configure, or xorgconfig"
http://www.nvidia.de/docs/io/14231/README_Linux_6106_de_unix_new.txt
sh NVIDIA-Linux-x86-1.0-6106-pkg1.run --extract-only
- sh NVIDIA-Linux-x86-1.0-6106-pkg1.run --kernel-name='KERNEL_NAME'
ou need to add in the /etc/modules.conf (2.4.x kernel) or /etc/modprobe.conf (2.6.x kernel) options nvidia NVreg_EnableAGPFW=1 You could install the nvclock utility and tell me if the card has ddr or sdram Here is my card (I think if you have sdram performance will be in the same range) ./nvclock -i NVClock v0.7 -- General info -- Card: nVidia Geforce 2 MX/MX400 PCI id: 0x110 GPU speed: 176.290 MHz Bustype: AGP -- Memory info -- Amount: 64 MB Type: 128 bit SDR Speed: 166.088 MHz -- AGP info -- Status: Enabled Rate: 4X AGP rates: 1X 2X 4X Fast Writes: Enabled SBA: Unsupported
http://www.nvnews.net/vbulletin/archive/index.php/t-27032.html
Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer Load "dri" EndSection
http://www.nvidia.de/docs/io/14231/README_Linux_6106_de_unix_new.txt
http://www.gentooforum.de/post/40028/Warum-will-meine-Nvidia-nicht-gefixt.html
Also das mit dem Treiber (nvidia statt nv, nv ist der nicht 3d beschleunigte open source treiber der aber zum testen eigentlich reichen sollte) steht ja schon oben. Ausserdem definierst du eine 2. Grafikkarte mit standard VGA Treiber. Diese wird zwar in der "screen" nicht geladen, führt aber evtl. doch zu Problemen. Zu guter letzt ist deine xorg.conf ziemlich schlecht lesbar, fang am besten nochmal mit ner leeren Datei an und schreib nur rein was du wirklich brauchst, unter den 100 auskommentierten Zeilen wirst du kleine Fehler eher später finden.
http://www.gentooforum.de/post/40028/Warum-will-meine-Nvidia-nicht-gefixt.html
Zur Maus: Maus mit 5 Tasten + Rad [gelöst] Für eine 7 Tasten Maus folgendes in die xorg.conf: Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "Buttons" "7" Option "ZAxisMapping" "6 7
Section "InputDevice"
- Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
Se esistenti, dovranno essere eliminate anche le seguenti righe:
Load "dri" Load "GLcore"
Accertarsi invece di avere:
Load "glx"
und wenn die Funktion des Rades auf den Daumentasten liegt das in die konsole: xmodmap -e "pointer = 1 2 3 6 7 4 5""
http://www.unixboard.de/vb3/showthread.php?t=9712
Linux/Xorg (last modified 2008-11-04 07:00:06)