You are not logged in.

#1 2006-09-06 13:46:55

sydney
Member
Registered: 2005-11-25
Posts: 63

3 Monitor under Linux

Hello,

how can i get 3 Monitors to work under KDE or Fluxbox.

Graficcards

PCI-E Nvidia Geforce 6800 ( dual head )
PCI    Nvidia TNT 2

3x 19" LG 1950 Flatron Monitor

DualView Works Fine.

But i can get working the 3nd Monitor ( Right Display)

Here is my xorg.conf works perfectly with startx -- -layout TwinView
If i try startx -- -layout Xinerama , just the 2 same Monitor works like TwinView, the Right TFT doesent work (Black Screen)
I Hope someone can help me to get my 3nd Monitor work.

Section "Files"
    RgbPath    "/usr/lib/X11/rgb"
    FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/CID/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load    "dbe"
    Load        "v4l"
    Load        "extmod"
    SubSection    "extmod"
        Option  "omit xfree86-dga"
    EndSubSection
    Load    "type1"
    Load    "freetype"
    Load    "glx"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
     Option "RENDER" "Enable"
EndSection

Section "ServerFlags"
    Option    "blank time"    "1"
    Option    "standby time"    "2"
    Option    "suspend time"    "3"
    Option    "off time"    "4"
EndSection


Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "microsoft"
#    Option  XkbModel"   "PC 105"
    Option "XkbLayout"   "de"
    Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll,caps:shift,altwin=super_win"
    Option "XkbVariant" "nodeadkeys"

EndSection


Section "InputDevice"
    Identifier    "Mouse_Logitech"
    Driver    "mouse"
    Option    "Protocol"    "ExplorerPS/2"
    Option    "Device"    "/dev/input/mice"
    Option    "Resolution" "1600"
    Option    "Buttons" "8"
    Option    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier    "SamsungTFT"
    Option    "dpms"
    HorizSync 31.5-81.0
    VertRefresh 60-60
    DisplaySize 376 301
EndSection

Section "Monitor"
    Identifier    "ProviewCRT"
    Option    "dpms"
    HorizSync 31.5-81.0
    VertRefresh 60-60
    DisplaySize 376 301
EndSection

Section "Monitor"
    Identifier    "LG1915SV"
    Option    "dpms"
    HorizSync 31.5-81.0
    VertRefresh 60-60
    DisplaySize 376 301
EndSection

Section "Monitor"
    Identifier  "TwinMoni"
    Option      "dpms"
    HorizSync   31.5-81.0
    VertRefresh 60-60
    DisplaySize 672 269   #SamsungTFT horizontal size *2 to get 86*86 dpi
#    DisplaySize 752 301   #SamsungTFT horizontal size *2 to get 86*86 dpi
EndSection

#----- Single BEGIN ------------------------------------------------------------------------------
Section "ServerLayout"
    Identifier    "single"
    Screen    0 "Screen0"
    InputDevice    "Mouse_Logitech" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#----- Single END --------------------------------------------------------------------------------

#----- Twinview BEGIN ----------------------------------------------------------------------------
Section "Device"
    Identifier "NvidiaTwin"
    VendorName "MSI"
    BoardName "GeForce 6800XT"
    Driver "nvidia"
#    BusID "PCI:1:0:0"
    Option "NoLogo" "0"
    Option "TwinView" "1"
#    Option "MetaModes"  "1280x1024,1280x1024; 1280x1024"
    Option "MetaModes"  "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
  Option "TwinViewOrientation" "CRT-0  DFP-0"
    Option "HorizSync"   
    Option "VertRefresh" "60"
    Option "DPI" "96 x 96"
    Option "ConnectedMonitor" "DFP-0,CRT-0"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "true"
EndSection

Section "Screen"
    Identifier    "ScreenTwin"
    Device      "NvidiaTwin"
    Monitor    "TwinMoni"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
    Modes "2560x1024_60"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier    "twinview"
    Screen    0 "ScreenTwin"
    InputDevice    "Mouse_Logitech" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "0"
EndSection
#----- Twinview END ------------------------------------------------------------------------------

#----- Xinerama BEGIN ----------------------------------------------------------------------------
Section "Device"
    Identifier  "Nvidia0"
    VendorName  "Gainward"
    BoardName   "Ultra/1960 Golden Sample"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       0
    #SINCE NVIDIA VERSION 1.0-8756 YOU MUST USE UseDisplayDevice INSTEAD OF ConnectedMonitor TO GET XINERAMA WORK:
#    Option "ConnectedMonitor" "DFP"
    Option "UseDisplayDevice" "CRT"
    Option "HorizSync"
    Option "VertRefresh" "60"
    Option "DPI" "96 x 96"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Device"
    Identifier  "Nvidia1"
    VendorName  "Gainward"
    BoardName   "Ultra/1960 Golden Sample"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       1
    #SINCE NVIDIA VERSION 1.0-8756 YOU MUST USE UseDisplayDevice INSTEAD OF ConnectedMonitor TO GET XINERAMA WORK:
#    Option "ConnectedMonitor" "DFP"
    Option "HorizSync" 
    Option "VertRefresh" "60"
    Option "DPI" "96 x 96"
    Option "UseDisplayDevice" "DFP"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Device"
    Identifier  "Nvidia2"
    VendorName  "Creative"
    BoardName   "Nvidia TNT2 "
    Driver      "nvidia"
    BusID       "PCI:2:0:0"
    Screen       2
    #SINCE NVIDIA VERSION 1.0-8756 YOU MUST USE UseDisplayDevice INSTEAD OF ConnectedMonitor TO GET XINERAMA WORK:
#    Option "ConnectedMonitor" "DFP"
    Option "HorizSync" 
    Option "VertRefresh" "60"
    Option "DPI" "96 x 96"
    Option "UseDisplayDevice" "DFP"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device    "Nvidia0"
    Monitor    "SamsungTFT"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
#        Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
         Modes "1280x1024"
    EndSubsection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device    "Nvidia1"
    Monitor    "ProviewCRT"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
#        Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
     Modes "1280x1024"
    EndSubsection
EndSection

Section "Screen"
    Identifier    "Screen2"
    Device    "Nvidia2"
    Monitor    "LG1915SV"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
#        Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
         Modes "1280x1024"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier    "xinerama"
    Screen    0 "Screen0"
    Screen    1 "Screen1" RightOf "Screen0"
    Screen    2 "Screen2" RightOf "Screen1"
    InputDevice    "Mouse_Logitech" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "1"
EndSection
#----- Xinerama END ------------------------------------------------------------------------------

Thank you very very much

Offline

#2 2006-09-06 14:34:50

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: 3 Monitor under Linux

twinview does support more than two monitors i think. Also:

Option "MetaModes"  "1280x1024,1280x1024;

shouldn't this be Option "MetaModes"  "1280x1024,1280x1024,1280x1024;

if you wanted to specify three monitors? and why do you have 4 monitors sections if you have 3 monitors?

I don't know... i hate xorg.conf: it's the crux of linux.


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#3 2006-09-06 17:33:30

sydney
Member
Registered: 2005-11-25
Posts: 63

Re: 3 Monitor under Linux

test1000 wrote:

twinview does support more than two monitors i think. .

Yes you are right, TwinView can only handle 2 Monitors

Option "MetaModes"  "1280x1024,1280x1024;

shouldn't this be Option "MetaModes"  "1280x1024,1280x1024,1280x1024;.

Wrong this line is for TwinView Only.

if you wanted to specify three monitors? and why do you have 4 monitors sections if you have 3 monitors?

I Just Specify 3.

I don't know... i hate xorg.conf: it's the crux of linux.

Like me smile

Offline

#4 2006-09-06 22:05:36

sydney
Member
Registered: 2005-11-25
Posts: 63

Re: 3 Monitor under Linux

Okay i Know the Problem.

Geforce6800 works with drivers nvidia-beyond
Riva TNT dont work with nvidia-beyond it need nvidia-legacy-beyond

sudo pacman -S nvidia-legacy-beyond
:: nvidia-legacy-utils conflicts with nvidia-utils. Remove nvidia-utils? [Y/n] N

Some Solution?

Offline

Board footer

Powered by FluxBB