RE: [XFree86] Newbie question - Using XFree86 with no graphics or monitor

2003-07-31 Thread Oli Comber
By Hummingbird, you mean 'Reflections', ie an Xserver on a PC?

Its important to remember that the bit that displays everything, even though 
its the remote end that you're sitting at, is the _server_.  The machine 
hosting the xterm/openoffice/gnome session and sending it to you is the 
_client_.

You shouldn't have any/many problems with that: start your Reflections 
session, telnet in, export your display (export DISPLAY=PC IP address:0) and 
run the appropriate Xclient.  If you're using another unix box instead of 
reflections, dont forget to 'xhost + suse host' on it to allow the client to 
use the display.

If you're feeling cheeky, run Xnest and start Gnome inside it, to get that 
'computer in a window' feel ;)

-Oli


= Original Message From Yann E. MORIN [EMAIL PROTECTED] 
=
On Wednesday 30 July 2003 18:25, you (Greg Peter) wrote :
I might be missing something simple.  Here is my scenario:
  Hardware  IBM RS/6000   7043-150 workstation
  Software  SUSE SLES 8.0
  XFree86 Version   4.2.0
  The graphics card I was using was not supported so I removed it before
  doing the SuSe install.  I wanted to know if I can just
  get the server portion up and then export my display to a hummingbird
  client on another system??

I don't know the best answer, but why not use the kernek virtuale framebuffer
and run your server on top of it?

Regards,
Yann.

--
.-..--.--
--.
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' 
conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN |  ___
 |
| --== °_° ==-- °---.:  X  AGAINST  |  \e/  There is no
 |
| web: ymorin.free.fr | [EMAIL PROTECTED] 1833 | / \ HTML MAIL|   v   conspiracy.
 |
°-°°--°--
--°
 \__ np: Frederick Rousseau - The Prayer 
_/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Newbie question - Using XFree86 with no graphics or monitor

2003-07-31 Thread Egbert Eich
Greg Peter writes:
  XFree86ers,
  
I might be missing something simple.  Here is my scenario:
  
  Hardware  IBM RS/6000   7043-150 workstation
  Software  SUSE SLES 8.0
  XFree86 Version   4.2.0
  
  The graphics card I was using was not supported so I removed it before
  doing the SuSe install.  I wanted to know if I can just
  get the server portion up and then export my display to a hummingbird
  client on another system??
  

You mean a hummingbird server?
Yes, of course you can install and run Xnest. Try 'man 1 Xnest'.
If you have vnc running on the system where our hummingbird server
is located you can also use Xvnc.

Egbert.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Newbie question - Using XFree86 with no graphics or monitor

2003-07-30 Thread Greg Peter
XFree86ers,

  I might be missing something simple.  Here is my scenario:

Hardware  IBM RS/6000   7043-150 workstation
Software  SUSE SLES 8.0
XFree86 Version   4.2.0

The graphics card I was using was not supported so I removed it before
doing the SuSe install.  I wanted to know if I can just
get the server portion up and then export my display to a hummingbird
client on another system??


Once it was up I went in and did a

ln -s /usr/X11/bin/XFree86  /usr/X11/bin/X

to select the binary.  I then went through the xf86config and tried to pick
generic goodies.  This is /etc/X11/XF86Config

Section Module
Loaddbe   # Double buffer extension
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection
Loadtype1
Loadfreetype
EndSection
Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
#FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
#FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

#ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option NoTrapSignals
# Uncomment this to disable the CrtlAltBS server abort sequence
# This allows clients to receive this key event.

#Option DontZap

# Uncomment this to disable the CrtlAltKP_+/KP_- mode switching
# sequences.  This allows clients to receive these key events.

#Option Dont Zoom

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#Option DisableVidModeExtension

# Uncomment this to enable the use of a non-local xvidtune client.

#Option AllowNonLocalXvidtune

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#Option DisableModInDev

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#Option AllowNonLocalModInDev

EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  # For most OSs the protocol can be omitted (it defaults to
Standard).
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#Option Protocol  Xqueue

Option AutoRepeat 500 30

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#Option Xleds  1 2 3

#Option LeftAlt Meta
#Option RightAltModeShift

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#Option XkbModelpc102
# If you have a US Microsoft Natural keyboard, you can use:
#Option XkbModelmicrosoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#Option XkbLayout   de

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#Option XkbModelpc102
# If you have a US Microsoft Natural keyboard, you can use:
#Option XkbModelmicrosoft
#
# Then to change the language, change the Layout setting.
# For 

Re: [XFree86] Newbie question - Using XFree86 with no graphics or monitor

2003-07-30 Thread Yann E. MORIN
On Wednesday 30 July 2003 18:25, you (Greg Peter) wrote :
I might be missing something simple.  Here is my scenario:
  Hardware  IBM RS/6000   7043-150 workstation
  Software  SUSE SLES 8.0
  XFree86 Version   4.2.0
  The graphics card I was using was not supported so I removed it before
  doing the SuSe install.  I wanted to know if I can just
  get the server portion up and then export my display to a hummingbird
  client on another system??

I don't know the best answer, but why not use the kernek virtuale framebuffer
and run your server on top of it?

Regards,
Yann.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN |  ___   |
| --== °_° ==-- °---.:  X  AGAINST  |  \e/  There is no  |
| web: ymorin.free.fr | [EMAIL PROTECTED] 1833 | / \ HTML MAIL|   v   conspiracy.  
|
°-°°--°°
 \__ np: Frederick Rousseau - The Prayer _/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86