#1 Le 06/07/2006, à 20:37
- Strash
Un bureau pour mon deuxième écran ?
Après mes déboires avec XGL et le dualscreen (sortie TV sur une ATI x700 mobility). Je suis enfin arrivé à une solution. Mais j'aimerai l'améliorer (jamais content ). J'avance petit à petit dans la compréhension de xorg mais je suis pas encore assez avancé pour faire ce que je veux.
J'ai actuellement XGL qui tourne sans problème sur l'écran de mon Laptop et un écran noir sur ma Télé. Je peux lancer des applications sur la TV grace à la commande :
DISPLAY=:0.1 le_logiciel
Ainsi je peux regarder des films, des photos etc...
Mais devoir utiliser la console me gène un peu, ça ne fait pas "propre".
Donc j'aimerai pouvoir avoir un bureau Gnome (sans XGL ? je n'en ai pas besoin) sur ma Télé !
Je vous colle mon fichier xorg.conf :
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]"
Screen 1 "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# paths 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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "OverlayOnCRTC2" "1"
Option "TVFormat" "PAL-N"
Option "FSAAEnable" "on"
Option "FSAAScale" "2"
Option "FSAADisableGamma" "off"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:3:0:0"
Screen 0
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "OverlayOnCRTC2" "1"
Option "TVFormat" "PAL-N"
Option "FSAAEnable" "on"
Option "FSAAScale" "2"
Option "FSAADisableGamma" "off"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:3:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Merci
Hors ligne
#2 Le 06/07/2006, à 20:49
- Link31
Re : Un bureau pour mon deuxième écran ?
Peut-être un :
DISPLAY=:0.1 gnome-session
(pas testé, résultats non garantis )
Hors ligne
#3 Le 06/07/2006, à 21:07
- Strash
Re : Un bureau pour mon deuxième écran ?
J'avais essayé... mais il me répond qu'une session de gnome est déjà lancée...
Hors ligne
#4 Le 10/07/2006, à 12:09
- Strash
Hors ligne
#5 Le 10/07/2006, à 17:29
- Link31
Re : Un bureau pour mon deuxième écran ?
Et en lançant un par un tous les programmes qui constituent une session Gnome (gnome-panel, nautilus...) dans l'autre écran ? Désolé de ne pas pouvoir être plus précis, j'utilise KDE.
Hors ligne
#6 Le 10/07/2006, à 19:00
- Zer0
Re : Un bureau pour mon deuxième écran ?
je cherche exactement la même chose j'ai trouvé ca
aticonfig --desktop-setup= horizontal --dtop, --desktop-setup=mirror
ou alors
aticonfig --desktop-setup= horizontal --dtop, --desktop-setup=clone
j'ai pas encore essayer
Hors ligne