Титла: 3d видео дарайвър за n'vidia Публикувано от: ros_corp в Apr 20, 2007, 12:03 След два неуспешни опита да инсталирам 3D драйвъра за моята [nv-34] FX-5200 намерих това ръководство.
METHOD 1 - ONLINE INSTALLATION Make sure you have both the Universe and Multiverse repositories enabled. 1) Identify the architecture of your kernel (e.g. 386 or k7,etc. ) Open Terminal or Konsole and type: file.pngCode: uname -r (You will get something like this: 2.6.15-25-k7 ) 2) Now that you know the architecture (k7 in my case but it could be 386, 686, k8, etc.), type the line above using your architecture, for instance linux-386 instead of linux-k7 file.pngCode: sudo apt-get install linux-k7 In this way you will install a dummy package which will always provide you with the latest kernel image, headers and restricted modules. 3) Install the Nvidia driver: file.pngCode: sudo apt-get install nvidia-glx OR (If you need Legacy drivers, i.e. your graphic card is in the list at the end of the page or you need driver 7174) file.pngCode: sudo apt-get install nvidia-glx-legacy nvidia-xconfig nvidia-settings 4) Backup your xorg.conf file.pngCode: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup NOTE: if you lost your old xorg.conf or that doesn't work type this: file.pngCode: sudo dpkg-reconfigure -phigh xserver-xorg 5) Enable the driver in your xorg: file.pngCode: sudo nvidia-xconfig NOTE: if you own a GeForce4 420/440 Go you should follow also point 7 of the PROBLEMS SECTION. 6) Create a link to the “Nvidia-Settings” Panel in your application menu: file.pngCode: sudo gedit /usr/share/applications/NVIDIA-Settings.desktop OR (if you use KDE) - If you don't know what KDE is provably you don't use it so just go for the previous option ![]() file.pngCode: kdesu kate /usr/share/applications/NVIDIA-Settings.desktop NOTE: do not worry if the file is empty Insert the following lines into the new file: file.pngCode: [Desktop Entry] Name=NVIDIA Settings Comment=NVIDIA X Server Settings Exec=nvidia-settings Icon= StartupNotify=true Terminal=false Type=Application Categories=Application;System; Save the edited file. Log out and press CTRL+ALT+BACKSPACE (so as to restart the xserver). If it doesn't work immediately because of an an API Mismatch error, then try restarting the computer. Кой драйвър трябва да инсталирам за [nv-34] Fx-5200 nvidia-glx или nvidia-glx-legacy? Дали ще сработи с моята видео карта на Ubuntu 6.10 Edgy? Титла: 3d видео дарайвър за n'vidia Публикувано от: Agent_SMITH в Apr 20, 2007, 14:00 Титла: 3d видео дарайвър за n'vidia Публикувано от: ros_corp в Apr 25, 2007, 11:41 Нмерих му цаката! >>><<<
|