Finalmente i nuovi drivere che abilitano agilx, installiamoli!!!
Scaricare i driver da qui
per prima cosa:
sudo apt-get update
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper \
debconf libstdc++5 linux-headers-generic
poi creare i pacchetti deb x gutsy:
sudo bash ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Ubuntu/gutsy
Installare i pacchetti:
sudo dpkg -i xorg-driver-fglrx_8.42.3-1*.deb \
fglrx-kernel-source_8.42.3-1*.deb \
fglrx-amdcccle_8.42.3-1*.deb
controllare le dipendenze:
sudo apt-get install -f
cancellare residui di vecchie installazioni:
sudo rm /usr/src/fglrx-kernel*.deb
compilare il kernel:
sudo module-assistant prepare,update
sudo module-assistant build,install fglrx -f
sudo depmod -a
poi date i comandi (non preoccupatevi se danno errori):
sudo mkdir /lib/modules/$(uname -r)/volatile
sudo ln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
configurare xorg con:
sudo aticonfig --initial
riavviare il computer.
controlliamo se l’installazione a avuto buon esito con il comando:
fglrxinfo
dovrebbe restituire qualcosa di simile:
display: :0.0 screen: 0OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: Radeon X1650 Series OpenGL version string: 2.0.6958 Release
poi provare il cubo rotante con il seguente comando:
fgl_glxgears
Se tutto e andato bene il cubo dovrebbe girare altrimenti avrete saltato qualche passaggio o potette lasciare un commento e vediamo di risolvere il problema.
Novembre 6, 2007 alle 9:33 am |
Ho fatto tutto come hai scritto. Io ho una x1800xl ma una volta installato il tutto mi segna ancora che i drivers sono mesa e non ati…come mai?
Novembre 6, 2007 alle 1:27 pm |
ciao cesco e ben venuto, presumo che dando il comando fglrxinfo il non ti da ati ma mesa.
prova con la seguente linea da digitare nel terminale comando:
sudo ln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
ovviamente riavvia il pc e poi riprova con il comando fglrxinfo
fammi sapere, ciao.
Novembre 7, 2007 alle 8:38 pm |
ciao,
premetto ho una scheda ATI X1650 PCIE 512MB
Ho reinstallato Ubuntu 7.10 per la ventesima volta, poi ho installato i Driver ATI 8.42.3 come hai detto te.
Una volta riavviato il pc ho digitato da terminale fglrxinfo e mi dice:
:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series
OpenGL version string: 2.0.6958 Release
e non quello che hai sritto te.
Una volta fatto fglrxinfo ho dato fgl_glxgears, mi appare il cubo che gira con tutte le sue rotelle ma dopo 10 secondi lo schermo mi diventa nero e sono costretto a resettare.
Volevo sapere da te cosa ho sbagliato e soprattutto cosa posso fare per rimediare all’errore.
grazie in anticipo
Novembre 7, 2007 alle 9:01 pm |
ciao claudio, dovresti essere più preciso mi devi dire le tue specifiche hardware ed inviarmi via e-mail e postare il tuo xorg.conf
ciao
Novembre 9, 2007 alle 3:40 pm |
ciao,
scusa il ritardo ma per lavoro sono stato impegnato e lontano dal pc.
il mio xorg è:
# xorg.conf (xorg 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "AL1712"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Scheda video generica"
Driver "vesa"
BusID "PCI:4:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "AL1712"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
ho una piastra madre asus p5pl2-e e una dannatissima ATI X1650 PCIE 512MB (come gia detto).
Novembre 10, 2007 alle 2:44 am |
ti posto il mio xorg cosi vedi la differenza:
# xorg.conf (xorg 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 “ServerLayout”
# Uncomment if you have a wacom tablet
# InputDevice “stylus” “SendCoreEvents”
# InputDevice “cursor” “SendCoreEvents”
# InputDevice “eraser” “SendCoreEvents”
Identifier “Default Layout”
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
Option “AIGLX” “true”
EndSection
Section “Files”
EndSection
Section “Module”
Load “dri”
Load “dbe”
Load “glx”
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “it”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “ZAxisMapping” “4 5″
Option “Emulate3Buttons” “true”
EndSection
Section “InputDevice”
Identifier “stylus”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “InputDevice”
Identifier “eraser”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “InputDevice”
Identifier “cursor”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “Monitor”
Identifier “aticonfig-Monitor[0]”
Option “VendorName” “ATI Proprietary Driver”
Option “ModelName” “Generic Autodetecting Monitor”
Option “DPMS” “true”
EndSection
Section “Device”
Identifier “aticonfig-Device[0]”
Driver “fglrx”
Option “XAANoOffscreenPixmaps” “true”
Option “RenderAccel” “true”
Option “AddARGBGLXVisuals” “true”
Option “AllowGLXWithComposite” “true”
EndSection
Section “Screen”
Identifier “aticonfig-Screen[0]”
Device “aticonfig-Device[0]”
Monitor “aticonfig-Monitor[0]”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section “DRI”
Mode 0666
EndSection
Section “Extensions”
Option “Composite” “Enable”
Option “RENDER” “true”
Option “DAMAGE” “true”
EndSection
Novembre 10, 2007 alle 8:18 am |
ma te che scheda video hai?
Novembre 10, 2007 alle 11:41 pm |
ATI X1650 PCIE 256MB per questo ti ho editato il mio xorg.conf
prova a cancellare il tuo e metti il mio cmq x sicurezza fai una copia di backup del tuo xorg.conf fammi sapere, ciao
ovviamente nella sezione monitor metti il tuo:
Section "Monitor"Identifier "AL1712"
Option "DPMS"
EndSection
Novembre 12, 2007 alle 4:01 pm |
ho provato sempre la solita schermo nero quando riavvio oppure schermo nero quando vedo un video
non sò più che fare
Novembre 12, 2007 alle 4:22 pm |
a quando pare sei una dei tanti fortunati ad avere problemi con i nuovi driver sicuramente e un problema tra scheda madre e driver ati prova quelli vecchi gli 8.40.8 se cosi risolvi allora e proprio un problema legato hai nuovi driver che sono ancora inmaturi visto e considerato che anno implementato l aglx un anno dopo di nvidia, quindi questi driver sono ancora una sorta di beta. cmq sicuramente con l’uscita dei prossi driver il problema dovrebbe risolversi, ciao.
Novembre 12, 2007 alle 8:18 pm |
ok provo anche questa
grazie per l’aiuto che mi dai
Novembre 14, 2007 alle 6:45 am |
prego, cmq ricorda che aiutando gli altri a risolvere i loro problemi impari sempre cose nuove che arricchiscono il tuo sapere e che in ogni caso il sapere e di tutti non di pochi eletti, ciao
Novembre 16, 2007 alle 6:46 pm |
non sò più dove sbattere la testa ho provato pure i driver ati 8.40.8
ma niente.
boh non lo sò, aspetterò i nuovi diver
grazie dell’aiuto
Novembre 17, 2007 alle 5:14 pm |
Ciao,
io ho provato la procedura, ma al riavvio:
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: http://www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
e ovviamente
fgl_glxgears
Using GLX_SGIX_pbuffer
Segmentation fault (core dumped)
che faccio ?
Grazie
Novembre 18, 2007 alle 12:02 am |
ciao dario, che scheda video e scheda madre hai? hai provato questo comando:
sudo ln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
e riavvia il pc se il problema persiste invia un listato del tuo xorg.conf. ciao
Novembre 30, 2007 alle 6:55 am |
Tutto molto chiaro, ma avendo una sapphire x1550, quale driver mi consigliate?
Novembre 30, 2007 alle 8:02 am |
ciao rico la tua scheda funziona con tutti i catalyst ma io ti consiglierei di installare i nuovi ati 7.11 da qui
Novembre 30, 2007 alle 9:02 am |
Grazie, non vorrei dilungarmi in complimenti, ma ti dirò soltanto che il mio ubuntu è praticamente il risultato del tuo blog e sono contento davvero. Purtroppo ho lo stesso risultato ottenuto (so che quando si tartta di video i problemi sono tutti relativi…) di Dario. Anche dopo il tuo consiglio…niente. Ecco il listato:
# xorg.conf (xorg 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 “ServerLayout”
# Uncomment if you have a wacom tablet
# InputDevice “stylus” “SendCoreEvents”
# InputDevice “cursor” “SendCoreEvents”
# InputDevice “eraser” “SendCoreEvents”
Identifier “Default Layout”
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
Option “AIGLX” “True”
EndSection
Section “Files”
EndSection
Section “Module”
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “it”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “ZAxisMapping” “4 5″
Option “Emulate3Buttons” “true”
EndSection
Section “InputDevice”
Identifier “stylus”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “InputDevice”
Identifier “eraser”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “InputDevice”
Identifier “cursor”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection
Section “Monitor”
Identifier “Monitor Generico”
HorizSync 30.0 – 70.0
VertRefresh 50.0 – 160.0
Option “DPMS”
EndSection
Section “Monitor”
Identifier “aticonfig-Monitor[0]”
Option “VendorName” “ATI Proprietary Driver”
Option “ModelName” “Generic Autodetecting Monitor”
Option “DPMS” “true”
EndSection
Section “Device”
Identifier “Scheda video generica”
Driver “vesa”
BusID “PCI:1:0:0″
EndSection
Section “Device”
Identifier “aticonfig-Device[0]”
Driver “fglrx”
EndSection
Section “Screen”
Identifier “Default Screen”
Device “Scheda video generica”
Monitor “Monitor Generico”
DefaultDepth 24
EndSection
Section “Screen”
Identifier “aticonfig-Screen[0]”
Device “aticonfig-Device[0]”
Monitor “aticonfig-Monitor[0]”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section “Extensions”
Option “Composite” “Enable”
EndSection
Grazie per ogni suggerimento, in realtà a me non interessa il cubo quanto più awn. Sapresti aiutarmi?
Novembre 30, 2007 alle 9:20 am |
Scusa aggiungo la mia scheda madre inetgrata:
Scheda madre Cuba (MSI MS-7301)
Nome: Cuba
Tipo: scheda madre µATX
Produttore: MSI
10-08-2006
Dicembre 1, 2007 alle 7:06 am |
ciao rico, forse o trovato la soluzione al tuo problema
da terminale:
sudo gedit /etc/init.d/ati-module-fixaggiungi le seguenti linee:
#!/bin/sh -e# For loading ATI display driversln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.koexit 0
poi da terminale:
sudo chmod ugo+x /etc/init.d/ati-module-fixsudo update-rc.d ati-module-fix defaults 12e in fine ricompila il kernel:
sudo module-assistant prepare,updatesudo module-assistant build,install fglrx -fsudo depmod -aprova e fammi sapere che vediamo di risolvere il problema, ciao.
Dicembre 1, 2007 alle 11:25 am |
Ottimo, veramente un grande, funziona (si fa per dire vista la qualità dei driver…acc..porc…##ç!!!@@!!!)
Dicembre 1, 2007 alle 11:30 am |
Se può essere utile, in ogni caso, si risolve il problema usando il comando sh./ per installare i driver anche se, chissà perchè… il 3d funziona ma dando il comando glxgears non solo non appaiono gli ingranaggi, ma si riavvia la sessione. MAH!
Dicembre 2, 2007 alle 12:17 am |
a me la sessione mi si riavvia quando avvio un video qualsiasi, bho ati ne deve mangiare pane ancora x arrivare hai livelli nvdia. speriamo nella prossima release. ciao
Dicembre 3, 2007 alle 11:59 am |
Grazie 1000. Post utilissimo. Il reply che hai postato a rico mi ha aiutato molto. Ho installato i driver su macbook pro con x1600. Tutto perfetto
Dicembre 4, 2007 alle 12:32 pm |
Prego, fa sempre piacere aiutare qualcuno
Dicembre 4, 2007 alle 10:56 pm |
A questo punto funziona tutto (anche se, a me, in modo lento ma accettabile), rimangono due problemi: un filmato visto a schermo pieno va a scatti; avviando google earth si ha l’interruzione della sessione… Qualche idea?
Dicembre 5, 2007 alle 6:31 pm |
prova se disattivando compiz cioè gli effetti grafici funziona bene sia google earth e il video, fammi sapere.
Dicembre 7, 2007 alle 7:42 pm |
Già provato: paradossalmente i video vanno anche peggio, per quanto riguarda google earth… stesso risultato
Dicembre 8, 2007 alle 11:21 am |
ciao aiutolinux, ho avuto lo stesso problema di Cesco. Quando glidò il comando fglrxinfo mi compare quella scheda mesa che non so da dove è uscita. Ho seguito il consiglio che hai dato a cesco e, dopo avere riavviato il computer tutto è rimasto come prima.. sempre questa maledetta mesa GLXindirect! Premetto che ho una scheda grafica Ati HD 2600. Prima ho installato i pacchetti Ati 7.11 e non mi ha dato alcun risultato. Ho quindi installato i pacchetti 8.43. Cosa posso fare?
Dicembre 8, 2007 alle 1:48 pm |
Ciao aiutolinux sono sempre Alessio. Ti volevo dire che alla fine, quando dò il comando sudo aticonfig –initial il terminale risponde: Found fglrx primary device section
Nothing to do, terminating. Poi riavvio il pC e mi dice sempre che ho quella scheda mesa GLXindirect
Dicembre 9, 2007 alle 10:18 am |
x rico , hai provato questa mia guida guarda nella sezione ubuntu dovrebbe esserci qualcosa anche x il video a scatti male che vada i driver 8.40.4 dovrebbero funzionare bene con google earth anche se non anno il composite.
x alessio , ciao per caso hai installato i driver da i repository ubuntu?
cmq prova con questo:
sudo gedit /etc/default/linux-restricted-modules-commoned aggiungi:
DISABLED_MODULES="fglrx"fatemi sapere e scusate x il ritardo nel rispondere ma lavorando ho poco tempo, ciao
Dicembre 9, 2007 alle 2:40 pm |
Sinceramente non so cosa siano i driver da repository ubuntu. Io ho scaricato i driver dal sito ati.com, ho inserito il modello della mia scheda video Il file che ho scaricato si chiama ati-driver-installer-7-11-x86.x86_64. Comunque ho seguito il tuo consiglio; niente da fare. Il problema persiste.
Dicembre 10, 2007 alle 12:34 pm |
x alessio prova a seguire quando ho detto nel commento N°20
Dicembre 10, 2007 alle 1:07 pm |
alessio mi sono accorto che il tuo commento con la tua installazione e andato a finire tra lo spam cmq la soluzione e il commento di sopra ciao.
Dicembre 13, 2007 alle 2:05 pm |
Grazie aiutolinux!!! Scusa il ritardo.. Sei grandioso! Ho installato la scheda! Grazie grazie grazie
Febbraio 17, 2008 alle 10:23 pm |
ciao
ho seguito tutta la procedura e alla fine mi da questo erroe
fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
cosa devo fare…..
Febbraio 21, 2008 alle 12:53 pm |
ciao davide e scusa del ritardo, per risolvere il problema da terminale digita i seguenti comandi:
ls -l /usr/lib/libGL*sudo chmod o+r /usr/lib/libGL.so.1.2sudo ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1tutto dovrebbe andare a posto fammi dapere ciao.
Marzo 3, 2008 alle 3:18 pm |
ora mi dice questo…
Xlib: extension “GLX” missing on display “:0.0″.
Xlib: extension “GLX” missing on display “:0.0″.
Error: couldn’t find RGB GLX visual!
Segmentation fault (core dumped)
che devo fare?
grazie
Marzo 3, 2008 alle 5:04 pm |
ciao, innanzitutto grazie per la guida… ho seguito tutto precisamente e:
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: http://www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
e ovviamente
fgl_glxgears
Using GLX_SGIX_pbuffer
Segmentation fault (core dumped)
ho provato con:
sudo ln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
ma niente.. ho provato anche a riseguire la procedura niente.. al riavvio mi sono trovato con ubuntu preciso risoluzione massima e qualità alta e un’avviso che diceva che si stavano usando nuovi driver. su sistema->amministrazione-> gestione driver con restrizioni i driver ati sono abilitati…
scheda video: x1550
scheda madre: asus P5LD2-X
Marzo 3, 2008 alle 8:27 pm |
rettifica: sono riuscito a risolvere con envy
Aprile 27, 2008 alle 4:54 am |
Ciao.
Vado subito al problema:
Sostitusco la mia vecchia scheda grafica con una Ati Sapphire x1650 pro
Avvio la mia distro Ubuntu 8.04, fin quì tutto bene!
Dopo un po’ mi compare un avviso che mi propone, per sfruttare bene la nuova scheda video, di installare dei driver proprietari.
Accetto di scaricare ed installare i nuovi driver, Ubuntu mi chiede di riavviare.
Avvio Ubuntu, il sistema si carica, ma al momento di passare alla schermata del login, la schermata mi diventa nera e non posso più accedere al mio PC.
Conosci qualche procedura per eliminare questo problema?
Grazie anticipatamente.
Nunzio.
Giugno 15, 2008 alle 9:29 am |
stesso problema espresso alla riga 41:
Ati Sapphire x1650 pro con 512 MB DDR2
Ubuntu 8.04
grazie per quanto potrete farmi sapere
Daniele
Agosto 30, 2008 alle 8:59 am |
[...] seguito ad alcune ricerche sono incappato in questo post ..sembravano aver risolto il problema del "Segmentation [...]
Agosto 31, 2008 alle 1:09 pm |
ciao,
sono da poco passato adubuntu 8.04
non riesco a far riconoscere la mia scheda video!!!
ho una ati radeon hd 2600,qualcuno può aiutarmi?
ho anche problemi con l’audio,non si sente proprio nulla…
HELP ME!