Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

MergedFB et driver radeon

6 réponses
Avatar
debian
Bonsoir, j'essaye désespérément de faire marcher mes deux moniteur en
meme temps avec MergedFB l'outil de remplacement de Xinerama intégré au
driver radeon.

Je n'arrive a rien, alors je vais expliqué ma situation j'ai deux
moniteur CRT branchés sur une ATI9200 qui a une sortie VGA et une DVI.
Le moniteur principal est a gauche et je l'utilise le en 1280x960@85Hz
Je voudrais utiliser l'autre, branché sutr le DVI avec un adapt, en
640x480 à disons 75Hz. Je voudrais que quand le moniteur secondaire est
branché le bureau s'étende dessus.


------------------------------
Ici mon xorg.conf:
------------------------------


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

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "radeon"
BusID "PCI:2:0:0"
Option "XAANoOffscreenPixmaps" "true" #AIGLX
Option "AddARGBGLXVisuals" "true" #AIGLX
Option "AllowGLXWithComposite" "true" #AIGLX
Option "TripleBuffer" "true" #AIGLX
Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "CRT, CRT" # LVDS = Laptop Screen, TMDS = DVI
Port, CRT = VGA Port NOT MONITOR TYPE!
Option "CRT2Hsync" "30-70" #Horizontal Sync of the Monitor (check
your monitor's manual for correct values)
Option "CRT2VRefresh" "50-150" #Vertical Refresh rate of the Monitor
(check your monitor's manual for correct values)
#Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf" #Physical location of your secondary
monitor in relationship to your primary monitor. Values can be: LeftOf,
RightOf, Above, Below, and Clone.
Option "MetaModes" "1280x960-640x480" #Monitor Resolutions for
Primary-Secondary monitors
#Option "MergedXineramaCRT2IsScreen0" "false" #determines which screen
is going to be the primary screen; value can be "true" or "false"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-200
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Option "AIGLX" "true" #AIGLX
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Extensions"
Option "Composite" "Enable" #AIGLX
Option "RENDER" "Enable" #AIGLX
Option "DAMAGE" "Enable" #AIGLX
EndSection

Section "DRI"
Mode 0666
EndSection

----------------------------------------
fin du xorg.conf


----------------------------------------
Commentaires:
----------------------------------------

- Option "MonitorLayout" "CRT, CRT"
Malgré ce qu'indique le commentaire (repompé sur un xorg.conf trouvé sur
le net) j'ai mis "CRT, CRT" car le man de radeon ne fait pas que "CRT =
VGA Port" mais plutot le contraire.

- Option "MetaModes" "1280x960-640x480"
Je n'ai pas encore mis le mode sans le moniteur secondaire, c'est
intentionnel, je voudrais bien d'abord réussir a faire marcher celui-ci.

- Situation présente:
Avec le xorg ci-joint mon moniteur principal est en 1280x960@85Hz et
l'autre affiche "hors freq 85Hz", je suppose qu'il est en mode clone ou
quelque chose du genre. Je suis passé par plein d'autres résultats en
modifiant le xorg.conf en long et en large, mais jamais rien de satisfesant.

J'ai suivit le man et lu pas mal de tutoriels mais je n'y arrive tjrs
pas si quelqu'un peu me donner un coup de main.

Merci.
Bonne soirée.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

6 réponses

Avatar
GiGGz
slt,

je vais peut-être te dire une connerie...mais :
apparemment ton xorg.conf a l'air correct. Es tu en SID ?
Si oui alors c'est normal! et oui...l'inconvénient de SID c'est que
parfois ça marche plus...j'ai à peu près le même xorg.conf que toi et ça
ne marche plus (alors que ça marchait avant). la faute à qui...eh ben au
driver radeon/ati de Xorg qui apparemment n'est plus totalement
compatible avec Xorg 7.2 ... ya des déjà des bugs ouverts à ce sujet.
donc il te faudra prendre patience pour pouvoir utiliser le mergedFB
(fort commode qui plus est!)

ciao
GiGGz

a écrit :
Bonsoir, j'essaye désespérément de faire marcher mes deux moniteur en
meme temps avec MergedFB l'outil de remplacement de Xinerama intégré au
driver radeon.

Je n'arrive a rien, alors je vais expliqué ma situation j'ai deux
moniteur CRT branchés sur une ATI9200 qui a une sortie VGA et une DVI.
Le moniteur principal est a gauche et je l'utilise le en
Je voudrais utiliser l'autre, branché sutr le DVI avec un adapt, en
640x480 à disons 75Hz. Je voudrais que quand le moniteur secondaire est
branché le bureau s'étende dessus.


------------------------------
Ici mon xorg.conf:
------------------------------


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

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "radeon"
BusID "PCI:2:0:0"
Option "XAANoOffscreenPixmaps" "true" #AIGLX
Option "AddARGBGLXVisuals" "true" #AIGLX
Option "AllowGLXWithComposite" "true" #AIGLX
Option "TripleBuffer" "true" #AIGLX
Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "CRT, CRT" # LVDS = Laptop Screen, TMDS =
DVI Port, CRT = VGA Port NOT MONITOR TYPE!
Option "CRT2Hsync" "30-70" #Horizontal Sync of the Monitor (check
your monitor's manual for correct values)
Option "CRT2VRefresh" "50-150" #Vertical Refresh rate of the
Monitor (check your monitor's manual for correct values)
#Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf" #Physical location of your
secondary monitor in relationship to your primary monitor. Values can
be: LeftOf, RightOf, Above, Below, and Clone.
Option "MetaModes" "1280x960-640x480" #Monitor Resolutions for
Primary-Secondary monitors
#Option "MergedXineramaCRT2IsScreen0" "false" #determines which
screen is going to be the primary screen; value can be "true" or "false"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-200
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Option "AIGLX" "true" #AIGLX
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Extensions"
Option "Composite" "Enable" #AIGLX
Option "RENDER" "Enable" #AIGLX
Option "DAMAGE" "Enable" #AIGLX
EndSection

Section "DRI"
Mode 0666
EndSection

----------------------------------------
fin du xorg.conf


----------------------------------------
Commentaires:
----------------------------------------

- Option "MonitorLayout" "CRT, CRT"
Malgré ce qu'indique le commentaire (repompé sur un xorg.conf trouvé sur
le net) j'ai mis "CRT, CRT" car le man de radeon ne fait pas que "CRT =
VGA Port" mais plutot le contraire.

- Option "MetaModes" "1280x960-640x480"
Je n'ai pas encore mis le mode sans le moniteur secondaire, c'est
intentionnel, je voudrais bien d'abord réussir a faire marcher celui-ci.

- Situation présente:
Avec le xorg ci-joint mon moniteur principal est en et
l'autre affiche "hors freq 85Hz", je suppose qu'il est en mode clone ou
quelque chose du genre. Je suis passé par plein d'autres résultats en
modifiant le xorg.conf en long et en large, mais jamais rien de
satisfesant.

J'ai suivit le man et lu pas mal de tutoriels mais je n'y arrive tjrs
pas si quelqu'un peu me donner un coup de main.

Merci.
Bonne soirée.






--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
inouk
Salut, alors je te remercie grandement de ta réponse!
Si mon xorg.conf est correct je suis déjà super content o/

J'ai effectivement la version SID des drivers radeon, mais la plupart de mes autres paquets sont en lenny (Xorg en 7.1 du coup je crois) Tu me conseil quoi ?
Le probleme est que si je repasse en testing pour les drivers radeon beryl ne fonctionne plus. C'est pour ca que j'étais passé en SID.

Tu me conseil quoi ?

Merci.


-------- Original-Nachricht --------
Datum: Mon, 18 Jun 2007 16:22:29 +0200
Von: GiGGz
An:
Betreff: Re: MergedFB et driver radeon

slt,

je vais peut-être te dire une connerie...mais :
apparemment ton xorg.conf a l'air correct. Es tu en SID ?
Si oui alors c'est normal! et oui...l'inconvénient de SID c'est que
parfois ça marche plus...j'ai à peu près le même xorg.conf que toi et
ça
ne marche plus (alors que ça marchait avant). la faute à qui...eh ben au
driver radeon/ati de Xorg qui apparemment n'est plus totalement
compatible avec Xorg 7.2 ... ya des déjà des bugs ouverts à ce sujet.
donc il te faudra prendre patience pour pouvoir utiliser le mergedFB
(fort commode qui plus est!)

ciao
GiGGz

a écrit :
> Bonsoir, j'essaye désespérément de faire marcher mes deux moniteur en
> meme temps avec MergedFB l'outil de remplacement de Xinerama intégré
au
> driver radeon.
>
> Je n'arrive a rien, alors je vais expliqué ma situation j'ai deux
> moniteur CRT branchés sur une ATI9200 qui a une sortie VGA et une DVI.
> Le moniteur principal est a gauche et je l'utilise le en
> Je voudrais utiliser l'autre, branché sutr le DVI avec un adapt, en
> 640x480 à disons 75Hz. Je voudrais que quand le moniteur secondaire est
> branché le bureau s'étende dessus.
>
>
> ------------------------------
> Ici mon xorg.conf:
> ------------------------------
>
>
> Section "Files"
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/usr/X11R6/lib/X11/fonts/misc"
> FontPath "/usr/share/fonts/X11/cyrillic"
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> # path to defoma fonts
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> Load "dri"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> 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"
> EndSection
>
> Section "Device"
> Identifier "Generic Video Card"
> Driver "radeon"
> BusID "PCI:2:0:0"
> Option "XAANoOffscreenPixmaps" "true" #AIGLX
> Option "AddARGBGLXVisuals" "true" #AIGLX
> Option "AllowGLXWithComposite" "true" #AIGLX
> Option "TripleBuffer" "true" #AIGLX
> Option "MergedFB" "true" #Enable MergedFB function
> Option "MonitorLayout" "CRT, CRT" # LVDS = Laptop Screen, TMDS =
> DVI Port, CRT = VGA Port NOT MONITOR TYPE!
> Option "CRT2Hsync" "30-70" #Horizontal Sync of the Monitor (check
> your monitor's manual for correct values)
> Option "CRT2VRefresh" "50-150" #Vertical Refresh rate of the
> Monitor (check your monitor's manual for correct values)
> #Option "OverlayOnCRTC2" "true"
> Option "CRT2Position" "RightOf" #Physical location of your
> secondary monitor in relationship to your primary monitor. Values can
> be: LeftOf, RightOf, Above, Below, and Clone.
> Option "MetaModes" "1280x960-640x480" #Monitor Resolutions for
> Primary-Secondary monitors
> #Option "MergedXineramaCRT2IsScreen0" "false" #determines which
> screen is going to be the primary screen; value can be "true" or "false"
> EndSection
>
> Section "Monitor"
> Identifier "Generic Monitor"
> Option "DPMS"
> HorizSync 30-130
> VertRefresh 50-200
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "Generic Video Card"
> Monitor "Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1600x1200" "1280x960" "1024x768" "800x600"
"640x480"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Option "AIGLX" "true" #AIGLX
> Identifier "Default Layout"
> Screen "Default Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> EndSection
>
> Section "Extensions"
> Option "Composite" "Enable" #AIGLX
> Option "RENDER" "Enable" #AIGLX
> Option "DAMAGE" "Enable" #AIGLX
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
>
> ----------------------------------------
> fin du xorg.conf
>
>
> ----------------------------------------
> Commentaires:
> ----------------------------------------
>
> - Option "MonitorLayout" "CRT, CRT"
> Malgré ce qu'indique le commentaire (repompé sur un xorg.conf trouvé
sur
> le net) j'ai mis "CRT, CRT" car le man de radeon ne fait pas que "CRT =
> VGA Port" mais plutot le contraire.
>
> - Option "MetaModes" "1280x960-640x480"
> Je n'ai pas encore mis le mode sans le moniteur secondaire, c'est
> intentionnel, je voudrais bien d'abord réussir a faire marcher
celui-ci.
>
> - Situation présente:
> Avec le xorg ci-joint mon moniteur principal est en et
> l'autre affiche "hors freq 85Hz", je suppose qu'il est en mode clone ou
> quelque chose du genre. Je suis passé par plein d'autres résultats en
> modifiant le xorg.conf en long et en large, mais jamais rien de
> satisfesant.
>
> J'ai suivit le man et lu pas mal de tutoriels mais je n'y arrive tjrs
> pas si quelqu'un peu me donner un coup de main.
>
> Merci.
> Bonne soirée.
>
>


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact




--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
GiGGz
[big cut]


slt,

Eh bien je ne sais pas trop quoi te conseiller...revenir en lenny est
risqué, passer en SID ne résoudra pas ton pb. Que veux tu exactement ?
Avoir un "bureau étendu" ? En fait ce qui ne marche pas actuellement
c'est les "metamodes". ms par exemple tu peux faire du clone mode avec
la même résolution...bon apparemment chez toi ça pose pb car un de tes
moniteurs est en très petite résolution...Sinon tu peux utiliser
xinerama temporairement. Tu crée 2 bureaux avec des résolutions
différentes. Chaque bureau est indépendant, ms tu peux passer de l'un à
l'autre avec la souris. par contre tu ne pourras po faire glisser de
fenêtres si je me souviens bien...ou sinon tu fais comme moi...tu
attends :) ou alors si tu es bon en info ben tu vas donner un coup de
main aux développeurs (moi j'ai po le niveau).

voilà c'est tout ce que je peux te dire...désolé ;)

Bon aprem
Guillaume


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
debian
Apres mes mésaventures avec mergedFB et Xorg 7.2 victime d'un bug, je tente Xinerama et me resoud donc a stopper beryl. Mais voilà ca ne marche encore pas :'(

-----------------------
Xorg.conf:
-----------------------

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

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
#Load "dri" #beryl
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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"
EndSection

Section "Device"
Identifier "0 ATI Technologies, Inc. Radeon 9200SE"
Driver "radeon"
BusID "PCI:2:0:0"
Option "DDCMode" "True" #Xinerama
Option "MonitorLayout" "CRT, CRT" #Xinerama
EndSection

Section "Device"
Identifier "1 ATI Technologies, Inc. Radeon 9200SE"
Driver "radeon"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Vision Master Pro 454"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-200
EndSection

Section "Monitor"
Identifier "Image Quest QV770"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-150
EndSection

Section "Screen"
Identifier "Main Screen"
Device "0 ATI Technologies, Inc. Radeon 9200SE"
Monitor "Vision Master Pro 454"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Second Screen"
Device "1 ATI Technologies, Inc. Radeon 9200SE"
Monitor "Image Quest QV770"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Option "Xinerama" "true" #Xinerama
Screen 0 "Main Screen" #Xinerama
Screen 1 "Second Screen" RightOf "Main Screen" #Xinerama
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Extensions"
#Option "Composite" "Enable"
EndSection

Section "DRI" #beryl
Mode 0666 #beryl
EndSection #beryl

--------------------
Xorg.0.log
--------------------

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux mydebian 2.6.18-4-k7 #1 SMP Mon Mar 26 17:57:15 UTC 2007 i686
Build Date: 01 June 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 19 14:50:30 2007
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "Default Screen" referenced by ServerLayout "Default Layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

-------------------

Je ne comprend pas ou est le probleme, le xorg.conf me semble pourtant bon...

Cordialement.
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
debian
Merci pour ton aide, en fait je suis effectivement en xorg 7.2 et repassé en lenny n'est apparemment pas une solution puisque 7.2 est aussi en lenny:

# apt-cache policy xserver-xorg-core
xserver-xorg-core:
Installed: 2:1.3.0.0.dfsg-6
Candidate: 2:1.3.0.0.dfsg-6
Version table:
*** 2:1.3.0.0.dfsg-6 0
996 http://ftp.fr.debian.org lenny/main Packages
990 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
2:1.1.1-21 0
992 http://ftp.fr.debian.org etch/main Packages


Je désactive donc beryl et tente Xinerama...

Par contre je ne trouve pas le bug spécifique dont tu parlais, j'en ai trouvé bcp mais rien ne se référant explicitement à notre situation. Aurais-tu un liens ?

Merci.
Bonne journée.

-------- Original-Nachricht --------
Datum: Tue, 19 Jun 2007 13:10:30 +0200
Von: GiGGz
An:
Betreff: Re: MergedFB et driver radeon

[big cut]


slt,

Eh bien je ne sais pas trop quoi te conseiller...revenir en lenny est
risqué, passer en SID ne résoudra pas ton pb. Que veux tu exactement ?
Avoir un "bureau étendu" ? En fait ce qui ne marche pas actuellement
c'est les "metamodes". ms par exemple tu peux faire du clone mode avec
la même résolution...bon apparemment chez toi ça pose pb car un de tes
moniteurs est en très petite résolution...Sinon tu peux utiliser
xinerama temporairement. Tu crée 2 bureaux avec des résolutions
différentes. Chaque bureau est indépendant, ms tu peux passer de l'un à
l'autre avec la souris. par contre tu ne pourras po faire glisser de
fenêtres si je me souviens bien...ou sinon tu fais comme moi...tu
attends :) ou alors si tu es bon en info ben tu vas donner un coup de
main aux développeurs (moi j'ai po le niveau).

voilà c'est tout ce que je peux te dire...désolé ;)

Bon aprem
Guillaume


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact




--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
GiGGz
a écrit :
Merci pour ton aide, en fait je suis effectivement en xorg 7.2 et repassé en lenny n'est apparemment pas une solution puisque 7.2 est aussi en lenny:

# apt-cache policy xserver-xorg-core
xserver-xorg-core:
Installed: 2:1.3.0.0.dfsg-6
Candidate: 2:1.3.0.0.dfsg-6
Version table:
*** 2:1.3.0.0.dfsg-6 0
996 http://ftp.fr.debian.org lenny/main Packages
990 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
2:1.1.1-21 0
992 http://ftp.fr.debian.org etch/main Packages


Je désactive donc beryl et tente Xinerama...

Par contre je ne trouve pas le bug spécifique dont tu parlais, j'en ai trouvé bcp mais rien ne se référant explicitement à notre situation. Aurais-tu un liens ?



je ne l'ai pas sous la main...ms en tapant ati mergedfb dans google
group (linux.debian.bug.dist) puis en classant par date et regardant
les derniers tu devrais trouver...

voilà
bonne journée
GUillaume


Merci.
Bonne journée.

-------- Original-Nachricht --------
Datum: Tue, 19 Jun 2007 13:10:30 +0200
Von: GiGGz
An:
Betreff: Re: MergedFB et driver radeon

[big cut]


slt,

Eh bien je ne sais pas trop quoi te conseiller...revenir en lenny est
risqué, passer en SID ne résoudra pas ton pb. Que veux tu exactement ?
Avoir un "bureau étendu" ? En fait ce qui ne marche pas actuellement
c'est les "metamodes". ms par exemple tu peux faire du clone mode avec
la même résolution...bon apparemment chez toi ça pose pb car un de tes
moniteurs est en très petite résolution...Sinon tu peux utiliser
xinerama temporairement. Tu crée 2 bureaux avec des résolutions
différentes. Chaque bureau est indépendant, ms tu peux passer de l'un à
l'autre avec la souris. par contre tu ne pourras po faire glisser de
fenêtres si je me souviens bien...ou sinon tu fais comme moi...tu
attends :) ou alors si tu es bon en info ben tu vas donner un coup de
main aux développeurs (moi j'ai po le niveau).

voilà c'est tout ce que je peux te dire...désolé ;)

Bon aprem
Guillaume


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact








--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact