New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing a windows system on B3?

Got problems with your B2 or B3? Share and get helped!
eramoli
Posts: 67
Joined: 15 Oct 2010, 13:06
Location: Sundbyberg, Sweden

Installing a windows system on B3?

Post by eramoli »

Hi,

Is it possible to install some kind of windwows/graphical system on B3?

I would like to have xterm or something like that to simplify the administration from my Windows 7 computer (xterm in one window, emacs in another and so on). Since I am a beginner as administrator I would appreciate all information.

/Morgan
Kiff
Posts: 48
Joined: 08 Feb 2010, 04:09
Location: Norway
Contact:

Re: Installing a windows system on B3?

Post by Kiff »

Not really an answer but more in the all information category, I usually just open multiple ssh sessions (Using Putty from the windows machine). :)
novis
Posts: 30
Joined: 12 Sep 2008, 09:36
Location: Suomi Finland

Re: Installing a windows system on B3?

Post by novis »

Is it possible to install some kind of windwows/graphical system on B3?
B3 doesn't have a graphics card or output, so I would guess the answer is "no".
I usually just open multiple ssh sessions
Better yet, learn how screen works.

Cheers.
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Installing a windows system on B3?

Post by Ubi »

wrong

the answer is "yes" if you learn how to run remote X sessions. All you need to install is the Xwindows server and some window manager like afterstep or sawfish. The client needs to be a unix or OSX system or microsoft with something like Cygwin/X installed.
psykopatpastorn
Posts: 10
Joined: 05 Jul 2009, 01:05

Re: Installing a windows system on B3?

Post by psykopatpastorn »

I suppose you could try to use one of those USB-connected video cards. Might be tough to get the right drivers running on bubba though.
eramoli
Posts: 67
Joined: 15 Oct 2010, 13:06
Location: Sundbyberg, Sweden

Re: Installing a windows system on B3?

Post by eramoli »

Thanks, I will look into this during the weekend.

/Morgan
Ubi wrote:wrong

the answer is "yes" if you learn how to run remote X sessions. All you need to install is the Xwindows server and some window manager like afterstep or sawfish. The client needs to be a unix or OSX system or microsoft with something like Cygwin/X installed.
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

Re: Installing a windows system on B3?

Post by ryz »

I think that the answer to your question is no. You can not install a windows/graphical system on B3. You can however install an Linux/Unix graphical system (X11) on B3 and then install an X11 server on your Windows machine so that you can xforward the Linux/graphical system to Windows. That is the opposite way than you asked for.


You could either use an normal xserver on your windows machine like Cygwin/x http://x.cygwin.com/. This is fairly easy to setup since it only require that Bubba has the normal X11 libraries installed.

To install the needed X11 libraries on B3 run this command as root.

Code: Select all

apt-get install xbase-clients x11-common xterm
Note that I only have an B2 but it should be the same packages for B3.

You could also install an VNC server on Bubba and use and VCN client on your Windows machine. This will give better performance but is most likely more difficult to set up. There are many diffrent VNC servers and clients that you could use. There are several VNC servers that could be installed on the B3. Run this command to find out which.

Code: Select all

apt-cache search vncserver
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

Re: Installing a windows system on B3?

Post by ryz »

I have now re read you first post eramoli and I am not totally sure that I understand what you really want to accomplish. But if you just want to run graphical application from the Bubba on your Windows 7 computer I have written an small How-to on that which you can find here. http://wiki.excito.org/wiki/index.php/T ... er_via_SSH
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Installing a windows system on B3?

Post by Ubi »

I'd say Ryz is confusing a windowing system with microsoft windows. KDE and Gnome are generally defined as windowing systems and some of these applications were around by this name before microsoft came to the table. There's even a lawsuit about it.

But I agree I'm not sure whether this was the original question of the thread at all haha :)

Ubi
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

Re: Installing a windows system on B3?

Post by ryz »

HM thats why it was a bad idea to let Microsoft copyright the name Windows.
But if you just want to run an xterm and emcas there is no need to install a desktop, windows/graphical system like kde, gnome or afterstep. This is only needed it you want to run specific application that requires the desktop but then the built in dependency solver in apt-get will fix it for you. It is also needed if you want to run an whole Linux desktop on your Windows pc but then I think you need to setup something like VNC. But it might be that gdm and xdm has something built in that can be used with an X11 server on the Windows PC to forward the whole desktop and not just individual windows.
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Installing a windows system on B3?

Post by Ubi »

microsoft did not trademark the name windows. It was rejected in the english-speaking world
http://www.it4.me.uk/
eramoli
Posts: 67
Joined: 15 Oct 2010, 13:06
Location: Sundbyberg, Sweden

Re: Installing a windows system on B3?

Post by eramoli »

Hi all,

Thanks for the feedback, I should have been more clear in my original question. What I would like to do is the following
* Log in to B3
* give the command "xterm -display MyWindows7Computer:0.0" (or something like that)
* Have the xterm pop on my Windows computer
* In that xterm be able to open other applications, like emacs, and have then open in a new window (small w) on my Windows7 computer

Executed the following command

Code: Select all

apt-get install xbase-clients x11-common xterm
got me X11 installed and I will now try configure cygwin/X and se if I can get it up and running.

/Morgan
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Installing a windows system on B3?

Post by RandomUsername »

I remember doing this quite successfully when I first got my Bubba 2 - it was probably easier for me because I was doing it from a Linux box so didn't have to wrestle with Cygwin etc.

Although it was nice to say I achieved it I just couldn't see the point in it. B2 doesn't have the guts to be a desktop replacement and none of the built in apps require a GUI (beyond the web-based stuff already present) so it's just a waste of resources IMO.
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Installing a windows system on B3?

Post by Cheeseboy »

Thanks for the feedback, I should have been more clear in my original question. What I would like to do is the following
* Log in to B3
* give the command "xterm -display MyWindows7Computer:0.0" (or something like that)
* Have the xterm pop on my Windows computer
* In that xterm be able to open other applications, like emacs, and have then open in a new window (small w) on my Windows7 computer
I've got that working just as you describe (but I'm using Win XP at work, not Win 7).
You just need to configure your ssh client to enable X11 forwarding.
If you are using Windows, you are probably using Putty as your SSH client.
In the Putty configuration window, expand the Connection -> SHH -> X11 tree nodes, and check the "Enable X11 forwarding" checkbox. Now when you connect and do:

Code: Select all

echo $DISPLAY
you should see something like:

Code: Select all

localhost:11.0
This will tell you that the SSH deamon on B3 has set the DISPLAY variable for your session and it should be forwarded back to your Windows box.
If you have installed Cygwin with X support, you should be able to start it with Start -> Programs -> Cygwing-X -> Xwin Server.
This also works with Hummingbird Exceed.

Now you should be able to start xterm on the command prompt without any arguments and have it pop up on your windows screen.

/Cheeseboy
eramoli
Posts: 67
Joined: 15 Oct 2010, 13:06
Location: Sundbyberg, Sweden

Re: Installing a windows system on B3?

Post by eramoli »

I now have this working, thanks all for your help!

/Morgan
Post Reply