Есть Ubuntu 8.04 DVD AMD64
Есть дрова Nvidia*amd64*.run
Вопросы:
-где достать,как установить,есть ли кернел и другие исходники необходимые для установки дров nvidia на диске?
-Нужны ли мне вообще эти дрова?установилась nvidia _new(у меня NVidia 7600GS).Включена но не используется,как прописать в ксоргах правильно видюху(если это нужно вообще)?
копировал из нормально работающей openSuse 10.3
Код:
Section "Device"
BoardName "GeForce 7600 GS"
BusID "2:0:0" #так сказал Suse
Driver "nvidia"
Identifier "Device[0]" #не нравится мне эта строчка =)
VendorName "NVidia"
EndSectionxorg.conf==>
Код:
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ","
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
BoardName "GeForce 7600 GS"
BusID "2:0:0"
Driver "nvidia"
Identifier "Device[0]"
VendorName "NVidia"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSectionно чето убунте не понравилось и она все после перезагрузки работает по старому
-как узнать что лежит из пакетов на диске?Потому что найти перебором из "установки\удаления" удалось только один пакет с плеером,который отказывается работать без режима.Отсюда опять вопрос:как его включить?
-Большинство пакетов действительно не работает на AMD64?
Вариант с копированием всего зеркала рассматривается,но пока нету времени сходить и слить его на диски.
Хотелось бы еще узнать:
Есть игра,которая у меня работает и на OpenSuse и на Ubuntu 7.10
Но сейчас при запуске
#!/bin/sh
export LD_LIBRARY_PATH=$(dirname $0)
exec ./FretsOnFire.bin $@
Выдает что не найден
./FretsOnFire.bin
Хотя структура и расположение папки (лежит в /home) не менялась