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

Radeon : scanpci failure ? DRM+DRI disabled



Hello to All,
 
I have a laptop Acer with a Radeon Mobility X600.
However cannot use DRI and/or DRM : it seems scanpci cannot found the card so DRM/DRI are disabled. Please see hereafter Xorg.log and xorg.conf.
 
Thanks for any clue.
Bye,
Bruno
 
Xorg.log:
...snip...
 
(WW) RADEON(0): Enabling DRM support
 *** Direct rendering support is highly experimental for Radeon 9500
 *** and newer cards. The 3d mesa driver is not provided in this tree.
 *** A very experimental (and incomplete) version is available from Mesa CVS.
 *** Additional information can be found on http://r300.sourceforge.net
 *** This message has been last modified on 2005-08-07.
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
...
drmOpenDevice: node name is /dev/dri/card254
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.

...snip...
 
xorg.conf:
 
# xorg.conf (Xorg X Window System server configuration file)
#
Section "Files"
 FontPath "unix/:7100"   # local font server
 # if the local font server has problems, we can fall back on these
 FontPath "/usr/lib/X11/fonts/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
 Load "bitmap"
 Load "dbe"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "record"
 Load "type1"
 Load "v4l"
 Load "vbe"
EndSection
Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "be"
EndSection
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
 Option  "Emulate3Buttons" "true"
 Option  "ZAxisMapping"  "4 5"
EndSection
Section "Device"
 Identifier "ATI Technologies, Inc. M24 1P [Radeon Mobility X600]"
 Driver   "radeon"
EndSection
Section "Monitor"
 Identifier "Generic Monitor"
 Option  "DPMS"
 HorizSync 28-33
 VertRefresh 43-72
EndSection
Section "Screen"
 Identifier "Default Screen"
 Device  "ATI Technologies, Inc. M24 1P [Radeon Mobility X600]"
 Monitor  "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "" "1200x800"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "" "1200x800"
 EndSubSection
EndSection
Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection
Section "DRI"
 Mode 0666
EndSection
...
 
Bye,
Bruno
 

Reply to: