LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-07-2005, 02:16 PM   #1
babag
Member
 
Registered: Aug 2003
Posts: 419

Rep: Reputation: 31
need help with dual monitor setup


mandriva le 2005
geforce fx 5200 card
samsung syncmaster 955df (main)
hp a4033a (second)

samsung looks fine, hp is nothing but colored frazz. have tried various refresh
rates/resolutions in hopes of finding something comfortable for both monitors but
nothing worked. also tried setting each as default. no luck. config file seems to
only reference one monitor. i've googled and seen reference to a 'twinview'
setting for nv cards but this is not in my config and i'm not sure if it's supported
here.

this setup is intended to be for a video editing station on which i'd like to play with
cinelerra. i use removable hard drives so this mandriva install is temporary, housed
on a spare drive until i get it all configured. until then i use wxp. when i have time for
playing with mandriva, i take out the wxp drive, put in the mandriva drive, and go.
i'm basically trying to replicate my wxp setup using mandriva. first step is getting the
monitors to look like the desktop i'm used to, editing app spread across both monitors.

i understand that xinerama may be something i may need. not sure if i should sort
out this frazzed second monitor first or set up xinerama first. xinerama does not
appear on any of my software sources in mcc. how do i proceed with this issue?
where is a good place to obtain an rpm for le 2005?

thanks,
BabaG
 
Old 10-07-2005, 03:43 PM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
How are you setting up the dual monitors? xorgconfig? Through Mandriva Control Center? Ultimately, it matters on what is in your /etc/xorg.conf file. Maybe you can post just the monitor sections.
 
Old 10-07-2005, 04:16 PM   #3
babag
Member
 
Registered: Aug 2003
Posts: 419

Original Poster
Rep: Reputation: 31
would configure through mcc if i knew how. here's the text of my xorg.conf file (edited down
to relevent parts i hope). thanks for taking an interest.

BabaG

Code:
# File generated by XFdrake.

Section "Monitor"
    Identifier "monitor1"
    VendorName "Samsung"
    ModelName "Samsung SyncMaster 955DF"
    HorizSync 30-85
    VertRefresh 50-160
    
    # 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 "Device"
    Identifier "device1"
    VendorName "nVidia"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nv"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Virtual 1280 1024
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1280 1024
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1280 1024
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1280 1024
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
 
Old 10-09-2005, 12:54 AM   #4
NoStop
Member
 
Registered: Feb 2005
Location: Canada
Distribution: Debian Etch - Enlightenment E17
Posts: 116

Rep: Reputation: 15
Re: need help with dual monitor setup

Quote:
Originally posted by babag
mandriva le 2005
geforce fx 5200 card
samsung syncmaster 955df (main)
hp a4033a (second)

samsung looks fine, hp is nothing but colored frazz. have tried various refresh
rates/resolutions in hopes of finding something comfortable for both monitors but
nothing worked. also tried setting each as default. no luck. config file seems to
only reference one monitor. i've googled and seen reference to a 'twinview'
setting for nv cards but this is not in my config and i'm not sure if it's supported
here.

this setup is intended to be for a video editing station on which i'd like to play with
cinelerra. i use removable hard drives so this mandriva install is temporary, housed
on a spare drive until i get it all configured. until then i use wxp. when i have time for
playing with mandriva, i take out the wxp drive, put in the mandriva drive, and go.
i'm basically trying to replicate my wxp setup using mandriva. first step is getting the
monitors to look like the desktop i'm used to, editing app spread across both monitors.

i understand that xinerama may be something i may need. not sure if i should sort
out this frazzed second monitor first or set up xinerama first. xinerama does not
appear on any of my software sources in mcc. how do i proceed with this issue?
where is a good place to obtain an rpm for le 2005?

thanks,
BabaG
Xinerama is installed by default. But you're going to have to figure out how to setup your xorg.conf file for dual monitors. It can sometimes be a real bear to get going. You'll need to have additional sections in your xorg.conf file to cover: monitor2, screen2, device2. I suggest that you start googling for info on setting up dual monitors with the type of graphics card you have. Don't know how well that card supports Linux. Some manufacturers provide Linux utilities to make configuring dual monitors alot easier than having to hand code the settings.

I've got dual monitors working under a number of different distros, but not with the graphics card you're using, so I can't be much help with specifics. Sorry.
 
Old 11-12-2005, 11:48 AM   #5
Wronski
LQ Newbie
 
Registered: Jun 2003
Location: Argentina
Distribution: Kubuntu Dapper
Posts: 4

Rep: Reputation: 0
twinview

The TwinView option belongs to the drivers provided by Nvidia, not to the "nv" drivers.
 
Old 12-04-2005, 10:48 AM   #6
tudormon
LQ Newbie
 
Registered: Dec 2005
Posts: 1

Rep: Reputation: 0
a bit further

Hi, I'm trying to figure this out myself. I'm one step further, here it is... you have to install the nvidia drivers first (check out nvidia.com, download the thing and figure it out - killing the x server while installing as root etc - because there's a lot to write).
Then, edit the x.org file.
The line
Driver "nv"
from the Device section has to become
Driver "nvidia"
Then you'll see the logo when you boot, briefly. Follow the instructions from the nvidia readme and the 3d acceleration will work.
Still looking for the correct syntax for tv out. Nvidia's examples are incomplete.
 
Old 12-05-2005, 05:09 AM   #7
mikeyman
LQ Newbie
 
Registered: May 2004
Location: New Jersey USA
Distribution: Fedora, PCLinuxOS, Ubuntu, Mandriva, Mepis, SuSe, RHEL4, CentOS, VMWare ESX
Posts: 5

Rep: Reputation: 0
Heres the part of my dual monitor configuraiton that matters:

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "VL1719"
DisplaySize 340 270
HorizSync 24.0 - 82.0
VertRefresh 55.0 - 77.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX 5500"
Option "TwinView"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "SecondMonitorHorizSync" "24.0 - 82.0"
Option "SecondMonitorVertRefresh" "55.0 - 77.0"
Option "dpms"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection


This may help you, but sorry...I don't have a TV out card to help you with that problem.
 
Old 12-14-2005, 10:52 AM   #8
Spy47
LQ Newbie
 
Registered: Aug 2004
Location: Talagante, Chile
Distribution: Slackware 10.2
Posts: 22

Rep: Reputation: 15
uhm, but I think the TV works just like another monitor, or am I wrong?
 
  


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
default monitor on nvidia / dual monitor setup fenderog SUSE / openSUSE 3 05-01-2009 05:36 PM
Dual Monitor Setup enemy_z Linux - Hardware 16 11-16-2005 10:20 PM
dual monitor setup CuriouserAndCur Linux - Hardware 3 10-25-2004 02:39 PM
Booting to wrong Monitor (w/ dual monitor setup) NeoNostalgia Linux - General 1 06-30-2004 01:49 AM
dual monitor setup lil213 Linux - Hardware 2 01-14-2004 04:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 12:08 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