تعريف الدعم الثلاثي لكروت نفيديا
هناك ثلاث طرق لتثبيت تعريف الدعم الثلاثي لكروت العرض نفيديا , الطريقتين الاولى و الثانية تتطلبان اتصال بالنت اثناء تنفيذ ايهما :
الطريقة الاولى:
اضغط بالفأرة على قائمة جواثا ثم اختر اعدادات متقدمة ثم تهيئة ثم خيارات العرض ثم اتبع الطريقة الموضحة في الصور التالية:



الطريقة الثانية:
باستخدام سطر الاوامر , نفذ الامر التالي بصلاحيات الجذر:
install-nvidia-debian.sh
هذا السكريبت سيختار التعريف المناسب لكرتك و يقوم بتنزيله من النت و يبنيه و يعمل منه حزمة ديبيانية ثم يثبتها , و بعد ذلك يقوم بتعديل ملفات العرض اللازمة xorg.conf و يعيد تشغيل الواجهة الرسومية.
خيارات
الخيارات التالية يمكن تفعيلها يدويا:
Usage: ./install-binary-gfx [options] -a | --auto Automatic mode -b | --build MOD Build only (nvidia|nvidia-legacy|fglrx) -d | --detect Detect Card only -e | --experimental Use Experimental -u | --update Update Script -v | --verbose Verbose --aiglx Activate AIGLX
امثلة:
install-binary-gfx -a (This will detect you Card and install the sid Drivers automatically.) install-binary-gfx -a --aiglx (This will detect your Card and install the sid Drivers automatically and activate AIGLX.) install-binary-gfx -e (This will detect your Card and install the experimental Drivers automatically.) install-binary-gfx -v -e (This will detect your Card and install the experimental Drivers automatically in debug mode) install-binary-gfx -b nvidia (This will just build the nvidia-module....deb in /usr/src. The same works with fglrx and nvidia-legacy.) install-binary-gfx -d (This will detect your Card and just print out the Information.) install-binary-gfx --aiglx (This will activate AIGLX.) install-binary-gfx -u (This will update this Script. Please note that will not be done by dist-upgrade as long as you have contrib for the Joatha repository activated in your sources.list.)
الطريقة الثالثة:
Install from source
تعريف الدعم الثلاثي لكروت اي تي اي ATI
هناك ثلاث طرق لتثبيت تعريف الدعم الثلاثي لكروت اي تي اي ATI , الطريقتين الاولى و الثانية تتطلبان اتصال بالنت اثناء تنفيذ ايهما :
الطريقة الاولى:
اضغط بالفأرة على قائمة جواثا ثم اختر اعدادات متقدمة ثم تهيئة ثم خيارات العرض ثم اتبع الطريقة الموضحة في الصور التالية:



الطريقة الثانية:
باستخدام سطر الاوامر , نفذ الامر التالي بصلاحيات الجذر:
install-fglrx-debian.sh
هذا السكريبت سيختار التعريف المناسب لكرتك و يقوم بتنزيله من النت و يبنيه و يعمل منه حزمة ديبيانية ثم يثبتها , و بعد ذلك يقوم بتعديل ملفات العرض اللازمة xorg.conf و يعيد تشغيل الواجهة الرسومية.
خيارات
الخيارات التالية يمكن تفعيلها يدويا:
Usage: ./install-binary-gfx [options] -a | --auto Automatic mode -b | --build MOD Build only (ati|ati-legacy|fglrx) -d | --detect Detect Card only -e | --experimental Use Experimental -u | --update Update Script -v | --verbose Verbose --aiglx Activate AIGLX
امثلة:
install-binary-gfx -a (This will detect you Card and install the sid Drivers automatically.) install-binary-gfx -a --aiglx (This will detect your Card and install the sid Drivers automatically and activate AIGLX.) install-binary-gfx -e (This will detect your Card and install the experimental Drivers automatically.) install-binary-gfx -v -e (This will detect your Card and install the experimental Drivers automatically in debug mode) install-binary-gfx -b ati (This will just build the ati-module....deb in /usr/src. The same works with fglrx and ati-legacy.) install-binary-gfx -d (This will detect your Card and just print out the Information.) install-binary-gfx --aiglx (This will activate AIGLX AND ONLY with r200, r300, not for fglrx) install-binary-gfx -u (This will update this Script. Please note that will not be done by dist-upgrade as long as you have contrib for the Joatha repository activated in your sources.list.)
الطريقة الثالثة:
Install from source
How to write on NTFS-partitions with ntfs-3g
Be warned: ntfs-3g is an early beta driver, so never use it without external backup, and of course not on production systems! If you do, it's your fault if your data gets lost, so use at your own risk!
Joatha test 7.1 do detect and automatically mount all your ntfs partions in live mode only. However, you have to mount them manually after installing Joatha on your hard drive. To To start the nVidia 3d Drivers installation dialog: Click Kmenu>Advanced Settings> configure> Display.

Or - if you don't like the graphical way, you could open a terminal,type: See Partitioning your HD - Disk Naming
su fix-unionfs umount /dev/XdXX mount -o silent,umask=0,no_def_opts,allow_other -t ntfs-3g /dev/XdXX /media/XdXX exit
Now your NTFS-Volume should be mounted rw and you should be able to store data on it. But again, be warned! It's experimental!


