Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет Русскоязычное Linux-сообщество ([info]lj_ru_linux)
@ 2013-05-24 17:02:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[Gentoo] Nvidia + Gnome-light не догружается и моргает
Здавствуйте уважаемые, я снова с проблемой. Спасибо, что помогли с wi-fi, всё заработало, отлично. Теперь новая пролема - при запуске gnome система ведёт себя странно, сначала всё хорошо, стартуют Х-ы, появляется обоина Гнома и тут экран начинает моргать, именно моргать, чёрный фрейм, потом снова видно обои, и так раз 20, потом моргать перестаёт, устойчиво показывает пустые обои, без иконок, без меню. Курсор мыши двигается рывками как если бы комп очень сильно тормозил. При этом не виснет. Мышь работает, клавиатура тоже работает, можно по Alt+F1 вернуться в консоль и прервать загрузку Х-ов.
Что это вообще может быть такое?
в ядре всё сделано по хендбуку http://www.gentoo.org/doc/ru/nvidia-guide.xml
модуль nvidia грузится нормально, ошибок в dmesg нет, в /var/log/Xorg.0.log
Ошибок никаких нет, что характерно.

спустя минуты 2-3 лезет вот такая штука
в файле ~/.gnomerc-errors
....
(nautilus:6545): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(nautilus:6549): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(nautilus:6552): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
.........

обгуглился, но не нашёл такой ошибки. Обновлять Мир пробовал, конечно.

под катом конфиги

 x86_64 Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz GenuineIntel GNU/Linux
sys-kernel/gentoo-sources-3.8.13:3.8.13

x11-drivers/nvidia-drivers-313.30
x11-base/xorg-x11-7.4-r2
gnome-base/gnome-light-2.32.1-r2:2.0
eselect opengl set nvidia


 # cat /etc/portage/make.conf
CFLAGS="-march=core2 -O2 -pipe -msse4 -mcx16 -msahf"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5"

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
INPUT_DEVICES="evdev mouse keyboard"
#LINGUAS="ru en"
VIDEO_CARDS="nvidia"

#USE
SYSTEM="sse sse2 sse3 sse4a bash-completion consolekit dbus udev acpi hal"
MEDIA="alsa mmx 3dnow 3dnowext mmxext openal lcms opencl mp3 mad"
IMAGES="jpeg gif png svg tiff apng"
TEXT="pdf djvu vim-syntax xpdf-headers truetype xft"
CODECS="aalib acc acl ffmpeg gsm lame matroska mjpeg mp3 mp4 ogg openal stream x264 xvid v4l v4l2"
KERNEL="symlgnome ink"
XORG="X gtk gnome sqlite gdu nvidia xinerama"
BAD="-qt -samba -gnutls -ipv6 -qt4 -gdbm -berkdb -perl -qt3support -pulseaudio -kde -build -kdm -kdecards -kdeconfig"

USE="${XORG} ${SYSTEM} ${MEDIA} ${IMAGES} ${TEXT} ${CODECS} ${KERNEL} ${LANG} ${XORG} ${BAD}


и


# cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/TTF/"
    FontPath     "/usr/share/fonts/OTF/"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load  "glx"
    Disable "dri"
    Disable "dri2"
    Disable "xinerama"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Dell"
    ModelName    "Dell U2410"
#       HorizSync       30.0 - 81.0
#       VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    Option      "NoLogo" "true"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    Option     "TwinView" "0"
#    Option       "UseEdidDpi" "FAUSE"
#    Option       "DPI" "96x96"
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Или я просто не вижу ошибок, а они есть??

# cat /var/log/Xorg.0.log
[ 204.225]
X.Org X Server 1.13.4
Release Date: 2013-04-17
[ 204.251] X Protocol Version 11, Revision 0
[ 204.260] Build Operating System: Linux 3.8.0-19-generic x86_64 Gentoo
[ 204.268] Current Operating System: Linux Dune 3.8.13-gentoo #1 SMP Fri May 24 19:41:30 MSK 2013 x86_64
[ 204.268] Kernel command line: root=/dev/ram0 rootfstype=reiserfs real_root=/dev/sda2 vga=794 panic=20
[ 204.286] Build Date: 15 May 2013 03:51:19AM
[ 204.294]
[ 204.303] Current version of pixman: 0.28.0
[ 204.319] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 204.319] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 204.352] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 25 00:43:44 2013
[ 204.361] (==) Using config file: "/etc/X11/xorg.conf"
[ 204.369] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 204.369] (==) ServerLayout "X.org Configured"
[ 204.369] (**) |-->Screen "Screen0" (0)
[ 204.369] (**) | |-->Monitor "Monitor0"
[ 204.369] (**) | |-->Device "Card0"
[ 204.369] (**) |-->Input Device "Mouse0"
[ 204.369] (**) |-->Input Device "Keyboard0"
[ 204.369] (==) Automatically adding devices
[ 204.369] (==) Automatically enabling devices
[ 204.369] (==) Automatically adding GPU devices
[ 204.369] (**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 204.369] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 204.369] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 204.369] (WW) Disabling Mouse0
[ 204.369] (WW) Disabling Keyboard0
[ 204.369] (II) Loader magic: 0x808bc0
[ 204.369] (II) Module ABI versions:
[ 204.369] X.Org ANSI C Emulation: 0.4
[ 204.369] X.Org Video Driver: 13.1
[ 204.369] X.Org XInput driver : 18.0
[ 204.369] X.Org Server Extension : 7.0
[ 204.370] (--) PCI:*(0:1:0:0) 10de:0600:1043:8268 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[ 204.370] (II) Open ACPI successful (/var/run/acpid.socket)
[ 204.378] Initializing built-in extension Generic Event Extension
[ 204.386] Initializing built-in extension SHAPE
[ 204.394] Initializing built-in extension MIT-SHM
[ 204.402] Initializing built-in extension XInputExtension
[ 204.410] Initializing built-in extension XTEST
[ 204.417] Initializing built-in extension BIG-REQUESTS
[ 204.425] Initializing built-in extension SYNC
[ 204.432] Initializing built-in extension XKEYBOARD
[ 204.439] Initializing built-in extension XC-MISC
[ 204.446] Initializing built-in extension XINERAMA
[ 204.453] Initializing built-in extension XFIXES
[ 204.460] Initializing built-in extension RENDER
[ 204.466] Initializing built-in extension RANDR
[ 204.473] Initializing built-in extension COMPOSITE
[ 204.479] Initializing built-in extension DAMAGE
[ 204.486] Initializing built-in extension MIT-SCREEN-SAVER
[ 204.492] Initializing built-in extension DOUBLE-BUFFER
[ 204.498] Initializing built-in extension RECORD
[ 204.504] Initializing built-in extension DPMS
[ 204.510] Initializing built-in extension X-Resource
[ 204.516] Initializing built-in extension XVideo
[ 204.522] Initializing built-in extension XVideo-MotionCompensation
[ 204.527] Initializing built-in extension XFree86-VidModeExtension
[ 204.533] Initializing built-in extension XFree86-DGA
[ 204.538] Initializing built-in extension XFree86-DRI
[ 204.543] Initializing built-in extension DRI2
[ 204.543] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[ 204.543] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
[ 204.543] (WW) "xinerama" will not be loaded unless you've specified it to be loaded elsewhere.
[ 204.543] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 204.543] (II) LoadModule: "glx"
[ 204.544] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 204.556] (II) Module glx: vendor="NVIDIA Corporation"
[ 204.556] compiled for 4.0.2, module version = 1.0.0
[ 204.556] Module class: X.Org Server Extension
[ 204.556] (II) NVIDIA GLX Module 313.30 Wed Mar 27 15:51:21 PDT 2013
[ 204.561] Loading extension GLX
[ 204.561] (II) LoadModule: "nvidia"
[ 204.561] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 204.562] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 204.562] compiled for 4.0.2, module version = 1.0.0
[ 204.562] Module class: X.Org Video Driver
[ 204.562] (II) NVIDIA dlloader X Driver 313.30 Wed Mar 27 15:33:21 PDT 2013
[ 204.562] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 204.562] (--) using VT number 7

[ 204.578] (II) Loading sub module "wfb"
[ 204.578] (II) LoadModule: "wfb"
[ 204.578] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 204.579] (II) Module wfb: vendor="X.Org Foundation"
[ 204.579] compiled for 1.13.4, module version = 1.0.0
[ 204.579] ABI class: X.Org ANSI C Emulation, version 0.4
[ 204.579] (II) Loading sub module "ramdac"
[ 204.579] (II) LoadModule: "ramdac"
[ 204.579] (II) Module "ramdac" already built-in
[ 204.579] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 204.579] (==) NVIDIA(0): RGB weight 888
[ 204.579] (==) NVIDIA(0): Default visual is TrueColor
[ 204.579] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 204.579] (**) NVIDIA(0): Option "NoLogo" "true"
[ 204.579] (**) NVIDIA(0): Enabling 2D acceleration
[ 205.127] (II) NVIDIA(GPU-0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 205.127] (II) NVIDIA(GPU-0): stereo.
[ 205.127] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS 512 (G92) at PCI:1:0:0 (GPU-0)
[ 205.127] (--) NVIDIA(0): Memory: 524288 kBytes
[ 205.127] (--) NVIDIA(0): VideoBIOS: 62.92.25.00.04
[ 205.127] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 205.131] (--) NVIDIA(0): Valid display device(s) on GeForce 8800 GTS 512 at PCI:1:0:0
[ 205.131] (--) NVIDIA(0): CRT-0
[ 205.131] (--) NVIDIA(0): CRT-1
[ 205.131] (--) NVIDIA(0): TV-0
[ 205.131] (--) NVIDIA(0): DELL U2410 (DFP-0) (connected)
[ 205.131] (--) NVIDIA(0): DFP-1
[ 205.131] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 205.131] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[ 205.131] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[ 205.131] (--) NVIDIA(0): DELL U2410 (DFP-0): 330.0 MHz maximum pixel clock
[ 205.131] (--) NVIDIA(0): DELL U2410 (DFP-0): Internal Dual Link TMDS
[ 205.131] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[ 205.131] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 205.131] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 205.131] (**) NVIDIA(0): device DELL U2410 (DFP-0) (Using EDID frequencies has been
[ 205.131] (**) NVIDIA(0): enabled on all display devices.)
[ 205.132] (==) NVIDIA(0):
[ 205.132] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 205.132] (==) NVIDIA(0): will be used as the requested mode.
[ 205.132] (==) NVIDIA(0):
[ 205.132] (II) NVIDIA(0): Validated MetaModes:
[ 205.132] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 205.132] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[ 205.154] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[ 205.154] (--) NVIDIA(0): option
[ 205.154] (--) Depth 24 pixmap format is 32 bpp
[ 205.154] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 205.160] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 205.181] Loading extension NV-GLX
[ 205.202] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 205.202] (==) NVIDIA(0): Backing store disabled
[ 205.202] (==) NVIDIA(0): Silken mouse enabled
[ 205.202] (==) NVIDIA(0): DPMS enabled
[ 205.203] Loading extension NV-CONTROL
[ 205.203] Loading extension XINERAMA
[ 205.203] (WW) NVIDIA(0): Option "TwinView" is not used
[ 205.203] (II) Loading sub module "dri2"
[ 205.203] (II) LoadModule: "dri2"
[ 205.203] (II) Module "dri2" already built-in
[ 205.203] (II) NVIDIA(0): [DRI2] Setup complete
[ 205.203] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 205.203] (--) RandR disabled
[ 205.207] (II) Initializing extension GLX
[ 205.343] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 205.343] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 205.343] (II) LoadModule: "evdev"
[ 205.343] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 205.343] (II) Module evdev: vendor="X.Org Foundation"
[ 205.343] compiled for 1.13.4, module version = 2.7.3
[ 205.343] Module class: X.Org XInput Driver
[ 205.343] ABI class: X.Org XInput driver, version 18.0
[ 205.343] (II) Using input driver 'evdev' for 'Power Button'
[ 205.343] (**) Power Button: always reports core events
[ 205.343] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 205.343] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 205.343] (--) evdev: Power Button: Found keys
[ 205.343] (II) evdev: Power Button: Configuring as keyboard
[ 205.343] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 205.343] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 205.343] (**) Option "xkb_rules" "evdev"
[ 205.343] (**) Option "xkb_model" "evdev"
[ 205.343] (**) Option "xkb_layout" "us"
[ 205.364] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 205.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 205.364] (II) Using input driver 'evdev' for 'Power Button'
[ 205.364] (**) Power Button: always reports core events
[ 205.364] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 205.364] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 205.364] (--) evdev: Power Button: Found keys
[ 205.364] (II) evdev: Power Button: Configuring as keyboard
[ 205.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 205.364] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 205.364] (**) Option "xkb_rules" "evdev"
[ 205.364] (**) Option "xkb_model" "evdev"
[ 205.364] (**) Option "xkb_layout" "us"
[ 205.365] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event1)
[ 205.365] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 205.365] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[ 205.365] (**) Logitech USB Optical Mouse: always reports core events
[ 205.365] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event1"
[ 205.365] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05b
[ 205.365] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
[ 205.365] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[ 205.365] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[ 205.365] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[ 205.365] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[ 205.365] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[ 205.365] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 205.365] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 205.365] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/input/input4/event1"
[ 205.365] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[ 205.365] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[ 205.365] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 205.365] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[ 205.365] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 205.365] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 205.365] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 205.365] (II) No input driver specified, ignoring this device.
[ 205.365] (II) This device may have been added with another device file.
[ 205.366] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 205.366] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 205.366] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 205.366] (**) AT Translated Set 2 keyboard: always reports core events
[ 205.366] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 205.366] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 205.366] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 205.366] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 205.366] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 205.366] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 205.366] (**) Option "xkb_rules" "evdev"
[ 205.366] (**) Option "xkb_model" "evdev"
[ 205.366] (**) Option "xkb_layout" "us"
[ 205.697] (II) NVIDIA(GPU-0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 205.697] (II) NVIDIA(GPU-0): stereo.
[ 205.697] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 205.697] (**) NVIDIA(0): device DELL U2410 (DFP-0) (Using EDID frequencies has been
[ 205.697] (**) NVIDIA(0): enabled on all display devices.)
[ 205.785] (II) NVIDIA(GPU-0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 205.785] (II) NVIDIA(GPU-0): stereo.
[ 205.785] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 205.785] (**) NVIDIA(0): device DELL U2410 (DFP-0) (Using EDID frequencies has been
[ 205.785] (**) NVIDIA(0): enabled on all display devices.)
[ 205.872] (II) NVIDIA(GPU-0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 205.872] (II) NVIDIA(GPU-0): stereo.
[ 205.872] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 205.873] (**) NVIDIA(0): device DELL U2410 (DFP-0) (Using EDID frequencies has been
[ 205.873] (**) NVIDIA(0): enabled on all display devices.)
[ 205.960] (II) NVIDIA(GPU-0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 205.960] (II) NVIDIA(GPU-0): stereo.
[ 205.960] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 205.960] (**) NVIDIA(0): device DELL U2410 (DFP-0) (Using EDID frequencies has been
[ 205.960] (**) NVIDIA(0): enabled on all display devices.)
[ 269.233] (II) evdev: AT Translated Set 2 keyboard: Close
[ 269.233] (II) UnloadModule: "evdev"
[ 269.233] (II) evdev: Logitech USB Optical Mouse: Close
[ 269.233] (II) UnloadModule: "evdev"
[ 269.233] (II) evdev: Power Button: Close
[ 269.233] (II) UnloadModule: "evdev"
[ 269.233] (II) evdev: Power Button: Close
[ 269.233] (II) UnloadModule: "evdev"
[ 269.276] Server terminated successfully (0). Closing log file.



P.S.
$ emerge --sync
$ eselect news read
$ emerge -av sys-apps/portage

$ emerge -avueDN system world
делал


(Читать комментарии) (Добавить комментарий)