Problema: algumas vezes trava a minha tela na sessão

Conversações gerais a respeito de Sabayon Linux

Moderator: Moderators

Problema: algumas vezes trava a minha tela na sessão

Postby marcoliveira » Fri Jun 15, 2012 23:42

Olá,

Estou enfrentando o seguinte problema, depois que faço login e vou começar a usar o sabayon normalmente fazendo tarefas normais ele trava sem me dá opção de fechar nenhuma janela, de acessar o menu principal, só conseguir usar o botão direito do mouse clicando no desktop e dando logout, ai volto para a sessão e fica funcionando tudo normalmente, segue abaixo o meu xorg.conf:

Code: Select all
Section "Module"
    SubSection  "extmod"
       Option    "omit xfree86-dga"
    EndSubSection
    Load    "i2c"
    Load    "ddc"
    Load    "vbe"
    Load    "dri"
    Load    "glx"
    Load    "synaptics"
EndSection

Section "ServerFlags"
     Option    "AllowMouseOpenFail"    "true"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    VertRefresh    43 - 60
    HorizSync      28 - 80
EndSection


Section "Device"

    Identifier  "SabayonVga0"
    Driver      "nvidia"
    #BusID    "PCI:01:00"
    #Option "RenderAccel" "on"
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    # UseEvents is causing segmentation faults with
    # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
    #Option "UseEvents" "True"
    Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"

EndSection
   


Section "Screen"

    Identifier    "Screen 0"
    Device        "SabayonVga0"
    Monitor       "Generic Monitor"
    Option       "AddARGBGLXVisuals" "true"

    DefaultDepth 24

    SubSection "Display"
        Depth      8
        ViewPort   0 0
        #Modes      "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        ViewPort        0 0
        #Modes      "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        #Modes      "1024x768" "800x600" "640x480"
    EndSubsection

EndSection


Section "DRI"
    Mode 0666
EndSection

Section "ServerLayout"
    Identifier   "Main Layout"
    Screen 0    "Screen 0"
EndSection

Section "Extensions"
   #Option "Composite" "Enable"
EndSection
marcoliveira
Baby Hen
 
Posts: 5
Joined: Fri Jun 15, 2012 23:28

Re: Problema: algumas vezes trava a minha tela na sessão

Postby Fitzcarraldo » Sat Jun 16, 2012 12:58

O arquivo /var/log/Xorg.0.log contém alguma mensagem de erro?
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Problema: algumas vezes trava a minha tela na sessão

Postby albfneto » Sat Jun 16, 2012 16:35

O problema parou depois que vc re-instalou o kernel, o driver e os arquivos pango e gdk-pixbuf?

o arquivo de Log que o Fitz sugeriu , en geral mostra os erros.

ainda pode tentar:

copie o seu xorg.conf original para não perde-lo:

Code: Select all
cd /
cd etc/X11
sudo cp xorg.conf xorg.conf.copia


Edite o seu xorg.conf original :

Code: Select all
sudo kwrite (ou nano, kate, gedit, seu editor favorito) xorg.conf


e descomente (tire o #) destas linhas:

Code: Select all
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"

Section "Extensions"
   #Option "Composite" "Enable"
EndSection

Feche a sessão e abra de novo.


Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1297
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: Problema: algumas vezes trava a minha tela na sessão

Postby marcoliveira » Sat Jun 16, 2012 17:49

Boa Tarde,

Fiz as mudanças no xorg.conf como o albfneto pediu, e vou verificar se vai ocorrer o erro novamente, segue o meu xorg.conf abaixo:


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.53 (root@orion.sabayon.org) Wed May 23 12:12:02 UTC 2012

Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
# Load "dri"
Load "glx"
Load "synaptics"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 60.0
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Nvidia Default Flat Panel"
HorizSync 29.0 - 50.0
VertRefresh 0.0 - 61.0
EndSection

Section "Device"

#BusID "PCI:01:00"
Option "RenderAccel" "on"
Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
# UseEvents is causing segmentation faults with
# NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
#Option "UseEvents" "True"
Identifier "SabayonVga0"
Driver "nvidia"
Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9300M GS"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Também tentei rodar o compiz-manager e deu erro, segue abaixo as mensagens:

compiz-manager
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: 01:00.0 0300: 10de:06e9 (rev a1) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
/usr/bin/compiz (cube) - Warn: Failed to load slide: freedesktop
/usr/bin/compiz (core) - Error: Plugin 'text' not loaded.

/usr/bin/compiz (shift) - Warn: No compatible text plugin loaded.
marcoliveira
Baby Hen
 
Posts: 5
Joined: Fri Jun 15, 2012 23:28

Re: Problema: algumas vezes trava a minha tela na sessão

Postby albfneto » Wed Jun 20, 2012 20:03

Como foram seus testes, porque no momento, me parece , vc está sem aceleração 3D
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1297
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil


Return to Portuguese

Who is online

Users browsing this forum: No registered users and 1 guest