LinuxQuestions.org
Help answer threads with 0 replies.
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 06-19-2011, 04:47 PM   #1
jmoschetti45
Member
 
Registered: Oct 2004
Location: Michigan
Distribution: Debian Squeeze (2.6.32-5)
Posts: 137
Blog Entries: 1

Rep: Reputation: 17
Debian Dual Monitors With Intel and S3


I have a 19" and 14" flat panel. There's the onboard Intel graphics, and an old PCI S3 ViRGE card I had laying around.

Figured I could make this into a dual head box.

Intel is the default display in the BIOS.

So far, with the attached configuration, I have the main monitor working properly at 1280x1024@60Hz. Nothing at all on the other monitor. It needs to run at 1024x768@60Hz. If it matters, running Squeeze with LXDE.

Any ideas? First rodeo with dual's in Linux...

/etc/X11/xorg.conf:
Code:
Section "ServerLayout"
        Identifier     "Default"
        Screen      0  "Intel Monitor"
        Screen      1  "S3 Monitor" RightOf "Intel Monitor"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option "Xinerama" "true"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "record"
        Load  "glx"
        Load  "dri2"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Intel Monitor"
        VendorName   "HP"
        ModelName    "VS19"
EndSection

Section "Monitor"
        Identifier   "S3 Monitor"
        VendorName   "Dell"
        ModelName    "14"
EndSection

Section "Device"
        Identifier  "Intel 82865G"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "S3 ViRGE"
        Driver      "s3virge"
        VendorName  "S3 Inc"
        BoardName   "86c375 [ViRGE/DX] or 86c385 [ViRGE/GX]"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection
Section "Screen"
        Identifier "Intel Monitor"
        Device     "Intel 82865G"
        Monitor    "Intel Monitor"
        DefaultDepth 16
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "S3 Monitor"
        Device     "S3 ViRGE"
        Monitor    "S3 Monitor"
        DefaultDepth 16
        SubSection "Display"
                Depth     16
                Modes "1024x768"
        EndSubSection
EndSection
lspci:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: S3 Inc. 86c375 [ViRGE/DX] or 86c385 [ViRGE/GX] (rev 01)
 
Old 06-20-2011, 12:09 AM   #2
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
As far as I know, running 2 different type video cards (eg ATI and nVidia) is linux is not at all easy.

Considered getting an dual head AGP card and using that instead? You can get very cheap AGP cards these days.
 
Old 06-20-2011, 09:45 PM   #3
jmoschetti45
Member
 
Registered: Oct 2004
Location: Michigan
Distribution: Debian Squeeze (2.6.32-5)
Posts: 137

Original Poster
Blog Entries: 1

Rep: Reputation: 17
Older machine without an AGP slot.
 
Old 06-21-2011, 12:52 AM   #4
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Thats a pity, PCI video cards are a lot more expensive than AGP cards.
 
  


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
Need help running dual monitors in "extended desktop" mode on IBM T61 with Intel gfx doom750 Linux - Laptop and Netbook 0 12-17-2009 09:27 AM
xorg intel drivers 915GM chipset and dual monitors on Inspiron 6000 scheidel21 Linux - Laptop and Netbook 0 05-19-2009 12:13 PM
LXer: Setting up dual monitors system-wide with XRandR on Debian Lenny LXer Syndicated Linux News 0 10-24-2008 09:50 AM
Configuring compiz fusion with dual monitors in Debian Etch Lenux78 Linux - Desktop 1 08-08-2008 09:27 PM
Setting up Dual Monitors on GeForce 6600GT dual DVI card. monkiidansu Linux - Hardware 1 09-29-2005 02:21 PM

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

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