Gnome 3는 항상 로그인 시 폴백됩니다.

Gnome 3는 항상 로그인 시 폴백됩니다.

Debian Wheezy를 설치하고 Gnome 3을 Windows 관리자로 사용했습니다. 만일을 대비해 NVidia 비디오 카드도 가지고 있습니다.

내 사용자 계정으로 부팅할 때 자동으로 gnome에 로그인하지만 항상 대체 모드에서 gnome이 시작됩니다. 로그아웃했다가 동일한 계정으로 다시 로그인하면(로그인 창에서 옵션을 변경하지 않고) gnome 3이 올바르게 시작됩니다.

이것이 3D 렌더링과 관련이 있는지 궁금합니다. 그러나:

|> cat /etc/X11/xorg.conf

[...]

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

그리고

glxinfo | grep -e "direct " -e" renderer"

direct rendering: Yes 
OpenGL renderer string: NVS 4200M/PCIe/SSE2

관련 정보