Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Kubuntu doesn't display properly

  1. #1
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Question Kubuntu doesn't display properly

    I have an Apple iBook (ancient I know) and whenever I boot from the Live CD (Kubuntu 10.10) it boots up in 800x600 (as far as I can tell that's what it is). This would be a problem however it simplely leaves a huge black column on the right side and has a partially duplicated desktop below it.
    When I go to display settings it won't let me change to a higher resolution (1024x768 is what the iBook natively runs at).
    This is an iBook G3.
    I'd appreciate any help you could give me! Thanks!
    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

  2. #2
    Join Date
    Aug 2008
    Location
    Berlin, DE
    Beans
    180
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Kubuntu doesn't display properly

    Please open Konsole, type
    Code:
    xrandr
    and post the output here?

  3. #3
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Kubuntu doesn't display properly

    xrandr: Failed to get size of gamma for output default
    Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
    default connected 800x600+0+0 x 0mm
    800x600 60.0* 56.0
    640x480 60.0
    I also tested a live CD of Ubuntu 10.10 and it has the same result.
    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

  4. #4
    Join Date
    Aug 2008
    Location
    Berlin, DE
    Beans
    180
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Kubuntu doesn't display properly

    As you can see from the xrandr output, your graphic card isn't recognised as having this mode (1024x768)

    Fire up konsole again and run the following commands
    1.
    Code:
    cvt 1024 768
    This will output the information regarding your screen with this resolution. The second line will begin with "Modeline". Copy the contents of the second line beginning with the resolution (so, anything after the word Modeline.
    Just in case: ctrl+c/ctrl+v don't work console. Instead you have to use ctrl+insert/shift+insert or the mouse).

    2. Create the new mode using the information from step one and the command "xrandr --newmode". For example:
    Code:
    xrandr --newmode "1680x1050_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
    3. Add the new mode:
    Code:
    xrandr --addmode default 1024x768_60.00
    4. Now try to use the new mode:
    Code:
    xrandr --output default --mode 1024x768_60.00
    and hopefully your screen will change to the correct resolution. This is only temporary until you restart X. There are ways to make it permanent, but let's make sure it works first.

  5. #5
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Kubuntu doesn't display properly

    Thanks for the quick reply!

    I keep getting the error:
    xrandr: Failed to get size of gamma for output default
    Note: I'm running out of a LiveCD and I ran this out of the console in Ubuntu LiveCD 10.10. Should be the same right?
    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

  6. #6
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Kubuntu doesn't display properly

    I tried again and I got this error message which seems to add some details:
    xrandr: Failed to get size of gamma for output default
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 151 (RANDR)
    Minor opcode of failed request: 16 (RRCreateMode)
    Serial number of failed request 19
    Current serial number of output stream:19
    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

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

    Re: Kubuntu doesn't display properly

    what exact model do you have? Link in everymac.com please.
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  8. #8
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Kubuntu doesn't display properly

    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

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

    Re: Kubuntu doesn't display properly

    in a terminal:
    Code:
    wget http://mac.linux.be/files/xorg/ibook1.txt
    sudo mv ibook1.txt /etc/X11/xorg.conf
    reboot
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  10. #10
    Join Date
    Mar 2010
    Location
    Near Hays Kansas
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Kubuntu doesn't display properly

    That will require that I first install it right? I'm still testing from a LiveCD to see if it works.

    I'm really not wanting to end up with dead machine but if thats what it takes thats what it takes.

    Thanks so much for working with me on this.
    @thewillweeks
    Linux User #531848 and Ubuntu User #33336
    My Personal Blog (not active)

Page 1 of 2 12 LastLast

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
  •