Retourner au contenu associé (entrée de forum : Xinerama et la 3D)
Posté par dubis le 30 mars 2009 à 13:43. En réponse au message Xinerama et la 3D. Évalué à 1.
Section "Device" Identifier "aticonfig-FireGL" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Asus" Option "DPMS" "true" Option "PreferredMode" "1440x900" EndSection Section "Monitor" Identifier "Dell" Option "DPMS" "true" Option "PreferredMode" "1280x1024" EndSection Section "Screen" Identifier "Default Screen" Monitor "Asus" Monitor "Dell" Subsection "Display" Virtual 3200 1200 EndSubsection EndSection
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Files" EndSection Section "Module" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
:~$ xrandr Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1024 default connected 1440x900+0+0 0mm x 0mm 1440x900 60.0* 1280x1024 75.0 70.0 60.0 1280x960 60.0 1280x768 60.0 1280x720 60.0 1152x864 75.0 70.0 60.0 1024x768 75.0 72.0 70.0 60.0 800x600 75.0 72.0 70.0 60.0 56.0 720x480 60.0 640x480 75.0 72.0 60.0 640x400 75.0 60.0 512x384 75.0 60.0 400x300 75.0 60.0 320x240 75.0 60.0 320x200 75.0 60.0
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: rien de nouveau...
Posté par dubis . En réponse au message Xinerama et la 3D. Évalué à 1.
J'ai essayé de refaire mon xorg.conf en m'inspirant du tien :
Section "Device"
Identifier "aticonfig-FireGL"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Asus"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
EndSection
Section "Monitor"
Identifier "Dell"
Option "DPMS" "true"
Option "PreferredMode" "1280x1024"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Asus"
Monitor "Dell"
Subsection "Display"
Virtual 3200 1200
EndSubsection
EndSection
Malheureusement, cela ne fonctionne pas. J'ai donc repris un autre xorg.conf créé avec aticonfig :
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Avec cette dernière configuration, j'ai deux écran identiques. la commande xrandr ne voit q'un suel écran :
:~$ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1024
default connected 1440x900+0+0 0mm x 0mm
1440x900 60.0*
1280x1024 75.0 70.0 60.0
1280x960 60.0
1280x768 60.0
1280x720 60.0
1152x864 75.0 70.0 60.0
1024x768 75.0 72.0 70.0 60.0
800x600 75.0 72.0 70.0 60.0 56.0
720x480 60.0
640x480 75.0 72.0 60.0
640x400 75.0 60.0
512x384 75.0 60.0
400x300 75.0 60.0
320x240 75.0 60.0
320x200 75.0 60.0
Comment pourrais je faire pour que xrandr voit 2 écran ?