Received: from eric.easynet.fr [212.180.1.122]
	by sefi.net; Thu, 20 Oct 2005 22:10:42 +0200
Received: from rince.africaninspace.com ([209.61.182.217])
	by eric.easynet.fr with esmtp (Exim 4.50)
	id 1ESgkH-0000NU-30
	for yannick.bru@sefi.net; Thu, 20 Oct 2005 22:10:41 +0200
Received: from localhost ([127.0.0.1] helo=rince.africaninspace.com)
	by rince.africaninspace.com with esmtp (Exim 4.34)
	id 1ESgiW-0005NO-Lr; Thu, 20 Oct 2005 15:08:49 -0500
Received: from relay-av.club-internet.fr ([194.158.96.107])
	by rince.africaninspace.com with esmtp (Exim 4.34)
	id 1ESghR-0005Ad-SS
	for ubuntu-fr@lists.ubuntu.com; Thu, 20 Oct 2005 15:07:43 -0500
Received: from [192.168.1.4] (i01v-62-34-238-73.d4.club-internet.fr
	[62.34.238.73])
	by relay-av.club-internet.fr (Postfix) with ESMTP id 0E3A925623;
	Thu, 20 Oct 2005 22:07:39 +0200 (CEST)
Message-ID: <4357F90B.3060805@billy-berclau.com>
Date: Thu, 20 Oct 2005 22:07:39 +0200
From: artux <yann.lagadec@billy-berclau.com>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: fr, en
MIME-Version: 1.0
To: "Yann.lagadec" <yann.lagadec@billy-berclau.com>
Cc: ubuntu-fr@lists.ubuntu.com
Subject: Re: Configuration xorg sous Hoary
X-BeenThere: ubuntu-fr@lists.ubuntu.com
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Liste de discussion sur Ubuntu <ubuntu-fr.lists.ubuntu.com>
List-Unsubscribe: <http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr>,
	<mailto:ubuntu-fr-request@lists.ubuntu.com?subject=unsubscribe>
List-Archive: <http://lists.ubuntu.com/archives/ubuntu-fr>
List-Post: <mailto:ubuntu-fr@lists.ubuntu.com>
List-Help: <mailto:ubuntu-fr-request@lists.ubuntu.com?subject=help>
List-Subscribe: <http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr>,
	<mailto:ubuntu-fr-request@lists.ubuntu.com?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0391779691=="
Mime-version: 1.0
Sender: ubuntu-fr-bounces@lists.ubuntu.com
Errors-To: ubuntu-fr-bounces@lists.ubuntu.com
X-Spam-Score: -1.3
X-Spam-Report: SpamAssassin 3.0.3 (2005-04-27) on luke.easynet.fr
	Content analysis details:   (-1.3 points, 10.0 required)
	pts rule name              description
	---- ---------------------- -------------------------------------------
	0.6 RATWR10_MESSID         Message-ID has ratware pattern (HEXHEX.HEXHEX@)
	0.6 J_CHICKENPOX_62        BODY: 6alpha-pock-2alpha
	0.0 HTML_30_40             BODY: Message is 30% to 40% HTML
	0.0 HTML_MESSAGE           BODY: HTML included in message
	0.0 HTML_TITLE_EMPTY       BODY: HTML title contains no text
	-2.6 BAYES_00               BODY: Bayesian spam probability is 0 to 1%
	[score: 0.0000]
X-Spam-Level: -

This is a multi-part message in MIME format.
--===============0391779691==
Content-Type: multipart/alternative;
	boundary="------------010503070600060803050004"

This is a multi-part message in MIME format.
--------------010503070600060803050004
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: quoted-printable

Yann.lagadec a =E9crit :

> Bonjour a tous,
>
> Je viens de recevoir un nouveau pc :
> Athlon 64 3500+ avec deux 6600GT en SLI (PCI Express).
>
> J'essaye par d=E9fi technique (:-)) d'y installer trois =E9crans sous=20
> Ubuntu Hoary. Probl=E8me : deux de mes =E9crans apparaissent en clone=20
> alors que le troisi=E8me est inutilisable (z=E9brage). Le but serait de=
=20
> pouvoir utiliser les trois =E9crans en bureau =E9tendu (2 lcd Videoseve=
n=20
> et un cathotique nec multisync fp 955)
>
> Quelqu'un aurait-il une petite id=E9e ?
>
> Merci
>
C'est pas le bon fichier xorg que je vous ai envoy=E9 (mea culpa) :-)   -=
=20
le voici : a force de bidouiller dans tous les sens ...

Section "ServerLayout"
    Identifier "Multihead layout"
    Screen  "Screen0" 0 0
    Screen  "Screen1" LeftOf "Screen0"
    Screen  "Screen2" LeftOf "Screen1"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
EndSection

Section "Files"
    FontPath "unix/:7100"   # local font server
                                            # if the local font server=20
has problems, we can fall back on these
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/cyrillic"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/CID"
    FontPath  "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/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 "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
EndSection

Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver  "keyboard"
    Option  "CoreKeyboard"
    Option  "XkbRules" "xorg"
    Option  "XkbModel" "pc105"
    Option  "XkbLayout" "fr-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 "ServerFlags"
    Option  "Xinerama"
EndSection

Section "Monitor"
    Identifier "videoseven1"
    Option  "DPMS"
    HorizSync 30-65
    VertRefresh 50-75
EndSection

Section "Monitor"
    Identifier "videoseven2"
    Option  "DPMS"
    HorizSync 30-65
    VertRefresh 50-75
EndSection

Section "Monitor"
    Identifier "nec"
    Option  "DPMS"
    HorizSync 30-110
    VertRefresh 50-160
EndSection

Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
    Driver  "nv"
    BusID  "PCI:1:0:0"
EndSection

Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
    Driver  "nv"
    BusID  "PCI:2:0:0"
EndSection

Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Driver  "nv"
    BusID  "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "screen0"
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
    Monitor  "videoseven1"
    DefaultDepth 24
    SubSection "Display"
    Depth  1
    Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  4
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  8
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  15
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  16
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  24
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "screen1"
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
    Monitor  "videoseven2"
     DefaultDepth 24
    SubSection "Display"
     Depth  1
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  4
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  8
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  15
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  16
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  24
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "screen2"
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Monitor  "nec"
     DefaultDepth 24
    SubSection "Display"
     Depth  1
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  4
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  8
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  15
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  16
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
     Depth  24
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
    option "RENDER" "Enable"
EndSection

> --
> Yann LAGADEC
> Service Informatique,
> Mairie de Billy-Berclau
>
> Pr=E9sident Artux
> contact@artux.org
> --
>


--------------010503070600060803050004
Content-Type: text/html; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content=3D"text/html;charset=3Diso-8859-15"
 http-equiv=3D"Content-Type">
  <title></title>
</head>
<body bgcolor=3D"#ffffff" text=3D"#000000">
Yann.lagadec a =E9crit=A0:
<blockquote cite=3D"midmd5:64756D6D79206D657373616765206964" type=3D"cite=
">
  <p>Bonjour a tous,</p>
  <p>Je viens de recevoir un nouveau pc :<br>
Athlon 64 3500+ avec deux 6600GT
en SLI (PCI Express).</p>
  <p>J'essaye par d=E9fi technique (:-)) d'y installer trois =E9crans sou=
s
Ubuntu
Hoary. Probl=E8me : deux de mes =E9crans apparaissent en clone alors que =
le
troisi=E8me est inutilisable (z=E9brage). Le but serait de pouvoir utilis=
er
les
trois =E9crans en bureau =E9tendu (2 lcd Videoseven et un cathotique nec
multisync fp 955)</p>
  <p>Quelqu'un aurait-il une petite id=E9e ?</p>
  <p>Merci </p>
</blockquote>
C'est pas le bon fichier xorg que je vous ai envoy=E9 (mea culpa) <span
 class=3D"moz-smiley-s1"><span> :-) </span></span>=A0 - le voici : a forc=
e
de bidouiller dans tous les sens ...
<br>
<br>
Section "ServerLayout"
<br>
=A0=A0=A0 Identifier "Multihead layout" <br>
=A0=A0=A0 Screen=A0 "Screen0" 0 0
<br>
=A0=A0=A0 Screen=A0 "Screen1" LeftOf "Screen0"
<br>
=A0=A0=A0 Screen=A0 "Screen2" LeftOf "Screen1"
<br>
=A0=A0=A0 InputDevice "Generic Keyboard"
<br>
=A0=A0=A0 InputDevice "Configured Mouse"
<br>
EndSection <br>
<br>
Section "Files"
<br>
=A0=A0=A0 FontPath "unix/:7100"=A0=A0 # local font server
<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 # if the local fon=
t server
has problems, we can fall back on these
<br>
=A0=A0=A0 FontPath "/usr/lib/X11/fonts/misc"
<br>
=A0=A0=A0 FontPath "/usr/lib/X11/fonts/cyrillic"
<br>
=A0=A0=A0 FontPath "<i class=3D"moz-txt-slash"><span class=3D"moz-txt-tag=
">/</span>usr/lib/X11/fonts/100dpi<span
 class=3D"moz-txt-tag">/</span></i>:unscaled"
<br>
=A0=A0=A0 FontPath "<i class=3D"moz-txt-slash"><span class=3D"moz-txt-tag=
">/</span>usr/lib/X11/fonts/75dpi<span
 class=3D"moz-txt-tag">/</span></i>:unscaled"
<br>
=A0=A0=A0 FontPath "/usr/lib/X11/fonts/Type1"
<br>
=A0=A0=A0 FontPath "/usr/lib/X11/fonts/CID"
<br>
=A0=A0=A0 FontPath=A0 "/usr/lib/X11/fonts/100dpi"
<br>
=A0=A0=A0 FontPath "/usr/lib/X11/fonts/75dpi"
<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 # paths to defoma fon=
ts
<br>
=A0=A0=A0 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
<br>
=A0=A0=A0 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
<br>
EndSection
<br>
<br>
Section "Module"
<br>
=A0=A0=A0 Load "bitmap"
<br>
=A0=A0=A0 Load "dbe"
<br>
=A0=A0=A0 Load "ddc"
<br>
=A0=A0=A0 Load "dri"
<br>
=A0=A0=A0 Load "extmod"
<br>
=A0=A0=A0 Load "freetype"
<br>
=A0=A0=A0 Load "glx"
<br>
=A0=A0=A0 Load "int10"
<br>
=A0=A0=A0 Load "record"
<br>
=A0=A0=A0 Load "type1"
<br>
=A0=A0=A0 Load "vbe"
<br>
EndSection <br>
<br>
Section "InputDevice"
<br>
=A0=A0=A0 Identifier "Generic Keyboard"
<br>
=A0=A0=A0 Driver=A0 "keyboard"
<br>
=A0=A0=A0 Option=A0 "CoreKeyboard"
<br>
=A0=A0=A0 Option=A0 "XkbRules" "xorg"
<br>
=A0=A0=A0 Option=A0 "XkbModel" "pc105"
<br>
=A0=A0=A0 Option=A0 "XkbLayout" "fr-latin9"
<br>
EndSection <br>
<br>
Section "InputDevice"
<br>
=A0=A0=A0 Identifier "Configured Mouse"
<br>
=A0=A0=A0 Driver=A0 "mouse"
<br>
=A0=A0=A0 Option=A0 "CorePointer"
<br>
=A0=A0=A0 Option=A0 "Device"=A0 "/dev/input/mice"
<br>
=A0=A0=A0 Option=A0 "Protocol"=A0 "ImPS/2"
<br>
=A0=A0=A0 Option=A0 "Emulate3Buttons" "true"
<br>
=A0=A0=A0 Option=A0 "ZAxisMapping"=A0 "4 5"
<br>
EndSection <br>
<br>
Section "ServerFlags"
<br>
=A0=A0=A0 Option=A0 "Xinerama"
<br>
EndSection <br>
<br>
Section "Monitor"
<br>
=A0=A0=A0 Identifier "videoseven1"
<br>
=A0=A0=A0 Option=A0 "DPMS"
<br>
=A0=A0=A0 HorizSync 30-65
<br>
=A0=A0=A0 VertRefresh 50-75
<br>
EndSection <br>
<br>
Section "Monitor"
<br>
=A0=A0=A0 Identifier "videoseven2"
<br>
=A0=A0=A0 Option=A0 "DPMS"
<br>
=A0=A0=A0 HorizSync 30-65
<br>
=A0=A0=A0 VertRefresh 50-75
<br>
EndSection
<br>
<br>
Section "Monitor"
<br>
=A0=A0=A0 Identifier "nec"
<br>
=A0=A0=A0 Option=A0 "DPMS"
<br>
=A0=A0=A0 HorizSync 30-110
<br>
=A0=A0=A0 VertRefresh 50-160
<br>
EndSection
<br>
<br>
Section "Device"
<br>
=A0=A0=A0 Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
<br>
=A0=A0=A0 Driver=A0 "nv"
<br>
=A0=A0=A0 BusID=A0 "PCI:1:0:0"
<br>
EndSection
<br>
<br>
Section "Device"
<br>
=A0=A0=A0 Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
<br>
=A0=A0=A0 Driver=A0 "nv"
<br>
=A0=A0=A0 BusID=A0 "PCI:2:0:0"
<br>
EndSection
<br>
<br>
Section "Device"
<br>
=A0=A0=A0 Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
<br>
=A0=A0=A0 Driver=A0 "nv"
<br>
=A0=A0=A0 BusID=A0 "PCI:1:0:0"
<br>
EndSection
<br>
<br>
Section "Screen"
<br>
=A0=A0=A0 Identifier "screen0"
<br>
=A0=A0=A0 Device=A0 "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
<br>
=A0=A0=A0 Monitor=A0 "videoseven1"
<br>
=A0=A0=A0 DefaultDepth 24
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0 Depth=A0 1
<br>
=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 4
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 8
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 15
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 16
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 24
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
EndSection <br>
<br>
Section "Screen"
<br>
=A0=A0=A0 Identifier "screen1"
<br>
=A0=A0=A0 Device=A0 "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
<br>
=A0=A0=A0 Monitor=A0 "videoseven2"
<br>
=A0=A0=A0=A0 DefaultDepth 24
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 1
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 4
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 8
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 15
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 16
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 24
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
EndSection <br>
<br>
Section "Screen"
<br>
=A0=A0=A0 Identifier "screen2"
<br>
=A0=A0=A0 Device=A0 "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
<br>
=A0=A0=A0 Monitor=A0 "nec"
<br>
=A0=A0=A0=A0 DefaultDepth 24
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 1
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 4
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 8
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 15
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 16
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
=A0=A0=A0 SubSection "Display"
<br>
=A0=A0=A0=A0 Depth=A0 24
<br>
=A0=A0=A0=A0 Modes=A0 "1280x1024" "1024x768" "800x600" "640x480"
<br>
=A0=A0=A0 EndSubSection
<br>
EndSection
<br>
<br>
Section "DRI"
<br>
=A0=A0=A0 Mode 0666
<br>
EndSection
<br>
<br>
Section "Extensions"
<br>
=A0=A0=A0 option "RENDER" "Enable"
<br>
EndSection
<br>
<br>
<blockquote cite=3D"midmd5:64756D6D79206D657373616765206964" type=3D"cite=
">
  <p>--<br>
Yann LAGADEC<br>
Service Informatique,<br>
Mairie de
Billy-Berclau<br>
  <br>
Pr=E9sident Artux<br>
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:contact@artux.org">c=
ontact@artux.org</a><br>
--</p>
</blockquote>
<br>
</body>
</html>

--------------010503070600060803050004--


--===============0391779691==
Content-Type: text/plain; charset="iso-8859-1"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

-- =

ubuntu-fr mailing list
ubuntu-fr@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
--===============0391779691==--

