[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 11.5

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
-Sandro-
Prode Principiante
Messaggi: 145
Iscrizione: venerdì 1 settembre 2006, 16:25
Località: prov. Pescara
Contatti:

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da -Sandro- »

FregTuX ha scritto:
jonbonjovi ha scritto:
FregTuX ha scritto:

Prova a cambiare questo:

Codice: Seleziona tutto

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
in questo:

Codice: Seleziona tutto

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
e riavvia.
ma come faccio a farlo? non mi fa usare l'interfaccia grafica!!
Invece di gedit usa nano.
daWsOn_s ha scritto: Salve io avevo questo problema:


Ho seguito i passaggi ma ora invece ho questo errore e compiz non si avvia comunque  :(

3: Can't open /etc/xdg/compiz/compiz-manager.ubuntu

Codice: Seleziona tutto


sandro@sandro-desktop:~$ compiz
Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 1002:9589 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present. 
Trying again with indirect rendering:
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (1680x1050) to maximum 3D texture size (8192): Passed.
Checking for nVidia: not present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
/usr/bin/compiz: 378: /usr/local/bin/compiz: not found
Dopo di che rimane tutto fermo


il mio xorg.conf


Codice: Seleziona tutto

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "aticonfig-Screen[0]" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
Load "glx"
Load "GLcore"
Load "v4l"
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 "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		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
        Option "AccelMethod" "XAA"
Option "XAANoOffscreenPixmaps"
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

l'output di fgrlxinfo

Codice: Seleziona tutto

sandro@sandro-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 Pro
OpenGL version string: 2.1.7059 Release
Consigli?

Le soluzioni agli errori:

Codice: Seleziona tutto

3: Can't open /etc/xdg/compiz/compiz-manager.ubuntu

Codice: Seleziona tutto

/usr/bin/compiz: 378: /usr/local/bin/compiz: not found
sono scritte nella guida ;)
Che stupido non l'ho visto, thanks ;D
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

jonbonjovi ha scritto:
FregTuX ha scritto:

Invece di gedit usa nano.

ok, ma io avevo il mio vecchio xorg.conf salvato sulla scrivania in caso di backup (cosa che ora mi servirebbe eccome!). come faccio a dirgli di rimpiazzare il mio xorg.conf con xorg.conf-backup.txt che ho sul desktop? tutto ciò da riga di comando..sarebbe l'unica speranza  :-\
Dai questo comando:

Codice: Seleziona tutto

sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.conf
dove al posto di nome_utente devi mettere ovviamente il tuo :)
Avatar utente
jonbonjovi
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 935
Iscrizione: lunedì 9 gennaio 2006, 23:51
Località: Milano
Contatti:

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da jonbonjovi »

FregTuX ha scritto:
Dai questo comando:

Codice: Seleziona tutto

sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.conf
dove al posto di nome_utente devi mettere ovviamente il tuo :)
grande! sei un mito..ora devo sistemare il casino che ho fatto con i driver ati..mi ritrovo il CCC, ma non ho il direct rendering!!  :o
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

jonbonjovi ha scritto:
FregTuX ha scritto:
Dai questo comando:

Codice: Seleziona tutto

sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.conf
dove al posto di nome_utente devi mettere ovviamente il tuo :)
grande! sei un mito..ora devo sistemare il casino che ho fatto con i driver ati..mi ritrovo il CCC, ma non ho il direct rendering!!  :o
Prova a disinstallare e reinstallare i driver :)
Avatar utente
jonbonjovi
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 935
Iscrizione: lunedì 9 gennaio 2006, 23:51
Località: Milano
Contatti:

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da jonbonjovi »

FregTuX ha scritto: [

Prova a disinstallare e reinstallare i driver :)
manulamente intendi? con envy può andare bene? o anche solo col gestore driver con restrizioni?
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

Ma prima di installare questi driver hai disinstallato quelli precedenti?
Avatar utente
jonbonjovi
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 935
Iscrizione: lunedì 9 gennaio 2006, 23:51
Località: Milano
Contatti:

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da jonbonjovi »

FregTuX ha scritto: Ma prima di installare questi driver hai disinstallato quelli precedenti?
li avevo disabilitati dal gestore driver con restrizioni  :-\ ma evidentemente non era bastato  :-[
cmq ora ho sistemato..grazie a tutti  (b2b)
gandred
Prode Principiante
Messaggi: 24
Iscrizione: giovedì 12 aprile 2007, 12:42

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da gandred »

Ciao a tutti, ho seguito la guida passo passo ma ora se do il comando

Codice: Seleziona tutto

glxinfo | grep "direct rendering"
mi restituisce

Codice: Seleziona tutto

direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
inoltre soffro anche io del problema

Codice: Seleziona tutto

display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
le azioni che ho fatto sono:

-levare la spunta dai driver ati del restriction driver (gli unici che avevo installato)
-seguire la guida all'installazione
-riavviare

il mio xorg.conf:

Codice: Seleziona tutto

# 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"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
	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  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizEdgeScroll" "0"
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   "Generic Monitor"
	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  "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor    "Generic Monitor"
	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


ho un acer aspire 3023wlmi con una ati mobility radeon x700 128mb e uso kubuntu 7.10

Avete qualche soluzione?  :-\
Ultima modifica di gandred il mercoledì 30 gennaio 2008, 14:10, modificato 1 volta in totale.
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da maxfact »

@gandred
prova a controllare se in questo file:
/etc/default/linux-restricted-modules-common
hai questa voce.
DISABLED_MODULES="fglrx"
se non c'è aggiungila
devi essere root per aggiungerla

poi controlla in quest'altro file
/etc/modprobe.d/blacklist-restricted
di avere questo simbolo # davanti alla linea  "blacklist fglrx"
se non c'è bisogna metterlo e per farlo devi essere sempre root

poi prova a dare anche un
sudo apt-get install -f
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
gandred
Prode Principiante
Messaggi: 24
Iscrizione: giovedì 12 aprile 2007, 12:42

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da gandred »

Ha funzionato!!! Grazie mille!! Risolto!  :)
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da maxfact »

@gandred
se dici quale passaggio ti ha risolto il problema dopo FregTux lo inserisce nella guida cosi che anche altri risolvano il problema
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
gandred
Prode Principiante
Messaggi: 24
Iscrizione: giovedì 12 aprile 2007, 12:42

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da gandred »

Li ho seguiti tutti e tre... non saprei quale abbia risolto il problema... Posso dire però che in

/etc/default/linux-restricted-modules-common

la voce era:

DISABLED_MODULES=""

e l'ho modificata in

DISABLED_MODULES="fglrx"

e che mancava il # davanti a "blacklist fglrx" in /etc/modprobe.d/blacklist-restricted

Posto anche gli output e l'xorg.conf

Codice: Seleziona tutto

glxinfo | grep "direct rendering"
restituisce

Codice: Seleziona tutto

direct rendering: Yes

Codice: Seleziona tutto

fglrxinfo
restituisce

Codice: Seleziona tutto

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.1.7276 Release
xorg.conf

Codice: Seleziona tutto

# 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"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
	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  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizEdgeScroll" "0"
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   "Generic Monitor"
	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  "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor    "Generic Monitor"
	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 ancora!  :)
Ultima modifica di gandred il mercoledì 30 gennaio 2008, 15:39, modificato 1 volta in totale.
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

Grazie, aggiungo subito alla guida :)
Avatar utente
rojo
Prode Principiante
Messaggi: 14
Iscrizione: mercoledì 30 gennaio 2008, 16:34

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da rojo »

grazie per questa guida!!
mi hai risolto moltissimi problemi!!! :) :)
Lich
Prode Principiante
Messaggi: 145
Iscrizione: lunedì 21 gennaio 2008, 15:18
Località: Trebaseleghe

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da Lich »

quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
- Only Win and no Linux makes Lich a dull boy -
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

rojo ha scritto: grazie per questa guida!!
mi hai risolto moltissimi problemi!!! :) :)
Bene :)
Lich ha scritto: quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
Non so che errore sia...

Che scheda video hai?
Lich
Prode Principiante
Messaggi: 145
Iscrizione: lunedì 21 gennaio 2008, 15:18
Località: Trebaseleghe

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da Lich »

FregTuX ha scritto:
rojo ha scritto: grazie per questa guida!!
mi hai risolto moltissimi problemi!!! :) :)
Bene :)
Lich ha scritto: quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
Non so che errore sia...

Che scheda video hai?
ho una ati x1950pro
- Only Win and no Linux makes Lich a dull boy -
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

Pensavo che avessi una scheda non supportata...

Cercando sia nel forum che su internet non ho trovato niente a riguardo del tuo errore, non so cosa possa essere :-\
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da maxfact »

vdck
sicuramente non è un pacchetto di ubuntu
forse c'è qualcosa di strano nel file che hai scaricato dal sito ati
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Avatar utente
FregTuX
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1777
Iscrizione: sabato 7 aprile 2007, 8:20

Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1

Messaggio da FregTuX »

Può darsi...prova a riscaricare i driver.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti