LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux > Linux - General
User Name
Password
Linux - General This forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
Thread Tools
Old 01-08-2003, 11:55 AM   #16
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 33,329
Thanked: 182

[Log in to get rid of this advertisement]
you should be able to simply load two versions of gnome:

gnome-session --display :0.0 &
gnome-session --display :0.1

in your ~/.xinitrc if you're wanting to do it via gdm I couldn't really say. well i could say use blackbox instead...
acid_kewpie is offline     Reply With Quote
Old 01-09-2003, 03:44 PM   #17
cdennett
LQ Newbie
 
Registered: Jan 2003
Posts: 2
Thanked: 0
I appreciate the help...unfortunately I am using gdm, though I tracked down where it calls gnome-session. My problem now is that both gnome sessions use the same config files, which is not a good thing. They let you "choose sessions", but it doesn't seem to do anything.

After talking to some other people, I either need to try and run a second X server or I'll trash my install and go back to RedHat 7.3, which seemed to have a lot more options to choose from.

Thanks anyways.

-Chris
cdennett is offline     Reply With Quote
Old 01-09-2003, 04:11 PM   #18
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Thanked: 0
Going back to an older version of RH is unlikely to help. Try a different
WM. I use openwindows, and it's worked fine for years, though all it does
is manage windows -- it doesn't have all that fancy cruft that KDE and
Gnome have (though I can run all KDE and Gnome apps).
I was, for a while, using gdm (and occasionally kdm) as my graphical login
screen, and it never had a problem with giving me two heads, once I had
logged in to a decent WM.
There are other WMs that work just as well, I THINK enlightenment will
allow two heads, I know blackbox does, there are others.
moses is offline     Reply With Quote
Old 01-12-2003, 06:37 PM   #19
vhg119
LQ Newbie
 
Registered: Nov 2002
Posts: 9
Thanked: 0

Original Poster
its running fine for me now.. i'm running an nvidia card though and I just followed the howto from the nvidia site plus make a couple of changes.. i have no idea about matrox though.
vhg119 is offline     Reply With Quote
Old 10-19-2003, 08:39 PM   #20
DakotaMan2002
LQ Newbie
 
Registered: Jan 2003
Location: MA
Posts: 12
Thanked: 0
Talking

Just wanted to let other know that I got my Dual heads setup with this post.

Video card is a Geforce FX 5200 128MB

Here is my XF86Config-4 file for anyone thats is intrested....

(NOTE I am using the Drivers from NVIDIA's web site")

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D: layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 70 Hz"
HorizSync 31.5-57.0
VertRefresh 50-70

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Monitor"
Identifier "monitor2"
VendorName "Generic"
ModelName "1024x768 @ 70hz "
HorizSync 31.5-57.0
VertRefresh 50-70
EndSection


Section "Device"
Identifier "device1"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "DPMS"
EndSection

Section "Device"
Identifier "device2"
BoardName "NVIDIA Geforce FX (generic)"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "DPMS"
EndSection


Section "Screen"
Identifier "monitor1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "Screen"
Identifier "monitor2"
Device "device2"
Monitor "monitor2"
DefaultColorDepth 24

Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection


Section "ServerLayout"
Identifier "dual"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen 0 "monitor1"
Screen 1 "monitor2" LeftOf "monitor1"
Option "Xinerama"
EndSection

Section "ServerLayout"
Identifier "single"
Screen 0 "monitor1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama"
Endsection
DakotaMan2002 is offline     Reply With Quote
Old 07-19-2004, 04:21 PM   #21
zapp
LQ Newbie
 
Registered: May 2003
Distribution: slackware
Posts: 21
Thanked: 0
Using one keyboard & mouse for 2 desktops?

If you don't enable Xinerama, and have 2 displays (:0.0 and :0.1), how do you set it to use the keyboard and mouse for both of them; or do you need 2 keyboards and 2 mice?
zapp is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual head qmdm Linux - Hardware 1 03-02-2005 09:01 AM
Multi-monitor Issues on RH9, Geforce 4 Ti Dual Head + TNT2 Single Head the letter b Linux - Newbie 3 12-05-2004 12:23 AM
getting dual head going sockknitter Fedora 0 01-06-2004 04:27 AM
x86 Solaris 9 XSun and Matrox G550 dual-head... one head down, one to go. finegan Solaris / OpenSolaris 4 03-11-2003 01:39 PM
Dual Head Config Linux - General 0 04-28-2002 06:41 AM


All times are GMT -5. The time now is 03:10 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration