Re: [XFree86] Re: Radeon X300 and XFree86-4.6.0

2006-05-31 Thread A. Kalten
On Wed, 31 May 2006 15:28:10 +0800 "f.l." <[EMAIL PROTECTED]> wrote: > did you tried to add BusID to config like this? > > Section "Device" > Identifier "Radeon X300" > Driver "radeon" > Screen 0 > BusID "PCI:3:0:0" #add this line > EndSection > > Section "Device" >

[XFree86] Re: Radeon X300 and XFree86-4.6.0

2006-05-31 Thread f.l.
did you tried to add BusID to config like this? Section "Device" Identifier "Radeon X300" Driver "radeon" Screen 0 BusID "PCI:3:0:0" #add this line EndSection Section "Device" Identifier "Radeon X300#2" Driver "radeon" Screen 1 BusID "PCI:3:0:1" EndSection