Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with xawtv - missing drm
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tdeutsch
n00b
n00b


Joined: 13 Dec 2004
Posts: 12

PostPosted: Tue Dec 14, 2004 9:40 am    Post subject: Problem with xawtv - missing drm Reply with quote

Hi

On my machine (P4 3Ghz, 1G RAM, Geforce FX 550, TV-Card Pinnacle Studio PCTV Pro) xawtv will not show a picture, I'm just hearing sound. Xawtv says me it does missing drm-support in my xorg. How can I get it? I'm just find this: http://www.gentoo.org/doc/en/dri-howto.xml but this is for xfree, not xorg.

thanks

Thomas
Back to top
View user's profile Send private message
bernath
n00b
n00b


Joined: 09 Jul 2004
Posts: 63
Location: germany

PostPosted: Tue Dec 14, 2004 10:00 am    Post subject: Reply with quote

be sure to have this in /etc/X11/xorg.conf:

Code:
Section "Module"
  Load "dri"
  Load "glx"
  ...
EndSection
Back to top
View user's profile Send private message
tdeutsch
n00b
n00b


Joined: 13 Dec 2004
Posts: 12

PostPosted: Thu Dec 16, 2004 2:05 am    Post subject: Reply with quote

S*** I've made a mistake in my posting. I've written it away from my own workstation, and I remembered the error false:
Code:
bash-2.05b$ xawtv -c /dev/video0
This is xawtv-3.94, running on Linux/i686 (2.6.9-ac15)
WARNING: Your X-Server has no DGA support.
WARNING: couldn't find framebuffer base address, try manual
         configuration ("v4l-conf -a <addr>")
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct

It's not drm, its dga. Sorry for this.
Back to top
View user's profile Send private message
bernath
n00b
n00b


Joined: 09 Jul 2004
Posts: 63
Location: germany

PostPosted: Fri Dec 17, 2004 2:14 am    Post subject: Reply with quote

what x server do you use anyway?

edit your x config file. make sure to comment the line out with "omit xfree86-dga", like i did here:
Code:
Section "Modules"
   [...]
   SubSection  "extmod"
       Option    "xfree86-dga"
       #Option    "omit xfree86-dga"
   EndSubSection
   [...]
EndSection
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Fri Dec 17, 2004 7:09 am    Post subject: Re: Problem with xawtv - missing drm Reply with quote

tdeutsch wrote:
Hi

On my machine (P4 3Ghz, 1G RAM, Geforce FX 550, TV-Card Pinnacle Studio PCTV Pro) xawtv will not show a picture, I'm just hearing sound. Xawtv says me it does missing drm-support in my xorg. How can I get it? I'm just find this: http://www.gentoo.org/doc/en/dri-howto.xml but this is for xfree, not xorg.

thanks

Thomas


I would try the latest tvtime... once you understand the menu, it works superbly. Never did get anything out of xawtv.

regards
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
tdeutsch
n00b
n00b


Joined: 13 Dec 2004
Posts: 12

PostPosted: Tue Dec 21, 2004 10:58 pm    Post subject: Reply with quote

bernath wrote:
what x server do you use anyway?

edit your x config file. make sure to comment the line out with "omit xfree86-dga", like i did here:
Code:
Section "Modules"
   [...]
   SubSection  "extmod"
       Option    "xfree86-dga"
       #Option    "omit xfree86-dga"
   EndSubSection
   [...]
EndSection


Thanks. This was the right solution for my problem with xorg.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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