09 Febbraio, 2012, 23:54:34 *
Benvenuto! Accedi o registrati.
Hai dimenticato l'e-mail di attivazione?

Accesso con nome utente, password e durata della sessione
Notizia: È stato rilasciato Ubuntu 11.10 Oneiric Ocelot! Per tutte le informazioni su come ottenerlo CLICCA QUI
 
   Indice   FAQ Aiuto Regolamento Ricerca Accedi Registrati  

Guide
Hardware   •   Stampa, fax, scanner
Wiki
Hardware   •   Video   •   Dispositivi Partizioni   •   Modem   •   Senza Fili   •   Stampanti, Scanner
Pagine: 1 [2] 3 4 ... 287   Vai giù
  Stampa  
Autore Discussione: [Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 11.5  (Letto 415570 volte)
0 Utenti e 1 Utente non registrato stanno visualizzando questa discussione.
sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #20 inserita: 20 Gennaio, 2008, 22:00:34 »

io ho seguito la guida. i drive sembrano installati, ma non riesco ad abilitare compiz. il mio xorg.conf. è vuoto Huh? soluzioni?
Registrato
tane
Novello Novizio

Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 73

Media messaggi


/bin/laden


Mostra profilo
« Risposta #21 inserita: 20 Gennaio, 2008, 22:10:49 »

ho provato a fare quello che mi hai detto maxfact, ma sono rimasto con l'interfaccia a linea di comando...
Registrato
Caf-Pow
Coraggioso Chiacchierone
*
Non Connesso Non Connesso

Messaggi: 324

Media messaggi


Ubuntu 8.04 Hardy Heron


Mostra profilo
« Risposta #22 inserita: 20 Gennaio, 2008, 22:14:51 »

se avvio compiz mi da questo...

Codice:
ozne@ozne-desktop:~$ sudo compiz
[sudo] password for ozne:
Checking for Xgl: not present.
Detected PCI ID for VGA: 02:00.0 0300: 1002:4150 (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 (1024x768) to maximum 3D texture size (2048): 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

xgl cosa sarebbe?

sui repository c'è xserver-xgl lo posso installare tranquillamente? Non vorrei far casini  Embarrassed
« Ultima modifica: 20 Gennaio, 2008, 22:44:56 da Ozne » Registrato
Phade
Novello Novizio

Non Connesso Non Connesso

Messaggi: 41

Media messaggi


Mostra profilo
« Risposta #23 inserita: 20 Gennaio, 2008, 22:58:52 »

Radeon 9550 AGP a 256Mb
Sono riuscito ad istallare i driver  seguendo la guida postata da jackyaway e finalmente il comando  fglrxinfo mi da:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.1.7276 Release

Invece il test
$ fgl_glxgears
Using GLX_SGIX_pbuffer
2023 frames in 5.0 seconds = 404.600 FPS
2324 frames in 5.0 seconds = 464.800 FPS
2348 frames in 5.0 seconds = 469.600 FPS
2653 frames in 5.0 seconds = 530.600 FPS
2557 frames in 5.0 seconds = 511.400 FPS
2597 frames in 5.0 seconds = 519.400 FPS
$ glxgears
11775 frames in 5.0 seconds = 2354.974 FPS
11599 frames in 5.0 seconds = 2319.745 FPS
11392 frames in 5.0 seconds = 2278.367 FPS
11969 frames in 5.0 seconds = 2393.746 FPS
 
si notano dei rallentamenti ed una leggera diminuzione di velocità in confronto ai precdenti.
Compiz nn si attiva.
ed ho notato una stranezza sulle info di Catalyst il quale mi indica una memoria di 128 anzichè di 256, cosa sarà successo???

Ecco il mio attuale xorg:

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

Section "Files"

   Fontpath   "/usr/share/fonts/X11/misc"
   Fontpath   "/usr/share/fonts/X11/cyrillic"
   Fontpath   "/usr/share/fonts/X11/100dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/75dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/Type1"
   Fontpath   "/usr/share/fonts/X11/100dpi"
   Fontpath   "/usr/share/fonts/X11/75dpi"
   Fontpath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load      "i2c"
   Load      "bitmap"
   Load      "ddc"
   Load      "dri"
   Load      "extmod"
   Load      "freetype"
   Load      "glx"
   Load      "int10"
   Load      "vbe"
   Load      "synaptics"
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"
   Busid      "PCI:2:0:0"
   Option      "VideoOverlay"   "on"
   Option      "OpenGLOverlay"   "off"
EndSection


Section "Screen"
   Identifier   "aticonfig-Screen[0]"
   Device      "aticonfig-Device[0]"
   Monitor      "aticonfig-Monitor[0]"
   Defaultdepth   24
   SubSection "Display"
      Depth   1
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes      "1280x800"   "1024x768"   "800x600"   "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode   0666
EndSection
Registrato
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1.777

Media messaggi



Mostra profilo
« Risposta #24 inserita: 21 Gennaio, 2008, 15:36:45 »

N.B Questa guida è specifica per i driver 8.1

Io ho una Radeon 8500, utilizza driver 8.28.8....... non si potrebbe creare una guida anche per queste vecchie matusa???

Per quella sono disponibili dei buoni driver open, leggi questa guida:

http://wiki.ubuntu-it.org/Hardware/Video/Ati/RadeonDriver

io ho seguito la guida. i drive sembrano installati, ma non riesco ad abilitare compiz. il mio xorg.conf. è vuoto Huh? soluzioni?

Non è vuoto...probabilmente hai sbagliato ad aprire il percorso da terminale; dai questo comando:

Codice:
sudo gedit /etc/X11/xorg.conf

rispettando minuscole e maiuscole (il terminale è case sensitive).

se avvio compiz mi da questo...

Codice:
ozne@ozne-desktop:~$ sudo compiz
[sudo] password for ozne:
Checking for Xgl: not present.
Detected PCI ID for VGA: 02:00.0 0300: 1002:4150 (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 (1024x768) to maximum 3D texture size (2048): 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

xgl cosa sarebbe?

sui repository c'è xserver-xgl lo posso installare tranquillamente? Non vorrei far casini  Embarrassed

Non serve creare una sessione XGL dato che dalla versione 8.42 (7.10) dei driver il supporto ad AIGLX è incluso. L'errore che ricevi è:

Codice:
/usr/bin/compiz: 378: /usr/local/bin/compiz: not found

e se controlli bene nella guida dopo la Disinstallazione ho messo una possibile soluzione per quell'errore (l'ho avuto anch'io).

P.S. Non importa avviare compiz da root.

Radeon 9550 AGP a 256Mb
Sono riuscito ad istallare i driver  seguendo la guida postata da jackyaway e finalmente il comando  fglrxinfo mi da:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.1.7276 Release

Invece il test
$ fgl_glxgears
Using GLX_SGIX_pbuffer
2023 frames in 5.0 seconds = 404.600 FPS
2324 frames in 5.0 seconds = 464.800 FPS
2348 frames in 5.0 seconds = 469.600 FPS
2653 frames in 5.0 seconds = 530.600 FPS
2557 frames in 5.0 seconds = 511.400 FPS
2597 frames in 5.0 seconds = 519.400 FPS
$ glxgears
11775 frames in 5.0 seconds = 2354.974 FPS
11599 frames in 5.0 seconds = 2319.745 FPS
11392 frames in 5.0 seconds = 2278.367 FPS
11969 frames in 5.0 seconds = 2393.746 FPS
 
si notano dei rallentamenti ed una leggera diminuzione di velocità in confronto ai precdenti.
Compiz nn si attiva.
ed ho notato una stranezza sulle info di Catalyst il quale mi indica una memoria di 128 anzichè di 256, cosa sarà successo???

Ecco il mio attuale xorg:

Codice:
Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
EndSection

Section "Files"

Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "synaptics"
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"
Busid "PCI:2:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection


Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Lancia compiz da terminale e posta l'output.

Comunque con una ATI Radeon 9550 vanno comunque bene i driver open (anche per me che ho andrebbero bene ma ho dei problemi di risoluzione e centramento, e per questo devo usare i driver proprietari).
« Ultima modifica: 21 Gennaio, 2008, 15:41:04 da FregTuX » Registrato

sensoK37
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1.569

Media messaggi


KUBUNTIANO


Mostra profilo
« Risposta #25 inserita: 21 Gennaio, 2008, 17:02:31 »

Ragazzi, non se ne può più....mi sembrano una lotteria questi driver.
Ma come è possibile che ad alcuni funzionano, ad altri no, ad altri ancora funzionano alla quarta installazione...ma possibile che stiamo ancora a questi livelli?
Insomma avevo gli 8.37 ed il 3d era abilitato, poi con molta fatica l'abilitai per gli 8.40, poi per i 7.11, passato a i 7,12 niente più....ora passato agli ultimi, 8.45.4 (dice catalyst) mi dà sempre mesa...
La guida l'ho seguita per filo e per segno, più di una volta, il file xorg.conf è sempre lo stesso, non l'ho cambiato ma niente, ho tolto anche restricted-manager...come cavolo è.
Ma che metodo del piffero scusate se mi permetto.
Ariecco il mio xorg
Codice:
# 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 "Default Screen" 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"
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 "Fujitsu L22W-3"
Horizsync 30.0 - 82.0
Vertrefresh 50.0 - 75.0
        Option "DPMS"
EndSection

Section "Device"
Identifier "ATI RADEON 9600"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9600"
Monitor "Fujitsu L22W-3"
Defaultdepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Ecco fglrxinfo
Codice:
senso36@max:~$ fglrxinfo
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)

Tanto già so che non si risolve un tubo...
Registrato

KUBUNTU 11.10 64BIT+SEVEN 64BIT || CPU AMD PhenomII x6 1090t Black Edition | MOTHERBOARD Asus Crossair IV Formula | RAM CORSAIR 8 GB DDR3-1600 | GPU Asus Radeon hd 6850 1gb | ALIMENTATORE Advance 650W | CASE AEROCOOL PGS Serie VX-9 Pro | MONITOR Hannspree HF237
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #26 inserita: 21 Gennaio, 2008, 17:08:46 »

Hai dato:

Codice:
cd  /usr/X11R6/bin
sudo aticonfig --initial
Registrato

tane
Novello Novizio

Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 73

Media messaggi


/bin/laden


Mostra profilo
« Risposta #27 inserita: 21 Gennaio, 2008, 17:51:23 »

Perché la ATI non spiega come installare questi driver su Ubuntu? Non sanno nemmeno loro come si fa forse?? Rotfl
Registrato
sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #28 inserita: 21 Gennaio, 2008, 18:23:02 »

come ho detto i driver sembrano installati. compiz da principio non andava. poi dopo il riennesimo avvio ecco che funziona tutto. continuo a lavorare con compiz attivo poi spengo e vado a letto. oggi riaccendo ed ecco di nuovo tutto piatto (The Composite extension is not available).
ps. premetto che ieri prima di spegnere non ho toccato niente, ho solo navigato in internet.
Registrato
axr
Entusiasta Emergente
**
Non Connesso Non Connesso

Messaggi: 1.325

Media messaggi


Mostra profilo
« Risposta #29 inserita: 21 Gennaio, 2008, 18:31:20 »

ciao ho una mobility radeon 9600 128mb ma  è normale che con questi nuovi driver i frame sono scesi a 300 invece di 12000 con glxgears?
ciao grazie
Registrato
sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #30 inserita: 21 Gennaio, 2008, 18:38:33 »

dimenticavo:
:~$ compiz
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:7291 (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: not present.
aborting and using fallback: /usr/bin/metacity
Registrato
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #31 inserita: 21 Gennaio, 2008, 18:56:45 »

dimenticavo:
:~$ compiz
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:7291 (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: not present.
aborting and using fallback: /usr/bin/metacity

Hai messo nella whitelist del file /usr/bin/compiz la parola fglrx?
Registrato

sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #32 inserita: 21 Gennaio, 2008, 18:59:13 »

si

WHITELIST="nvidia intel ati radeon i810 fglrx"
Registrato
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #33 inserita: 21 Gennaio, 2008, 19:00:48 »

Che output ricevi dando:

Codice:
fglrxinfo
?
Registrato

sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #34 inserita: 21 Gennaio, 2008, 19:02:56 »

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1650 Series
OpenGL version string: 2.1.7276 Release
Registrato
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #35 inserita: 21 Gennaio, 2008, 19:13:34 »

Aggioranta la guida con una possibile soluzione a:

Codice:
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)
Registrato

Caf-Pow
Coraggioso Chiacchierone
*
Non Connesso Non Connesso

Messaggi: 324

Media messaggi


Ubuntu 8.04 Hardy Heron


Mostra profilo
« Risposta #36 inserita: 21 Gennaio, 2008, 19:13:52 »

Grazie FregTuX ora va anche compiz  Grin
Registrato
sodo
Novello Novizio

Non Connesso Non Connesso

Messaggi: 121

Media messaggi


Mostra profilo
« Risposta #37 inserita: 21 Gennaio, 2008, 19:34:29 »

sono riuscito a far girare compiz utilizzando xgl. viste le precedenti disavventure credo che XGL non mi parta in automatico al riavvio del sistema (togliendomi dunque gli effetti ogni volta). come posso ovviare a ciò?
Registrato
FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #38 inserita: 21 Gennaio, 2008, 19:36:11 »

Grazie FregTuX ora va anche compiz  Grin

Hai risolto seguendo i passi della guida per l'errore:

Codice:
/usr/bin/compiz: 378: /usr/local/bin/compiz: not found

?
Registrato

FregTuX
Entusiasta Emergente
**
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 1777

Media messaggi



Mostra profilo
« Risposta #39 inserita: 21 Gennaio, 2008, 19:41:55 »

sono riuscito a far girare compiz utilizzando xgl. viste le precedenti disavventure credo che XGL non mi parta in automatico al riavvio del sistema (togliendomi dunque gli effetti ogni volta). come posso ovviare a ciò?

XGL non serve più ormai...hai controllato che la tua scheda video non sia nella blacklist del file /usr/bin/compiz?
Registrato

Pagine: 1 [2] 3 4 ... 287   Vai su
  Stampa  
 
Vai a: