Page 23 of 26 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 256

Thread: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

  1. #221
    Join Date
    Aug 2007
    Beans
    11

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    output from...
    Code:
    cat /var/log/Xorg.0.log | grep EE
    ...?
    Last edited by alex.bb; June 6th, 2008 at 02:17 AM.

  2. #222
    Join Date
    May 2008
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Hello. Many of these steps seem out of date. Has anybody tried this with Ubuntu 8.04 Hardy? If so, can you post the steps you took? (for instance, I'm not able to compile the latest kernel headers because the version supplied here cannot be found)

  3. #223
    Join Date
    Mar 2007
    Location
    Downtown Tucson, Arizona
    Beans
    52
    Distro
    Hardy Heron (Ubuntu Development)

    Talking Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Quote Originally Posted by alex.bb View Post
    what does
    Code:
    cat /var/log/Xorg.0.log | grep EE
    ?
    Heh, same thing as:
    Code:
    grep EE /var/log/Xorg.0.log
    ...only longer.
    Best regards,
    -Tye (Mercenary Nerd: http://HTDoctor.com/)
    "In theory, there's no difference between theory and practice, but in practice, there is." -Jan L.A. van de Snepscheut

  4. #224
    Join Date
    Aug 2007
    Beans
    11

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Hello.
    With the debs gets a lot easier.

    Kernel modules (deb-Packages) for Ubuntu Hardy.
    (-generic and -rt kernel)

    To install add the following line to /etc/apt/sources.list:
    deb http://www.bakarasse.de/linux/ubuntu/hardy /

    and run:
    apt-get update

    Install for generic kernel:
    apt-get install linux-ati-mach64-drm-modules-generic

    ...for Real time kernel:
    apt-get install linux-ati-mach64-drm-modules-rt


    Dont forget, max Display Depth must be set in xorg.conf to 16 bit.

    Best regards,
    Alex
    Last edited by alex.bb; June 16th, 2008 at 10:59 PM.

  5. #225
    Join Date
    Oct 2007
    Location
    Buenos Aires - Argentina
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Hi, I'd tried everything on Xubuntu Hardy, compiling modules (git method), installing packages from repos, using an script for install modules automatically, playing with xorg.conf with many options, and nothing worked.

    I obtain these from
    Code:
    glxinfo | grep render
    
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    OpenGL renderer string: Mesa DRI Mach64 [Rage Pro] 20051019 x86/MMX/SSE

    and this from

    Code:
    lsmod | grep mach64
    mach64                 44800  2 
    drm                   154792  3 mach64
    Mi Laptop is a Compaq Armada E500 with a Ati Rage Mobility 8MB

    Please Help!!

    this is my xorg.conf

    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "lv3:ralt_switch"
    Option "XkbVariant" "alt-intl"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    EndSection

    Section "Device"
    Identifier "ATI Technologies, Inc. Rage Mobility P/M (AGP)"
    Option "ForcePCIMode" "True"

    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection

    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Synaptics Touchpad"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection


    Best Regads,

    Chenko

  6. #226
    Join Date
    Aug 2007
    Beans
    11

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Hi Chenko,

    Code:
    cat /var/log/Xorg.0.log | grep EE
    ?????
    Last edited by alex.bb; June 6th, 2008 at 11:40 PM.

  7. #227
    Join Date
    Oct 2007
    Location
    Buenos Aires - Argentina
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Thanks for your response alex.bb, here is the output:

    $ cat /var/log/Xorg.0.log | grep EE
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
    (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Touchpad"

    Best Regards,

    Chenko

  8. #228
    Join Date
    Aug 2007
    Beans
    11

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Quote Originally Posted by Chenko View Post
    Thanks for your response alex.bb, here is the output:

    $ cat /var/log/Xorg.0.log | grep EE
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
    (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Touchpad"

    Best Regards,

    Chenko
    Hi Chenko,

    You need to reinstall the modules.

    Not forget:
    depmod -a
    and restart X
    Last edited by alex.bb; June 12th, 2008 at 08:53 PM.

  9. #229
    Join Date
    Apr 2008
    Beans
    1

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Hey this is probably a stupid question, but will this patch allow the 3D desktop(Beryl/Compiz) to work(even slowly)?

    I would like to have it just to show how awesome linux is on an old laptop(Armada m700)

    my card is an ATi Rage Mobility P/M1(it says "Ati Rage P" on the chip itself) 8mb AGP. and is running on a 440bx chhipset with a coppermine PentiumIII and 512ram.

  10. #230
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    Quote Originally Posted by sersoft View Post
    Hey this is probably a stupid question, but will this patch allow the 3D desktop(Beryl/Compiz) to work(even slowly)?

    I would like to have it just to show how awesome linux is on an old laptop(Armada m700)

    my card is an ATi Rage Mobility P/M1(it says "Ati Rage P" on the chip itself) 8mb AGP. and is running on a 440bx chhipset with a coppermine PentiumIII and 512ram.
    No, it's not possible at all. Your graphics card does not support non-power-of-two textures which is necessary for compiz to work. I tried to make it work on my Mobility M4 some time ago and found out about the hardware requirements.

    Sorry .
    Last edited by psyke83; June 16th, 2008 at 01:57 PM.

Page 23 of 26 FirstFirst ... 132122232425 ... LastLast

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
  •