Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
as long as you're not using xinerama or equivalent then the two will be seperate displays, :0.0 and :0.1 you can usually load a WM e.g. fluxbox --display :0.1 but many window managers will instantly take over both screens, and you're pretty much stuffed in that case i believe.
well no, i mean Xinerama explictly takes multiple displays and merges them into one single one. this is naturally bad if you want a different WM on each screen as logically there will noly be one single screen in the first place.
Sorry I missunderstood your first post. What I am looking to do isn't put a diff WM on each display, but have the desktops that are available under KDE for example, be available independantly on each display. So, on display one, I am currently in desktop 1, and on display 2, I'm using desktop 2.
I have mine setup in a similiar way I think, but it doesn't quite work like you want it to.
I heavily modified my xorg.conf to add in another display, and have it load the extra display if it is detected on boot. In this way, I can run both of my 19" LCD screens, have the cursor move seemless thru them, yet run 2 seperate KDE instances at once. Also, it allows me to run different resolutions if I wanted too, while having 3D on both heads.
I cannot click on display 2 while on screen1 and have it switch to screen2. This doesn't seem to be a problem though, it works so good now I wouldn't change it.
Let me know if you need help with the xorg.conf, it's not hard...just alot of editing and checking.
Here is the main part that I added, the whole config is pretty long.
*I guess I was a little misleading on the bootup selection. The way the file is, if another display is detected, it will start the second display at a predetermined resolution once my fglrx driver has been loaded. If the system boots without a secondary display, then it just skips over it and runs the one display without 1.
First under Section "Monitor" you need to add the second or third display:
After all that, you'll next want to add the info into the screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter connector 0"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1920x1200" "1280x1024"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
Now you should be able to use dual monitors at different resolutions, with different instances of KDE on each monitor, while being able to traverse each screen with your mouse
is it possible to run gnome on a display, and xfce on the other ? (where to configure that)
in fact, i'd like to have gnome on my primary, and just X on the secondary ... is it possible ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.