PC hardware
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “PC hardware”.
Tags: CPU, monitor, PC's, video card
Sunday, January 24th, 2010 at 2:04 pm • Hardware • RSS 2.0 feed • leave a response or trackback
I have a working set: now:
The Control PC (Win-XP + x-plane 9.2)
and a view PC (Win-XP + x-plane 9.2)
Though I had to upgrade both to x-plane 9.43
My view PC wouldn’t start x-plane (probably the NVIDIA driver)
And when I upgraded the view PC to 9.43 it didn’t communicate with the Control PC.
After also upgrading the latter, it all worked fine.
The 2.4GHz Celeron with the FX5600 can barely make 20 fps. So maybe I should look for a real P4 or try to over-clock the Celeron.
A problem (challenge) is that I would like to share a few things from the control PC to the view PC’s.
Since x-plane wants to see the original DL-DVD #1 in one of the DVD drives,I would have to buy 4 sets of x-plane DVD’s… (not what I intended)
A solution to this is use a (free) virtual DVD drive (virtual clone) for windows, Put an image (iso) on the control PC and share it via the network and mount the virtual dvd to it. Or just mount the iso in the Linux file system.
The second challenge is the Scenery info. this takes up over 70 GB. This is a bit tougher in windows and I haven’t found a solution yet.
I would like to mount a network share into an x-plane subdirectory. x-plane/Global Scenery.
I Used SFU (Services For Unix from microsoft) to install a NSF server on the Control PC, Export the ‘Global Scenery’ path, and mount it into the Linux View PC x-plane path.
Because Windows cannot mount into an existing file system. (as far as I know…) I moved to Linux on the View PC’s. Problem now is that I don’t have any sound working on the View PC’s since I installed the NVIDIA driver
OK, solved the sound ‘problem’.
For some reason, installing the NVIDIA driver removes something in the ALSA setup.
I solved it after some googling with:
sudo killall pulseaudio
sudo alsa force-reload
And I have sound again!
The SFU nfs server on the windows machine was a real pain.
I have it working now. Finally !!
Take a look at Services for UNIX – Interoperability to see excactly how to do this.
Just install the SFU package (don’t forget to enable the nfs server)
Share the Global Scenery directory with anonymous access.
And mount the share on the Linux client (view) machines in x-plane/Global Scenery in /etc/fstab like ‘B737NG1:/Global_Scenery /home/frits/X-Plane\0409/Global\040Scenery nfs ro 0 0′ (watch the \040 as the replacement for a space!)
Now you don’t have to install a scenery on the clients, they read it from the (windows) controller machine.
Same story for the ISO of the first DVD. Share it with nfs on the controller.
And mount the iso to a cdrom1 with loop. Like this in /etc/fstab
B737NG1:/xplane /mnt/iso/ nfs ro 0 0
/mnt/iso/XPLANE9.iso /media/cdrom0 udf,iso9660 loop 0 0
And the wining message-box disappears.
This way we can use very small and cheap harddisks on the view machines.
Works great!
PS: B737NG1 is my controller machine name where I have a nfs shared directory C:/xplane with the iso images in it of every X-Plane dvd called XPLANE9.iso, XPLANE9_2.iso … XPLANE9_6.iso
I am looking for a P4 3+GHz See if these are much faster than a Celeron…It should fit in my P4P800 VM motherboard.