You are not logged in.

#1 2006-11-19 02:42:08

vael
Member
Registered: 2006-01-08
Posts: 11

No rendering in ATI radeon

sad
I am trying to install and run beryl on a laptop with ATI Radeon XPRESS 200M.
Following the instructions here:  http://wiki.archlinux.org/index.php/Beryl

I have uninstalled ati-fglrx and ati-fglrx-utils and installed libgl-dri but after several hours on this forums and google i cant find how to solve this. ( I have no 3d rendering, so I cant run beryl)
What al I doing wrong?
sad

THIS IS MY xorg.conf.

+++++++++++++++++

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
#linea siguiente agregada 19 nov 2006
  Option "AIGLX" "true"

EndSection

Section "Files"

    # path to defoma fonts
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "i2c"
    Load  "bitmap"
    Load  "ddc"
    Load  "dri"
    Load  "extmod"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
    Load  "type1"
    Load  "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "es"
    Option        "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ExplorerPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "true"
EndSection

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

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "stylus"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "eraser"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "cursor"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

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

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
   
#Este es el original Driver      "ati"
    Driver      "radeon"
#siguiente linea agregada 19 nov 2006
    BusID       "PCI:1:0:0"
#Linea comentada 19 nov     BusID       "PCI:1:5:0"
#tres siguientes lineas agregadas 17nov
    Option      "UseFBDev"  "true"
    Option      "EnablePageFlip"
    Option      "ColorTiling"
#tres siguientes lineas agregadas 19 nov
Option      "AGPMode" "8"
    Option      "AGPFastWrite" "true"
    Option      "RenderAccel" "true"

EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
#Este es el original    Driver      "fglrx"
    Driver      "radeon"
#aqui van dos lineas agregadas 17nov
    Option      "VideoOverlay" "on"
    Option      "OpenGLOverlay" "off"

#2 lineas siguientes agregadas 19 nov
Option "XAANoOffscreenPixmaps" "true"
  Option "DRI" "true"


EndSection


Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
    Monitor    "Generic Monitor"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1280x768"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1280x768"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1280x768"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1280x768"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x768"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
        Option  "Composite"     "Enable"
EndSection

+++++++++++++++++


THIS ARE MY MODULES IN rc.conf:

MODULES=(8139too bcm43xx sis_agp !agpart radeon drm  ati-agp !fglrx
radeon)

Help!


sad

Offline

#2 2006-11-19 03:33:27

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: No rendering in ATI radeon

A couple of comments.
1) Are you sure the OSS drivers support 3D accel on your mobile card?  I haven't ever looked into it myself, so I don't know.
2) You have radeon listed twice in your MODULES - take out the first one, since I believe ati-agp needs to be loaded before radeon.

Offline

#3 2006-11-19 03:46:04

vael
Member
Registered: 2006-01-08
Posts: 11

Re: No rendering in ATI radeon

I am not sure about 3D redering works with OSS but I found this in this place:
http://wiki.archlinux.org/index.php/Beryl

*****************
ATI

You should read this if you have prolems with ATI.
[edit]
Uninstalling fglrx

Don't forget that:

    * xf86-video-ati are the ATI open source drivers
    * ati-fglrx(-beyond, ...) are the proprietary ones wich won't work with Beryl
    * You have to replace "fglrx" by "radeon" in BOTH the xorg.conf and rc.conf files
    * You have to uninstall ati-fglrx(-beyond, ...), ati-fglrx-utils and then install libgl-dri to get everything to work properly. As Veek said on this post :

Attention, anyone who was previously using the fglrx drivers:
Both the ati-fglrx-utils package and the libgl-dri package provide a version of the openGL
shared library /usr/lib/libGL.so.1 (your version may be different).
However the one supplied by the Mesa package implements things not implemented by the one in ATI's package.
That's why it can be exceedingly confusing trying to figure out why things aren't working
even though you apparently have the necessary libraries.
The solution is to install libgl-dri and everything shoud work as outlined in spack's guide.

This is my understanding of the issue, just wanted to clarify for anyone else that was confused.

    * Uninstalling commands:

pacman -Rd ati-fglrx(-beyond,...) ati-fglrx-utils
pacman -S libgl-dri

[edit]
*********************

So, i suppose it works.

In the other hand I have cleaned the modules loading to leave "radeon" only once.
What else can I do?
sad

Thanx

Offline

#4 2006-11-19 05:28:27

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: No rendering in ATI radeon

Well, that wiki page is true - fglrx does not support the extension needed by Beryl to work.  However, that doesn't mean the OSS drivers support 3d-accel on every radeon chipset.  Yours just may not be supported, I don't know for sure.

In any case, there's a great (and a little lengthy) thread on getting OSS drivers to work with direct rendering for ati - http://bbs.archlinux.org/viewtopic.php? … 86videoati - Maybe that'll help you out?

Offline

#5 2006-11-19 05:47:57

vael
Member
Registered: 2006-01-08
Posts: 11

Re: No rendering in ATI radeon

I have readed and doing this too, but is not enough

sad

Is anybody here running beryl with an ATI card?

Thanks a lot cerebral

Offline

Board footer

Powered by FluxBB