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

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
ugaciaka
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1960
Iscrizione: martedì 31 ottobre 2006, 19:00
Località: Belluno
Contatti:

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

Messaggio da ugaciaka »

a me questi driver riavviando il PC non mi mostrano il login: SCHERMO NERO! Soluzioni???

EDIT: sono pirla io, è proprio necessario al funzionamento dei driver scompattare e installare da scompattamento effettuato?
Ultima modifica di Anonymous il sabato 26 gennaio 2008, 13:17, modificato 1 volta in totale.
non ho mai comprato su ebay, i macbook non mi piacciono, non ho bisogno di facebook né myspace né secondlife
non sono un nerd né lamer né troll né geek né cracker né hacker
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 »

Hai provato a dare:

Codice: Seleziona tutto

startx
?
Avatar utente
ugaciaka
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1960
Iscrizione: martedì 31 ottobre 2006, 19:00
Località: Belluno
Contatti:

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

Messaggio da ugaciaka »

per schermo nero intendo proprio schermo nero, manco il cursore lampeggiante. Ho provato a lanciare startx da recovery mode (dato che ho modificato xorg.conf e mettere vesa) ma niente da fare.

Comunque seguierò alla lettera la guida la prossima volta perché prima non ho creato la directory dove scompattare eheh  ;D
Ora ho rimesso i 7.11..
non ho mai comprato su ebay, i macbook non mi piacciono, non ho bisogno di facebook né myspace né secondlife
non sono un nerd né lamer né troll né geek né cracker né hacker
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 »

Ok :D

Se controlli ho anche aggiunto i passi per disinstallare completamente dei driver precedentemente installati :)
Avatar utente
s1m0ne
Prode Principiante
Messaggi: 241
Iscrizione: domenica 23 settembre 2007, 18:54

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

Messaggio da s1m0ne »

Grazie per l'ottima guida  ;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 »

Di nulla ;)
Avatar utente
ugaciaka
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1960
Iscrizione: martedì 31 ottobre 2006, 19:00
Località: Belluno
Contatti:

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

Messaggio da ugaciaka »

FregTuX ha scritto: Ok :D

Se controlli ho anche aggiunto i passi per disinstallare completamente dei driver precedentemente installati :)
infatti ho seguito quello per toglierli  ;)
Domani provo e vediamo che succede
non ho mai comprato su ebay, i macbook non mi piacciono, non ho bisogno di facebook né myspace né secondlife
non sono un nerd né lamer né troll né geek né cracker né hacker
Avatar utente
Gangi
Prode Principiante
Messaggi: 38
Iscrizione: lunedì 21 gennaio 2008, 10:10

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

Messaggio da Gangi »

sensoK37 ha scritto: Gangi visto che sei poco esperto, prima di cadere nello sconforto, ti consiglio vivamente di scaricarti Envy, un'interfaccia grafica con cui installi (e automaticamente disinstalli quelli vecchi) facilmente gli ultimi driver ati o nvidia...solo con quella mi è partito il 3d sulla mia scheda...eppure avevo provato ogni sorta di guida prima, credimi.
L'ho provato, tutto ok, ma al riavvio non mi faceva comunque mettere gli effetti grafici, per quello ho optato per la guida... :)
Ubuntu 7.10 -> 8.04 Hardy Heron
Avatar utente
Gangi
Prode Principiante
Messaggi: 38
Iscrizione: lunedì 21 gennaio 2008, 10:10

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

Messaggio da Gangi »

FregTuX ha scritto: Prova a sostituire questo:

Codice: Seleziona tutto

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

Codice: Seleziona tutto

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
EndSection
e riavvia.

Comunque non ti assicuro nulla...se vedi che hai problemi cancella la stringa inserita (BusID      "PCI:1:0:0")in questa sezione Device e riavvia.

Molto probabilmente c'è ancora qualche problema con i driver ATI, e questo si vede dal fatto che ad alcuni si installano senza problemi ed ad altri no :)

perchè non riesco a modificare il file xorg.conf??sono andato nel terminale e digitato sudo vim /ect/X11/xorg.conf
e mi appare quello nell'immagine sotto...uff >:(
Immagine
Ubuntu 7.10 -> 8.04 Hardy Heron
Avatar utente
Gangi
Prode Principiante
Messaggi: 38
Iscrizione: lunedì 21 gennaio 2008, 10:10

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

Messaggio da Gangi »

Gangi ha scritto:
FregTuX ha scritto: Prova a sostituire questo:

Codice: Seleziona tutto

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

Codice: Seleziona tutto

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
EndSection
e riavvia.

Comunque non ti assicuro nulla...se vedi che hai problemi cancella la stringa inserita (BusID      "PCI:1:0:0")in questa sezione Device e riavvia.

Molto probabilmente c'è ancora qualche problema con i driver ATI, e questo si vede dal fatto che ad alcuni si installano senza problemi ed ad altri no :)

perchè non riesco a modificare il file xorg.conf??sono andato nel terminale e digitato sudo vim /ect/X11/xorg.conf
e mi appare quello nell'immagine sotto...uff >:(
Immagine
;DCi sono riuscito finalmente!!!!!! (good)
ho provato a far rigirare Envy ed è andato tutto a buon fine!... (rotfl)
Ubuntu 7.10 -> 8.04 Hardy Heron
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 »

aiutoooooo!!! ho seguito la guida, al riavvio, dopo lo spash di caricamento il monitor mi ha restituito "out of range" cioè la risoluzione dello schermo era troppo alta per lui!!! (arriva fino a 1280x1024). eppure io nn ho cambiato nulla!! ho solo installato i driver!  >:( come posso fare per modificarla??
questo è 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"
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  "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   "BenQ T720"
	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"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Scheda video generica"
	Monitor    "BenQ T720"
	DefaultDepth     24
	SubSection "Display"
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	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

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: aiutoooooo!!! ho seguito la guida, al riavvio, dopo lo spash di caricamento il monitor mi ha restituito "out of range" cioè la risoluzione dello schermo era troppo alta per lui!!! (arriva fino a 1280x1024). eppure io nn ho cambiato nulla!! ho solo installato i driver!  >:( come posso fare per modificarla??
questo è 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"
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  "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   "BenQ T720"
	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"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Scheda video generica"
	Monitor    "BenQ T720"
	DefaultDepth     24
	SubSection "Display"
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	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

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.
nicola5154
Prode Principiante
Messaggi: 22
Iscrizione: mercoledì 9 gennaio 2008, 21:28

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

Messaggio da nicola5154 »

Ragazzi, qualcuno è riuscito a far funzionare decentemente la igp 345m con questi drivers?
io non so più che fare.
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 »

Posta il tuo xorg.
nicola5154
Prode Principiante
Messaggi: 22
Iscrizione: mercoledì 9 gennaio 2008, 21:28

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

Messaggio da nicola5154 »

Section "Device"
        Identifier      "ATI Technologies Inc Radeon IGP 330M/340M/350M"
        Driver          "ati"
        BusID          "PCI:1:5:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection
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 »

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 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!!
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- »

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?
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:

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 ;)
Ultima modifica di Anonymous il domenica 27 gennaio 2008, 20:32, modificato 1 volta in totale.
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:

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  :-\
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti