debsuvra
is NOT a PC/Mac
Today's each and every linux kernel comes with a module named agpgart that identifies and enable one's AGP graphics card in these distros. But many users including me has some issues with some AGP cards as the AGPGART did not detect the amount of onboard dedicated RAM on these graphic cards and results a KERNEL PANIC.
For those who are having such problems, I make a solution that could be able to get AGP working again on linux distros.
Anyone having the cards have to install and boot into linux using integrated video chips. Once installed, u have to first blacklist the AGPGART module to sync with Kernel. For example, in Ubuntu, go to
and in the last line of the file add
Then add ur onboard agp by adding
Insert ur mainboard's video chip manufacturer's name such as
Save the file.
Install envy from *albertomilone.com/nvidia_scripts1.html for installing nVidia or Ati video drivers.
After successful installing envy will ask whether it would modify the xorg.conf file.
Restart, and switch to the AGP card instead of onboard card from your BIOS. Log on into Linux. It should be running with the AGP card now.
For those who are having such problems, I make a solution that could be able to get AGP working again on linux distros.
Anyone having the cards have to install and boot into linux using integrated video chips. Once installed, u have to first blacklist the AGPGART module to sync with Kernel. For example, in Ubuntu, go to
Code:
nano /etc/modprobe.d/blacklist
and in the last line of the file add
Code:
blacklist agpgart
Then add ur onboard agp by adding
Code:
blacklist manufacture_agp
Insert ur mainboard's video chip manufacturer's name such as
Code:
blacklist intel_agp
Save the file.
Install envy from *albertomilone.com/nvidia_scripts1.html for installing nVidia or Ati video drivers.
After successful installing envy will ask whether it would modify the xorg.conf file.
Restart, and switch to the AGP card instead of onboard card from your BIOS. Log on into Linux. It should be running with the AGP card now.