linux设置多用户连接界面,经验分享:设置multiseat以便多个用户同时通过GUI登录...

傅博容
2023-12-01

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

Section "ServerFlags"

Option "AutoAddGPU" "off"

EndSection

Section "Monitor"

Identifier "monitor0"

EndSection

Section "Monitor"

Identifier "monitor1"

EndSection

Section "Device"

Identifier "card1"

Driver "radeon"

BusID "PCI:1:0:0"

EndSection

Section "Device"

Identifier "card0"

Driver "intel"

BusID "PCI:0:2:0"

EndSection

Section "Screen"

Identifier "screen0"

Device "card0"

Monitor "monitor0"

DefaultDepth 24

Subsection "Display"

Depth 24

Modes "1440x900" "1024x768"

EndSubsection

EndSection

Section "Screen"

Identifier "screen1"

Device "card1"

Monitor "monitor1"

DefaultDepth 24

Subsection "Display"

Depth 24

Modes "1440x900" "1024x768"

EndSubsection

EndSection

这么配置不行 不知道系统怎么识别到2个显示器

 类似资料: