Yeah, I know for sure you're right and I've spent quite a bit of time looking into this. Supposedly Intel's forums are filled with posts about disabling the graphics chipset. I've mainly been looking at Computing.net and this
posting is exactly what I'm looking for. I stumbled across another
posting a week or so ago that includes tons of information on my motherboard, Trigem Cognac, but I've not yet figured out how to disable i810 via jumpers.
Right now, I'm booted into Mepis (kernel 2.6.10) and it is using the PCI card for video output.
Here is the pertinent lines in Mepis's XF86Config-4 file:
Section "Device"
Code:
#Option "sw_cursor" # needed for some ati cards
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
#Option "NoUseBios" # needed for some Savage cards
Option "UseInternalAGPGART" "no"
# nvidia special options, use with care
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
Option "FlatPanelProperties" "Scaling = native"
Option "NoLogo" "false"
Option "IgnoreEdid" "true" # needs to be true for some nvidia cards
Identifier "Card0"
Driver "nv"
BoardName "unknown"
#BusID "PCI:1:0:0"
EndSection
Clearly, it is using the pci card. I'm guessing it's using the obsoleted "nv" driver name because the drivers are older.
Is it necessary to first install the latest drivers, or should Debian be able to boot without them. Mepis works fine, so I should think it wouldn't be necessary, but I have no clue.
Thanks
Sorry for the dupe. Could a mod delete the previous one... thanks.
edit: I tried 'modprobe -r i810_rng' at Debian's interactive prompt (not sure if this would do the trick...), but I can't figure out how to disable it on every boot; assumimg it's even possible.