Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing Linux for X-Plane

Featured Replies

33 minutes ago, jarmstro said:

I do not understand how to install the NVidia drivers at the moment. It looks to be a black art.

We just got new ones today

https://www.nvidia.com/Download/driverResults.aspx/170804/en-us

couple of notes on the commands in the guide

start->Konsole

cd Downloads
chmod +x NVIDIA-Linux-*.run

first change to the Downloads directory (n.b. linux folders care about case, "Downloads" is a different folder than "downloads"

cmod +x -> make a file runnable (add x)

*.run -> any file starting NVIDIA-Linux- and ending in .run

because nothing on linux can run unless it has permission to do so

echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf

Politics, nouveau is the name of the graphics driver that comes with RHEL systems for nvidia, GPL open source, NV share very little of their black magic graphics, this and the next bit is all the PITA you need to remove it

2.6.2 Edit /etc/sysconfig/grub

probably the easy way to do this is use kwrite

su -
kwrite /etc/sysconfig/grub
Quote

2.6.3 Update grub2 conf

You are almost certain on EUFI

at this point if you reboot your machine it will have no graphics driver needed to start the desktop, if you ever have problems booting into the desktop, CTRL+ALT+F2 will switch to a text console (works identical to Konsole, except you have to log in first)

AutoATC Developer

  • Replies 454
  • Views 50.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • And that is what everyone (except for one person 🙄) expected. Thanks for going through all the trouble, John. No doubt your results will be accepted (except by one person) and we can finally

  • Why not posting the location, time of day, XP11 settings, screen res (this looks like 1920x1080?) of this screenshot so that a bunch of us can just try what it looks like on their system at similar co

  • NVidia resolution is now sorted. Linux is set to performance. Drivers are installed and up to date.  XP now runs at the monitors default resolution. Vulkan works fine. Time to play.......I have a full

  • Author

Sorry but I can't make head nor tail of how to install the Nvidia drivers given in the link. My card is compatible. . It seems absolutely ridiculously complicated. Is it seriously this complicated??? If you think I am going through all the rigmarole as per the posted guide then think again. I'm out. Who in their right mind would go to the trouble? All I need to do is install the drivers. It should be one click.
 

Please could some one give me a simple step by step instruction.  1, 2, 3, 4 etc together with any code and how to enter it. Thank you. 

Edited by jarmstro

45 minutes ago, jarmstro said:

Sorry but I can't make head nor tail of how to install the Nvidia drivers given in the link. My card is compatible. . It seems absolutely ridiculously complicated. Is it seriously this complicated??? If you think I am going through all the rigmarole as per the posted guide then think again. I'm out. Who in their right mind would go to the trouble? All I need to do is install the drivers. It should be one click.
 

Please could some one give me a simple step by step instruction.  1, 2, 3, 4 etc together with any code and how to enter it. Thank you. 

:biggrin:

How did you install it in Ubuntu ?  pretty much a similar step , but I do not remember it now. You might need an init level or stop the desktop service :biggrin:

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Author
9 minutes ago, HumptyDumpty said:

:biggrin:

How did you install it in Ubuntu ?  pretty much a similar step , but I do not remember it now. You might need an init level or stop the desktop service :biggrin:

From an iso. Was straightforward but apparently Ubuntu is no good. I have absolutely no clue what either init level or stop the desktop are? All I want to do is run X-Plane.

  • Author
2 hours ago, mSparks said:

We just got new ones today

https://www.nvidia.com/Download/driverResults.aspx/170804/en-us

couple of notes on the commands in the guide

start->Konsole


cd Downloads
chmod +x NVIDIA-Linux-*.run

first change to the Downloads directory (n.b. linux folders care about case, "Downloads" is a different folder than "downloads"

cmod +x -> make a file runnable (add x)

*.run -> any file starting NVIDIA-Linux- and ending in .run

because nothing on linux can run unless it has permission to do so


echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf

Politics, nouveau is the name of the graphics driver that comes with RHEL systems for nvidia, GPL open source, NV share very little of their black magic graphics, this and the next bit is all the PITA you need to remove it


2.6.2 Edit /etc/sysconfig/grub

probably the easy way to do this is use kwrite


su -
kwrite /etc/sysconfig/grub

You are almost certain on EUFI

at this point if you reboot your machine it will have no graphics driver needed to start the desktop, if you ever have problems booting into the desktop, CTRL+ALT+F2 will switch to a text console (works identical to Konsole, except you have to log in first)

Too complicated. I just want a simple way to install the drivers. Is it too much to ask? You need to understand that all these DOS commands mean nothing to me or most normal mortals. I can enter the code into the terminal but need a simple 1, 2 3. I don't want an explanation of what they do just a simple 1, 2, 3 from the unaltered updated install.  Because at the moment I haven't a clue? Ie:

1) Download drivers.

2) In the terminal enter blah blah blah

3) in the terminal enter blah blah blah

etc

Thanks

Edited by jarmstro

28 minutes ago, jarmstro said:

From an iso. Was straightforward but apparently Ubuntu is no good. I have absolutely no clue what either init level or stop the desktop are? All I want to do is run X-Plane.

from the iso , that means it was using the opensource driver and not the proprietary.  :biggrin:

I can't confirm how it would run now , it's been a while since I have installed Nvidia drivers in linux on my laptop , now i just let ubuntu use the default. But from what i remember i had to shut the desktop window manager service that is for the GUI that runs KDE etc....  

what sparks says will work . Don't think there is a short way around :biggrin:. Nvidia is way better in linux than the stupid AMD install. Maybe he can make a script for you 

have fun. :biggrin: :tongue:

 

 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

  • Author
4 minutes ago, HumptyDumpty said:

from the iso , that means it was using the opensource driver and not the proprietary.  :biggrin:

I can't confirm how it would run now , it's been a while since I have installed Nvidia drivers in linux on my laptop , now i just let ubuntu use the default. But from what i remember i had to shut the desktop window manager service that is for the GUI that runs KDE etc....  

what sparks says will work . Don't think there is a short way around :biggrin:. Nvidia is way better in linux than the stupid AMD install. Maybe he can make a script for you 

have fun. :biggrin: :tongue:

 

 

Actually I am having fun.😀  If he could make a script I would be forever in his debt! And if I get a 50% increase in FPS so would many others.😂

Edited by jarmstro

7 minutes ago, jarmstro said:

Actually I am having fun.😀  If he could make a script I would be forever in his debt! And if I get a 50% increase in FPS so would many others.😂

How I wish that 50% was real and not a dream :rolleyes: 

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

52 minutes ago, jarmstro said:

I just want a simple way to install the drivers

Installing (and updating once they are installed) is easy, just did it today

su -
telinit 3

Login (black screen/no desktop, command prompt only, so write the next bit down/print it, remember you can use tab to auto complete, and replace jarmstro with whatever username you chose)


su -
cd /home/jarmstro/Downloads
chmod +x NVIDIA-Linux-x86_64-460.56.run
./NVIDIA-Linux-x86_64-460.56.run

yes/OK to all the questions

telinit 5

(you are back to the desktop with them installed)

the pain is that you have to uninstall and disable the ones that come with the .iso first.

You could try that and see if the nv installer will remove them for you, but historically it doesn't and the desktop will refuse to start if you have both nvidia and nouveau installed.

Edited by mSparks

AutoATC Developer

  • Author
31 minutes ago, HumptyDumpty said:

How I wish that 50% was real and not a dream :rolleyes: 

Well unless I here from mSparks I have no idea how to proceed so it will remain a dream. All this nonsense just to install a driver? Seriously? I just need simple foolproof cut and paste instructions?

On 2/24/2021 at 11:05 AM, mjrhealth said:

I would have gone to linux, but since a lot of addons dont work with it, that is what killed that idea, and it wont change until more add ons do.

Upside: You spend less on add-ons.

Also, due to the bugs with Vulkan on AMD, I started to greatly appreciate those developers who do not try to do something too fancy in terms of plug-in driven graphics in their add-ons.

 

On 2/24/2021 at 11:46 AM, HumptyDumpty said:

 that bug bit me today and till afternoon i was still figuring out why my amd drivers are not working 

Which distro, which drivers, which GPU?

7950X3D + 7900 XT + 64 GB + Linux | 4800H + RTX2060 + 32 GB + Linux
My add-ons from my FS9/FSX days

Just now, Bjoern said:

Upside: You spend less on add-ons.

Also, due to the bugs with Vulkan on AMD, I started to greatly appreciate those developers who do not try to do something too fancy in terms of plug-in driven graphics in their add-ons.

 

Which distro, which drivers, which GPU?

ubu 20.04 AMDGPU Pro . I have tried even the oibaf ones but they don't work for me :smile:  , not bothered as i sim on windows  now. 

Linux is now only for my work 

AMD RX 550 

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

5 hours ago, Bjoern said:

Upside: You spend less on add-ons.

Also, due to the bugs with Vulkan on AMD, I started to greatly appreciate those developers who do not try to do something too fancy in terms of plug-in driven graphics in their add-ons.

 

Which distro, which drivers, which GPU?

I dont spend any money on airports or scenery only aircraft and im fussy on that.

  • Author

Well I'm stuck. I don't understand all this unloading and installing drivers. Could some one please just list the exact code step by step without any waffle and explanation please? I've downloaded the Nvidia drivers and they are wherever Firefox has put them. Thanks

Edited by jarmstro

3 hours ago, jarmstro said:

Well I'm stuck. I don't understand all this unloading and installing drivers. Could some one please just list the exact code step by step without any waffle and explanation please? I've downloaded the Nvidia drivers and they are wherever Firefox has put them. Thanks

Hmm don't really recollect , but when I had last installed the Nvidia on my laptop in Ubuntu it was pretty straight forward. 

The only thing i needed to do is mark the Nvidia binary as an executable and stop the Dekstop Manager and then install it.

The steps for installing mentioned by Msparks looks very different for Fedora , the only time i have used a Redhat distro was way back in 1998-99 after that all my servers were Opensuse based and in those days no one bothered for all this because all was meant for server usage.

It's best that he makes a script for you that automates the installation.

PS : I had to get this AMD Driver sorted out finally at 4 am in the morning , looked like a corruption of my install of Ubuntu that wasn't setting up dkms LOL.  So finally i was able to run XP Vulkan.

Edited by HumptyDumpty

Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.