Dobrý den, jsem úplný začátečník,...
Dnes jsem nainstaloval Ubuntu 9.04 x86 a chtěl jsem zapnout kvůli Compiz fusion 3D akceleraci. Při instalaci přes Správa -> Ovládače hardwaru jsem úspěšně nainstaloval 3D-akcelerovaný nesvobodný ovladač grafických karet ATI.
Po úspěšném restartování systému mi začal blikat monitor, přes veškerou instalaci například přes Wine mi zatížení procesoru stouplo na 99% a přes příkaz v terminálu top mi to ukázalo že tuto skutečnost zatěžuje XORG. Poté co jsem odinstaloval tento ovládač se jeví všechno správně, ale jak jistě víte, chci na linuxu hrát i nějáké hry, proto 3D akceleraci potřebuji... Dále při spuštění jakéhokoliv programu mi stoupne zatížení procesoru na 99%.
Mám ATI Radeon 4800 Series 512 MB DDR5, Intel Core 2 DUO.
Zde Vám zasílám xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "Default Screen" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 1024 768
EndSubSection
EndSection
Děkuji za veškeré rady a snahy. Děkuji moc!