[Cooker] [Bug 707] [drakxtools] XFDrake puts "AGPMOde" option for PCI video card

2003-02-11 Thread [Bug 707]
https://qa.mandrakesoft.com/show_bug.cgi?id=707

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|30  |[EMAIL PROTECTED]
 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-02-11 18:40 ---


booh, my mistake.

removing setting AGPMode...





--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: __UNKNOWN__
status: RESOLVED
creation_date: 
description: 
I configured a voodoo3 2000 PCI card using XFree86-4.2.1 (mandrake-9.0) with 3D 
acceleration. It created a device section with this option: 
Option "AGPMode" "true" 
Obviously, a PCI card can never use AGP support. This option must be there only 
for AGP cards.  Its simple to distinguish between AGP and PCI devices. The 
XFree86 utility scanpci scans the PCI+AGP buses and the BUS_ID is reported as 0 
for PCI and 1 for AGP.




[Cooker] [Bug 707] [drakxtools] XFDrake puts "AGPMOde" option for PCI video card

2003-02-11 Thread [Bug 707]
https://qa.mandrakesoft.com/show_bug.cgi?id=707





--- Additional Comments From [EMAIL PROTECTED]  2003-02-11 15:39 ---
AGPMode should only have an integral value such as 1, 2, 4 or 8. Perhaps a value of 0 
can 
disable AGP altogether if thats the way the driver parses it. But "true" is a 
senseless value. 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I configured a voodoo3 2000 PCI card using XFree86-4.2.1 (mandrake-9.0) with 3D 
acceleration. It created a device section with this option: 
Option "AGPMode" "true" 
Obviously, a PCI card can never use AGP support. This option must be there only 
for AGP cards.  Its simple to distinguish between AGP and PCI devices. The 
XFree86 utility scanpci scans the PCI+AGP buses and the BUS_ID is reported as 0 
for PCI and 1 for AGP.




Re: [Cooker] [Bug 707] [drakxtools] XFDrake puts "AGPMOde" option for PCI video card

2003-02-11 Thread Pixel
"[Bug 707]" <[EMAIL PROTECTED]> writes:

> A similar bug to this one happens while upgrading to 9.1 beta3. The installer
> configured correctly my AGP card (an Ati Radeon M7) but added the option
> "AGPMode" "true" to the XF86Config-4 file. This made X startup extremely slow.
> After investigating the logs and the XF86 docs i've discovered that the option
> "AGPMode" takes an integer value of either "1", "2", or "4" (the higher the
> number better the performance, but it also may cause instability with some
> motherboards)

XFdrake is putting AGPMode when putting DRI.

I really don't know what's it for. There is a comment in the code:

  # always enable (as a reminder for people using a better AGP mode to change it at 
their own risk).
  $card->{Options_xfree4}{AGPMode} = 'true';

someone knows better?




[Cooker] [Bug 707] [drakxtools] XFDrake puts "AGPMOde" option for PCI video card

2003-02-10 Thread [Bug 707]
https://qa.mandrakesoft.com/show_bug.cgi?id=707





--- Additional Comments From [EMAIL PROTECTED]  2003-02-11 05:20 ---
A similar bug to this one happens while upgrading to 9.1 beta3. The installer
configured correctly my AGP card (an Ati Radeon M7) but added the option
"AGPMode" "true" to the XF86Config-4 file. This made X startup extremely slow.
After investigating the logs and the XF86 docs i've discovered that the option
"AGPMode" takes an integer value of either "1", "2", or "4" (the higher the
number better the performance, but it also may cause instability with some
motherboards)
This has solved my problem.
Hope it helps.  



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I configured a voodoo3 2000 PCI card using XFree86-4.2.1 (mandrake-9.0) with 3D 
acceleration. It created a device section with this option: 
Option "AGPMode" "true" 
Obviously, a PCI card can never use AGP support. This option must be there only 
for AGP cards.  Its simple to distinguish between AGP and PCI devices. The 
XFree86 utility scanpci scans the PCI+AGP buses and the BUS_ID is reported as 0 
for PCI and 1 for AGP.