Bug 2855 - Не работает Direct rendering на Radeon и nforce2
Summary: Не работает Direct rendering на Radeon и nforce2
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-fix-drivers-char (show other bugs)
Version: unstable
Hardware: all Linux
: P4 enhancement
Assignee: Peter 'Nidd' Novodvorsky
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-18 17:22 MSD by Sergey Indlin
Modified: 2004-12-27 14:19 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Indlin 2003-08-18 17:22:52 MSD
С оригинальным agpgart патчем от nvidia ati карты не работают.
В ac4 патче от Алена Кокса эта проблема решена заменой строки
agp_bridge.gatt_table[nvidia_private.pg_offset + j] = mem->memory[i];
на
agp_bridge.gatt_table[nvidia_private.pg_offset + j] = agp_bridge.mask_memory(mem->memory[i], mem->type);
в файле /usr/src/kernel/patches/kernel-fix-drivers-char/02_nvidia-agp-support.patch
Дополнительно надо добавить Option \"AGPFastWrite\" \"off\" в секцию \"Device\" XF86Config-4
---

---

Comment 1 Sergey Vlasov 2004-12-27 14:19:04 MSK
Как я понял, это уже очень давно не актуально...