Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Kubuntu Intrepid Graphics Issues

  1. #11
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Kubuntu Intrepid Graphics Issues

    Ok now can you boot to a graphical interface?
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  2. #12
    Join Date
    Jul 2009
    Beans
    120
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Kubuntu Intrepid Graphics Issues

    Yeah. "xserver-xorg-video-vesa" is installed, and that's the driver xorg.conf is using to make my system work. Simply changing it to "radeon" makes the system not give me anything. The screen just goes black, like the monitor's not picking up a signal (whenever the radeon driver is used, that is).

  3. #13
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Kubuntu Intrepid Graphics Issues

    Ok lets just see if this is installed.....

    sudo apt-get install xserver-xorg-video-ati
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  4. #14
    Join Date
    Jul 2009
    Beans
    120
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Kubuntu Intrepid Graphics Issues

    It wasn't. But I've used this thing in the past, changing the xorg.conf driver line to "ati" and the same thing happens.

  5. #15
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Kubuntu Intrepid Graphics Issues

    Make your xorg file look like this.................


    Code:
    Section "Device"
            Identifier      "Radeon 9600"
            Driver          "ati"
            BusID           "PCI:1:0:0"
            Option          "XAANoOffscreenPixmaps"
    EndSection
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  6. #16
    Join Date
    Jul 2009
    Beans
    120
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Kubuntu Intrepid Graphics Issues

    Making the assumption that you want the "Screen" section's "Configured Video Device" to also change to the "Device" section's "Identifier" (in your case, you want both to say "Radeon 9600"...

    Aaannnddd...screen goes black. Not that I'm surprised. Oh, and I forgot to mention, when this happens the keyboard also stops responding (Caps Lock/Num Lock lights don't light up when touched), so maybe there's something wrong with X?

  7. #17
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Kubuntu Intrepid Graphics Issues

    Ok, what happens if you add this to the xorg file?

    Code:
    Section "Screen"
            Identifier      "Default Screen"
            Device          "Radeon 9500"
            Monitor         "Generic Monitor"
            DefaultDepth    24
            SubSection "Display"
                    Depth           24
                    Modes           "1440x900" "1024x768"
            EndSubSection
    EndSection
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  8. #18
    Join Date
    Jul 2009
    Beans
    120
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Kubuntu Intrepid Graphics Issues

    Okay. I'm going to change 1440x900 to 1280x1024 (that's my monitor's optimum resolution).

    Aaannnddd...still black screen, keyboard still not working.

  9. #19
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Kubuntu Intrepid Graphics Issues

    And you experience these problems only when you use the "ati" driver?
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  10. #20
    Join Date
    Jul 2009
    Beans
    120
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Kubuntu Intrepid Graphics Issues

    Well, that or radeon. Yeah. fglrx does even worse with the screens...and vesa actually works, but it's unaccelerated so it's not much use as a media server.

Page 2 of 3 FirstFirst 123 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
  •