On March 29, 2003 04:09 pm, Johnny Stork wrote: > Ok so I managed to get nView working, missed the second monitor resolution > in the "MetaModes" section pf XF86Config. > > So now I am still trying to get 2 x sessisons, and have followed the > instrucitons in the appendix of the Nvidia Linux Drivers readme. But still > no second display. Here is my XF86config (relavent sections only) and > output from XFree86.0.log > > I am thinking maybe something to do with the BusID section? But since I am > not sure what this shoudl be. When I put in what the log file says, it wont > start? > > My XF86Config: --snip-- > > Section "Device" > Identifier "Nvidia0" > Driver "nvidia" > VendorName "NVIDIA GeForce 4 (generic)" > BoardName "NVIDIA GeForce 4 (generic)" > #BusID "PCI 02:00:0" > Screen 0 > EndSection > > Section "Device" > Identifier "Nvidia1" > Driver "nvidia" > VendorName "NVIDIA GeForce 4 (generic)" > BoardName "NVIDIA GeForce 4 (generic)" > #BusID "PCI 02:00:0" > Screen 1 > EndSection --snip--
Hi, The XF86Config-4 man page seems to indicate that the BusID option is manditory for what you're trying to do so they should be uncommented in your config. Just a guess but the format of the BusID option should be "PCI:2:0:0". It looks like you forgot the colon after PCI and that could be why X won't start. Regards, ~Scott
