Imac G3 500MHz con Ubuntu 10.04

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
Scrivi risposta
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Salve amici,
sono un felice utente di Ubuntu già da molto tempo.
Ieri il mio ottimo notebook si è fritto e quindi sono rimasto senza pc.
Cosi ho riesumato dalla cantina un vecchio Imac 500MHz con 1GB di Ram.
Ho deciso di metterci su Ubuntu (ovviamente la versione per PPC). L'operazione è riuscita ma la scheda video non mi viene riconosciuta e il sistema viene avviato in modalita grafica sicura.
Ho notato anche altri problemi, come ad esempio il fatto che i DVD video me li sputa fuori (con il MAC OS X che c'era installato prima invece li leggeva).
Qualche suggerimento?
Ringrazie tutti fin d'ora x l'aiuto.
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

Ciao !

Di che hardware disponi più in dettaglio ? Posta il risultato di

Codice: Seleziona tutto

lspci
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Codice: Seleziona tutto

0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth AGP
0000:00:10.0 Display controller: ATI Technologies Inc Rage 128 PR/PRO AGP 4x TMDS
0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth PCI
0001:10:17.0 Class ff00: Apple Computer Inc. KeyLargo Mac I/O (rev 03)
0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo USB
0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo USB
0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth Internal PCI
0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth FireWire (rev 01)
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth GMAC (Sun GEM) (rev 01)
L'unico problema riguarda la scheda video.
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

La scheda c' è:
0000:00:10.0 Display controller: ATI Technologies Inc Rage 128 PR/PRO AGP 4x TMDS
Si tratta di vedere se creando lo xorg funziona a dovere ( occhio che dopo il primo comando non hai più l' interfaccia grafica ma solo quella di testo ):

Codice: Seleziona tutto

sudo /etc/init.d/gdm stop

Codice: Seleziona tutto

sudo X -configure

Codice: Seleziona tutto

sudo cp xorg.conf.new /etc/X11/xorg.conf

Codice: Seleziona tutto

sudo reboot
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Ho fatto come hai detto.
Adesso X non parte proprio. Rimane in modalità testuale.
Altri suggerimenti?
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

Strano ! Togliamo quel file di cui sopra:

Codice: Seleziona tutto

sudo rm /etc/X11/xorg.conf

Codice: Seleziona tutto

sudo reboot
In un secondo momento avvia una sessione di ripristino e dì al sistema che si autoconfiguri la grafica ( non ricordo esattamente quale sia la voce ... )
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Con il riavvio é partito con l'interfaccia grafica senza bisogno di effettuare il ripristino.
Cmq sempre in modalita grafica sicura parte.
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

Bisognerebbe provare a vedere che driver viene utilizzato in quello xorg ...

premi control+alt+F1 e poi dai:

Codice: Seleziona tutto

sudo /etc/init.d/gdm stop

Codice: Seleziona tutto

sudo X -configure

Codice: Seleziona tutto

sudo cp xorg.conf.new ~/Scrivania/xorg.conf

Codice: Seleziona tutto

sudo /etc/init.d/gdm start
poi premi control+alt+F7.

Dovresti ritrovarti un file "xorg.conf" sulla scrivania: postane il contenuto !
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Ecco il risultato:

Codice: Seleziona tutto

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	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"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "record"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CCEPIOMode"         	# [<bool>]
        #Option     "CCENoSecurity"      	# [<bool>]
        #Option     "CCEusecTimeout"     	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "Display"            	# <str>
        #Option     "PanelWidth"         	# <i>
        #Option     "PanelHeight"        	# <i>
        #Option     "ProgramFPRegs"      	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "ShowCache"          	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
	Identifier  "Card0"
	Driver      "r128"
	VendorName  "ATI Technologies Inc"
	BoardName   "Rage 128 PR/PRO AGP 4x TMDS"
	BusID       "PCI:0:16:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

Prova a mettere "vesa" al posto di "r128" alla voce "driver" nella "sezione" device.

Riavvia e se non dovesse partire X fai come prima ;)
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Prova a mettere "vesa" al posto di "r128" alla voce "driver" nella "sezione" device.
Niente di nuovo sotto il sole...
:'(

Qualche altro suggerimento?
Ultima modifica di Evincaro il giovedì 8 luglio 2010, 19:25, modificato 1 volta in totale.
Software libero per sentirsi liberi!
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Mi sa che a questa discussione dovrò mettere "Non Risolto"!
Software libero per sentirsi liberi!
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
Messaggi: 8887
Iscrizione: venerdì 18 settembre 2009, 13:29
Desktop: Unity + Gnome flashback
Distribuzione: Ubuntu 16.04 & 14.04 64bit

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Alka-Seltzer PLUS »

Ce n' è un' altra aperta riguardante la tua stessa scheda grafica: unite le forze (good)
| MB: ASUS M3A78 PRO | CPU: AMD Phenom II X4 940 BE | RAM: G-SKILL 8GB 800 MHz | VGA: Sapphire ATI HD 5770 | HD: SSD SAMSUNG 850 EVO + WDC WD10EACS-00DS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: EVGA SuperNova 550 GS V2 | OS: Ubuntu 16.04 64 bit + Ubuntu Linux 14.04 64bit |
Avatar utente
Evincaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 303
Iscrizione: giovedì 6 aprile 2006, 9:14

Re: Imac G3 500MHz con Ubuntu 10.04

Messaggio da Evincaro »

Se posti il link mi fai un favore.
Cmq stò cercando altre soluzioni...
Grazie.
Software libero per sentirsi liberi!
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti