View previous topic :: View next topic |
Author |
Message |
jshipe n00b

Joined: 14 Oct 2004 Posts: 2
|
Posted: Thu Oct 14, 2004 2:51 pm Post subject: iMac display off center |
|
|
I am new to Gentoo on the PPC (as I am also new to the PPC) but I am a seasoned Gentoo user. I have everything running well, but the screen is off center. The left side of the screen is off just enough to bug the hell out of me, since its cutting off some text and the mouse disappears on that side. Now normally you would just press a few buttons on your monitor to correct this. Unfortunately, the iMac has no such buttons, and this configuration is usually done in the software.
So my question is, how do I adjust this display since I have no buttons? This is a version 2 iMac G3, CRT.
Keep in mind this is not just X, its off center in console as well. |
|
Back to top |
|
 |
bruda Guru


Joined: 06 May 2004 Posts: 376 Location: Sherbrooke, QC, Canada
|
Posted: Thu Oct 14, 2004 3:09 pm Post subject: |
|
|
The following solves exactly the same problem for my wife's machine (iMac Firewire):
Code: | /usr/sbin/fbset -a -t 12738 187 13 24 1 96 3 |
You may need to tweak the command line but fbset is your friend in any case. _________________ Quid latine dictum sit altum videtur |
|
Back to top |
|
 |
jshipe n00b

Joined: 14 Oct 2004 Posts: 2
|
Posted: Thu Oct 14, 2004 3:30 pm Post subject: |
|
|
I have the mode set up the way I want it now, but how do I make this change permanent? |
|
Back to top |
|
 |
bruda Guru


Joined: 06 May 2004 Posts: 376 Location: Sherbrooke, QC, Canada
|
Posted: Thu Oct 14, 2004 5:03 pm Post subject: |
|
|
I just put in /etc/conf.d/local/start something along the following line:
Code: | echo "*** FBSet fixup"
/usr/bin/fbset -a -t 12738 187 13 24 1 96 3 1>&2 |
This fixes things only after startup, but then there is always dmesg if you want to review startup messages. _________________ Quid latine dictum sit altum videtur |
|
Back to top |
|
 |
|