The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.28 (Linux)
|
xbox controller will not shown in vdrift - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: xbox controller will not shown in vdrift (/showthread.php?tid=1149) |
xbox controller will not shown in vdrift - feldmaus - 07-30-2009 Hi All, i am on Debian Lenny 32bit System with kernel 2.6.30 and a Nvidia 8600GT graphics card. I downloaded(cvs or svn or git) and compiled vdrift. I tried to get my xbox controller to work, but vdrift seems to ignore my controller. I am not sure whether this is a driver Problem, but maybe someone can help me. Here are some messages i get when i connect my xbox controller to my pc: http://pastebin.com/f3e7b6570 Any hint ? I still played vdrift with this xbox controller some time ago on a Debian Lenny System. But this was on my old pc i think. regards markus - joevenzon - 07-31-2009 When you start vdrift, it prints out a line listing all of the input devices that SDL knows about: Code: INFO: 1 joystick found: Do you have a similar line? Does it say 0 joysticks found? - feldmaus - 07-31-2009 Hmm he seems not to find one. Code: INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL). - feldmaus - 07-31-2009 I have the following modules loaded: Code: Module Size Used by - joevenzon - 07-31-2009 Since SDL reports 0 joysticks, this is not a VDrift problem. With it plugged in, what does your /dev/input directory look like? You could try this: http://pingus.seul.org/~grumbel/xboxdrv/ - feldmaus - 08-03-2009 Thanks for your help. My /dev/input directory contains the following: Code: /dev/input/ http://pastebin.com/f4221ea07 But as i know there should be a js* device ??? Or am i wrong ? - feldmaus - 08-03-2009 Ok i got it. Most games seem to use /dev/input/jp[0-9] as joystick device. In my kernel config was only the Event Interface enabled. So i enabled the Joystick interface too. Device Drivers --> Input Device support --> Joystick Interface regards Markus |