Re: xfree86

2003-07-19 Thread Dirk Schlatterbeck
Thanks, works fine.
But
1.) Where are those mounting options are fixed for startup
of cygwin?
2.) How do I get a german keyboard for remote-login on my
linux-host? It runs with gdm, local login on the linux host  works
with german keyboard (so XF86Config-4 is set correctly),
remote from my w2k-machine us  keyboard is used although
XWin on the w2k-machine works locally also with german
keyboard.
thanksbest regards
dirk
Am Freitag, 18.07.03 um 11:31 Uhr schrieb Alexander Gottwald:

Dirk Schlatterbeck wrote:

This is the logfile of my home-desktop. Both W2K, same
mirrors used (sunsite.cnlab-switch.ch is not a complete
mirror of XFree86).
Before I tried again I reloaded all XFree stuff.
It read the config file and the layout is set to de ...

Is /tmp mounted in textmode? If so then remount it to binmode
mount -b -u 'c:\temp' /tmp
This should help

bye
ago
NP: VNV Nation - Saviour (Vox)
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723

Dr. Dirk Schlatterbeck
Büchnerstr. 20
CH-8006 Zürich
Tel. privat: +41/43/255 03 24
Tel. gesch.: +41/1/712 62 73
Fax privat: +41/43/255 03 25
Fax gesch.: +41/1/709 08 04
e-mail privat: [EMAIL PROTECTED]
e-mail gesch.: [EMAIL PROTECTED]
www.schmid-rhyner.ch


wmaker fatal error: could not open display :0

2003-07-19 Thread digitalsmear
Having trouble getting X to run...  The worst part about  this is that I
had it working a few hours ago, but I uninstalled and reinstalled becaused
I foobared my package choices and vim couldn't find some resource.  So
atleast I know it's a configuration problem.  Now to pin it down...

I am using WindowsXP Home Ed. SP1
When I attempt to startx I get the following:
-
$ startx
waiting for X server to shut down
$ wmaker fatal error: could not open display :0
-
I've also tried:
- 
$ startx -display :1 // I've tried it as 1, :1 and :1 with
the same response
/usr/X11R6/bin/xterm Xt error: Can't open display: :1
waiting for X server to shut down
-

My XWin.log from just the command startx reads as...

- $ cat XWin.log -
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1024 h 768
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Using Shadow DirectDraw NonLocking
winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per
pixel
winCreateBoundingWindowWindowed - User w: 1024 h: 768
winCreateBoundingWindowWindowed - Current w: 1024 h: 768
winAdjustForAutoHide - Original WorkArea: 0 0 768 1024
winAdjustForAutoHide - Taskbar is auto hide
winAdjustForAutoHide - Found BOTTOM auto-hide taskbar
winAdjustForAutoHide - Adjusted WorkArea: 0 0 767 1024
winCreateBoundingWindowWindowed - WindowClient w 1018 h 735 r 1018 l 0 b
735 t 0
winCreateBoundingWindowWindowed -  Returning
winCreatePrimarySurfaceShadowDDNL - Creating primary surface
winCreatePrimarySurfaceShadowDDNL - Created primary surface
winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface
winAllocateFBShadowDDNL - lPitch: 4072
winAllocateFBShadowDDNL - Created shadow pitch: 4072
winAllocateFBShadowDDNL - Created shadow stride: 1018
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowDDNL - Masks 00ff ff00 00ff BPRGB 8 d 24
bpp 32
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = xfree86 Model = pc101 Layout = us Variant = (null) Options
= (null)
winPointerWarpCursor - Discarding first warp: 509 367
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned
- END XWin.log -

And my cygwin.bat file reads

- cygwin.bat -
@echo off

set DISPLAY=127.0.0.1:0.0
set CYGWIN=tty notitle glob
set HOME=C:\cygwin\home

PATH=C:\cygwin\bin;C:\cygwin\sbin;C:\cygwin\usr\bin;C:\cygwin\usr\sbin;C:\cy
gwin\usr\local\bin;C:\cygwin\usr\X11R6\bin;..

C:
chdir C:\cygwin\bin

bash --login -i
- END cygwin.bat -


Last but not least... my .xinitrc file looks like this...

- $ cat .xinitrc -
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi

# start some nice programs

# twm 
# xclock -geometry 50x50-1+1 
# xterm -geometry 80x50+494+51 
# xterm -geometry 80x20+494-0 
# exec xterm -geometry 80x66+0+0 -name login

wmaker 
- END $ cat .xinitrc -


Heeelllp! :P

_
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com
Looking for friendships,romance and more?
http://www.MyOwnFriends.com



Re: wmaker fatal error: could not open display :0

2003-07-19 Thread Andrew Markebo
What happens if you try startxwin.sh? Thats how I pull up my
xwindows.

 /Andy

/ digitalsmear [EMAIL PROTECTED] wrote:
| Having trouble getting X to run...  The worst part about  this is that I
| had it working a few hours ago, but I uninstalled and reinstalled becaused
| I foobared my package choices and vim couldn't find some resource.  So
| atleast I know it's a configuration problem.  Now to pin it down...
|
| I am using WindowsXP Home Ed. SP1
| When I attempt to startx I get the following:
| -
| $ startx
| waiting for X server to shut down
| $ wmaker fatal error: could not open display :0

-- 
 The parser of the compiler rests on the code!

Please note, new email, @telia.com - @comhem.se



RE: qt3 on cygwin

2003-07-19 Thread Ralf Habacker
  Hello
 
  i'm trying to compile qt3.1.0 on cygwin as said in
  http://kde-cygwin.sourceforge.net/qt3-win32/compiling.php
 
  but i get errors (impossible to find headers)
 
  has someone compiled qt3.1.0 on cygwin ?

The qt3-win32 section covers the native port of qt on cygwin without using xfree
(but still using cygwin), which is in an early state and may not compile out of
the box.

If you are trying to compile the xfree version of qt3/cygwin you should read
http://kde-cygwin.sourceforge.net/qt3/compiling.php.

Cheers
Ralf