Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de tes
ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Emmanuel CAPLIEZ wrote:
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de tes
ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le site
d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de tes
ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
Emmanuel CAPLIEZ wrote:
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir un
resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et comme
je savais qu il y avais des parametres abscont pas top documenter (du moin
il y a 1 ans), autant aller au plus simple
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir un
resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et comme
je savais qu il y avais des parametres abscont pas top documenter (du moin
il y a 1 ans), autant aller au plus simple
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir un
resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et comme
je savais qu il y avais des parametres abscont pas top documenter (du moin
il y a 1 ans), autant aller au plus simple
gg wrote:Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
un resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et
comme je savais qu il y avais des parametres abscont pas top documenter
(du moin il y a 1 ans), autant aller au plus simple
OK, bien vu.
gg wrote:
Emmanuel CAPLIEZ wrote:
Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
un resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et
comme je savais qu il y avais des parametres abscont pas top documenter
(du moin il y a 1 ans), autant aller au plus simple
OK, bien vu.
gg wrote:Emmanuel CAPLIEZ wrote:Salut,
Sur une Knoppix 3.4 avec une carte radeon 9600 TX (2 sorties écran)
j'esaie en vain de configurer le bi-écran.
Quelqu'un a t-il réussi ?
Si oui, y a t-il des particularités dans la configuration (driver,
XFConfig-4, etc...) ?
D'avance merci
Il faut installer le driver propriétaire ATI à télécharger sur le
site d'ATI et ensuite lire la doc.
Bon courage.
Emmanuel
non pas du tout.
une conf comme ceci marche tres bien, a toi d adapter en fonction de
tes ecrans et resolutions
$ cat /etc/X11/XF86Config-4
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "DEL"
ModelName "DELL M991"
HorizSync 80.0 - 96.0
VertRefresh 80.0 - 160.0
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq S710 Color Monitor"
HorizSync 30.0 - 85.0
VertRefresh 30.0 - 100.0
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
videoram 16384
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
videoram 16384
EndSection
Section "Screen"
Identifier "Screen 0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Dual layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "xinerama"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Leftof "Screen 0"
EndSection
Effectivement j'avais remarqué que dans la section device
du XF86Config-4 le driver "radeon" semblait présent.
Mais, sur les docs que j'ai consultées, j'ai pas trouvé les précisions
de configuration de ton XF86Config-4.
En tous cas, en adaptant la config de ton fichier à mon matos,
ça fonctionne super.
J'attendais ce fonctionnement en multi écrans pour migrer d'avantage
vers Linux et profiter pleinement des bureaux virtuels.
Tous mes remerciements.
cordialement
GG
bah disont que j ai fait l ete dernier et que j ai galerer pour obetnir
un resultat.
j avais soit la solution de te donner le tout, soit de t orenter, et
comme je savais qu il y avais des parametres abscont pas top documenter
(du moin il y a 1 ans), autant aller au plus simple
OK, bien vu.