mon ecran X s'affiche mais il est blanc j'aiun ecran X tout blanc sans rien , voici mes fichiers XML
mon fichier BAT
@echo off
REM SET DISPLAY=127.0.0.1:0.0
SET DISPLAY=192.168.1.0:0.0
SET CYGWIN_ROOT=c:\xdeep32_40
SET PATH=.;%CYGWIN_ROOT%\usr\X11R6\bin;c:\Program Files\coLinux;%PATH%
SET XAPPLRESDIR=c:\xdeep32_40\usr\lib\X11\app-defaults
SET XCMSDB=c:\xdeep32_40\usr\lib\X11\Xcms.txt
SET XCMSDB=c:\xdeep32_40\usr\lib\X11\rgb.txt
SET XKEYSYMDB=c:\xdeep32_40\usr\lib\X11\XKeysymDB
SET XNLSPATH=c:\xdeep32_40\usr\lib\X11\locale
if "%OS%" == "Windows_NT" goto OS_NT
echo startxwin.bat - Starting on Windows 95/98/Me
goto STARTUP
:OS_NT
echo startxwin.bat - Starting on Windows NT/2000/XP/2003
:STARTUP
xhost.exe +192.168.0.200
colinux-daemon.exe -c knoppix_light.colinux.xml
et mon fichier xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- This line needs to point to your root file system.
For example change "root_fs" to the name of the Debian image.
Inside coLinux it will be /dev/cobd0 -->
<block_device index="0" path="\DosDevices\c:\Program Files\coLinux\knoppix.img"
enabled="true" />
<!-- This line can specify a swap file if you wish, or an additional
image file, it will /dev/cobd1. Additional block_devices can
be specified in the same manner by increasing the index -->
<block_device index="1" path="\Device\Cdrom0"
enabled="true" />
<!-- bootparams allows you to pass kernel boot parameters oapm xserver=Xnest desktop=wmaker kip=192.168.0.200
-->
root=/dev/nfs lang=fr 5 vga=normal noscsi nodhcp nopcmcia nousb noagp nodma noapm xserver=Xnest desktop=wmaker kip=192.168.0.200
<!-- image allows you to specify the kernel to boot -->
<!-- this line allows you to specify the amount of memory available
to coLinux -->
<!-- This allows you to modify networking parameters, see the README
or website for more information -->
ps:
j'arrive à lancé un xterm et Xclock qui d'ailleur sont sur fond blanc,
mais j'arrive pas à lancé le bureau
# essai
Posté par CoinKoin . Évalué à 2.
Ca devrait te lancer le bureau KDE.
[^] # Re: essai
Posté par systemelinux . Évalué à 0.
export DISPLAY=192.168.0.1:0.0
j'arrive à lancé xclock et le faire apparaitre mais le bureau non
[^] # Re: essai
Posté par CoinKoin . Évalué à 2.
export DISPLAY=192.168.0.1:0.0
j'arrive à lancer xclock et à le faire apparaître mais le bureau non
A mon avis, tu as des problèmes pour identifier ton problème...
xclock ne peut pas s'afficher sans serveur X, et on ne peut pas lancer un serveur X à distance (ton export display pour lancer X a peu de sens... :) .
Si tu vois un xclock, alors le serveur X est lancé. Ensuite, il suffit de lancer un gestionnaire de fenêtres dessus.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.