LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 03-02-2006, 04:39 AM   #16
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15

i've been attempting different configs i've had for the past few hours, trying new things as well... no luck

I swapped the plugs on the videocard ports physically and now my 19" is being seen as primary as opposed to the 15" being the only one working all the time.

tomorrow I'm gonna try earlier drivers. I read constantly about people claiming victory, but citing 8147 nvidia driver, whereas i use 8178.

I cleaned up my config a bit, read all about xorg.conf in the man pages. read nvidia's readme up and down.

but for now i must sleep ;-p

i keep getting the same Xorg.0.log Warning as the only indication that something is wrong
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display

here's my latest xorg.conf:

Code:
#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "multihead"
        Screen      0  "Screen0" 0 0
	Screen	    1  "Screen1" RightOf "Screen0"
	Option		"Xinerama" "off"
#	Option		"Clone" "1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# 19" monitor
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Princeton"
        ModelName    "VL1918"
        HorizSync    24.0 - 83.0
        VertRefresh  55.0 - 76.0
	Option "UseEdidFreqs" "1"
        Option      "dpms"
EndSection

# 15" monitor
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Dell"
        ModelName    "FP1505"
        HorizSync       31.0 - 60.0
        VertRefresh     60.0 - 75.0
	Option "UseEdidFreqs" "1"
        Option       "dpms"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
    BusID       "PCI:5:0:0"
    Screen      0

    Option     "RenderAccel"
    Option     "TwinView" "1"
    Option     "MetaModes"  "800x600,1024x768"
    Option     "TwinViewOrientation"      "DFP-1 RightOf DFP-0"
    Option     "SecondMonitorHorizSync" "31.0 - 60.0"
    Option     "SecondMonitorVertRefresh" "60.0 - 75.0"

#    Option     "HorizSync"   "DFP-0: 31.0 - 60.0; DFP-1: 24.0 - 83.0"
#    Option     "VertRefresh" "DFP-0: 60.0 - 75.0; DFP-1: 55.0 - 76.0"
EndSection

Section "Device"
	Identifier "Card1"
	Driver	   "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NVIDIA GeForce FX 6800"
	BusID	   "PCI:5:0:0"
	Screen	   1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24 
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768"
        EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device	"Card1"
	Monitor	"Monitor1"
	DefaultDepth	24
	Subsection "Display"
		Depth 24
		Modes	"1024x768"
	EndSubSection
EndSection


#####################################################
###################-*-The Rest-*-####################
#####################################################

Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
#       Load  "dri"
EndSection

Section "InputDevice"

        Identifier  "Keyboard0"
        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" "yes"
EndSection

if anyone else would like to jump in and have me attempt something please suggest .... I'd love to get this working.. lol
 
Old 03-07-2006, 03:13 AM   #17
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
after taking a little break from this i'm back on it with some more info and renewed vigor ;-p

i'll post any successes.
still... any further assistance is appreciated
 
Old 03-07-2006, 05:03 AM   #18
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
how about this:
(just this bit at the top, the rest of the page isn't that helpful)
Code:
   Section "Screen"
      Idenfifier "OldVGAMonitor"
      Option "ConnectedMonitor" "CRT-0"
http://archive.avsforum.com/avs-vb/h.../438201-1.html


i also found this line (out of context) on an nVidia forum. you've tried so many .conf possibilities i'm willing to believe the problem started at boot time...

"If removing vga=0x317 from the kernel boot options fixes the problem, then you're hitting a known incompatibility between framebuffer graphics and the nvidia driver."
http://www.nvnews.net/vbulletin/show...t=57791&page=7
 
Old 03-07-2006, 11:08 AM   #19
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
ah yes, thanks for the extra links, I do have vga=0x318 on, later today i'm going to rewrite my xorg.conf to make it clean with what I know and add that to the things I try. ^_^
 
  


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
volume control problem - Gnome/Fedora4 alnet Fedora 1 11-19-2005 12:35 PM
kde on desktop1,3,4 and gnome on 2 - wtf? firedance Linux - Software 1 01-24-2005 06:52 PM
wtf? DNS + Gnome login errors? crnchyfrog Linux - Networking 1 11-05-2004 03:55 AM
Run two different WMs (or gnome-sessions) on dual monitors guardian653 Linux - Software 1 10-31-2004 01:02 AM
Multi Monitors Gnome beattybp Linux - Newbie 1 12-16-2002 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:43 AM.

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