imac g3 Debian instalacja xorg

Pomoc dotycząca instalacji systemu
m1o4s6
Posty: 4
Rejestracja: 06 marca 2010, 18:18

imac g3 Debian instalacja xorg

Post autor: m1o4s6 »

Witam serdecznie.
WWW
z pomocą tego zainstalowałem Debiana
EDIT: IMPORTANT NOTE FOR DEBIAN LENNY.
After instaling Debian Lenny on an imac ppc X will fail! You will be greeted buy a blank screen and no curser this is the fix.

Based on

https://wiki.ubuntu.com/PowerPCKnownIss ... 0iMac%20G3

Blank screen on iMac G3

Do you get a blank screen after booting? The problem is that xorg.conf is not set up properly for the iMac G3.

Follow these steps to fix xorg.conf:

After booting is complete:

1.

Type: ctrl-option-F1 (should give you a command prompt, may take a couple of tries)
2.
Login as root:

Type: su
root Password:xxxxxxx
nano /etc/X11/xorg.conf (return)

3.

In the Monitor section, change "HorizSync" to 58-62 and "VertRefresh" to 75-117.
Blank screen on iMac G3

Do you get a blank screen after booting? The problem is that xorg.conf is not set up properly for the iMac G3.

Follow these steps to fix xorg.conf:

After booting is complete:

Type: ctrl-option-F1 (should give you a command prompt, may take a couple of tries)

Type: sudo nano /etc/X11/xorg.conf (return)

In the Monitor section, change "HorizSync" to 58-62 and "VertRefresh" to 75-117.

Disable DRI. In the Module section, put a hash mark (#) at the beginning of the line containing "load dri". If you have no Module section, make one like this:
Section "Module"
Disable "glx"
Disable "dri"
EndSection

Type: ctrl-O (return) to write edited file

Type: ctrl-X to exit nano back to command line

Type: sudo /etc/init.d/gdm restart (return) to restart Gnome. (In Dapper and Edgy, the restart command is broken. Use sudo killall -HUP gdm instead.)

For longer instructions, also see forum thread http://ubuntuforums.org/showthread.php?t=405934
Niestety nic nie pomaga, próbowałem nadpisać jak było podane lecz nie przynosi rezultatu. Czy jest jakieś rozwiązanie niestety sprawa mnie przerosła lecz dalej z uporem maniaka będę ewangelizować ludzi na pingwiny. Dziękuję ze pomoc. Pozdrawiam.
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Przedstaw jakieś informacje. Jaka wersja Debiana, jądra itp. Przedstaw jakieś logi z błędami.
m1o4s6
Posty: 4
Rejestracja: 06 marca 2010, 18:18

Post autor: m1o4s6 »

Debian to netinstall Lenny dla power pc. Nie wiem jak sprawdzić jakie jadro "proszę o wyrozumiałość"?

Kod: Zaznacz cały

(ww)Mach64: No matching Device section for instance (bus ID PCI:0:18:0) (EE) No devices detected.
Natomiast polecenie lspci pokazuje kartę grafiki na:

Kod: Zaznacz cały

00:12.0 VGA  compatible controler Ati

Zmieniając w konfiguracji xorg.conf tę wartość nic nie daje i znajduje tą:

Kod: Zaznacz cały

pci:O:18:0
a raczej nie znajduje.
Logi z błędami, poproszę o naprowadzenie, czego szukać konkretnie gdyż nie wiem co przepisać.
Pozdrawiam.
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Przedstaw wyniki poleceń:

Kod: Zaznacz cały

uname -r
cat /etc/apt/sources.list
lspci -k
m1o4s6
Posty: 4
Rejestracja: 06 marca 2010, 18:18

Post autor: m1o4s6 »

uname -r

Kod: Zaznacz cały

2.6.26-2-powerpc
cat/etc/apt/sources.list

Kod: Zaznacz cały

-bash: cat/etc/apt/sources.list: No such file or directory
lspci -k

Kod: Zaznacz cały

00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev40)
00:10.0 Class ff00: Aplle Computer inc. Paddington Mac I/0
Kernel driver in use: macio
00:12.0 Vga compatible controler: ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] (rev 3a)
Kernel driver in use: atyfb
00:14.0 USB Controler: OPTI Inc. 82C861 (rev 10)
Kernel driver in use: ohci_hcd
Awatar użytkownika
ryba84
Beginner
Posty: 340
Rejestracja: 08 lipca 2007, 14:55
Lokalizacja: LDZ

Post autor: ryba84 »

m1o4s6 pisze:

Kod: Zaznacz cały

-bash: cat/etc/apt/sources.list: No such file or directory
Zrób spację między cat a /.
m1o4s6
Posty: 4
Rejestracja: 06 marca 2010, 18:18

Post autor: m1o4s6 »

Kod: Zaznacz cały

# deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_- Official powerpc xcfe + lxde-CD Binary-1 20100201-00:57]/ lenny main 

deb [url]http://ftp.pldebian.org/debian/[/url] lenny main
deb-src [url]http://ftp.pl.debian.org/debian/[/url] lenny main

deb [url]http://security.debian.org/[/url] lenny/updates main
deb-src [url]http://security.debian.org/[/url] lenny/updates main

deb hhtp://volatile.debian.org/debian-volatile lenny/volatile main
deb-src [url]http://volatile.debian.org/debian-volatile[/url] lenny/volatile main
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Przedstaw jeszcze zawartość pliku:

Kod: Zaznacz cały

/var/log/Xorg.0.log
Uzupełnij dodając sekcje ,,contrib'' i ,,non-free'':

Kod: Zaznacz cały

deb [url]http://ftp.pldebian.org/debian/[/url] lenny main contrib non-free
deb-src [url]http://ftp.pl.debian.org/debian/[/url] lenny main contrib non-free

deb [url]http://security.debian.org/[/url] lenny/updates main contrib non-free
deb-src [url]http://security.debian.org/[/url] lenny/updates main contrib non-free

deb hhtp://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src [url]http://volatile.debian.org/debian-volatile[/url] lenny/volatile main contrib non-free
I wykonaj aktualizację systemu według opisu:
http://debian.linux.pl/viewtopic.php?p=89342#89342
ODPOWIEDZ