You are not logged in.

#1 2009-04-15 13:17:11

ProfessorTomoe
Member
From: Garland, TX
Registered: 2008-02-12
Posts: 61

X and KDM don't work when drm-radeon-module-git-r6xx-r7xx installed

I'm trying to get EXA and DRI working on my RadeonHD 3650 AGP video card under x86_64 with the new drivers.  I've followed the instructions I've seen here on the forum and installed the drm-radeon-module-git-r6xx-r7xx package from AUR alongside the drivers, but every time I try to start up X with that package on my system I get nothing but a black screen with a cursor.  KDM never starts up, regardless of whether I let Arch boot into it or try using startx from a runlevel 3 session.  This happens with the xf86-video-ati, xf86-video-radeonhd, *and* with the xf86-video-radeonhd-git drivers - doesn't matter if EXA is on or off.  I can only get back into KDE if I uninstall the drm package.

Here's the latest (failed) xorg.conf attempt:

Section "ServerLayout"
    Identifier    "X.org Configured"
    Screen      0 "Screen0" 0 0
    InputDevice   "Mouse0" "CorePointer"
    InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option        "DontZap" "false"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/OTF"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "drm"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoft"
    Option "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "CorePointer"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mouse1"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection


Section "Device"
    Identifier  "Card0"
    Driver        "radeon"
    Option      "AccelMethod" "exa"
    Option      "DRI" "on"
    Option      "monitor-DVI-I_1/digital" "SyncMaster"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1280x1024"
    EndSubSection
EndSection

Section "DRI"
    Group "video"
    Mode 0666
EndSection

ANY help would be greatly appreciated!

Offline

Board footer

Powered by FluxBB