rapidple.blogg.se

Linux best window manager for multiple monitors
Linux best window manager for multiple monitors





linux best window manager for multiple monitors

try to keep the default depth and highest resolution the same for each 'screen', it makes things much easier.

linux best window manager for multiple monitors

you can get away with just listing one display section and one resolution, if that's all you'll use, or if you're lazy. under each subsection list all the available modes and sizes for each mode. Now make a Screen for each card/monitor pair Section "Screen" Identifier "screen name here" Device "card name here" Monitor "monitor name here" DefaultDepth X SubSection "Display" Depth 4 Modes "1024x768" "800圆00" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800圆00" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800圆00" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800圆00" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800圆00" "640x480" EndSubSection EndSection replace X with whatever color depth your hardware can handle. now make a monitor section for each monitor Section "Monitor" Identifier "monitor name here" HorizSync 28.0 - 51.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection if your monitor has dpms, you can omit the sync and refresh. like this: Section "device" identifier "name for card here" driver "card driver name here" BusID "X:Y:Z" EndSection replace x:y:z with the bus id of the card, you can replace "name for card here" with anything, but make sure you're using the proper driver for your hardware. now, go back to that list of cards and addresses you made. in ubuntu, open a terminal and type sudo gedit /etc/X11/nf (again, if you're already root, don't use sudo) save it as or something simular, i can gaurentee the next step won't work the first time.







Linux best window manager for multiple monitors