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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-25-2003, 02:20 AM
|
#1
|
LQ Newbie
Registered: Apr 2003
Posts: 4
Rep:
|
X Config for dual head
I am trying to set up dual head. One is AGP (Geforce 2 GTS), and the other one is ATI Radeon 7500. I've been toying around with the XF86Config file, but I still couldn't get it to work. Here's the important sections of the file
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell P1110"
DisplaySize 400 300
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell P1110"
DisplaySize 400 300
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 7500"
BusID "PCI:0:10:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 GTS (generic)"
BusID "PCI:1:5:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I got my BusID numbers by running scanpci. The error is something like this
nv (driver) could not find match on instance (PCI 1:5:0)
screen 1 deleted, no matching device
i hope someone out there could help me!
thanks!
usamah
|
|
|
04-25-2003, 03:24 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
what does lspci say about the device locations? i've neevr heard of id 1:5:0, agp is always 1:0:0
|
|
|
04-25-2003, 08:14 AM
|
#3
|
LQ Newbie
Registered: Apr 2003
Posts: 4
Original Poster
Rep:
|
lspci
thanks for the reply. hmmm i tried lspci and it gave the same BusID - PCI 1:5:0.
i was wondering if the way i'm describing my GeForce 2 card in the config file correct or not.... hmm...
|
|
|
06-02-2003, 05:10 PM
|
#4
|
LQ Newbie
Registered: Jun 2003
Posts: 2
Rep:
|
In your device section for the GeForce, change Screen 1 to Screen 0
That option is used when you have a card that supports dualhead by itself.. also AGP buses are always on PCI:1:0:0.. try that as well.
You can also look in /var/log/XFree.x.log and see what the probe finds..
|
|
|
All times are GMT -5. The time now is 04:14 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|