#1 Le 15/10/2006, à 06:48
- casimir
Xorg.conf à modifier pour le Dual [resolu]
Bonjour et voici mon Xorg pour modifier celui-ci afin d'avoir le dual screen, j'ai bien essayer plusieur methode, mais au reboot de doit remettre l'ancien Xorg.backup
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSectionSection "Files"
# path to defoma fonts
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "Monitor"
Identifier "DPlus 230SB"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "vesa"
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "DPlus 230SB"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionSection "DRI"
Mode 0666
EndSection
J'ai deux section device est-ce bien mais deux ecran ? ou alors doijes-en creer un autre.
sur ce tuto puis-je faire la meme chose soit
sudo aticonfig --dtop=horizontal --overlay-on=1
http://doc.ubuntu-fr.org/materiel/ati/aticonfig
Dernière modification par casimir (Le 16/10/2006, à 22:22)
Hors ligne
#2 Le 15/10/2006, à 11:50
- traaf
Re : Xorg.conf à modifier pour le Dual [resolu]
essaie ca
Section "Files"
# path to defoma fonts
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "Device"
Identifier "Device0"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "Device1"
Driver "fglrx"
Screen 1
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSectionSection "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "Monitor1"
Option "DPMS"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
http://doc.ubuntu-fr.org/materiel/multi-ecran
Vault106, musique libre, enjoy it /!\
Hors ligne
#3 Le 15/10/2006, à 12:39
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
Ca rafraichit xorg, j'ai la meme image sur les deux ecrans, je n'arrive plus est-ce lie à avoir les 4 bureau dans ma barre des taches je ne sais comment les remettre.
quand je vais dans systeme/preference/resolution d'écran je n'ai q'une posibilitée, alors que je devrait je croit avoir les deux config.
Il doit manquer Quelques chose, j'aimerai bien voir ce que c'est d'avoir deux écran pour travailler ca doit etre génial.
Hors ligne
#4 Le 15/10/2006, à 13:29
- traaf
Re : Xorg.conf à modifier pour le Dual [resolu]
j'ai ptet zappé un truc, je te colles le mien,qui fonctionne bien, pour t'inspirer un peu
# /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-xorgSection "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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "Device"
Identifier "Device0"
Driver "nvidia"
Screen 0
BusID "PCI:4:0:0"
EndSectionSection "Device"
Identifier "Device1"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL"
Option "ConnectedMonitor" "Television"
BusID "PCI:4:0:0"
EndSectionSection "Monitor"
Identifier "Monitor" #LCD
HorizSync 30-81
VertRefresh 56-75
Option "DPMS"
EndSectionSection "Monitor"
Identifier "Television" #TV
HorizSync 60
VertRefresh 30-150
EndSectionSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
EndSectionSection "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Television"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" rightof "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Vault106, musique libre, enjoy it /!\
Hors ligne
#5 Le 15/10/2006, à 13:39
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
Toi tu utilise une tv au bout et tu as une carte nvidia
ca doit etre completement different,non ?
vais voir si ca m'inspire !!:|
Hors ligne
#6 Le 15/10/2006, à 14:08
- traaf
Re : Xorg.conf à modifier pour le Dual [resolu]
Toi tu utilise une tv au bout et tu as une carte nvidia
ca doit etre completement different,non ?
vais voir si ca m'inspire !!:|
non, c pareil, sauf que tu supprimes les options tv
sur mon autre pc (carte ati, branchée sur 2 CRT), ca donne
# /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-xorgSection "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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "Device"
Identifier "Device0"
Driver "ati"
Screen 0
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "Device1"
Driver "ati"
Screen 1
BusID "PCI:1:0:0"
EndSectionSection "Monitor"
Identifier "PBell"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "NEC A700+"
Option "DPMS"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "PBell"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "NEC A700+"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
Vault106, musique libre, enjoy it /!\
Hors ligne
#7 Le 15/10/2006, à 14:20
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
J'ai regarder le tuto le lien que tu m'as donné plus haut j'ai la meme chose que toit a part la marque des ecrans dans Section "Monitor", mais je ne pense pas que ce soit le probleme. je le remet modifier
# path to defoma fonts
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
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 "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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "fglrx"
Screen 1
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" leftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#8 Le 15/10/2006, à 14:59
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
c'est pas normal ca ?
sudo aticonfig --initial=dual-head
Password:
Found fglrx primary device section
Found fglrx secondary device section
il faut que je mette ati alors
Dernière modification par casimir (Le 15/10/2006, à 15:00)
Hors ligne
#9 Le 15/10/2006, à 15:06
- traaf
Re : Xorg.conf à modifier pour le Dual [resolu]
J'ai regarder le tuto le lien que tu m'as donné plus haut j'ai la meme chose que toit a part la marque des ecrans dans Section "Monitor", mais je ne pense pas que ce soit le probleme. je le remet modifier
# path to defoma fonts 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/100dpi" FontPath "/usr/share/X11/fonts/75dpi" 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 "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" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Device0" Driver "fglrx" Screen 0 BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device1" Driver "fglrx" Screen 1 Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Basic Layout" Screen 0 "Screen0" Screen 1 "Screen1" leftOf "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
section device
il te manque le bus id pour ton 2eme écran
Vault106, musique libre, enjoy it /!\
Hors ligne
#10 Le 16/10/2006, à 01:04
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
je vient de mettre le meme busid mais au reboot plus de X
Section "Device"
Identifier "Device0"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "Device1"
Driver "fglrx"
Screen 1
BusID "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
J'ai donc été obliger d'avoir recourt à la szuvrgzrde xorg.conf.
Dernière modification par casimir (Le 16/10/2006, à 12:20)
Hors ligne
#11 Le 16/10/2006, à 16:00
- traaf
Re : Xorg.conf à modifier pour le Dual [resolu]
je vois pas ce qui cloche
essaie en collant directement celui que je poste dans ce message
driver ati, même busID que toi, ca devrait passer
si ca fonctionne, modifie les drivers pour fglrx
Vault106, musique libre, enjoy it /!\
Hors ligne
#12 Le 16/10/2006, à 18:49
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
Ok veux bien mais c'est dans ce message
BusID "PCI:4:0:0"
alors que le mien semble étre
BusID "PCI:1:0:0"
c'est sans doute pas la meme chose.
Hors ligne
#13 Le 16/10/2006, à 21:02
- casimir
Re : Xorg.conf à modifier pour le Dual [resolu]
C'est trop beau ! super genial !
merci a traaf
je met mon Xorg.conf si quelqu'un le veut un autre exemple faudra que je trouve
# /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"
# path to defoma fonts
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Device0"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "fglrx"
Screen 1
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DPlus 230SB"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "LCD1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "DPlus 230SB"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "LCD1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Pour info pour ceux qui passeront par la,
il faut faire attention aux noms des ecrans pour moi
dans Section "Screen" ou Section "Monitor" et Section "ServerLayout" (important que tout colle et soit coherant)
Screen0=>Device0=>DPlus 230SB
Screen0=>Device0=>LCD1
Et je pressiserait que "leftof" s'ecrit "LeftOf"
traaf je pense que "rightof" aussi s'écrit "RightOf"
en tout cas pour left ya pas le choix.
Tout ce qui est Wacom je sais pas ce que c'est mais si je les enléve je plante donc je laisse, si quelqu'un peut me dire, car je n'est pas de tablet.
un deuxieme ecran meme un vieux truc qui traine c'est pas mal on en trouva plein d'usage.
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.6065 (8.29.6)display: :0.0 screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.6065 (8.29.6)
Dernière modification par casimir (Le 16/10/2006, à 22:21)
Hors ligne