Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-22 Por tôpico Fabiano Manoel de Andrade


Em Sex, 2008-03-21 às 23:51 -0300, Flavio Alberto Lopes Soares escreveu:
 Estou usando o X padrão do Lenny, com o driver intel padrão, veja meu 
 xorg.conf :
 
 [EMAIL PROTECTED]:~$ cat /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
 IdentifierGeneric Keyboard
 Driverkbd
 OptionCoreKeyboard
 OptionXkbRulesxorg
 OptionXkbModelabnt2
 OptionXkbLayoutbr
 OptionXkbVariantabnt2
 EndSection
 
 Section InputDevice
 IdentifierConfigured Mouse
 Drivermouse
 OptionCorePointer
 OptionDevice/dev/input/mice
 OptionProtocolImPS/2
 OptionEmulate3Buttonstrue
 EndSection
 
 Section Device
 IdentifierIntel Corporation 82945G/GZ Integrated Graphics 
 Controller
 Driverintel
 BusIDPCI:0:2:0
 Option AddARGBGLXVisuals True
 Option AllowGLXWithComposite True
 EndSection
 
 Section Extensions
 Option Composite Enable
 EndSection
 
 Section Monitor
 IdentifierDELL 1704FPT
 OptionDPMS
 HorizSync30-81
 VertRefresh56-76
 EndSection
 
 Section Screen
 IdentifierDefault Screen
 DeviceIntel Corporation 82945G/GZ Integrated Graphics 
 Controller
 MonitorDELL 1704FPT
 DefaultDepth24
 SubSection Display
 Modes1280x1024 1152x864 1024x768 800x600 640x480
 EndSubSection
 EndSection
 
 Section Module
 Load glx
 EndSection
 
 Section ServerLayout
 IdentifierDefault Layout
 ScreenDefault Screen
 InputDeviceGeneric Keyboard
 InputDeviceConfigured Mouse
 EndSection
 
 
 Rodrigo wrote:
  Isto me parece bug do driver de video, teu driver de video está 
  instalado corretamente?
 
  Abração!
 
  Rodrigo Dreher
 
  Em 21/03/08, *Flavio Alberto Lopes Soares* [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] escreveu:
 
  Bom dia a todos,
 
  estou usando o Debian Lenny na minha máquina desktop Dell
  Dimension 5150
  Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
  recentemente instalei o compiz no Gnome e notei que várias aplicações
  perdem o foco ou seja, não consigo digitar nada nelas,
  outras passam por situação pior pois nem o conteúdo de suas janelas
  aparece como é o caso do gnome-terminal que só mostra o menu
  superior, o console e nenhuma letra neste, alguém já passou por algo
  parecido e conseguiu resolver ?
 
  Agradeço qualquer dica
 
  Sucesso a todos
 
  Flávio Alberto Lopes Soares
 
 
 
  --
  To UNSUBSCRIBE, email to
  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
 
 
 
Olá.
Comente a entrada
Section Module
Load glx
EndSection
e adicione a opção 
Option  AddARGBGLXVisuals true
na seção Device do xorg.conf.
Abraço.
Fabaino.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-22 Por tôpico Flavio Alberto Lopes Soares
Até concordaria se eu não tivesse visto esta mesma máquina rodando o 
Ubuntu com o Compiz numa boa !


Aderbal Botelho wrote:

Põe uma placa de vídeo descente. Um micro como o teu precisa de pelo
menos nua placa de vídeo nvidia.

On 3/21/08, Flavio Alberto Lopes Soares [EMAIL PROTECTED] wrote:
  

Estou usando o X padrão do Lenny, com o driver intel padrão, veja meu
xorg.conf :

[EMAIL PROTECTED]:~$ cat /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
IdentifierGeneric Keyboard
Driverkbd
OptionCoreKeyboard
OptionXkbRulesxorg
OptionXkbModelabnt2
OptionXkbLayoutbr
OptionXkbVariantabnt2
EndSection

Section InputDevice
IdentifierConfigured Mouse
Drivermouse
OptionCorePointer
OptionDevice/dev/input/mice
OptionProtocolImPS/2
OptionEmulate3Buttonstrue
EndSection

Section Device
IdentifierIntel Corporation 82945G/GZ Integrated Graphics
Controller
Driverintel
BusIDPCI:0:2:0
Option AddARGBGLXVisuals True
Option AllowGLXWithComposite True
EndSection

Section Extensions
Option Composite Enable
EndSection

Section Monitor
IdentifierDELL 1704FPT
OptionDPMS
HorizSync30-81
VertRefresh56-76
EndSection

Section Screen
IdentifierDefault Screen
DeviceIntel Corporation 82945G/GZ Integrated Graphics
Controller
MonitorDELL 1704FPT
DefaultDepth24
SubSection Display
Modes1280x1024 1152x864 1024x768 800x600 640x480
EndSubSection
EndSection

Section Module
Load glx
EndSection

Section ServerLayout
IdentifierDefault Layout
ScreenDefault Screen
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection


Rodrigo wrote:


Isto me parece bug do driver de video, teu driver de video está
instalado corretamente?

Abração!

Rodrigo Dreher

Em 21/03/08, *Flavio Alberto Lopes Soares* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] escreveu:

Bom dia a todos,

estou usando o Debian Lenny na minha máquina desktop Dell
Dimension 5150
Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
recentemente instalei o compiz no Gnome e notei que várias aplicações
perdem o foco ou seja, não consigo digitar nada nelas,
outras passam por situação pior pois nem o conteúdo de suas janelas
aparece como é o caso do gnome-terminal que só mostra o menu
superior, o console e nenhuma letra neste, alguém já passou por algo
parecido e conseguiu resolver ?

Agradeço qualquer dica

Sucesso a todos

Flávio Alberto Lopes Soares



--
To UNSUBSCRIBE, email to
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]


  

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]





  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-22 Por tôpico Flavio Alberto Lopes Soares

Olá,
eu comentei a entrada que você me sugeriu e a entrada

Option  AddARGBGLXVisuals true

já existia, reiniciei o X, rodei o compiz porém os resultados foram os mesmos,

de qualquer forma agradeço pela ajuda.

Sucesso a todos

Flávio Alberto



Olá.
Comente a entrada
Section Module
Load glx
EndSection
	e adicione a opção 
	Option 		AddARGBGLXVisuals true

na seção Device do xorg.conf.
Abraço.
Fabaino.


  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-21 Por tôpico David F. A. B. Fante
Eu tive esse problema, eu tenho uma placa de vídeo da Nvidia, bastou eu 
intalar o driver original da Nvidia que tudo funcionou bem.



David F A B Fante

Flavio Alberto Lopes Soares escreveu:

Bom dia a todos,

estou usando o Debian Lenny na minha máquina desktop Dell Dimension 
5150 Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
recentemente instalei o compiz no Gnome e notei que várias aplicações 
perdem o foco ou seja, não consigo digitar nada nelas,
outras passam por situação pior pois nem o conteúdo de suas janelas 
aparece como é o caso do gnome-terminal que só mostra o menu
superior, o console e nenhuma letra neste, alguém já passou por algo 
parecido e conseguiu resolver ?


Agradeço qualquer dica

Sucesso a todos

Flávio Alberto Lopes Soares





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-21 Por tôpico Rodrigo
Isto me parece bug do driver de video, teu driver de video está instalado
corretamente?

Abração!

Rodrigo Dreher

Em 21/03/08, Flavio Alberto Lopes Soares [EMAIL PROTECTED]
escreveu:

 Bom dia a todos,

 estou usando o Debian Lenny na minha máquina desktop Dell Dimension 5150
 Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
 recentemente instalei o compiz no Gnome e notei que várias aplicações
 perdem o foco ou seja, não consigo digitar nada nelas,
 outras passam por situação pior pois nem o conteúdo de suas janelas
 aparece como é o caso do gnome-terminal que só mostra o menu
 superior, o console e nenhuma letra neste, alguém já passou por algo
 parecido e conseguiu resolver ?

 Agradeço qualquer dica

 Sucesso a todos

 Flávio Alberto Lopes Soares



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-21 Por tôpico Flavio Alberto Lopes Soares
Estou usando o X padrão do Lenny, com o driver intel padrão, veja meu 
xorg.conf :


[EMAIL PROTECTED]:~$ cat /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
   IdentifierGeneric Keyboard
   Driverkbd
   OptionCoreKeyboard
   OptionXkbRulesxorg
   OptionXkbModelabnt2
   OptionXkbLayoutbr
   OptionXkbVariantabnt2
EndSection

Section InputDevice
   IdentifierConfigured Mouse
   Drivermouse
   OptionCorePointer
   OptionDevice/dev/input/mice
   OptionProtocolImPS/2
   OptionEmulate3Buttonstrue
EndSection

Section Device
   IdentifierIntel Corporation 82945G/GZ Integrated Graphics 
Controller

   Driverintel
   BusIDPCI:0:2:0
   Option AddARGBGLXVisuals True
   Option AllowGLXWithComposite True
EndSection

Section Extensions
   Option Composite Enable
EndSection

Section Monitor
   IdentifierDELL 1704FPT
   OptionDPMS
   HorizSync30-81
   VertRefresh56-76
EndSection

Section Screen
   IdentifierDefault Screen
   DeviceIntel Corporation 82945G/GZ Integrated Graphics 
Controller

   MonitorDELL 1704FPT
   DefaultDepth24
   SubSection Display
   Modes1280x1024 1152x864 1024x768 800x600 640x480
   EndSubSection
EndSection

Section Module
   Load glx
EndSection

Section ServerLayout
   IdentifierDefault Layout
   ScreenDefault Screen
   InputDeviceGeneric Keyboard
   InputDeviceConfigured Mouse
EndSection


Rodrigo wrote:
Isto me parece bug do driver de video, teu driver de video está 
instalado corretamente?


Abração!

Rodrigo Dreher

Em 21/03/08, *Flavio Alberto Lopes Soares* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] escreveu:


Bom dia a todos,

estou usando o Debian Lenny na minha máquina desktop Dell
Dimension 5150
Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
recentemente instalei o compiz no Gnome e notei que várias aplicações
perdem o foco ou seja, não consigo digitar nada nelas,
outras passam por situação pior pois nem o conteúdo de suas janelas
aparece como é o caso do gnome-terminal que só mostra o menu
superior, o console e nenhuma letra neste, alguém já passou por algo
parecido e conseguiu resolver ?

Agradeço qualquer dica

Sucesso a todos

Flávio Alberto Lopes Soares



--
To UNSUBSCRIBE, email to
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compiz e gnome não se dão bem no Debian Lenny

2008-03-21 Por tôpico Aderbal Botelho
Põe uma placa de vídeo descente. Um micro como o teu precisa de pelo
menos nua placa de vídeo nvidia.

On 3/21/08, Flavio Alberto Lopes Soares [EMAIL PROTECTED] wrote:
 Estou usando o X padrão do Lenny, com o driver intel padrão, veja meu
 xorg.conf :

 [EMAIL PROTECTED]:~$ cat /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
 IdentifierGeneric Keyboard
 Driverkbd
 OptionCoreKeyboard
 OptionXkbRulesxorg
 OptionXkbModelabnt2
 OptionXkbLayoutbr
 OptionXkbVariantabnt2
 EndSection

 Section InputDevice
 IdentifierConfigured Mouse
 Drivermouse
 OptionCorePointer
 OptionDevice/dev/input/mice
 OptionProtocolImPS/2
 OptionEmulate3Buttonstrue
 EndSection

 Section Device
 IdentifierIntel Corporation 82945G/GZ Integrated Graphics
 Controller
 Driverintel
 BusIDPCI:0:2:0
 Option AddARGBGLXVisuals True
 Option AllowGLXWithComposite True
 EndSection

 Section Extensions
 Option Composite Enable
 EndSection

 Section Monitor
 IdentifierDELL 1704FPT
 OptionDPMS
 HorizSync30-81
 VertRefresh56-76
 EndSection

 Section Screen
 IdentifierDefault Screen
 DeviceIntel Corporation 82945G/GZ Integrated Graphics
 Controller
 MonitorDELL 1704FPT
 DefaultDepth24
 SubSection Display
 Modes1280x1024 1152x864 1024x768 800x600 640x480
 EndSubSection
 EndSection

 Section Module
 Load glx
 EndSection

 Section ServerLayout
 IdentifierDefault Layout
 ScreenDefault Screen
 InputDeviceGeneric Keyboard
 InputDeviceConfigured Mouse
 EndSection


 Rodrigo wrote:
  Isto me parece bug do driver de video, teu driver de video está
  instalado corretamente?
 
  Abração!
 
  Rodrigo Dreher
 
  Em 21/03/08, *Flavio Alberto Lopes Soares* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] escreveu:
 
  Bom dia a todos,
 
  estou usando o Debian Lenny na minha máquina desktop Dell
  Dimension 5150
  Pentium 4 HT 2.8GHz 512MB de RAM com vídeo Intel 945,
  recentemente instalei o compiz no Gnome e notei que várias aplicações
  perdem o foco ou seja, não consigo digitar nada nelas,
  outras passam por situação pior pois nem o conteúdo de suas janelas
  aparece como é o caso do gnome-terminal que só mostra o menu
  superior, o console e nenhuma letra neste, alguém já passou por algo
  parecido e conseguiu resolver ?
 
  Agradeço qualquer dica
 
  Sucesso a todos
 
  Flávio Alberto Lopes Soares
 
 
 
  --
  To UNSUBSCRIBE, email to
  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
 


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]



-- 
Sent from Gmail for mobile | mobile.google.com

Aderbal Botelho
+55 82 99602322
Debian Consultant
www.mview.com.br
Un  85658381
[EMAIL PROTECTED]
[EMAIL PROTECTED]