computers:system:firefly-flightsimulator
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computers:system:firefly-flightsimulator [2013/03/21 01:08] – created david | computers:system:firefly-flightsimulator [2013/03/23 02:39] (current) – [Software] david | ||
---|---|---|---|
Line 7: | Line 7: | ||
Cheapest list of things I could throw together. | Cheapest list of things I could throw together. | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | Total: $168 dollars shipped | ||
===== Software ===== | ===== Software ===== | ||
- | | + | |
- | | + | |
- | * Get sound working | + | - XFCE Install: < |
- | * Install X-Plane | + | sudo apt-get update |
+ | sudo apt-get upgrade | ||
+ | sudo apt-get install xubuntu-desktop | ||
+ | </ | ||
+ | - Install latest AMD/ATI Catalyst Driver | ||
+ | - Download from [[http:// | ||
+ | - Install < | ||
+ | wget http:// | ||
+ | unzip amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip | ||
+ | chmod 755 amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run | ||
+ | sudo sh amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run | ||
+ | </ | ||
+ | - Reboot now that we have AMD drivers installed | ||
+ | - XFCE did come up, but it said restricted drivers available | ||
+ | - Simply ran the AMD code again as root in X11 mode, and got windows this time | ||
+ | - Followed defaults and allowed it to do its thing | ||
+ | - Reboot (following directions) | ||
+ | | ||
+ | - Use **lsusb** to get the Vendor and Device ID of all the Saitek Devices | ||
+ | - Create a file so **udev** can set up permissions for all these devices | ||
+ | - Edit < | ||
+ | sudo nano / | ||
+ | </ | ||
+ | - Insert the following: < | ||
+ | # Saitek Pro Flight Throttles | ||
+ | KERNEL==" | ||
+ | # Saitek Pro Flight Rudder Pedals | ||
+ | KERNEL==" | ||
+ | # Saitek Pro Flight yoke | ||
+ | KERNEL==" | ||
+ | - Re-Plug in all your devices | ||
+ | - Get sound working | ||
+ | - Thanks to [[https:// | ||
+ | - Edit your **~/ | ||
+ | pcm.!default { | ||
+ | type plug | ||
+ | slave { | ||
+ | pcm " | ||
+ | } | ||
+ | } | ||
+ | ctl.!default { | ||
+ | type hw | ||
+ | card 1 | ||
+ | } | ||
+ | </ | ||
+ | - Load up **alsamixer** and unmute (use the M key) the first couple of items | ||
+ | - Save your configuration with < | ||
+ | sudo alsactl store 0 | ||
+ | </ | ||
+ | - Need to load the **libopenal** < | ||
+ | sudo apt-get install libopenal1 | ||
+ | </ | ||
+ | - Install X-Plane | ||
+ | - Need the 32bit compatibility libraries to install, so < | ||
+ | sudo apt-get install ia32-libs | ||
+ | </ | ||
+ | - Copy the program to your desktop (use the GUI or a command line if you like) | ||
+ | - Run the Install program! | ||
+ | - It complained about not having dedicated 128MB of VRAM | ||
+ | - Ran the AMD Catalyst driver installer again < | ||
+ | cd down | ||
+ | sudo amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run | ||
+ | </ | ||
+ | - Rebooted again (followed all the defaults you sheeple) | ||
+ | - Ran the installer again... it didn't complain and appears to have worked! |
computers/system/firefly-flightsimulator.1363828092.txt.gz · Last modified: 2013/03/21 01:08 by david