[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Iceweasel travando com opções do xorg.conf para o beryl funcionar



Pessoal,

para o beryl funcionar tive que adicionar as seguintes opções no meu 
xorg.conf:

Section "Module"
### Comentar a opção dri
#	Load	"dri"
EndSection

Section "Device"
### Adicionar esta opção abaixo     
	Option		"AllowGLXWithComposite"	"true"
EndSection

Section "Screen"
### Adicionar estas opções abaixo 
	Option 		"XAANoOffscreenPixmaps"
	Option 		"AddARGBGLXVisuals" 	"On"
EndSection

Section "ServerLayout"
#### Adicionar esta opção abaixo
	Option 		"AIGLX" 	"on"
EndSection

Adicionar esta seção inteira
Section "Extensions"
	Option "Composite" "Enable"
EndSection

Coloquei somente as diferenças entre um arquivo que o beryl funciona e o 
iceweasel não. Eu verifiquei que o problema parece ser relacionado ao flash. 
Páginas com flash travam o iceweasel com a seguinte mensagem de erro no 
terminal:

[ronaldo@mobilix ~]$ iceweasel 
The program 'gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 104 error_code 8 request_code 146 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Segmentation fault

Alguem tem alguma ideia de manter o beryl funcionando e o iceweasel com flash?

Valeu
Inte
Ronaldo
--
> Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8187 | ronaldo.reis@unimontes.br | chrysopa@gmail.com
| http://www.ppgcb.unimontes.br/ | ICQ#: 5692561 | LinuxUser#: 205366



Reply to: