Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/12/2005, à 19:58

Ohax

Deux écran : AOC 19 pouces + MAC 15 pouces

Bonsoir,

Je possède une carte Gforce 6600.

Bien évidemment les drivers, etc... sont configurés.


Il y a quelques jours j'ai récupéré un vieux écran 15 pouces mac.

En parcourant ce forum ça fait 3 après midi que je tente de me faire un Dual screen mais rien n'y fait...


Voici donc mon fichier xorg.conf actuel...



# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Intellimouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"9"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Driver		"nvidia"
	BusID		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	30-75
	VertRefresh	50-85
	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Intellimouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Je voudrait utiliser comme bureau principal mon écran 19 pouces aoc (écran générique dans le xorg).
Mais je voudrait utiliser mon 15 pouces mac comme un deuxième environnement de travail complet.

J'ai tenté mille et unes configs mais rien n'y fait !

S'il n'est pas possible d'utiliser mon 15 pouces mac comme un deuxième environnement de travail complet j'aimerai au moins pouvoir en faire une extension de mon 19 pouces comme dual screen à droite.

Je vous demande donc votre aide.


Merci d'avance je suis désespéré big_smile

Hors ligne

#2 Le 12/12/2005, à 00:24

BBR

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

Tu as la même carte que moi, jette un oeil sur ce post :
http://forum.ubuntu-fr.org/viewtopic.php?id=21032

il y a aussi (et surtout) le lien vers le post de Michel2652 qui m'a permis de venir à bout du problème

Hors ligne

#3 Le 12/12/2005, à 01:00

Ohax

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

J'ai testé les différentes configs de ce post sans succès.

Ca fait 3 jours que je cherche mais je n'arrête pas de me casser le nez...

Je suis sur que c'est tout con en plus.

Hors ligne

#4 Le 12/12/2005, à 09:32

BBR

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

Déjà il te faut 2 Section "Monitor" et 2 Section "Screen" une pour chaque écran

ainsi que ceci dans Section "Device"

Option         "TwinView" "true"
Option       "TwinViewOrientation" "LeftOf"  (ou "RightOf si tu veux que ta souris change d'écran par le coté droit)     
    Option         "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768" (ça c'est pour les combinaisons de résolution des 2 écrans)

Hors ligne

#5 Le 13/12/2005, à 13:13

Ohax

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

Aie Aie Aie

On ma proposé ce fichier en privé mais rien à faire hmm


# /etc/X11/xorg.conf (xorg X Window System server configuration file)

#

# This file was generated by dexconf, the Debian X Configuration tool, using

# values from the debconf database.

#

# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

# (Type "man /etc/X11/xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

#   sudo dpkg-reconfigure -phigh xserver-xorg



Section "Files"

   FontPath    "/usr/share/X11/fonts/misc"

   FontPath    "/usr/share/X11/fonts/cyrillic"

   FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"

   FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"

   FontPath    "/usr/share/X11/fonts/Type1"

   FontPath    "/usr/share/X11/fonts/CID"

   FontPath    "/usr/share/X11/fonts/100dpi"

   FontPath    "/usr/share/X11/fonts/75dpi"

       # paths to defoma fonts

   FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

   FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection



Section "Module"

   Load    "GLcore"

   Load    "bitmap"

   Load    "ddc"

   Load    "dri"

   Load    "extmod"

   Load    "freetype"

   Load    "glx"

   Load    "int10"

   Load    "type1"

   Load    "vbe"

EndSection



Section "InputDevice"

   Identifier    "Generic Keyboard"

   Driver        "kbd"

   Option        "CoreKeyboard"

   Option        "XkbRules"    "xorg"

   Option        "XkbModel"    "pc105"

   Option        "XkbLayout"    "fr"

   Option        "XkbVariant"    "latin9"

EndSection



Section "InputDevice"

   Identifier    "Intellimouse"

   Driver        "mouse"

   Option        "CorePointer"

   Option        "Device"        "/dev/input/mice"

   Option        "Protocol"        "ExplorerPS/2"

   Option        "Buttons"        "9"

   Option        "ZAxisMapping"        "4 5"

EndSection



Section "Device"

   Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"

   Driver        "nvidia"

   BusID        "PCI:2:0:0"

   Option         "TwinView" "true"

   Option       "TwinViewOrientation" "LeftOf"

   Option         "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768"

EndSection



Section "Monitor"

   Identifier    "Écran générique"

   Option        "DPMS"

   HorizSync    30-75

   VertRefresh    50-85

   Modeline    "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841

EndSection



Section "Monitor"

   Identifier    "Écran générique"

   Option        "DPMS"

   HorizSync    30-75

   VertRefresh    50-60

   Modeline    "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841

EndSection



Section "Screen"

   Identifier    "Default Screen"

   Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]"

   Monitor        "Écran générique"

   DefaultDepth    24

   SubSection "Display"

       Depth        1

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        4

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        8

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        15

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        16

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        24

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

EndSection



Section "Screen"

   Identifier    "Default Screen"

   Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]"

   Monitor        "Second écran"

   DefaultDepth    24

   SubSection "Display"

       Depth        1

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        4

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        8

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        15

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        16

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

   SubSection "Display"

       Depth        24

       Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

   EndSubSection

EndSection



Section "ServerLayout"

   Identifier    "Default Layout"

   Screen        "Default Screen"

   InputDevice    "Generic Keyboard"

   InputDevice    "Intellimouse"

EndSection



Section "DRI"

   Mode    0666

EndSection

Snifff

Hors ligne

#6 Le 18/12/2005, à 22:52

bloblux

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

Bonsoir
j'ai un problème que je ne sais pas comment résoudre, de plus je suis novice sur ubutu et sur les ordi !
voila, j'ai un ecran plat, de marque compuBOX, qui marche a l'allumage de l'ordinateur mais une fois que ubun est lancer il ne marche plus. Par contre, je n'ai aucun problème avec mon énorme ecran DELL ! Mais j'aimerais bien pouvoir mettre mon écran plat, comment doit-je faire ?
merci de bien vouloir m'aider.

#7 Le 18/12/2005, à 23:02

bloblux

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

sad
Désoler je me suis trompé je voulais poser une question et j'avais pas vue que j'étais sous ta question !
hmm

#8 Le 25/12/2005, à 18:46

Ohax

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

UP

Hors ligne

#9 Le 25/12/2005, à 19:18

michel2652

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

Bonjour Ohax,

Avec Twinview, je faisais du bi-écran entre le LCD PC 15" et ma TV LCD en résolution 1024x768 deux écrans distinct (clone, left, right, ou etendu).
Le nouvel  LCD PC en 17" prend le 1280x1024 et pas la TV LCD. Du coup je configure en 1280x1024 le PC et 1024x768 la TV LCD. Si ca  peut t'aider :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	#Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]"
        Driver       "nvidia"    
        Option       "NvAGP"                 "3"
        VideoRam     131072
	BusID		"PCI:1:0:0"
EndSection


Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]1"
        Driver       "nvidia"    
        Option       "NvAGP"                 "3"
        VideoRam     131072
	BusID		"PCI:1:0:0"
	Option      "TVOutFormat" "SVIDEO"
        Option      "TVStandard" "PAL-N"
        Option      "ConnectedMonitor" "TV"
     	Screen      1
EndSection


Section "Monitor"
    Identifier    "Écran générique"
    Option        "Hyundai L72S"
    HorizSync     30-67
    VertRefresh   30-75
    Modeline      "1280x1024@60" 83.91 1280 1312 1624 1656 800 816 824 841
    DisplaySize 338 212
EndSection

Section "Monitor"
    Identifier   "TV_Monitor"
    VendorName   "Samsung"
    ModelName    "PAL TV"
    HorizSync    30.0 - 50.0
    VertRefresh  60.0 - 60.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV34 [GeForce FX 5500]"
    Monitor       "Écran générique"
    DefaultDepth  16
    SubSection "Display"
        Depth     1
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes     "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV"
    Device     "NVIDIA Corporation NV34 [GeForce FX 5500]1"
    Monitor    "TV_Monitor"
    DefaultDepth  24
    SubSection "Display"
        Depth    16
        Modes    "1280x1024""1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        0    "Default Screen"
    Screen        1    "TV" RightOf "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection

A+

#10 Le 26/12/2005, à 17:15

antoine123

Re : Deux écran : AOC 19 pouces + MAC 15 pouces

je peux te proposer mon xorg...

il est différent de celui de michel: j ai une seule section device
(geforce 6200
écran tft 17''
et ecran crt 14''

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/CID"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Extensions"
	Option 	 	"Composite" 	"Enable"
	Option "RENDER" 
"Enable"
EndSection
Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option "NvAGP" "2"
    Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "True"
 Option "CursorShadow" "1"
 Option "Coolbits" "1"
 Option "ConnectedMonitor" "crt, crt"
 Option "NoPowerConnectorCheck"
 Option "TwinView" "1"
 Option "Metamodes" "640x480,1280x1024;640x480,NULL"
 Option "SecondMonitorHorizSync" "31-82"
 Option "SecondMonitorVertRefresh" "56-76"
 #Option "NoTwinViewXineramaInfo"
EndSection



Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    HorizSync    28-49 
    VertRefresh  43-72  
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "Écran générique"
    DefaultDepth    24
	Option      "backingstore" "true"
    SubSection "Display"
        Viewport 0 0
        Depth        24
        Modes        "1280x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
Identifier "TwinView Configuration"
Screen 0 "Default Screen" 0 0
InputDevice "Configured Mouse"
InputDevice "Generic Keyboard"
Option "Xinerama" "Off"
EndSection


Section "DRI"
    Mode    0666
EndSection

Dernière modification par antoine123 (Le 26/12/2005, à 17:19)

Hors ligne