[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ATI Radeon 9600 rendering with Mesa



Hi all

For a months time now I have fought to get my gfx card to work without any luck. I tried following the instructions on ATI's web site and got a better resolution but "glxinfo | grep OpenGL" telss me that Mesa is rendering OpenGL. I then tried the instructions from http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html but with the same result and it is driving me crazy. I am using Debian Sarge.

Some info:
robert at codemachine:~$ dpkg -l|grep fglrx
rc fglrx 4.3.0-4.11 XFree86 display driver for the ATI graphics ii fglrx-4.3.0-dr 3.12.0-2 Video driver for the ATI graphics accelerato ii fglrx-4.3.0-ke 3.12.0-2+10.00 ATI binary kernel module for Linux 2.4.26-fl ii fglrx-4.3.0-ke 3.12.0-2 Kernel module source for the ATI graphics ac
robert at codemachine:~$ glxinfo | grep OpenGL
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
robert at codemachine:~$ lsmod|grep fglrx
fglrx                 180200   0

I used fglrxconfig to configure X but as it didn't work I tried changing different settings. Right now the relevant parts of XF86Config-4 looks like this:
Section "Module"
# This loads the DBE extension module.
Load        "dbe"   # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option    "omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load        "type1"
Load        "freetype"
# This loads the GLX module
Load        "glx"   # libglx.a
Load        "dri"   # libdri.a
EndSection

Section "Device"
Identifier                          "ATI Graphics Adapter"
Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
#Option                              "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel"                   "no"
Option "no_dri"                     "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup"               "0x00000000"
Option "MonitorLayout"              "AUTO, AUTO"
Option "IgnoreEDID"                 "off"
Option "HSync2"                     "unspecified"
Option "VRefresh2"                  "unspecified"
Option "ScreenOverlap"              "0"
# === TV-out Management ===
Option "NoTV"                       "no"
Option "TVStandard"                 "PAL-B"
Option "TVHSizeAdj"                 "0"
Option "TVVSizeAdj"                 "0"
Option "TVHPosAdj"                  "0"
Option "TVVPosAdj"                  "0"
Option "TVHStartAdj"                "0"
Option "TVColorAdj"                 "0"
Option "GammaCorrectionI"           "0x00000000"
Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals"         "off"
# === QBS Management ===
Option "Stereo"                     "off"
Option "StereoSyncEnable"           "1"
# === FSAA Management ===
Option "FSAAEnable"                 "no"
Option "FSAAScale"                  "1"
Option "FSAADisableGamma"           "no"
Option "FSAACustomizeMSPos"         "no"
Option "FSAAMSPosX0"                "0.000000"
Option "FSAAMSPosY0"                "0.000000"
Option "FSAAMSPosX1"                "0.000000"
Option "FSAAMSPosY1"                "0.000000"
Option "FSAAMSPosX2"                "0.000000"
Option "FSAAMSPosY2"                "0.000000"
Option "FSAAMSPosX3"                "0.000000"
Option "FSAAMSPosY3"                "0.000000"
Option "FSAAMSPosX4"                "0.000000"
Option "FSAAMSPosY4"                "0.000000"
Option "FSAAMSPosX5"                "0.000000"
Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
Option "UseFastTLS"                 "0"
Option "BlockSignalsOnLock"         "on"
Option "UseInternalAGPGART"         "yes"
Option "ForceGenericCPU"            "no"
BusID "PCI:2:0:0"    # vendor=1002, device=4150
Screen 0
EndSection

Section "Screen"
Identifier  "Screen0"
Device      "ATI Graphics Adapter"
Monitor     "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
    Depth       24
    Modes       "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600"
    ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
EndSubsection
EndSection

Any ideas as to what I am doing wrong ?

Cheers,
Robert