On 5/11/10, Rodrigo Lira <[email protected]> wrote: > Max apos realizar o comando: > > pkill -KILL metacity > > o X travou novamente. > > meu xorg.conf > > ============================================================= > > Section "ServerLayout" > Identifier "aticonfig Layout" > Screen 0 "aticonfig-Screen[0]-0" 0 0 > EndSection > > Section "Files" > EndSection > > Section "Module" > EndSection > > Section "Monitor" > Identifier "aticonfig-Monitor[0]-0" > Option "VendorName" "ATI Proprietary Driver" > Option "ModelName" "Generic Autodetecting Monitor" > Option "DPMS" "true" > EndSection > > Section "Device" > Identifier "aticonfig-Device[0]-0" > Driver "fglrx" > BusID "PCI:1:5:0" > EndSection > > Section "Screen" > Identifier "aticonfig-Screen[0]-0" > Device "aticonfig-Device[0]-0" > Monitor "aticonfig-Monitor[0]-0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > ============================================================= > > > Rodrigo Lira > > Embora ninguém possa voltar atrás e fazer um novo começo, qualquer um pode > começar agora e fazer um novo fim. (Chico Xavier)
Eu tenho pouca experiência com os drivers da ATI, mas pelo xorg.conf tu não tem os módulos do OpenGL carregados (na ATI é diferente?)... Um teste rápido que tu pode fazer é colocar o seguinte no conf: Section "Extensions" Extension "Composite" "Enable" EndSection Se não funcinar, tenta um Module "GLX" e Module "DRI" lá na section Modules (denovo, não sei se precisa disso no driver da ATI). -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

