LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Find framebuffer address (https://www.linuxquestions.org/questions/linux-software-2/find-framebuffer-address-614156/)

toedoe 01-16-2008 11:52 PM

Find framebuffer address
 
How does one go about finding the framebuffer address for xawtv?
I tried -fb option, v4l-conf, etc to no avail.

toedoe 01-18-2008 03:56 AM

The solution (slackware 12.0 & xawtv 3.95):
egrep -i framebuffer /var/log/Xorg.0.log
this yields:
(**) NV(0): Depth 8, (--) framebuffer bpp 8
(--) NV(0): Linear framebuffer at 0xD0000000
Then v4l-conf -a 0xD0000000
This should be done for each xawtv session apparently.
There must be a way to make xawtv recognize this each session.


All times are GMT -5. The time now is 10:31 PM.