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] || 
-|| usbcore                72992   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] }}}
+{{{ usbcore                72992   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 ||
-|| hid                    20900   0  (unused) ||
-|| input                   5664   0  [ati_remote keybdev mousedev hid] ||
-|| usbcore                72992   1  [ati_remote hid printer usb-uhci] ||
+{{{ This is the expected output }}}
+{{{ . }}}
+{{{ # lsmod | grep hid }}}
+{{{ hid                    20900   0  (unused) }}}
+{{{ input                   5664   0  [ati_remote keybdev mousedev hid] }}}
+{{{ usbcore                72992   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=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to