এটিআই ক্যাটালিস্ট কন্ট্রোল সেন্টার (fglrx) ব্যবহার করে, আমি দ্বৈত-হেডের মাধ্যমে দুটি ডেস্কটপ (মাল্টিডেস্কটপ বিকল্প) সেটআপ করি। এখন আমি দুটি ইঁদুর এবং কীবোর্ড (ইউএসবি) সংযুক্ত করেছি যা ব্যবহার করে 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
(পরবর্তী এন্ট্রি ভার্চুয়ালজিএল থেকে এসেছে , এই প্রশ্নটি দেখুন , এটি এখানে অপ্রাসঙ্গিক হওয়া উচিত)