LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-01-2004, 07:48 AM   #1
persia
LQ Newbie
 
Registered: Oct 2003
Posts: 9

Rep: Reputation: 0
Dual screen, dual X server problem


Hello,

I ve tried everything I knew with this problem but no luck. I really hope you guys can help.


Current situation and specs:

kernel 2.6.7-r11, X11-Xorg and the newest Nvidia kernel.
I have a pc with a GeForce4-Ti4200 with 1 normal VGA output and one DVI-I connection on it and a monitor 19" inch (brand: Sony / Dell).

I bought just recently
- 1 Tv-Tuner
- 1 monitor 17" inch (brand: Medion) specifically to watch the tv-tuner output on.

What I want is 2 fully seperate monitors working on 1 GeForce videocard.
So it would be like this:
1 monitor which would be my smaller MEDION monitor enables me to watch TV all the time. The second monitor will show my normal (office and etc..) programs.
NOTE: That I do NOT want 1 big screen like in twinview xinerama or whatever it is called.
Anyway I ve read the NVIDIA manual like a dozen times and did everything they said in Section R for setting up multiple X servers. But nothing works it seems.

The problem is that when I try to connect the two of the monitors one of them (the smaller one) goes on black and saying OUT OF RANGE. But I am sure this cant be true. This is what I have done and what I get to see in /var/log/Xlog....




Quote:



bash-2.05b$ more Xorg.0.log | grep -i ww
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA: More than one matching Device section for instances
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display
(WW) (1792x1344,monitor0) mode clock 261MHz exceeds DDC maximum 230MHz
(WW) (1920x1440,monitor0) mode clock 234MHz exceeds DDC maximum 230MHz
(WW) (2048x1536,monitor0) mode clock 266.95MHz exceeds DDC maximum 230MHz
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0): horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0): horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0): horizontal sync start (378) not a multiple of 8
bash-2.05b$










Quote:


Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Resolution" "800"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "Dell"
ModelName "P-991"
HorizSync 30-107
VertRefresh 48-120
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Medion"
ModelName "MD1772LA"
HorizSync 30-72
VertRefresh 50-90
EndSection
# Identifier "Standard VGA"
Section "Device"
Identifier "GF4-0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce4 Ti 4200]"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
Option "DPMS"
Screen 0
#Option "NoLogo" "true"
VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "GF4-1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce4 Ti 4200]"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
Option "DPMS"
Screen 1
#Option "NoLogo" "true"
VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen0"
Device "GF4-0"
Monitor "monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "GF4-1"
Monitor "monitor1"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Single Screen"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection





thanks alot in front
 
Old 08-01-2004, 06:29 PM   #2
persia
LQ Newbie
 
Registered: Oct 2003
Posts: 9

Original Poster
Rep: Reputation: 0
no one ?
 
  


Reply



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
Opensuse dual screen problem bisserke SUSE / openSUSE 0 09-14-2005 07:30 AM
Dual screen chrisstooss Linux - Hardware 1 09-12-2005 12:42 PM
Problem with dual boot/dual drive setup Norab Linux - Hardware 10 08-29-2005 03:13 PM
Screen resolution problem on Dual mon sys Gibsonist Linux - General 0 03-16-2005 09:39 PM
xfce dual screen problem dfuse Linux - Software 0 01-22-2004 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration