Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-02-2006, 02:43 PM
|
#1
|
Member
Registered: Jul 2004
Location: Houston, Texas USA
Distribution: Linux Mint
Posts: 57
Rep:
|
A couple of Dual Head questions
I was wondering a few things concerning my dual head setup. I have been running dual head for years but recently, I had the occasion to need a different setup and found myself wondering if it is possible. First, is it possible to run two different window managers at eh the same time on different screens such as gnome on desktop 1 and KDE on desktop 2?
Second, is it possible to run a window manager on one screen and run in terminal mode on the other? I recognise that i can simply run xterm fullscreen, i just want to know if it is possible and if so, how. None of these issues are hardware dependent but if it matters, i am running two Acer 19" AL1912 LCD Flatscreens and two Nvidia GeForce4 MX 440 with AGP8X
graphics accels on SuSE 10. TIA...//drum
|
|
|
07-02-2006, 04:28 PM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Yes, you can run independant displays. The xinit command has an argument for the display. The display on the second screen should indicate the you want to use screen 1 and not screen 0.
It is also possible to have this setup as a xorg.conf profile. You can use the BusID entry to determine which screen entry uses which display.
The easiest way would be to enter "xinit -- :0.1". This will start an xserver on the second display and run xterm in it. Then you can start the window manager in xterm. If you have gnome on DISPLAY=':0.0', you can have KDE running in the second display, DISPLAY=':0.1'.
You can use the -display option to start a program in one session, and have it displayed in another.
Here is an example where you use the same display but use different virtual screens.
Start X on vt/8 with the command: "xinit -- :1"
Start Window Maker on the second display by typing "wmaker &" in xterm.
Switch back to VT/7 running KDE, and enter in a shell: "konsole -display ':1' &"
The konsole terminal displays on vt/8. If your system allows it, you could have even started the program on a different computer. It would then run on the remote computer, but the terminal and display would be using VT/8's display.
|
|
|
07-02-2006, 08:33 PM
|
#3
|
Member
Registered: Jul 2004
Location: Houston, Texas USA
Distribution: Linux Mint
Posts: 57
Original Poster
Rep:
|
I really had to believe that this was possible. Thanks a ton for the valuable info and example.
|
|
|
All times are GMT -5. The time now is 02:40 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|