imac g3 Debian instalacja xorg
: 06 marca 2010, 19:08
Witam serdecznie.
WWW
z pomocą tego zainstalowałem Debiana
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.
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.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