Pagina 1 di 2

[risolto] impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:21
da wonka
allora, ho appena installato ubuntu 9.04 sul pc (intanto complimenti perchè è un gran bel sistema, e il filesystem è uno spettacolo)
ora, pur riconoscendo la mia scheda video, ubuntu nn vuole attivarmi gli effetti visivi
nella 8.10 andavano tranquilli tranquilli, qui no

posto la configurazione hardware relativa alla scheda video, ottenuto con lshw
*-pci
          description: Host bridge
          product: 82865G/PE/P DRAM Controller/Host-Hub Interface
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 02
          width: 32 bits
          clock: 33MHz
          configuration: driver=agpgart-intel module=intel_agp
        *-display UNCLAIMED
             description: VGA compatible controller
             product: 82865G Integrated Graphics Controller
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: latency=0
inoltre, il grep rendering mi da yes
wonka@wonka-desktop:~$ glxinfo |grep rendering
direct rendering: Yes
ho provato anche con compiz-check per vedere se qualcosa nn andava
wonka@wonka-desktop:~$ '/home/wonka/Scrivania/script-compiz/compiz-check'

Gathering information about your system...

Distribution:          Ubuntu 9.04
Desktop environment:   GNOME
Graphics chip:         Intel Corporation 82865G Integrated Graphics Controller (rev 02)
Driver in use:         intel
Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

Checking for texture_from_pixmap...               [ OK ]
Checking for non power of two support...          [ OK ]
Checking for composite extension...               [ OK ]
Checking for FBConfig...                          [ OK ]
Checking for hardware/setup problems...           [ OK ]
bon, nn sò come altro fare...
ditemi voi
thx  ;)

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:22
da Deino+
Ma la tua scheda supporta l'accelerazione 3d?  :-\

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:23
da Guiodic
da terminale dai


compiz --replace

copia cosa esce.

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:27
da wonka
wonka@wonka-desktop:~$ compiz --replace
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Detected PCI ID for VGA:
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1280x1024) to maximum 3D texture size (2048): Passed.
Checking for Software Rasterizer: present.
Software rasterizer detected, abortingaborting and using fallback: /usr/bin/metacity
/home/wonka/.themes/Dust Cold/gtk-2.0/gtkrc:708: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/wonka/.themes/Dust Cold/gtk-2.0/gtkrc:709: Murrine configuration option "lightborder_ratio" will be deprecated in future releases. Please use "lightborder_shade" instead.
ps: sì supporta il 3d, l'altro ieri andava, prima che mettessi la 9.04

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:31
da Guiodic
Checking for Software Rasterizer: present.
Software rasterizer detected, abortingaborting and using fallback: /usr/bin/metacity
Non va bene, sta agendo il 3D software invece che quello hardware. Per questo compiz non parte.

Dai da terminale:

Codice: Seleziona tutto

cp /var/log/Xorg.0.log  xorg.log.txt
poi prendi il file xorg.log.txt e allegalo qui sul forum.
Per allegarlo clicca su "opzioni aggiuntive".

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:46
da wonka
eccolo  :)

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:55
da wonka
qualche cosa da segnalare?

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:56
da Guiodic
**) intel(0): DRI is disabled because it fails to run without freezing on i810 and i865G chips. (See LP 304871)
E' un bug:
https://bugs.launchpad.net/ubuntu/+sour ... bug/304871

però lì dice "fix released" addirittura quasi un mese fa

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:57
da wonka
riesci a giudarmi per metterlo a posto?

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 22:59
da Guiodic
prova così:

sudo gedit /etc/X11/xorg.conf

copia cosa esce e poi ti dico come modificarlo.

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:01
da wonka
eccolo
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 1280 1024
EndSubSection
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection
è la parte di device che è sbagliata?

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:06
da Guiodic
SubSection "Display"
      Virtual  1280 1024
  EndSubSection

prova a togliere questa intanto e a riavviare.

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:07
da wonka
eseguo

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:12
da wonka
ok fatto....ma ancora nn riesco ad abilitare niente

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:15
da obo.
mi intrometto visto che anche io sul portatile con una intel ho questo problema ed è da due giorni che mi tiro un po' matto.

prova a forzare compiz dando questo comando nel terminale
SKIP_CHECKS=yes compiz
qui il bug https://bugs.launchpad.net/ubuntu/+sour ... bug/363821 che sembra affliggere la maggior parte delle schede intel

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:18
da wonka
vedo.....comq asp che provo...che l'ultima volta che ho fatto compiz --replace mi è partito il pc

arrivo...

comq se è un problema che affligge tutte le schede intel è da mettere al top sta discussione

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:21
da wonka
ho provato col tuo comando....
schermata bianca con solo il cursore....
ho dovuto riavviare

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: venerdì 24 aprile 2009, 23:24
da wonka

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: sabato 25 aprile 2009, 0:15
da Guiodic
wonka ha scritto: ho provato col tuo comando....
schermata bianca con solo il cursore....
ho dovuto riavviare
apri di nuovo xorg.conf come ti ho indicato.
Individua la sezione "device" e aggiungi questa riga:

Option "Legacy3d" "false"

Poi riavvia.

Re: impossibile attivare effetti visivi ubuntu 9.04

Inviato: sabato 25 aprile 2009, 0:15
da Guiodic
Sono io l'autore di quella guida, se non l'ho suggerita ci sarà un motivo, non credi?