Results 1 to 7 of 7

Thread: eMac G4 internal monitor adjustment

  1. #1
    Join Date
    Apr 2007
    Beans
    364

    eMac G4 internal monitor adjustment

    With an install of 10.10 on an eMac G4 1.25, the screen works "out of the box" in a lot of different resolutions.

    However, there is no way to adjust the horizontal, and the screen is off to the left, clipping a few pixels. Is there a way to fix the horizontal position? There is no xorg.conf and I am thinking there must be a new way?

    Ubuntu is working quite well on this machine and this is just a small tweak I would like to take care of.

  2. #2
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: eMac G4 internal monitor adjustment

    can you give me a link of your machine in everymac.com pls ?
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  3. #3
    Join Date
    Apr 2007
    Beans
    364

    Re: eMac G4 internal monitor adjustment

    Quote Originally Posted by linuxopjemac View Post
    can you give me a link of your machine in everymac.com pls ?
    This looks like the right one:
    http://www.everymac.com/systems/appl...emac_1.25.html

  4. #4
    Join Date
    Sep 2011
    Beans
    1,531

    Re: eMac G4 internal monitor adjustment

    Quote Originally Posted by teachop View Post
    Same machine, same question here. Did you find an answer?

  5. #5
    rsavage is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jan 2011
    Beans
    1,114

    Re: eMac G4 internal monitor adjustment

    Hi Ms Daisy,

    Can you try adding modelines to an xorg.conf file as described in the long lubuntu thread http://ubuntuforums.org/showpost.php...35&postcount=1? I think you should come out with something like this:

    Code:
    Section "ServerLayout" 
    Identifier     "X.org Configured" 
    Screen         "Screen0" 
    EndSection   
     
    Section "Monitor" 
    Identifier   "Monitor0" 
    VendorName   "Monitor Vendor" 
    ModelName    "Monitor Model" 
    ModeLine "1024x768" 100 1024 1108 1280 1408 768 768 780 796 +hsync +vsync 
    ModeLine "1152x864" 100 1152 1173 1269 1440 768 769 772 800 +hsync +vsync 
    Modeline "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  +HSync +Vsync
    EndSection   
     
    Section "Device" 
    Identifier  "Card0" 
    Driver      "nouveau" 
    BusID       "PCI:0:16:0" 
    EndSection   
     
    Section "Screen" 
    Identifier "Screen0" 
    Device     "Card0" 
    Monitor    "Monitor0"  
     
    DefaultDepth 16  
     
    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
    From what I gather nvidia cards have the choice of the nouveau driver (the newest) or the nv driver. I've added a DefaultDepth line to the above. You can try it with and without.
    Last edited by rsavage; January 5th, 2012 at 05:48 PM.

  6. #6
    Join Date
    Sep 2011
    Beans
    1,531

    Re: eMac G4 internal monitor adjustment

    Quote Originally Posted by rsavage View Post
    Hi Ms Daisy,Can you try adding modelines to an xorg.conf file as described in the long lubuntu thread? Don't boot into single user mode, just try the commands from a normal terminal.
    Hi rsavage. I was hoping I just wasn't able to find a window in the GUI that would do this. I swear I saw a thread a while ago about adjusting an Apple screen but I can't find it again (note to self- if it looks useful, subscribe or lose it forever!) Oh well. I will probably upgrade after I've finished reading a manual or two. If the monitor adjustment is still a problem I'll give this a try in 11.10. Thanks.

  7. #7
    Join Date
    Mar 2007
    Beans
    807

    Re: eMac G4 internal monitor adjustment

    I've got the same issue with my emac g3. I reset the pram by powering off the emac. then holding the p r option and command keys until I heard 4 bongs. This DID center the screen better. not perfect, but much better.
    Last edited by ant2ne; December 23rd, 2011 at 11:15 PM.
    Registered Linux User: 450747 Registered Ubuntu User: 16269

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •