Fedora 8 Installation Guide: Difference between revisions
(-83) |
|||
Line 5: | Line 5: | ||
Prices can reach well into the hundreds and sometimes thousands of dollars, and depending on the method and location of installation, plumbing can also add to the cost. , | Prices can reach well into the hundreds and sometimes thousands of dollars, and depending on the method and location of installation, plumbing can also add to the cost. , | ||
Good, I thought, we can use some Sunshine on a Sunday. , | |||
==Issues== | ==Issues== |
Revision as of 07:20, 22 October 2009
Rottencrotch through her pertty pink panties are over! ,
doors.txt;10;15
Prices can reach well into the hundreds and sometimes thousands of dollars, and depending on the method and location of installation, plumbing can also add to the cost. ,
Good, I thought, we can use some Sunshine on a Sunday. ,
Issues
- AMD/ATI Catalist Control Center (amdcccle) fails to start, see this bugzilla entry.
FYI: this patch (and others like it) is incomplete. It fails miserably with the drm module loaded. It will not work without drm either, and what would be the point? As seen by dmesg:
[drm] Initialized drm 1.1.0 20060810 [fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes. [fglrx] ASYNCIO init succeed! [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured [fglrx] PAT is disabled! [fglrx:firegl_init_module] *ERROR* firegl_stub_register failed
The livna rpm incurs the same failure. Stick with F7 and kernel 2.6.22, or use the radeon driver instead.
Updated by yangyud:
You need to remove the loaded "drm" module from kernel before install the fglrx module.
rmmod radeon; rmmod drm
See Also
Ok, the problem is gdm. I can `startx`, but gdm fails to load with fglrx, and there is no indication in any log as to why. This continues with new 7.11 Catalyst driver. Because of this, the problem is NOT with the driver, rather it is the default GDM time value of 10-seconds. To remedy:
vi /etc/gdm/custom.conf [daemon] GdmXserverTimeout=60
This allows enough time for X to startup before gdm considers it dead and aborts the X startup process.