ATI उत्प्रेरक नियंत्रण केंद्र (fglrx) का उपयोग करते हुए, मैं दोहरे डेस्कटॉप के माध्यम से दो डेस्कटॉप (मल्टीडेस्कटॉप विकल्प) सेटअप करता हूं। अब मेरे पास दो चूहे और कीबोर्ड (USB) जुड़े हुए xinput
हैं , जिनके उपयोग से दो अलग-अलग समूहों में रखा जा सकता है। क्या मैं प्रत्येक समूह को एक स्क्रीन पर लॉक कर सकता हूं? और यह स्थायी रूप से कैसे किया जा सकता है? वैकल्पिक रूप से, इस "लाइट मल्टीसैट" को मल्टीसैट में कॉन्फ़िगरेशन के रूप में अच्छी तरह से सराहना करने के निर्देश दिए गए हैं।
यह उत्प्रेरक केंद्र द्वारा सेटअप के रूप में xorg.conf है:
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
Screen "amdcccle-Screen[1]-1" 1400 0
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1400x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1400x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:5:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-1"
Device "amdcccle-Device[1]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "vglusers"
Mode 0660
EndSection
(बाद की प्रविष्टि VirtualGL से है , इस प्रश्न को देखें , यह यहाँ अप्रासंगिक होना चाहिए)