NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - TwinView Dual X Mode
New Posts  All Forums:Forum Nav:

Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - TwinView Dual X Mode

post #1 of 8
Thread Starter 
This post is one of several documenting the installation and configuration of Fedora Core 3 on my Sager 9860. There is a "table of contents" post here .

======================================================

This is a weird mode. You run two completely seperate instances of your window manager (KDE in my case). One on each monitor. The trick is to basically double-up on all the sections in the xorg.conf file.

Some notes:

1) Note that the "Screen" entry in the "ServerLayout" section is a little different than you usually see.

2) I have an external keyboard plugged into the 9860 as well. So I've added a second "kbd" driver. I'm not sure if it is needed or not.

3) I have a second "InputDevice" section for "DevInputMice." This stops Quake3 based games from interpretting a left+right mouse click as a middle click. Very helpful when fragging!

4) The built-on screen for the 9860 is always "DFP-0."

5) You need the "IgnoreEDID" option for the Sager 9860 screen. I have it in the section for my external monitor as well. But I don't think I need it there.

6) Note that the "screen" section is a little different than you're used to seeing.

7) VERY IMPORTANT!!! - The only way to get this to work is to boot your 9860 with the external monitor DETACHED. I run with "init 3" so I boot to a text screen. After the machine is completely booted, then I attach the external monitor, then issue the command "startx." It might work from "init 5" mode, but you'll have to restart X after attaching the external monitor....not sure about this as I haven't tried it. If anyone figures out how to make this work without the process of detaching and attaching the external monitor, I'd love to hear it.

There are some annoyances while running in Dual X mode:

1) As you set your options for KDE on the external monitor, they don't always take effect immediately. I had to restart X to see some of the changes I wanted to make to the desktop environment.

2) You can't drag windows from one monitor to another, but the mouse will move between the two based on the "Screen 1" line in the "ServerLayout" section.


PHP Code:
Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" Screen 1 "Screen1" rightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Keyboard1" "AlwaysCore" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules/extensions/nvidia" ModulePath "/usr/X11R6/lib/modules/extensions" ModulePath "/usr/X11R6/lib/modules" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Sager" ModelName "LCD Panel 1680x1050" HorizSync 30.0 - 90.0 VertRefresh 59.0 - 85.0 ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Dell" ModelName "2000FP" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 76.0 Option "dpms" EndSection Section "Device" Identifier "nvidia0" Driver "nvidia" VendorName "NVIDIA" BoardName "NVIDIA GeForce Go 6800" BusID"PCI:1:0:0" Screen0 Option "IgnoreEDID" "1" Option "NoLogo" "1" Option "ConnectedMonitor" "DFP-0" EndSection Section "Device" Identifier "nvidia1" Driver "nvidia" VendorName "NVIDIA" BoardName "NVIDIA GeForce Go 6800" BusID"PCI:1:0:0" Screen1 Option "IgnoreEDID" "1" Option "NoLogo" "1" Option "ConnectedMonitor" "DFP-1" EndSection Section "Screen" Identifier "Screen0" Device "nvidia0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "nvidia1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection
post #2 of 8
dude you didn't have to make 4 identical threads. shove all your problems into 1 thread.
post #3 of 8
Quote:
Originally Posted by abf
dude you didn't have to make 4 identical threads. shove all your problems into 1 thread.
These are not four identical threads. They are four different threads regarding the possible X layouts. This one is to enable you to have two different X sessions attached to two different monitors. Another thread is to span one X session over two monitors...etc..etc
post #4 of 8
Quote:
Originally Posted by c_mackowski
These are not four identical threads. They are four different threads regarding the possible X layouts. This one is to enable you to have two different X sessions attached to two different monitors. Another thread is to span one X session over two monitors...etc..etc
You could/should consolidate all the thread's you've posted and plan to post into one single "HOWTO: Sager 9860 configurations"

The information you are sharing appears useful and it wouldn't hurt it in any way to post it all in one single thread. The single thread would allow easy access for members searching for info instead of them having to deal with multiple threads for the same pc. It also spares the forum from having a bunch of posts all dealing with the same common goal.

Respectfully
RadHaz
post #5 of 8
Quote:
Originally Posted by RadHaz
You could/should consolidate all the thread's you've posted and plan to post into one single "HOWTO: Sager 9860 configurations"

The information you are sharing appears useful and it wouldn't hurt it in any way to post it all in one single thread. The single thread would allow easy access for members searching for info instead of them having to deal with multiple threads for the same pc. It also spares the forum from having a bunch of posts all dealing with the same common goal.

Respectfully
RadHaz

Rad gets it
post #6 of 8
I would have to put my hand up and say I agree with abf and RadHaz here.


--
Shawn
post #7 of 8
Actually, instead of bashing the guy for having made a couple threads, why not thank him for his effort and contribution to the relatively small notebook/linux population...
But, I'm sure you guys were going to do that right? ...

Cheers,
Marc
post #8 of 8
Quote:
Originally Posted by hawky
Actually, instead of bashing the guy for having made a couple threads, why not thank him for his effort and contribution to the relatively small notebook/linux population...
But, I'm sure you guys were going to do that right? ...

Cheers,
Marc
Your post insinuates we are "bashing" and not "thanking" the OP for posting when in fact we are merely encouraging him to post his information in a way that might be more useful to others. I stated his information appears useful, and stand by that since I don't use fedora and have no way of putting the information to use. Admittedly I didn't shower him with praise but neither did I discourage him from posting anymore information to the community.

I am sure at some point someone will have a problem and either search or be directed to one of his thread's (hopefully the right one) and then the kudos can be lauded. Until that time without wishing to derail the thread any further and take away from it's original intention to help the masses, I restate that the sager/fedora user's could be better served by consolidating all the post's into one informative post.

Another great resource for specific linux/laptop configurations for users to try would be linux on laptops it's a fairly large database of fellow linux users and writeup's pertaining to specific configuration issues/installs.

So in closing I would like to say to Baez, keep on keeping on. If our post's read as bashing then I think they're being misunderstood, we're just trying to help you get the information out in the best manner possible.

Respectfully
RadHaz
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - TwinView Dual X Mode