|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Dec 2005
Città: Ahimè..Bs ----------------------------------- Messaggi tot: 1000+
Messaggi: 772
|
Driver Nvidia
allora.. da 2 giorni sono nel favoloso mondo di kubuntu... attirato tra le altre cose da AiGlx che vorrei quanto prima poter installare sul mio bel pc...
trattasi di opengl quindi necessario aggiornamento driver video... primo tentativo : ho scaricato il file .run dall'indirizzo che ho trovato nella guida per niubbi... ho provato a farlo andare ma nada... l'ho compilato dalla shell e patatrak ho perso X e tutta l'interfaccia... secondo tentativo : dopo formattazione (e vabbè) ho installato i driver attraverso adept (il packet manager)... notavo però che la versione che sono riuscito ad installare è la 1.0.8776 mentre l'attuale è la 1.0.9755... la mia domanda è... qualcuno sa se e dove posso trovare il pacchetto con quest'ultima versione? preferirei evitare di dover di nuovo compilare il modulo del kernel o balle varie di cui capisco anche poco.. ps: la scheda è la 6600 gt!
__________________
11/2006-Inspiron6400 -t7200|2GB@533MHz|S-ATA 80gb@7200rpm|Ati X1400|9cell Battery||garanzia 3 anni On-Site NBD ex: Toshiba M30-154 (PERCHE' NON COMPRARE TOSHIBA..LEGGI QUI) + P4 2.8@3,2GHz 1MB L2, Gigabyte 915p-duo,1GB DDR400 DualCh, gF 6600gt 128MB GDDR3 + Canon Ixus50 + Creative Muvo^2 1.5GB Ultima modifica di leox@mitoalfaromeo : 13-03-2007 alle 12:27. |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Dec 2005
Città: Ahimè..Bs ----------------------------------- Messaggi tot: 1000+
Messaggi: 772
|
nessuno sa nulla?
![]() ![]()
__________________
11/2006-Inspiron6400 -t7200|2GB@533MHz|S-ATA 80gb@7200rpm|Ati X1400|9cell Battery||garanzia 3 anni On-Site NBD ex: Toshiba M30-154 (PERCHE' NON COMPRARE TOSHIBA..LEGGI QUI) + P4 2.8@3,2GHz 1MB L2, Gigabyte 915p-duo,1GB DDR400 DualCh, gF 6600gt 128MB GDDR3 + Canon Ixus50 + Creative Muvo^2 1.5GB |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Oct 2006
Città: Treviso
Messaggi: 2955
|
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 1945
|
Ricordarsi sempre che c'è sempre apt-get che è una mano santa!
![]() |
![]() |
![]() |
![]() |
#5 | |
Senior Member
Iscritto dal: Dec 2005
Città: Ahimè..Bs ----------------------------------- Messaggi tot: 1000+
Messaggi: 772
|
Quote:
ho visto il tutorial per l'installazione manuale... ma non mi fido molto perchè anche quando ho provato io ho fatto così, ma in mezzo mi ha detto che c'era un'incoerenza tra nonsoche e nonsocosa e si è sputtanato tutto... quindi opterei per il pacchetto... sarà affidabile? uhm...dovrebbe essere quello che fa adept per darmi la lista dei pacchetti disponibili..
__________________
11/2006-Inspiron6400 -t7200|2GB@533MHz|S-ATA 80gb@7200rpm|Ati X1400|9cell Battery||garanzia 3 anni On-Site NBD ex: Toshiba M30-154 (PERCHE' NON COMPRARE TOSHIBA..LEGGI QUI) + P4 2.8@3,2GHz 1MB L2, Gigabyte 915p-duo,1GB DDR400 DualCh, gF 6600gt 128MB GDDR3 + Canon Ixus50 + Creative Muvo^2 1.5GB |
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Io sono riuscito usando questa guida... provala:
Beryl is beta software and unstable. Be prepared for breakage! Have a look here for other howtos on Beryl & Official Compiz Go to #ubuntu-effects on irc.freenode.net for support. Nvidia have released their 9xxx series drivers. In laymans terms, this allows compiz/beryl to now run directly on an x server (xorg7.1) without separate aiglx or xgl. As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method. STEP 1: Add repos Please ensure you have a completely updated pc before continuing: Code: Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Add this repo in "system>admin>software sources" or /etc/apt/sources.list Code: deb http://ubuntu.beryl-project.org edgy main For the latest beryl. (i386 & 64bit) Run one of these commands to add lupine's key. Code: wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add - Don't forget to Code: sudo apt-get update STEP 2: Install nvidia drivers Option 1: Add this repo: Code: deb http://nvidia.limitless.lupine.me.uk/ubuntu edgy stable or Code: deb http://nvidia.limitless.lupine.me.uk/ubuntu edgy unstable added as well as one of the above. Key availiable: Code: wget -O- --quiet http://nvidia.limitless.lupine.me.uk...pine.me.uk.gpg | sudo apt-key add - Then Code: sudo apt-get update sudo apt-get install nvidia-glx sudo apt-get upgrade The upgrade should update your linux-restricted-modules & linux-restricted-modules-common packages. Code: sudo nvidia-xconfig --add-argb-glx-visuals Should backup and update your xorg.conf with compositing. Restart the computer and your new drivers should be installed. (You will have to have had previously followed method 1 in the link above, or you will have to change xorg as outlined there. Option2: If you would prefer to install the nvidia drivers from nvidia's script, you may simply download the NVIDIA drivers from here, then: Code: sudo nano /etc/default/linux-restricted-modules-common Make the last line look like Code: DISABLED_MODULES="nv" ctrl+x and y to save. Then Code: sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common sudo rm /etc/init.d/nvidia-* sudo /etc/init.d/gdm stop sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run sudo nvidia-xconfig --add-argb-glx-visuals sudo /etc/init.d/gdm start The Nvidia script should change your xorg.conf to enable nvidia drivers & compositing. Remember that following this method requires a reinstillation of them every time the kernel changes. STEP 3: Install Beryl Code: sudo apt-get install beryl emerald-themes STEP 4: Lets Go! Type beryl-manager into alt+f2 or a terminal and all should work. I hope this has worked If it doesn't then preferably try and get help in the IRC channel first: #ubuntu-effects on irc.freenode.net If your problem gets fixed, then post it below and i'll add it to this main post if important __________________ Unanswered post and annoyed about it?... Still annoyed? Please don't PM support questions--post a thread so everyone can benefit! Join us on irc.freenode.net in #ubuntuforums now... no really... get in! My (Amazing) Blog Last edited by PriceChild : 2 Weeks Ago at 03:49 PM. Reply With Quote
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Dec 2005
Città: Ahimè..Bs ----------------------------------- Messaggi tot: 1000+
Messaggi: 772
|
trovo un nerd e poi provo...
![]()
__________________
11/2006-Inspiron6400 -t7200|2GB@533MHz|S-ATA 80gb@7200rpm|Ati X1400|9cell Battery||garanzia 3 anni On-Site NBD ex: Toshiba M30-154 (PERCHE' NON COMPRARE TOSHIBA..LEGGI QUI) + P4 2.8@3,2GHz 1MB L2, Gigabyte 915p-duo,1GB DDR400 DualCh, gF 6600gt 128MB GDDR3 + Canon Ixus50 + Creative Muvo^2 1.5GB |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:32.