• [^] # Re: rtfm

    Posté par . En réponse au message colinux. Évalué à 0.

    mon ecran X s'affiche mais il est blanc, 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 -->