https://bugs.freedesktop.org/show_bug.cgi?id=66799
Alex Deucher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Alex Deucher <[email protected]> --- Just remove the Virtual line from your config. If you want to configure multiple cards, you need a zaphod config. e.g., something like: Section "ServerLayout" Identifier "Layout0" Option "Xinerama" "on" # You would need one screen for each monitor Screen 0 "Screen0" Screen 1 "Screen1" RightOf "Screen0" EndSection Section "Device" Identifier "Device0" Driver "radeon" # Actual PCI location of first card/gpu BusID "PCI:2:0:0" Option "ZaphodHeads" "DVI-0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "radeon" # Actual PCI location of second card/gpu BusID "PCI:1:0:0" Option "ZaphodHeads" "DVI-1" Screen 0 EndSection Section "Screen" Identifier "Screen0" Device "Device0" EndSection Section "Screen" Identifier "Screen1" Device "Device1" EndSection -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
