All you LINUX nerds

We may earn a small commission from affiliate links and paid advertisements. Terms

pills_PMD

New Member
VIP
I installed Fedora Core 3 last night and have some problems/questions...

1 - I am having trouble getting my dual monitor setup to work. I have two 17" samsung 712N LCD screens, an onboard video card on my motherboard, nvidia nforce2, and an nvidia gforce4 card. it is an abit nf-7m motherboard.

2 - i am having trouble mounting the rest of the hard drives...

su -

cd /dev

ls (lists everything, shows hda/1/2/3/5 and hdb/1/2/3 (what fc3 is on) and hdc

i've tried to do this for all of them:

mkdir /mnt/windows
mount -t /dev/hda1 /mnt/windows

to no avail

any ideas??
 
Originally posted by pills_PMD@Jan 28 2005, 07:56 PM
I installed Fedora Core 3 last night and have some problems/questions...

1 - I am having trouble getting my dual monitor setup to work. I have two 17" samsung 712N LCD screens, an onboard video card on my motherboard, nvidia nforce2, and an nvidia gforce4 card. it is an abit nf-7m motherboard.


Getting dual setups to work is a bit tricky, but not impossible.

Type "more /proc/pci". That will give you a list of all your PCI/AGP cards, including your video cards. There should be an identifier of it's bus and card number. For example:

Bus 0, device 18, function 0:
Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 116).
IRQ 11.
Master Capable. Latency=32. Min Gnt=3.Max Lat=8.
I/O at 0xd800 [0xd8ff].
Non-prefetchable 32 bit memory at 0xdfffde00 [0xdfffdeff].
Bus 1, device 0, function 0:
VGA compatible controller: VIA Technologies, Inc. VT8378 [S3 UniChrome] Inte
grated Video (rev 1).
IRQ 11.
Master Capable. Latency=32. Min Gnt=2.
Prefetchable 32 bit memory at 0xd8000000 [0xdbffffff].
Non-prefetchable 32 bit memory at 0xde000000 [0xdeffffff].

Bus 1 is always AGP. Now, get the bus and device for both your cards. Your AGP card should be 1:0:0 and your secondary card (should be PCI) should be something like 0:10:0. Remember those numbers.

Go and edit your /etc/X11/xorg.conf. What you will do is duplicate your settings for video card, monitor and screen. These look like this:

Section "Monitor"

Identifier "My Monitor"
HorizSync 31.5 - 48.5
VertRefresh 40-150
EndSection

Section "Device"
Identifier "Unichrome"
Driver "via"
#VideoRam 32768
Option "DisableIRQ"
# Insert Clocks lines here if appropriate
EndSection

Section "Screen"
Identifier "Screen 1"
Device "Unichrome"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Those are the definers under your conf file. Now, duplicate those for your 2nd monitor, video card and make a screen for it. However, you must add in your BusID for your cards (remember those numbers?)

So add under the Device section for your video card an option for bus ID

BusID "PCI:0:10:0"

replace the 0:10:0 with your card's bus and device numbers. Both of them.

*Be sure to give each section it's own identifier, like "Screen 1" and "Screen 2"

Now, add in an option line under your Option: ServerLayout that says

Option "Xinerama" "true"

That will turn on Xinerama.

From there, go to your serverlayout section that says

Screen "Screen 1"

Change it to something like this:

Screen "Screen 1" LeftOf "Screen 2"

Where Screen 1 is your first card/monitor/screen and Screen 2 is the second. That will put 1 to the left of 2, so 2 is on the right.

If all goes well, you should have dual monitor support.

* I know that is probably really hard to follow, just look up xinerama and dual head under google and you should find some easier howtos.


2 - i am having trouble mounting the rest of the hard drives...

su -

cd /dev

ls (lists everything, shows hda/1/2/3/5 and hdb/1/2/3 (what fc3 is on) and hdc

i've tried to do this for all of them:

mkdir /mnt/windows
mount -t /dev/hda1 /mnt/windows

to no avail

any ideas??
[post=452868]Quoted post[/post]​


The -t option requires a filesystem type. Simply type 'mount /dev/hda1 /mnt/windows'

If it requires a filesystem type, choose umsdos or vfat.

Hope this helps. :ph34r:
 
that' will probably do it... i know the drive will be recognized as vfat... as for the dual monitor thing.. i will have to check it out tomorrow... i've had like 8 beers and can't possibly deal with linux now>.. good thing i'm on XP :lol: thanks a million man.. i will let you know if it works
 
Are you sure that you can run dual monitor with the nForce on-board video?
 
Originally posted by pills_PMD@Jan 29 2005, 02:04 AM
no i'm not 100% sure yet.. that may be problem
[post=453015]Quoted post[/post]​


If the onboard card is AGP and your other card is as well, then no. If one or both is PCI then yes.
 
one pc / one on-board :) i'm going to give this a spin shortly here
 
This is what I get, i dont see my video cards at all... should i try to find the drivers instead of using generic? windows says the video cards are located at:
bus 1, device 7 function 0, IRQ 19
bus 2 device 0 function 0, IRQ 16

does this carry over?


Code:
Bus 0, device  0, function 0:
  Class 0600: PCI device 10de:01e0 (rev 162).
   Prefetchable 32 bit memory at 0xd8000000 [0xdbffffff].
 Bus 0, device  0, function 1:
  Class 0500: PCI device 10de:01eb (rev 162).
 Bus 0, device  0, function 2:
  Class 0500: PCI device 10de:01ee (rev 162).
 Bus 0, device  0, function 3:
  Class 0500: PCI device 10de:01ed (rev 162).
 Bus 0, device  0, function 4:
  Class 0500: PCI device 10de:01ec (rev 162).
 Bus 0, device  0, function 5:
  Class 0500: PCI device 10de:01ef (rev 162).
 Bus 0, device  1, function 0:
  Class 0601: PCI device 10de:0060 (rev 164).
 Bus 0, device  1, function 1:
  Class 0c05: PCI device 10de:0064 (rev 162).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xd000 [0xd01f].
 Bus 0, device  2, function 0:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 5.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9002000 [0xe9002fff].
 Bus 0, device  2, function 1:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 10.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9003000 [0xe9003fff].
 Bus 0, device  2, function 2:
  Class 0c03: PCI device 10de:0068 (rev 164).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9004000 [0xe90040ff].
 Bus 0, device  4, function 0:
  Class 0200: PCI device 10de:0066 (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=1.Max Lat=20.
   Non-prefetchable 32 bit memory at 0xe9005000 [0xe9005fff].
   I/O at 0xd400 [0xd407].
 Bus 0, device  6, function 0:
  Class 0401: PCI device 10de:006a (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=2.Max Lat=5.
   I/O at 0xd800 [0xd8ff].
   I/O at 0xdc00 [0xdc7f].
   Non-prefetchable 32 bit memory at 0xe9000000 [0xe9000fff].
 Bus 0, device  8, function 0:
  Class 0604: PCI device 10de:006c (rev 163).
   Master Capable. No bursts. Min Gnt=10.Max Lat=2.
 Bus 0, device  9, function 0:
  Class 0101: PCI device 10de:0065 (rev 162).
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xf000 [0xf00f].
 Bus 0, device 30, function 0:
  Class 0604: PCI device 10de:01e8 (rev 162).
   Master Capable. Latency=32. Min Gnt=2.
 Bus 1, device  7, function 0:
  Class 0300: PCI device 10de:0185 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe6000000 [0xe6ffffff].
   Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
 Bus 1, device  7, function 1:
  Class 0c00: PCI device 10de:00b0 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe8006000 [0xe80067ff].
   Non-prefetchable 32 bit memory at 0xe8004000 [0xe800403f].
 Bus 1, device 10, function 0:
  Class 0c00: PCI device 104c:8024 (rev 0).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
   Non-prefetchable 32 bit memory at 0xe8005000 [0xe80057ff].
   Non-prefetchable 32 bit memory at 0xe8000000 [0xe8003fff].
 Bus 2, device  0, function 0:
  Class 0300: PCI device 10de:01f0 (rev 163).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe4000000 [0xe4ffffff].
   Prefetchable 32 bit memory at 0xdc000000 [0xdfffffff].
   Prefetchable 32 bit memory at 0xe0000000 [0xe007ffff].
[root@localhost ~]#
 
do i want to diable IRQ for my monitors?? mine isn't defaulted to that
 
Originally posted by pills_PMD@Jan 29 2005, 10:54 AM
This is what I get, i dont see my video cards at all... should i try to find the drivers instead of using generic? windows says the video cards are located at:
bus 1, device 7 function 0, IRQ 19
bus 2 device 0 function 0, IRQ 16

does this carry over?


Code:
Bus 0, device  0, function 0:
  Class 0600: PCI device 10de:01e0 (rev 162).
   Prefetchable 32 bit memory at 0xd8000000 [0xdbffffff].
 Bus 0, device  0, function 1:
  Class 0500: PCI device 10de:01eb (rev 162).
 Bus 0, device  0, function 2:
  Class 0500: PCI device 10de:01ee (rev 162).
 Bus 0, device  0, function 3:
  Class 0500: PCI device 10de:01ed (rev 162).
 Bus 0, device  0, function 4:
  Class 0500: PCI device 10de:01ec (rev 162).
 Bus 0, device  0, function 5:
  Class 0500: PCI device 10de:01ef (rev 162).
 Bus 0, device  1, function 0:
  Class 0601: PCI device 10de:0060 (rev 164).
 Bus 0, device  1, function 1:
  Class 0c05: PCI device 10de:0064 (rev 162).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xd000 [0xd01f].
 Bus 0, device  2, function 0:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 5.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9002000 [0xe9002fff].
 Bus 0, device  2, function 1:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 10.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9003000 [0xe9003fff].
 Bus 0, device  2, function 2:
  Class 0c03: PCI device 10de:0068 (rev 164).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9004000 [0xe90040ff].
 Bus 0, device  4, function 0:
  Class 0200: PCI device 10de:0066 (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=1.Max Lat=20.
   Non-prefetchable 32 bit memory at 0xe9005000 [0xe9005fff].
   I/O at 0xd400 [0xd407].
 Bus 0, device  6, function 0:
  Class 0401: PCI device 10de:006a (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=2.Max Lat=5.
   I/O at 0xd800 [0xd8ff].
   I/O at 0xdc00 [0xdc7f].
   Non-prefetchable 32 bit memory at 0xe9000000 [0xe9000fff].
 Bus 0, device  8, function 0:
  Class 0604: PCI device 10de:006c (rev 163).
   Master Capable. No bursts. Min Gnt=10.Max Lat=2.
 Bus 0, device  9, function 0:
  Class 0101: PCI device 10de:0065 (rev 162).
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xf000 [0xf00f].
 Bus 0, device 30, function 0:
  Class 0604: PCI device 10de:01e8 (rev 162).
   Master Capable. Latency=32. Min Gnt=2.
 Bus 1, device  7, function 0:
  Class 0300: PCI device 10de:0185 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe6000000 [0xe6ffffff].
   Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
 Bus 1, device  7, function 1:
  Class 0c00: PCI device 10de:00b0 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe8006000 [0xe80067ff].
   Non-prefetchable 32 bit memory at 0xe8004000 [0xe800403f].
 Bus 1, device 10, function 0:
  Class 0c00: PCI device 104c:8024 (rev 0).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
   Non-prefetchable 32 bit memory at 0xe8005000 [0xe80057ff].
   Non-prefetchable 32 bit memory at 0xe8000000 [0xe8003fff].
 Bus 2, device  0, function 0:
  Class 0300: PCI device 10de:01f0 (rev 163).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe4000000 [0xe4ffffff].
   Prefetchable 32 bit memory at 0xdc000000 [0xdfffffff].
   Prefetchable 32 bit memory at 0xe0000000 [0xe007ffff].
[root@localhost ~]#
[post=453055]Quoted post[/post]​



IRQ 19? IRQs only go up to 15. :blink:

I haven't seen a bus 2 or seen multiple cards on bus 1. However try using the settings Windows uses, sans the IRQs. You will not need to specify IRQs under your config file. The BusID will take care of it all. 2:0:0 would be bus 2, device 0, function 0. It'll handle the rest.
 
Originally posted by pills_PMD@Jan 29 2005, 11:35 AM
do i want to diable IRQ for my monitors?? mine isn't defaulted to that
[post=453069]Quoted post[/post]​


I don't believe so. I was copy/pasting from my laptop's config, and the video card in it requires that setting.

You should be fine without it,
 
this is what I have:
under serverlayout do i need
Option "clone" "on" or "true" or any of that?

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier   "dual head configuration"
	Screen   0 "Screen1" LeftOf "Screen2"
	Screen   1 "Screen2" 0 0
	InputDevice  "Mouse0" "CorePointer"
	InputDevice  "Keyboard0" "CoreKeyboard"
	Option    "Xinerama" "true"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the 
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	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"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	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

Section "Monitor"
	Identifier  "Monitor1"
	VendorName  "Monitor Vendor"
	ModelName  "SyncMaster"
	DisplaySize 340	270
	HorizSync  30.0 - 81.0
	VertRefresh 56.0 - 75.0
	Option   "dpms"
EndSection

Section "Device"
	Identifier "Videocard1"
	Driver   "nv"
	VendorName "Videocard vendor"
	BoardName  "NVIDIA GeForce 4 MX (generic)"
	BusID   "PCI:1:7:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device   "Videocard1"
	Monitor  "Monitor1"
	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
EndSection


Section "Monitor"
	Identifier  "Monitor2"
	VendorName  "Monitor Vendor"
	ModelName  "SyncMaster"
	DisplaySize 340	270
	HorizSync  30.0 - 81.0
	VertRefresh 56.0 - 75.0
	Option   "dpms"
EndSection

Section "Device"
	Identifier "Videocard2"
	Driver   "nv"
	VendorName "Videocard vendor"
	BoardName  "NVIDIA GeForce 4 MX (generic)"
	BusID   "PCI:2:0:0"
EndSection

Section "Screen2"
	Identifier "Screen2"
	Device   "Videocard2"
	Monitor  "Monitor2"
	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
EndSection


Section "DRI"
	Group    0
	Mode     0666
EndSection
 
here is my list:

Code:
PCI devices found:
 Bus 0, device  0, function 0:
  Class 0600: PCI device 10de:01e0 (rev 162).
   Prefetchable 32 bit memory at 0xd8000000 [0xdbffffff].
 Bus 0, device  0, function 1:
  Class 0500: PCI device 10de:01eb (rev 162).
 Bus 0, device  0, function 2:
  Class 0500: PCI device 10de:01ee (rev 162).
 Bus 0, device  0, function 3:
  Class 0500: PCI device 10de:01ed (rev 162).
 Bus 0, device  0, function 4:
  Class 0500: PCI device 10de:01ec (rev 162).
 Bus 0, device  0, function 5:
  Class 0500: PCI device 10de:01ef (rev 162).
 Bus 0, device  1, function 0:
  Class 0601: PCI device 10de:0060 (rev 164).
 Bus 0, device  1, function 1:
  Class 0c05: PCI device 10de:0064 (rev 162).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xd000 [0xd01f].
 Bus 0, device  2, function 0:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 5.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9002000 [0xe9002fff].
 Bus 0, device  2, function 1:
  Class 0c03: PCI device 10de:0067 (rev 164).
   IRQ 10.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9003000 [0xe9003fff].
 Bus 0, device  2, function 2:
  Class 0c03: PCI device 10de:0068 (rev 164).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe9004000 [0xe90040ff].
 Bus 0, device  4, function 0:
  Class 0200: PCI device 10de:0066 (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=1.Max Lat=20.
   Non-prefetchable 32 bit memory at 0xe9005000 [0xe9005fff].
   I/O at 0xd400 [0xd407].
 Bus 0, device  6, function 0:
  Class 0401: PCI device 10de:006a (rev 161).
   IRQ 11.
   Master Capable. No bursts. Min Gnt=2.Max Lat=5.
   I/O at 0xd800 [0xd8ff].
   I/O at 0xdc00 [0xdc7f].
   Non-prefetchable 32 bit memory at 0xe9000000 [0xe9000fff].
 Bus 0, device  8, function 0:
  Class 0604: PCI device 10de:006c (rev 163).
   Master Capable. No bursts. Min Gnt=10.Max Lat=2.
 Bus 0, device  9, function 0:
  Class 0101: PCI device 10de:0065 (rev 162).
   Master Capable. No bursts. Min Gnt=3.Max Lat=1.
   I/O at 0xf000 [0xf00f].
 Bus 0, device 30, function 0:
  Class 0604: PCI device 10de:01e8 (rev 162).
   Master Capable. Latency=32. Min Gnt=2.
 Bus 1, device  7, function 0:
  Class 0300: PCI device 10de:0185 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe6000000 [0xe6ffffff].
   Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
 Bus 1, device  7, function 1:
  Class 0c00: PCI device 10de:00b0 (rev 193).
   IRQ 5.
   Master Capable. Latency=32. Min Gnt=3.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe8006000 [0xe80067ff].
   Non-prefetchable 32 bit memory at 0xe8004000 [0xe800403f].
 Bus 1, device 10, function 0:
  Class 0c00: PCI device 104c:8024 (rev 0).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
   Non-prefetchable 32 bit memory at 0xe8005000 [0xe80057ff].
   Non-prefetchable 32 bit memory at 0xe8000000 [0xe8003fff].
 Bus 2, device  0, function 0:
  Class 0300: PCI device 10de:01f0 (rev 163).
   IRQ 10.
   Master Capable. Latency=32. Min Gnt=5.Max Lat=1.
   Non-prefetchable 32 bit memory at 0xe4000000 [0xe4ffffff].
   Prefetchable 32 bit memory at 0xdc000000 [0xdfffffff].
   Prefetchable 32 bit memory at 0xe0000000 [0xe007ffff].
 
That looks good. You don't need to add the clone option, because that does what it says... clones a display.

As for your list, that isn't what I am used to. Doesn't show any of the device names. The list I am used to goes like this:

Bus 0, device 17, function 5:
Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97
Audio Controller (rev 80).
IRQ 10.
I/O at 0xdc00 [0xdcff].
Bus 0, device 17, function 6:
Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev
128).
IRQ 10.
I/O at 0xe000 [0xe0ff].
Bus 0, device 18, function 0:
Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 116).
IRQ 11.
Master Capable. Latency=32. Min Gnt=3.Max Lat=8.
I/O at 0xd800 [0xd8ff].
Non-prefetchable 32 bit memory at 0xdfffde00 [0xdfffdeff].
Bus 1, device 0, function 0:
VGA compatible controller: VIA Technologies, Inc. VT8378 [S3 UniChrome] Inte
grated Video (rev 1).
IRQ 11.
Master Capable. Latency=32. Min Gnt=2.
Prefetchable 32 bit memory at 0xd8000000 [0xdbffffff].
Non-prefetchable 32 bit memory at 0xde000000 [0xdeffffff].


Have you tried your new config yet?
 
yea, no luck yet... i'm thinking it is because i am using the generic drivers. i downloaded the actual driver for my video cards and am in the process of installing them. i need to get my CD's back from my friend in order to install some things due to a shit ton of failed dependencies... but i'll be back at it again tonight
 
Back
Top