[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-05-10 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 137.226.77.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

--
@@ -64,6 +64,21 @@
 In order to watch live TV with a PVR-250/350 the following 2 lines are needed in 
local_conf.py
 [[BR]]{{{plugin.remove('tv.mplayer')}}}
 [[BR]]{{{plugin.activate('tv.ivtv_basic_tv')}}}
+
+With (at least) 1.50-rc1 the above is no longer true, however the following 
VIDEO_GROUP setting is now necessary:
+  {{{
+   VIDEO_GROUPS = [
+  VideoGroup(vdev=/dev/video0,
+ adev=None,
+ input_type='tuner',
+ tuner_num=4,
+ tuner_norm=CONF.tv,
+ tuner_chanlist=CONF.chanlist,
+ desc='Cable',
+ group_type=ivtv,
+ recordable=True),
+   ]
+  }}}
  
 The MythTV site offers an excellent page that describes how to 
[http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.1 install a PVR-250/350 on 
Mandrake 9.1]. It may be helpful for other distros as well.
 


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-03-29 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 69.196.182.170:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

The comment on the change is:
formatting fix

--
@@ -142,41 +142,41 @@
 
 NB: Utilisez ''xmodmap'' commme les instructions suggèrent pour configurer les 
touches de votre manette.
 
+
 = Check that it works =
 
 1. Use ''xev'' to  verify funcitonality. This also gives you keycodes. See tutorial 
above.
 2. If no output seen in ''xev'', the ''su'' to ''root'', and then run the following:
 
-|| This is the expected output ||
-|| . ||
-|| # lsmod | grep ati ||
-|| ati_remote  6424   0  (unused) ||
-|| input   5664   0  [ati_remote keybdev mousedev hid] || 
-|| usbcore72992   1  [ati_remote hid printer usb-uhci] ||
+{{{ This is the expected output }}}
+{{{ . }}}
+{{{ # lsmod | grep ati }}}
+{{{ ati_remote  6424   0  (unused) }}}
+{{{ input   5664   0  [ati_remote keybdev mousedev hid] }}}
+{{{ usbcore72992   1  [ati_remote hid printer usb-uhci] }}}
 
 3. If you are like me, you will discover that nothing showed up. Now check if the 
module 'hid' is loaded:
 
-|| This is the expected output ||
-|| . ||
-|| # lsmod | grep hid ||
-|| hid20900   0  (unused) ||
-|| input   5664   0  [ati_remote keybdev mousedev hid] ||
-|| usbcore72992   1  [ati_remote hid printer usb-uhci] ||
+{{{ This is the expected output }}}
+{{{ . }}}
+{{{ # lsmod | grep hid }}}
+{{{ hid20900   0  (unused) }}}
+{{{ input   5664   0  [ati_remote keybdev mousedev hid] }}}
+{{{ usbcore72992   1  [ati_remote hid printer usb-uhci] }}}
 
-4. Again, if you are like, you will discover that ''hid'' is not installed either. 
Probably somewhere around this point you will realize that you do not have anything in 
''/dev/input/mice'' The simple solution is to simply type the following:
+4. Again, if you are like me, you will discover that ''hid'' is not installed either. 
Probably somewhere around this point you will realize that you do not have anything in 
''/dev/input/mice'' The simple solution is to simply type the following:
 
-|| # modprobe hid ||
-|| # modprobe ati_remote ||
+{{{ # modprobe hid }}}
+{{{ # modprobe ati_remote }}}
 
 And voila, it will work.
 
 5. You do not want to do this everytime you load X, so a file called ''remote'' in 
the  ''/etc/X11/xinit.d/'' directory with the follwing contents:
 
-|| modprobe hid ||
-|| modprobe ati_radeon ||
+{{{ modprobe hid }}}
+{{{ modprobe ati_radeon }}}
 
 6. Finally, make this file executable by typing ''# chmod a+x 
/etc/X11/xinit.d/remote''.
-
 
 == Drives ==
  


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-03-29 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 69.196.182.170:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

The comment on the change is:
another format fix

--
@@ -148,33 +148,41 @@
 1. Use ''xev'' to  verify funcitonality. This also gives you keycodes. See tutorial 
above.
 2. If no output seen in ''xev'', the ''su'' to ''root'', and then run the following:
 
-{{{ This is the expected output }}}
-{{{ . }}}
-{{{ # lsmod | grep ati }}}
-{{{ ati_remote  6424   0  (unused) }}}
-{{{ input   5664   0  [ati_remote keybdev mousedev hid] }}}
-{{{ usbcore72992   1  [ati_remote hid printer usb-uhci] }}}
+{{{
+This is the expected output 
+. 
+# lsmod | grep ati 
+ati_remote  6424   0  (unused) 
+input   5664   0  [ati_remote keybdev mousedev hid] 
+usbcore72992   1  [ati_remote hid printer usb-uhci] 
+}}}
 
 3. If you are like me, you will discover that nothing showed up. Now check if the 
module 'hid' is loaded:
 
-{{{ This is the expected output }}}
-{{{ . }}}
-{{{ # lsmod | grep hid }}}
-{{{ hid20900   0  (unused) }}}
-{{{ input   5664   0  [ati_remote keybdev mousedev hid] }}}
-{{{ usbcore72992   1  [ati_remote hid printer usb-uhci] }}}
+{{{
+ This is the expected output
+ . 
+ # lsmod | grep hid 
+ hid20900   0  (unused) 
+ input   5664   0  [ati_remote keybdev mousedev hid] 
+ usbcore72992   1  [ati_remote hid printer usb-uhci] 
+}}}
 
 4. Again, if you are like me, you will discover that ''hid'' is not installed either. 
Probably somewhere around this point you will realize that you do not have anything in 
''/dev/input/mice'' The simple solution is to simply type the following:
 
-{{{ # modprobe hid }}}
-{{{ # modprobe ati_remote }}}
+{{{
+ # modprobe hid 
+ # modprobe ati_remote 
+}}}
 
 And voila, it will work.
 
 5. You do not want to do this everytime you load X, so a file called ''remote'' in 
the  ''/etc/X11/xinit.d/'' directory with the follwing contents:
 
-{{{ modprobe hid }}}
-{{{ modprobe ati_radeon }}}
+{{{
+ modprobe hid 
+ modprobe ati_radeon 
+}}}
 
 6. Finally, make this file executable by typing ''# chmod a+x 
/etc/X11/xinit.d/remote''.
 


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-02-07 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 24.7.41.202:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

--
@@ -65,6 +65,8 @@
 [[BR]]{{{plugin.remove('tv.mplayer')}}}
 [[BR]]{{{plugin.activate('tv.ivtv_basic_tv')}}}
  
+The MythTV site offers an excellent page that describes how to 
[http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.1 install a PVR-250/350 on 
Mandrake 9.1]. It may be helpful for other distros as well.
+
 === ATI All-in-Wonder Models ===
  
 Check out [http://gatos.sourceforge.net the Gatos website] for information on the 
All-in-Wonder cards. They have incredible support for even the really really old 
All-in-Wonder cards. NOTE: ALL of the All-in-Wonder cards, even the original 4MB one 
will give DVD hardware acceleration if you use the Gatos drivers. It's worth the 
effort if you have one of the oldies.


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-01-20 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by JornH:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

The comment on the change is:
Restored lost info from DocumentationPage as a new sub-page

No older revisions of the page stored, diff not available.


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/SupportedHardware

2004-01-20 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by JornH:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

--
@@ -13,11 +13,9 @@
  
 The Matrox G400 is used by some of the main developers, it works well in framebuffer 
mode.
  
-/MatroxInfo
+DocumentationPage/MatroxInfo
  
 === Radeon ===
- 
-''Add info''
  
 See the Radeon7000Page for information about that board.
  


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog