Mailinglist Archive: radeonhd (311 mails)

< Previous Next >
[radeonhd] Now radeonhd driver fails with ATI RS690
  • From: Néstor Amigo Cairo <nestorac@xxxxxxxxx>
  • Date: Sun, 10 Feb 2008 14:51:59 +0100
  • Message-id: <1202651519.8191.5.camel@xxxxxxxxxxxx>
Hi, all!!
First of all, thanks everyone for this driver. I have been using it for
weeks, but I have recently updated it, compiled it and now it doesn't
work. It worked flawlessly three weeks ago. I use git version. What
happens is that screen flickers, but nothing appears. Computer gets
frozen then. I'm using Gentoo, everything updated to last version, AMD64
architecture (64bit compiled) (X.org 7.1).

Here's my lspci -v (just for the graphic card):

01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon
X1200 Series] (prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Unknown device d001
Flags: bus master, fast devsel, latency 32, IRQ 5
Memory at d8000000 (64-bit, prefetchable) [size=128M]
Memory at fdfe0000 (64-bit, non-prefetchable) [size=64K]
I/O ports at ee00 [size=256]
Memory at fde00000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [50] Power Management version 2
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+
Queue=0/0 Enable-
# 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 xorg.conf manual page.
# (Type "man 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 "Files"
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" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "radeonhd"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Modes "1440x900"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
< Previous Next >
Follow Ups