Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Nefunkcny Compiz s ATI X1300  (Přečteno 2214 krát)

barel

  • Návštěvník
  • Příspěvků: 2
Nefunkcny Compiz s ATI X1300
« kdy: 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 :(


shloyjmaa

  • Návštěvník
  • Příspěvků: 25
Re: Nefunkcny Compiz s ATI X1300
« Odpověď #1 kdy: 04 Listopadu 2007, 23:13:09 »
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  ;)
Ubuntu 7.10 GG na Athlon XP 1600+, 256MB RAM, GeForce 2 MX 32MB, LG DVD H50L

henrichg

  • Aktivní člen
  • *
  • Příspěvků: 401
Re: Nefunkcny Compiz s ATI X1300
« Odpověď #2 kdy: 05 Listopadu 2007, 10:39:54 »
S ovladacom 8.42.3 xgl nie je treba. A ani ho neodporucam instalovat.

Chybu mas v xorg.conf:
Kód: [Vybrat]
Section "Extensions"
   Option      "Composite"   "Enable"
Option      "Composite"   "0"    -------------- toto vyhod
   
EndSection

Ak to nepomoze, skus este tieto prikazy:
Kód: [Vybrat]
sudo aticonfig --initial --force
sudo aticonfig --overlay-type=Xv

Zdroj: http://ubuntuforums.org/showthread.php?t=591445
« Poslední změna: 05 Listopadu 2007, 10:54:14 od henrichg »
Ubuntu 11.04 + Gnome Shell z Gnome 3 PPA ;-)

chito

  • Návštěvník
  • Příspěvků: 15
Re: Nefunkcny Compiz s ATI X1300
« Odpověď #3 kdy: 05 Listopadu 2007, 12:05:12 »
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.

barel

  • Návštěvník
  • Příspěvků: 2
Re: Nefunkcny Compiz s ATI X1300
« Odpověď #4 kdy: 05 Listopadu 2007, 20:02:44 »
takze uz CF funguje:)
v  /xorg.conf som podla rady vyhodil riadok

Option      "Composite"   "0" a potom

Kód: [Vybrat]
sudo gedit /usr/bin/compiz

pridat do whitelist fglrx

Kód: [Vybrat]
# Driver whitelist
WHITELIST="nvidia intel ati radeon i810 fglrx"



 

Provoz zaštiťuje spolek OpenAlt.