openSUSE Forums > Archives > SF Archives > ARCHIVES - PPC » Imac Screen Issues

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - PPC
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - PPC Questions specific to PowerPC systems running SUSE Linux
(Questions that apply to both PPC and non-PPC systems should be posted in the appropriate mixed architecture forums)

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-Mar-2007, 10:19
Joe Dagosta
Guest
 
Posts: n/a
Default

Hello
I have just installed openSUSE 10.2 on my old iMac G3, 600MHz, but I have had some issues. My display is off and shifted to the left. How do I fix this?
Then, someone told me to change my khz to 70, i did and the screen doesn't even show up now. Now what do I do? Please please help me!!
Thanks

~Joe~
  #2 (permalink)  
Old 13-Jun-2007, 10:14
ngrst155
Guest
 
Posts: n/a
Default

Quote:
Hello
I have just installed openSUSE 10.2 on my old iMac G3, 600MHz, but I have had some issues. My display is off and shifted to the left. How do I fix this?
Then, someone told me to change my khz to 70, i did and the screen doesn't even show up now. Now what do I do? Please please help me!!
Thanks

~Joe~
[/b]
I have this problem too. I connected it to an external screen to get to the monitor settings, but it didn't work.

Can someone please help us?
  #3 (permalink)  
Old 13-Jun-2007, 13:03
raf
Guest
 
Posts: n/a
Default

Have you guys tried editing your xorg.conf
Code:
su gedit /etc/X11/xorg.conf
...scroll down to "screens" and make sure your resolution is correct. If not add the correct resolution in this format
"1440x900" ( this is example, use your resolution). save and restart xserver. If it dosent take try to do it thru sax. ( i think its called sax..havent used suse in a while)
  #4 (permalink)  
Old 13-Jun-2007, 13:59
ngrst155
Guest
 
Posts: n/a
Default

None of those options worked, and now I don't get anything on the screen.

I'm re-installing it.
  #5 (permalink)  
Old 13-Jul-2007, 05:45
mrgeesbigcircus
Guest
 
Posts: n/a
Default

I have had this problem on my old iMac. I have read elsewhere that the only way to rectify the issue is to dual boot MacOS and SUSE, and change the screen geometry in MacOS.

I haven't tried this, but it makes sense.
  #6 (permalink)  
Old 29-Jul-2007, 15:57
KennyM
Guest
 
Posts: n/a
Default

The problem lies within the modeline, horizontal sync, and vertical refresh values located in the xorg.conf configuration file. Open the xorg.conf file using the method above and scroll down until you find HorizSync and VertRefresh. Change the values and append the line as follows:

Code:
HorizSync 60-61
VertRefresh 72-78
ModeLine "1024x768" 78.8 1024 1097 1100 1305 768 770 792 803 +hsync +vsync
If you end up unable to access a command line whatsoever to make the changes, try pressing command-F1 (or some combination with F1) to get to a command line and enter the following:

Code:
sudo -s
killall gdm
vi /etc/X11/xorg.conf****#or whatever your favorite editor may be. Edit away and save the file.
gdm****#or "startx" without the quotes if gdm doesn't start with this method or "kdm" if you use it.
The proper configuration for the CRT iMacs tend to differ from model to model (the particular modeline mentioned is for my old Rev. D iMac), so you may need to sit down and fiddle with the numbers (e.g. I tend to change 1305 to 1303 on different distros that, oddly enough, treat that value differently). This problem has been documented here and there and I was fortunate enough to come across an xf86config file for my rev. D iMac that, lo and behold, didn't center the screen completely. So, basically change the values and append the modeline, then fiddle with the values. With this method, you're stuck with 1024x768, but with more configuration you should be able to get 800x600 and any other resolutions to work for you. If you have any questions about tweaking or if my wordy instructions are muddy, don't hesitate to pm me . Good luck!
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2