Xbox 컨트롤러

Ubuntu Korea Community Wiki
둘러보기로 이동 검색으로 이동

xbox 360[편집]

최신 버전의 우분투라면 usb에 연결만해도 잘 작동한다. 는 개뿔 게임사에서 우분투 패드 염두안하면 꽝이다. [2015.5.1일 기준]

만약 안되면 아래의 방법을 시도해보세요[편집]

아래는 영어 본문을 번역한것입니다. http://steamcommunity.com//sharedfiles/filedetails/?id=230350947

당신의 게임패드 설치 튜토리얼


이 가이드의 요구:

  • xbox 이거나 xbox비슷한 게임 패드 ;)
  • 데비안 기반의 시스템 (Ubuntu포함).

시스템에 'Xbox360 gamepad drivers' 설치:

1. 터미널 열기 2. 루트로 로그인하고

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  su|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  su}}}}

3. 드라이버 설치:

{{#ifeq: msg|root|user|{{#ifeq: misc|root|user  apt-get install xboxdrv|{{#ifeq: root|root|ubuntu-korea|{{#ifeq: user|root|user@ubuntu-korea|(undefined)}}}} user {{#ifeq: root|root|#|{{#ifeq: user|root|$|$}}}}  apt-get install xboxdrv}}}}

4. 시스템 재부팅.

대부분의 상업적인 게임들은 잘 작동합니다.

즐기는 게임에서 xbox-controller가 동작하지 않습니까 ?

이유:

 당신의 게임을 만든 개발자가 리눅스에서 컨트롤러 탐지하는 코드를 안넣었기때문.

문제에 대한 방법:

1. 아래 사이트 접속:

http://qjoypad.sourceforge.net/

2. 아래의 이름인 파일을 다운로드:

qjoypad-4.X.X.tar.gz

3. 압축 풀기

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  tar zxvf qjoypad-4.X.X.tar.gz|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  tar zxvf qjoypad-4.X.X.tar.gz}}}}

4. 터미널을 열고 압축푼 폴더로 이동.

5. 설치전 필요한 패키지 설치.

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  sudo apt-get install libxtst6 libxtst-dev libqt4-core qt4-dev-tools|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  sudo apt-get install libxtst6 libxtst-dev libqt4-core qt4-dev-tools}}}}

6. 옵션으로 설치:

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  apt-get install libqt4-dev|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  apt-get install libqt4-dev}}}}

7.'qjoypad'설치 :

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  cd qjoypad-4.X.X/src|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  cd qjoypad-4.X.X/src}}}}
{{#ifeq: msg|user|src|{{#ifeq: misc|user|src  ./configure|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} src {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  ./configure}}}}
{{#ifeq: msg|user|src|{{#ifeq: misc|user|src  make|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} src {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  make}}}}
{{#ifeq: msg|user|src|{{#ifeq: misc|user|src  sudo make install|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} src {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  sudo make install}}}}

8. gamepad-settings-editor을 이제 시작가능. 당신의 엑스박스 'keyboard key'를 조종 :

{{#ifeq: msg|user|~|{{#ifeq: misc|user|~  qjoypad &|{{#ifeq: root|user|ubuntu-korea|{{#ifeq: user|user|user@ubuntu-korea|(undefined)}}}} ~ {{#ifeq: root|user|#|{{#ifeq: user|user|$|$}}}}  qjoypad &}}}}

9. 시작 & 당신의 게임을 즐기십시오.