Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] ATI Xpress 200m and no DRI
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Thu Oct 04, 2007 6:12 pm    Post subject: [SOLVED] ATI Xpress 200m and no DRI Reply with quote

Hi everybody,

i have a laptop with an ATI Xpress 200m and want to enable the hardware rendering but weren't very sucessful so far :(. I already checked on the forum and via google but found nothing that could help me.

Here is my xorg.conf
Code:

# Auto-generated by mkxf86config

Section "ServerLayout"

# Serial Mouse not detected
   Identifier     "X.Org Configured"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "PS/2 Mouse" "AlwaysCore"
   InputDevice    "USB Mouse" "AlwaysCore"
   InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/util"
   FontPath     "/usr/share/fonts/encodings"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/local"
   FontPath     "/usr/share/fonts/terminus"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/local/share/fonts"
   FontPath     "/usr/share/fonts/default"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/type1"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/arphicfonts"
   FontPath     "/usr/share/fonts/jisx0213"
   FontPath     "/usr/share/fonts/shinonome"
   FontPath     "/usr/share/fonts/baekmuk-fonts"
   FontPath     "/usr/share/fonts/kacst-fonts"
   FontPath     "/usr/share/fonts/sgi-fonts"
   FontPath     "/usr/share/fonts/unfonts"
   FontPath     "/usr/share/fonts/default/ghostscript"
   FontPath     "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
   Load  "ddc"
   Load  "vbe"
   Load  "GLcore"
   Load  "dbe"
   Load  "dri"
   Load  "extmod"
   Load  "glx"
   Load  "bitmap"
   Load  "type1"
   Load  "freetype"
   Load  "record"
EndSection

Section "ServerFlags"
   Option       "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
#   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option       "XkbVariant" "nodeadkeys,winkeys"
EndSection

Section "InputDevice"
   Identifier  "Serial Mouse"
   Driver      "mouse"
   Option       "Protocol" "Microsoft"
   Option       "Device" "/dev/ttyS0"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier  "PS/2 Mouse"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/misc/psaux"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "USB Mouse"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "Protocol" "IMPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Buttons" "5"
EndSection

Section "InputDevice"
   Identifier  "Synaptics"
   Driver      "synaptics"
   Option       "Protocol" "event"
   Option       "Device" "/dev/input/event1"
   Option       "LeftEdge" "1900"
   Option       "RightEdge" "5400"
   Option       "TopEdge" "1900"
   Option       "BottomEdge" "4000"
   Option       "FingerLow" "25"
   Option       "FingerHigh" "30"
   Option       "MaxTapTime" "180"
   Option       "MaxTapMove" "220"
   Option       "VertScrollDelta" "100"
   Option       "MinSpeed" "0.02"
   Option       "MaxSpeed" "0.10"
   Option       "AccelFactor" "0.0010"
   Option       "SHMConfig" "on"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"

   ### Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   # The following line is auto-generated by x11-misc/mkxf86config
#   BusID       "PCI:1:0:0"
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "All"
   BoardName   "All"
   Option       "sw_cursor"
   #Option     "hw_cursor"
   #Option     "NoAccel"
   #Option     "ShowCache"
   #Option     "ShadowFB"
   #Option     "UseFBDev"
   #Option     "Rotate"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1200x800"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection


and here is the output of glxinfo:
Code:

name of display: :0.0
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None


If you want/need the whole output of my xorg.log i can provide it for you. Here's just a short snippet
Code:

...

(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.2.0
   ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): HPV inactive
(**) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.1.0, module version = 8.39.4
   ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(WW) fglrx(0): No DRM connection for driver fglrx.
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xc0000000 - 0xc000ffff (0x10000) MX[B]
   [1] 0   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xc0102000 - 0xc01020ff (0x100) MX[B]
   [7] -1   0   0xc0100c00 - 0xc0100cff (0x100) MX[B]
   [8] -1   0   0xc0100800 - 0xc01008ff (0x100) MX[B]
   [9] -1   0   0xc0100400 - 0xc01004ff (0x100) MX[B]
   [10] -1   0   0xc0110000 - 0xc011ffff (0x10000) MX[B]
   [11] -1   0   0xc0100000 - 0xc01000ff (0x100) MX[B]
   [12] -1   0   0xc0400000 - 0xc0403fff (0x4000) MX[B]
   [13] -1   0   0xc0407000 - 0xc04073ff (0x400) MX[B]
   [14] -1   0   0xc0406000 - 0xc0406fff (0x1000) MX[B]
   [15] -1   0   0xc0405000 - 0xc0405fff (0x1000) MX[B]
   [16] -1   0   0xc0404000 - 0xc0404fff (0x1000) MX[B]
   [17] -1   0   0xc0000000 - 0xc000ffff (0x10000) MX[B](B)
   [18] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [19] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [20] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [21] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [22] 0   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [26] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [27] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [28] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [29] -1   0   0x00008434 - 0x00008434 (0x1) IX[B]
   [30] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [31] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [32] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [33] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [34] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.1.0
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0x78000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xd0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 7391
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   Solid Horizontal and Vertical Lines
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(II) fglrx(0): Acceleration enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): Direct rendering disabled
...


Last edited by NewbieTim on Fri Oct 05, 2007 7:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
trilexx
Apprentice
Apprentice


Joined: 19 Jul 2004
Posts: 213
Location: Austria

PostPosted: Thu Oct 04, 2007 6:45 pm    Post subject: Reply with quote

if you want to use the proprietary binary drivers from ati, shouldn't you set fglrx as driver?
Code:


Section "Device"

   ### Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   # The following line is auto-generated by x11-misc/mkxf86config
#   BusID       "PCI:1:0:0"
   Identifier  "Card0"
   Driver      "fglrx"
   VendorName  "All"
   BoardName   "All"
   Option       "sw_cursor"
   #Option     "hw_cursor"
   #Option     "NoAccel"
   #Option     "ShowCache"
   #Option     "ShadowFB"
   #Option     "UseFBDev"
   #Option     "Rotate"
EndSection


trilexx
_________________
if it lives, compile it :D
Back to top
View user's profile Send private message
d2_racing
Moderator
Moderator


Joined: 25 Apr 2005
Posts: 12849
Location: Ste-Foy,Canada

PostPosted: Thu Oct 04, 2007 7:05 pm    Post subject: Reply with quote

fglrx and ati is the same :)

But, can you post your .config with only the device/Character devices section and the device/Graphics support, because I think that you have enabled the DRM inside the kernel or the radeon driver inside your kernel...

This is pretty bad...because you need to disable theses features to be able to to use the fglrx driver.
_________________
Sysadmin of Funtoo-Québec.org
Wiki
Signature
IRC on Freenode : #funtoo-quebec
Back to top
View user's profile Send private message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Thu Oct 04, 2007 7:22 pm    Post subject: Reply with quote

Hope this parts are helpful. Don't know if they are right, but I'm using the standard genkernel right now (too lazy to compile a real kernel right now ;)

Code:

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_GEODE=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_NVRAM=m
CONFIG_RTC=m
# CONFIG_GEN_RTC is not set
CONFIG_DTLK=m
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
CONFIG_AGP=m
CONFIG_AGP_ALI=m
CONFIG_AGP_ATI=m
CONFIG_AGP_AMD=m
CONFIG_AGP_AMD64=m
CONFIG_AGP_INTEL=m
CONFIG_AGP_NVIDIA=m
CONFIG_AGP_SIS=m
CONFIG_AGP_SWORKS=m
CONFIG_AGP_VIA=m
CONFIG_AGP_EFFICEON=m
CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
CONFIG_DRM_I830=m
CONFIG_DRM_I915=m
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
CONFIG_DRM_VIA=m
CONFIG_DRM_SAVAGE=m


#
# Graphics support
#
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_PROGEAR is not set



Since genkernel uses a lot of modules, here is the output of lsmod
Code:

Module                  Size  Used by
rtc                    12852  0
8139cp                 20608  0
8139too                22912  0
mii                     7168  2 8139cp,8139too
yenta_socket           22412  0
rsrc_nonstatic         13056  1 yenta_socket
sdhci                  17292  0
mmc_core               19076  1 sdhci
pcmcia_core            27156  2 yenta_socket,rsrc_nonstatic
snd_hda_intel          17304  0
snd_hda_codec         127104  1 snd_hda_intel
snd_pcm                47364  2 snd_hda_intel,snd_hda_codec
snd_timer              18180  1 snd_pcm
snd                    33764  4 snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc         10248  2 snd_hda_intel,snd_pcm
i2c_piix4              10124  0
i2c_core               15360  1 i2c_piix4
pcspkr                  5888  0
ati_agp                10124  0
agpgart                21972  1 ati_agp
tg3                    91652  0
e1000                  94656  0
nfs                    95164  0
lockd                  48392  1 nfs
sunrpc                110012  2 nfs,lockd
jfs                   147948  0
dm_mirror              19152  0
dm_mod                 40344  1 dm_mirror
pdc_adma               10500  0
sata_mv                17672  0
ata_piix               14600  0
ahci                   17796  0
sata_qstor             10756  0
sata_vsc                9988  0
sata_uli                9220  0
sata_sis                9732  0
sata_sx4               14084  0
sata_nv                11268  0
sata_via               11268  0
sata_svw                9348  0
sata_sil24             14852  0
sata_sil               11784  0
sata_promise           12292  0
libata                 67220  15 pdc_adma,sata_mv,ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sata_promise
sbp2                   21380  0
ohci1394               30896  0
ieee1394               59576  2 sbp2,ohci1394
sl811_hcd              13056  0
usbhid                 35936  0
ohci_hcd               18948  0
uhci_hcd               21128  0
usb_storage            62400  0
ehci_hcd               25736  0
usbcore                88452  7 sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
Back to top
View user's profile Send private message
trilexx
Apprentice
Apprentice


Joined: 19 Jul 2004
Posts: 213
Location: Austria

PostPosted: Thu Oct 04, 2007 8:10 pm    Post subject: Reply with quote

Don't build DRM.
Quote:
CONFIG_DRM=m

should be
Quote:
CONFIG_DRM=n


This will disable all unecessary drivers as well, if you use "make menuconfig".

cheers trilexx

PS.: thanks for the hint d2_racing. didn't know ati is equivalent to fglrx.
_________________
if it lives, compile it :D
Back to top
View user's profile Send private message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Thu Oct 04, 2007 8:59 pm    Post subject: Reply with quote

I've compiled a new kernel without it but it still doesn't work :( The xorg.log looks quite the same. Any special file you would like to see ?
Back to top
View user's profile Send private message
d2_racing
Moderator
Moderator


Joined: 25 Apr 2005
Posts: 12849
Location: Ste-Foy,Canada

PostPosted: Fri Oct 05, 2007 12:33 am    Post subject: Reply with quote

After recompiling the kernel, did you reemerge ati-drivers...because the ati-driver package need to be build after the new kernel :)

Also, when you will reboot after reinstalling the ati-drivers package, can you post your lsmod ?

Thanks
_________________
Sysadmin of Funtoo-Québec.org
Wiki
Signature
IRC on Freenode : #funtoo-quebec
Back to top
View user's profile Send private message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Fri Oct 05, 2007 5:55 pm    Post subject: Reply with quote

Still doesn't work :(
Here is the output of lsmod
Code:

Module                  Size  Used by
rtc                    12852  0
8139cp                 20608  0
8139too                22912  0
mii                     7168  2 8139cp,8139too
yenta_socket           22412  0
rsrc_nonstatic         13056  1 yenta_socket
pcmcia_core            27156  2 yenta_socket,rsrc_nonstatic
i2c_piix4              10124  0
i2c_core               15360  1 i2c_piix4
sdhci                  17292  0
mmc_core               19076  1 sdhci
snd_hda_intel          17304  3
snd_hda_codec         127104  1 snd_hda_intel
snd_pcm                47364  3 snd_hda_intel,snd_hda_codec
snd_timer              18180  2 snd_pcm
snd                    33764  8 snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc         10248  2 snd_hda_intel,snd_pcm
pcspkr                  5888  0
ati_agp                10124  0
agpgart                21972  1 ati_agp
tg3                    91652  0
e1000                  94656  0
nfs                    95164  0
lockd                  48392  1 nfs
sunrpc                110012  2 nfs,lockd
jfs                   147948  0
dm_mirror              19152  0
dm_mod                 40344  1 dm_mirror
pdc_adma               10500  0
sata_mv                17672  0
ata_piix               14600  0
ahci                   17796  0
sata_qstor             10756  0
sata_vsc                9988  0
sata_uli                9220  0
sata_sis                9732  0
sata_sx4               14084  0
sata_nv                11268  0
sata_via               11268  0
sata_svw                9348  0
sata_sil24             14852  0
sata_sil               11784  0
sata_promise           12292  0
libata                 67220  15 pdc_adma,sata_mv,ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sata_promise
sbp2                   21380  0
ohci1394               30896  0
ieee1394               59576  2 sbp2,ohci1394
sl811_hcd              13056  0
usbhid                 35936  0
ohci_hcd               18948  0
uhci_hcd               21128  0
usb_storage            62400  0
ehci_hcd               25736  0
usbcore                88452  7 sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
Back to top
View user's profile Send private message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Fri Oct 05, 2007 6:08 pm    Post subject: Reply with quote

Here is the output of ati-getsysteminfo..don't know if it's helpful but it looks like something is missing
Code:

Configuration Report can be found at: /root/atisysteminfo-report.txt
Starting configuration collection ...
which: no fglrxinfo in (/sbin:/bin:/usr/sbin:/usr/bin)
which: no fglrxinfo in (/sbin:/bin:/usr/sbin:/usr/bin)
ls: cannot access /proc/dri/*/*: No such file or directory
ls: cannot access /etc/X11/XF86Config*: No such file or directory
Created Configuration Report: /root/atisysteminfo-report.txt
Please attach generated Report file to problem reports.


i can also send (via pn ?) the atisysteminfo-report.txt file which contains the xorg.log/.conf, lsmod, proc-devices,...
Back to top
View user's profile Send private message
NewbieTim
n00b
n00b


Joined: 18 Apr 2002
Posts: 57

PostPosted: Fri Oct 05, 2007 7:44 pm    Post subject: [SOLVED] ATI Xpress 200m and no DRI Reply with quote

Got it working now :-)
This post helped me (had also troubles with my wifi card) http://forums.gentoo.org/viewtopic-t-458383.html
So basically what was wrong: I had the wrong kernel in my grub file. Changed it to the new one and everything works fine now :)
Perhaps I'll write a mail to the genkernel folks later that they should mention it that they should write a simple output not to forget to include the new kernel in your boot manager file
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum