Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: barel 04 Listopadu 2007, 11:00:32
-
Ahojte,
mam ubuntu Gutsy
ovladac 8.42.3 /instal pomocou Envy/
nainstaloval som Advaced Desktop Effects Settings, ked v nom nieco nastavim tak neni ziadna reakcia
ak idem postupom System-volby-Apperance-Visual Effect-Custom ....vypis je "Desktop effects could not be enabled"
fglrxinfo :
barel@barel-laptop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 2.0.6958 Release
glxinfo | grep direct :
barel@barel-laptop:~$ glxinfo | grep direct
direct rendering: Yes
etc/X11/xorg.conf :
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "sk"
Option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "Composite" "0"
EndSection
barel@barel-laptop:~$ compiz
Checking for Xgl: not present.
No whitelisted driver found
aborting and using fallback: /usr/bin/metacity
p.s. s linuxom len zacinam a velmi sa mi paci ale uz si neviem pomoct sam :(
-
Ahoj, nainstaluj si xserver-xgl (sudo apt-get install xserver-xgl) a zkus to potom, kdyby to nešlo, pak ještě do section "module" dopiš "Load xgl" kdyby se Ti pomátlo písmo, tak mrkni tady: http://forum.ubuntu.cz/index.php?topic=16021.0 ;)
-
S ovladacom 8.42.3 xgl nie je treba. A ani ho neodporucam instalovat.
Chybu mas v xorg.conf:
Section "Extensions"
Option "Composite" "Enable"
Option "Composite" "0" -------------- toto vyhod
EndSection
Ak to nepomoze, skus este tieto prikazy:
sudo aticonfig --initial --force
sudo aticonfig --overlay-type=Xv
Zdroj: http://ubuntuforums.org/showthread.php?t=591445 (http://ubuntuforums.org/showthread.php?t=591445)
-
mám úplně stejný problém jako ty (mám kartu Ati 9500). Řešení jsem zatím nenašel. Zkoušel jsem nainstalovat nejnovější ovladač 8.42.3, ale efekty prostředí mi nefunguje (jinak vše jede). Když k tomu nainstaluji xserver-xgl tak sice funguje efekty prostředí fungují, ale akcelerace 3D nefunguje.
-
takze uz CF funguje:)
v /xorg.conf som podla rady vyhodil riadok
Option "Composite" "0" a potom
sudo gedit /usr/bin/compiz
pridat do whitelist fglrx
# Driver whitelist
WHITELIST="nvidia intel ati radeon i810 fglrx"