AMD 780G, anyone?
Dave Airlie
airlied at gmail.com
Wed Mar 26 03:20:34 PDT 2008
On Wed, Mar 26, 2008 at 7:56 PM, Magnus Hörlin <magnus at alefors.se> wrote:
> Has anyone managed to get the radeon driver to work on it? I can't, all
> I get is "No devices detected". Tried both VGA and HDMI. Catalyst 8.3
> works, but would prefer this.
> Thankful for any help.
> /Magnus
You'll need to get the radeon driver from git,
git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-ati
cd xf86-video-ati
sh autogen.sh --prefix=/usr
make
make install
(may require installing some distro packages).
Dave.
>
>
> lspci -v:
> 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200
> Graphics (prog-if 00 [VGA controller])
> Subsystem: Giga-byte Technology Unknown device d000
> Flags: bus master, fast devsel, latency 0, IRQ 10
> Memory at d8000000 (32-bit, prefetchable) [size=128M]
> I/O ports at ee00 [size=256]
> Memory at fdfe0000 (32-bit, non-prefetchable) [size=64K]
> Memory at fde00000 (32-bit, non-prefetchable) [size=1M]
> Capabilities: [50] Power Management version 3
> Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>
>
> dpkg -l:
> xserver-xorg 1:7.3+10ubuntu7
> xserver-xorg-video-ati 1:6.8.0-1
>
>
>
> Section "Files"
> ModulePath "/usr/lib/xorg/modules"
> FontPath "unix/:7100"
> EndSection
>
> Section "Module"
> Load "dbe"
> Load "extmod"
> Load "fbdevhw"
> Load "glx"
> Load "record"
> Load "freetype"
> # Load "type1"
> Load "dri"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "se"
> 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 "Device"
> Identifier "Device0"
> Driver "radeon"
> EndSection
>
> Section "Monitor"
> Identifier "Generic Monitor"
> Option "DPMS"
> Horizsync 28-84
> Vertrefresh 43-60
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "Device0"
> Monitor "Generic Monitor"
> Defaultdepth 24
> SubSection "Display"
> Modes "1680x1050"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen"
> Inputdevice "Generic Keyboard"
> Inputdevice "Configured Mouse"
> EndSection
>
> _______________________________________________
> xorg-driver-ati mailing list
> xorg-driver-ati at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-ati
>
>
More information about the xorg-driver-ati
mailing list