Results 1 to 7 of 7

Thread: [SOLVED] ATI Radeon Mobility M6 LY no dri, Progress??

  1. #1
    Join Date
    Feb 2008
    Beans
    25

    [SOLVED] ATI Radeon Mobility M6 LY no dri, Progress??

    I did a google search for my graphics card ATI Radeon Mobility M6 LY
    and found alot of confused reports of partial successes and failures.
    I wonder if anyone has desktop effects running smoothly on this card.
    I would like to here from anyone who is using this card and what there
    thoughts are on the desktop effects.
    All things are impermanent.

  2. #2
    Join Date
    Sep 2008
    Beans
    2

    Re: ATI Radeon Mobility M6 LY no dri, Progress??

    im interested as well, i have this card on my IBM thinkpad r32 and right now glxgears gives me a max of 45FPS and its painful to use this setup. i namely want the 3d to run kiba-dock. i could care less about having the cube.

  3. #3
    Join Date
    Oct 2006
    Beans
    66

    Re: ATI Radeon Mobility M6 LY no dri, Progress??

    I've gotten this card to run successfully and smoothly using the open source xorg ATI driver. Depending the available video ram (I had only 16mb) you may have to run it in 16 bit color to obtain the native resolution.

    set this in your xorg.conf
    Code:
    Driver "radeon"
    Option "AGPSize" "32"
    Option "XAANoOffscreenPixmaps" "on"
    Option "AGPMode" "4"
    Option "AGPFastWrite" "on"
    Option "DisableGLXRootClipping" "on"
    Option "AddARGBGLXVisuals" "on"
    Option "AllowGLXWithComposite" "on"
    Option "EnablePageFlip" "on"
    I know for certain that you will at least need the AGPSize option.

    More information in this post: http://ge.ubuntuforums.com/showthread.php?t=899178

  4. #4
    Join Date
    Feb 2008
    Beans
    25

    Re: ATI Radeon Mobility M6 LY no dri, Progress??

    I've gotten this card to run successfully and smoothly using the open source xorg ATI driver. Depending the available video ram (I had only 16mb) you may have to run it in 16 bit color to obtain the native resolution.


    Hi followed the howto. Went very smothly on this Ibm X31 laptop, but still very bumpy running it. the screen may go black until its clicked on, other side effects.

    How do I find out my Video ram?
    and how would I change to 16 bit couler native resolution


    regards alan C
    All things are impermanent.

  5. #5
    Join Date
    Oct 2006
    Beans
    66

    Re: ATI Radeon Mobility M6 LY no dri, Progress??

    Quote Originally Posted by Alan Coleman View Post

    How do I find out my Video ram?
    and how would I change to 16 bit couler native resolution


    regards alan C
    I'm not sure about your video ram. You could try googling the make and model number of your laptop and see if it lists it in it's specifications.

    To make xorg run in 16 bit color you need to edit your xorg.conf. Under "Section "Screen"" change "DefaultDepth" from 24 to 16. Then a little further down in "SubSection "Display"" change "Depth" from 24 to 16. Hit Ctrl+Alt+Backspace and you should notice a marked improvement in performance.

  6. #6
    Join Date
    Feb 2008
    Beans
    25

    Re: ATI Radeon Mobility M6 LY no dri, Progress??

    Hi thanks for getting back. Tried following your advice but the X11 file is a tricksy thing to get right for those not in the know! I post some relevant below. The persistent experience is the screen going black and other graphical probs. I can say that I have a live Knoppix CD and compiz runs as clean as a whistle from the live cd. So I know it can work!

    any Ideas most welcome.

    Section "Device"
    Identifier "ATI Technologies Inc Radeon Mobility M6 LY"
    Busid "PCI:1:0:0"
    Driver "radeon"
    Option "AGPSize" "32"
    Option "XAANoOffscreenPixmaps" "on"
    Option "AGPMode" "4"
    Option "AGPFastWrite" "on"
    Option "DisableGLXRootClipping" "on"
    Option "AddARGBGLXVisuals" "on"
    Option "AllowGLXWithComposite" "on"
    Option "EnablePageFlip" "on"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies Inc Radeon Mobility M6 LY"
    Monitor "Generic Monitor"
    DefaultDepth 16
    SubSection "Display"
    Depth 8
    Modes "1024x768"
    EndSubSection

    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    EndSection

    thanks.
    All things are impermanent.

  7. #7
    Join Date
    Jun 2008
    Location
    Bordeaux / London
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: [SOLVED] ATI Radeon Mobility M6 LY no dri, Progress??

    My suggestion would be to view the xorg.conf file created when you use the Live CD. Can that not be done?

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
  •