Ir ao conteúdo
  • Cadastre-se

Problema XGL - Ubuntu


eliasgoulart

Posts recomendados

Estou comecando no linux agora, e desde sexta estou tentando instalar xgl e não dei jeito.

Queria uma ajuda de vocês..

Bem.. minha situacao agora é a seguinte:

Instalei através do comando:

apt-get install xserver-xgl

Após isso.. fiz os seguintes arquivos abaixo para iniciar na tela de login:

#gedit /usr/bin/startxgl.sh

----------------------------------------------------

#!/bin/sh

Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &

DISPLAY=:1

exec gnome-session

----------------------------------------------------

#chmod +x /usr/bin/startxgl.sh

----------------------------------------------------

depois...

----------------------------------------------------

#gedit /usr/share/xsessions/xgl.desktop

[Desktop Entry]

Encoding=UTF-8

Name=Xgl

Comment=Start an Xgl Session

Exec=/usr/bin/startxgl.sh

Icon=

Type=Application

----------------------------------------------------

#chmod +x /usr/share/xsessions/xgl.desktop

----------------------------------------------------

Após reiniciar a máquina.. ele carrega a tela de login normalmente,

após colocar o usuario e senha a tela fica com a cor do marrozinho do plano de fundo.. uns 7 segundos..

e volta de novo pra tela de login e senha.. nao conseguindo mais logar...

minha placa de video é uma NVIDIA 8600GT, instalei o driver do site da nvidia mesmo..

e estava tudo funcionando perfeitamente...

alguem pode me ajudar como solucionar o problema?

Link para o comentário
Compartilhar em outros sites

Segue abaixo meu xorg.conf:

---------------------------------------------------------------

Section "ServerLayout"

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen "Default Screen" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

InputDevice "Synaptics Touchpad"

EndSection

Section "Files"

EndSection

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

Option "XkbVariant" "alt-intl"

Option "XkbOptions" "lv3:ralt_switch"

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"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "Monitor"

Identifier "Generic Monitor"

HorizSync 30.0 - 70.0

VertRefresh 50.0 - 160.0

Option "DPMS"

EndSection

Section "Device"

Identifier "Generic Video Card"

Driver "nvidia"

Option "NvAGP" "0"

Option "RenderAcell" "true"

Option "AllowGLXWithComposite" "true"

EndSection

#Section "Module"

# Load "glx"

#EndSection

Section "Screen"

Identifier "Default Screen"

Device "Generic Video Card"

Monitor "Generic Monitor"

DefaultDepth 24

SubSection "Display"

Depth 24

Modes "nvidia-auto-select"

# Option "AddARGBGLXVisual" "true"

EndSubSection

EndSection

---------------------------------------------------------------

Link para o comentário
Compartilhar em outros sites

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...