From: Deagan, T. <tim...@at...> - 2004-02-10 21:23:36
|
This works great! I'm using the cygwin X server. For those who are rusty on this (like I was :-), on the PC X window side just (I'll use my own IP, change it to yours): # Set DISPLAY variable (set DISPLAY="192.168.1.100:0") # I did an export (export DISPLAY) # Allow colinux to connect to your X server (xhost +192.168.1.77) # on the colinux side start up something (xterm -display 192.168.1.100:0) --Tim -----Original Message----- From: Dan Aloni To: Deagan, Tim Cc: 'col...@li...' Sent: 2/10/2004 3:01 PM Subject: Re: [coLinux-devel] X-windows configuration question On Tue, Feb 10, 2004 at 02:49:59PM -0600, Deagan, Tim wrote: > I have the latest binary working nicely on XP Home. TAP driver set up as a > bridged connection to my existing LAN connection. Used combo of information > from the recent 'Working Great' post and the 'Network configuration' post. > Had to use ctrl-c instead of Esc in vi to edit files. > > Networking now with no problem, used apt-get update and then apt-get install > to get x-windows and kde. > > Chose generic vga, standard us pc everything in xconfig. XP crashes > (gracefully and returns in a 640x480x8 'safe' mode without rebooting.) I'm > guessing sync modes might not be right or somesuch. Had to get it to stop > trying to auto-start xwindows or it XP crashed every time. > > Anyone care to share the xconfig settings chosen? You can't run an X server on coLinux at the moment. Use an existing X server such as XFree86's and start a remote session across the virtual network. Far from that, it would be nice to find that place in the kernel which the X server you installed uses in order to change video modes, and disable that place in the patch. -- Dan Aloni da...@gm... |