Nicolinux Apprentice
Joined: 22 Dec 2002 Posts: 204
|
Posted: Wed Mar 24, 2004 8:35 pm Post subject: Partially SOLVED: RandR and XVideo not working tho loaded |
|
|
Hi,
thanks for viewing
I have a centrino laptop (Dell Inspiron 8600) with a Ati 9600 Pro Turbo. It is a new gentoo install with the 2.6.4 kernel. Everything compiled with (~x86). Right now I can't play any movies with mplayer - it complains about missing XVideo extension. Also I cant use the neat kde toy to resize/rotate the root window - RandR is missing.
Running "xrandr" gives me:
Code: | Xlib: extension "RANDR" missing on display ":0.0". |
Runing "xvinfo" gives me:
Code: | X-Video Extension version 2.2
screen #0
no adaptors present |
The XFree86 log tells another stories:
and
Code: | (II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation |
The fglrx module is loaded. The agpgart option is compiled as a module and under directrendering (DRI) I choosed "ATI Radeon" as a module.
Please help me since I'am lost with this issue.
Here are the XF86Config-4, the XFree86.0.log, xdpyinfo and lsmod :
http://www.informatik.fh-wiesbaden.de/~snico001/post/XF86Config-4
http://www.informatik.fh-wiesbaden.de/~snico001/post/XFree86.0.log
http://www.informatik.fh-wiesbaden.de/~snico001/post/xdpyinfo
Lsmod:
Code: | Module Size Used by
snd_pcm_oss 49892 0
snd_mixer_oss 17728 1 snd_pcm_oss
fglrx 207748 11
agpgart 26280 0
sg 23772 0
psmouse 18056 0
ohci1394 30788 0
ieee1394 93368 1 ohci1394
yenta_socket 14528 0
radeonfb 53932 0
i2c_algo_bit 8456 1 radeonfb
cfbcopyarea 3712 1 radeonfb
cfbimgblt 2880 1 radeonfb
cfbfillrect 3648 1 radeonfb
i2c_core 18692 2 radeonfb,i2c_algo_bit
8250_pci 15616 0
8250 18784 1 8250_pci
serial_core 19968 1 8250
hid 23232 0
snd_intel8x0 29188 0
snd_ac97_codec 60164 1 snd_intel8x0
snd_pcm 87716 2 snd_pcm_oss,snd_intel8x0
snd_timer 21828 1 snd_pcm
snd_page_alloc 9220 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 6208 1 snd_intel8x0
snd_rawmidi 20320 1 snd_mpu401_uart
snd_seq_device 6472 1 snd_rawmidi
snd 46244 9 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
ehci_hcd 24196 0
uhci_hcd 29520 0
evdev 7552 0
rtc 10424 0
usbcore 91420 5 hid,ehci_hcd,uhci_hcd
b44 19460 0
|
*Just a little sidenote - I can play games like UT2004Demo very well but glxinfo gives me a score of around 60... My another gentoo box (with a geforce Ti4200) has scores around 3200! This isn't related to "vsync" in any way?
Thank you very much
Stefan |
|