openSUSE 12.3 MacBook Pro 7.2 NVIDIA (Черный экран при установке проприетарных драйверов NVIDIA)

openSUSE, SUSE Linux Enterprise

Модератор: Модераторы разделов

Ответить
ademarin
Сообщения: 15
ОС: openSUSE 11.2

openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение ademarin »

Приветсвую.

Наткнулся на проблему при установке проприетарных драйверов NVIDIA на openSUSE 12.3 на ноутбуке MacBook Pro 7.2 (Mid 2010 года).
После установки драйверов и перезагрузки получаем черный экран, переход по Ctrl + Alt + F1/F2/F3 не доступен.
Пробовал как на чистой установке ОС (без обновлений), так и обновленный до актуального состояния.

Последний эксперимент:

1) Устанавливаем чистую (без обновлений) openSUSE 12.3

Код: Выделить всё

linux-ewqe:/home/art # lspci | grep VGA
04:00.0 VGA compatible controller: NVIDIA Corporation Device 08a0 (rev a2)

04:00.0 VGA compatible controller: NVIDIA Corporation Device 08a0 (rev a2) (prog-if 00 [VGA controller])
        Subsystem: Apple Inc. Device 00c2
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 256 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at 1000 [size=128]
        Expansion ROM at d3000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [e0] Vendor Specific Information: Len=14 <?>
        Kernel driver in use: nouveau

linux-ewqe:/home/art # uname -a
Linux linux-ewqe.site 3.7.10-1.1-desktop #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) x86_64 x86_64 x86_64 GNU/Linux

linux-ewqe:/home/art # zypper lr
#  | Alias                              | Name                                    | Enabled | Refresh
---+------------------------------------+-----------------------------------------+---------+--------
 1 | download.nvidia.com-opensuse       | nVidia Graphics Drivers                 | Yes     | Yes
 2 | download.opensuse.org-12.3-non-oss | Update Repository (Non-Oss)             | Yes     | Yes
 3 | download.opensuse.org-Extra        | openSUSE BuildService - KDE:Extra       | Yes     | Yes
 4 | download.opensuse.org-UpdatedApps  | openSUSE BuildService - KDE:UpdatedApps | Yes     | Yes
 5 | download.opensuse.org-non-oss      | Main Repository (NON-OSS)               | Yes     | Yes
 6 | download.opensuse.org-oss          | Main Repository (DEBUG)                 | Yes     | Yes
 7 | download.opensuse.org-oss_1        | Main Repository (OSS)                   | Yes     | Yes
 8 | download.opensuse.org-oss_2        | Main Repository (Sources)               | Yes     | Yes
 9 | download.opensuse.org-update       | Update Repository (DEBUG)               | Yes     | Yes
10 | download.opensuse.org-update_1     | Main Update Repository                  | Yes     | Yes
11 | ftp.gwdg.de-suse                   | Packman Repository                      | Yes     | Yes
12 | openSUSE-12.3-1.7                  | openSUSE-12.3-1.7                       | No      | Yes
13 | repo-debug                         | openSUSE-12.3-Debug                     | No      | Yes
14 | repo-debug-update                  | openSUSE-12.3-Update-Debug              | No      | Yes
15 | repo-debug-update-non-oss          | openSUSE-12.3-Update-Debug-Non-Oss      | No      | Yes
16 | repo-non-oss                       | openSUSE-12.3-Non-Oss                   | Yes     | Yes
17 | repo-oss                           | openSUSE-12.3-Oss                       | Yes     | Yes
18 | repo-source                        | openSUSE-12.3-Source                    | No      | Yes
19 | repo-update                        | openSUSE-12.3-Update                    | Yes     | Yes
20 | repo-update-non-oss                | openSUSE-12.3-Update-Non-Oss            | Yes     | Yes


2) Устанавливаем драйвера NVIDIA из репозитория

Код: Выделить всё

linux-ewqe:/home/art # cat /etc/modprobe.d/50-nvidia.conf
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=33 NVreg_DeviceFileMode=0660

linux-ewqe:/home/art # cat /etc/modprobe.d/nvidia-desktop.conf
blacklist nouveau

linux-ewqe:/home/art # cat /etc/modprobe.d/50-blacklist.conf | grep nouveau

linux-ewqe:/home/art # cat /etc/sysconfig/kernel | grep NO_KMS
NO_KMS_IN_INITRD="yes"

linux-ewqe:/home/art # cat /etc/group | grep video
video:x:33:art

linux-ewqe:/home/art # rpm -qa | grep nvidia
nvidia-computeG03-319.32-15.1.x86_64
x11-video-nvidiaG03-319.32-15.1.x86_64
nvidia-gfxG03-kmp-desktop-319.32_k3.7.10_1.1-15.1.x86_64
linux-ewqe:/home/art # rpm -qa | grep kernek
linux-ewqe:/home/art # rpm -qa | grep kernel
kernel-desktop-devel-3.7.10-1.16.1.x86_64
kernel-desktop-3.7.10-1.1.1.x86_64
kernel-syms-3.7.10-1.16.1.x86_64
kernel-devel-3.7.10-1.16.1.noarch
kernel-default-devel-3.7.10-1.16.1.x86_64
kernel-xen-devel-3.7.10-1.16.1.x86_64

linux-ewqe:/home/art # nvidia-settings -v

nvidia-settings:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:23 PDT 2013
  The NVIDIA X Server Settings tool.

  This program is used to configure the NVIDIA Linux graphics driver.
  For more detail, please see the nvidia-settings(1) man page.

  Copyright (C) 2004 - 2010 NVIDIA Corporation.


linux-ewqe:/home/art # cat /etc/default/grub | grep GRUB_CMDLINE
GRUB_CMDLINE_LINUX_DEFAULT=" resume=/dev/disk/by-id/ata-SAMSUNG_HM641JI_S2HUJ9EB502238-part3 splash=silent quiet showopts"
GRUB_CMDLINE_LINUX_RECOVERY="showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe"
GRUB_CMDLINE_LINUX=""


3) Перезагружаемся.
После перезагрузки последним что видим это:
[OK] Started LSB: X Display Manager.
Далее черный экран и не реагирует ни на какие действия.

*) Лог Xorg.0.log при загрузке сразу после установки драйверов NVIDIA:

Код: Выделить всё

[    24.968]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    24.968] X Protocol Version 11, Revision 0
[    24.968] Build Operating System: openSUSE SUSE LINUX
[    24.968] Current Operating System: Linux linux-ewqe.site 3.7.10-1.1-desktop #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) x86_64
[    24.968] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.10-1.1-desktop root=UUID=1a32078f-ce46-45ea-8792-a469f7e3f45c resume=/dev/disk/by-id/ata-SAMSUNG_HM641JI_S2HUJ9EB502238-part3 splash=silent quiet showopts
[    24.968] Build Date: 21 February 2013  10:01:18AM
[    24.968]
[    24.968] Current version of pixman: 0.28.2
[    24.968]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    24.968] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.969] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 27 02:06:41 2013
[    24.969] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    24.969] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.993] (==) No Layout section.  Using the first Screen section.
[    24.993] (==) No screen section available. Using defaults.
[    24.993] (**) |-->Screen "Default Screen Section" (0)
[    24.993] (**) |   |-->Monitor "<default monitor>"
[    24.993] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    24.993] (==) Automatically adding devices
[    24.993] (==) Automatically enabling devices
[    24.993] (==) Automatically adding GPU devices
[    24.999] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    24.999]     Entry deleted from font path.
[    24.999] (==) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/ghostscript/,
    /usr/share/fonts/cyrillic:unscaled,
    /usr/share/fonts/truetype/,
    built-ins
[    24.999] (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
[    24.999] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.999] (II) Loader magic: 0x801c20
[    24.999] (II) Module ABI versions:
[    24.999]     X.Org ANSI C Emulation: 0.4
[    24.999]     X.Org Video Driver: 13.1
[    24.999]     X.Org XInput driver : 18.0
[    24.999]     X.Org Server Extension : 7.0
[    25.001] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    25.001] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.001] Initializing built-in extension Generic Event Extension
[    25.001] Initializing built-in extension SHAPE
[    25.001] Initializing built-in extension MIT-SHM
[    25.001] Initializing built-in extension XInputExtension
[    25.001] Initializing built-in extension XTEST
[    25.001] Initializing built-in extension BIG-REQUESTS
[    25.001] Initializing built-in extension SYNC
[    25.001] Initializing built-in extension XKEYBOARD
[    25.001] Initializing built-in extension XC-MISC
[    25.001] Initializing built-in extension SECURITY
[    25.001] Initializing built-in extension XINERAMA
[    25.001] Initializing built-in extension XFIXES
[    25.001] Initializing built-in extension RENDER
[    25.001] Initializing built-in extension RANDR
[    25.001] Initializing built-in extension COMPOSITE
[    25.001] Initializing built-in extension DAMAGE
[    25.001] Initializing built-in extension MIT-SCREEN-SAVER
[    25.002] Initializing built-in extension DOUBLE-BUFFER
[    25.002] Initializing built-in extension RECORD
[    25.002] Initializing built-in extension DPMS
[    25.002] Initializing built-in extension X-Resource
[    25.002] Initializing built-in extension XVideo
[    25.002] Initializing built-in extension XVideo-MotionCompensation
[    25.002] Initializing built-in extension XFree86-VidModeExtension
[    25.002] Initializing built-in extension XFree86-DGA
[    25.002] Initializing built-in extension XFree86-DRI
[    25.002] Initializing built-in extension DRI2
[    25.002] (II) "glx" will be loaded by default.
[    25.002] (II) LoadModule: "dri2"
[    25.002] (II) Module "dri2" already built-in
[    25.002] (II) LoadModule: "glamoregl"
[    25.041] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    27.961] (EE) Failed to load /usr/lib64/xorg/modules/libglamoregl.so: /usr/lib64/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context
[    27.961] (II) UnloadModule: "glamoregl"
[    27.961] (II) Unloading glamoregl
[    27.961] (EE) Failed to load module "glamoregl" (loader failed, 7)
[    27.961] (II) LoadModule: "glx"
[    27.962] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
[    28.374] (II) Module glx: vendor="NVIDIA Corporation"
[    28.374]     compiled for 4.0.2, module version = 1.0.0
[    28.374]     Module class: X.Org Server Extension
[    28.374] (II) NVIDIA GLX Module  319.32  Wed Jun 19 14:55:38 PDT 2013
[    28.389] Loading extension GLX
[    28.389] (==) Matched nvidia as autoconfigured driver 0
[    28.389] (==) Matched nouveau as autoconfigured driver 1
[    28.389] (==) Matched nv as autoconfigured driver 2
[    28.389] (==) Matched modesetting as autoconfigured driver 3
[    28.389] (==) Matched fbdev as autoconfigured driver 4
[    28.389] (==) Matched vesa as autoconfigured driver 5
[    28.389] (==) Assigned the driver to the xf86ConfigLayout
[    28.389] (II) LoadModule: "nvidia"
[    28.389] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
[    28.513] (II) Module nvidia: vendor="NVIDIA Corporation"
[    28.513]     compiled for 4.0.2, module version = 1.0.0
[    28.513]     Module class: X.Org Video Driver
[    28.572] (II) LoadModule: "nouveau"
[    28.573] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[    28.573] (II) Module nouveau: vendor="X.Org Foundation"
[    28.573]     compiled for 1.13.1, module version = 1.0.6
[    28.573]     Module class: X.Org Video Driver
[    28.573]     ABI class: X.Org Video Driver, version 13.1
[    28.573] (II) LoadModule: "nv"
[    28.573] (II) Loading /usr/lib64/xorg/modules/drivers/nv_drv.so
[    28.573] (II) Module nv: vendor="X.Org Foundation"
[    28.573]     compiled for 1.13.1, module version = 2.1.20
[    28.573]     Module class: X.Org Video Driver
[    28.573]     ABI class: X.Org Video Driver, version 13.1
[    28.573] (II) LoadModule: "modesetting"
[    28.574] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    28.574] (II) Module modesetting: vendor="X.Org Foundation"
[    28.574]     compiled for 1.13.1, module version = 0.6.0
[    28.574]     Module class: X.Org Video Driver
[    28.574]     ABI class: X.Org Video Driver, version 13.1
[    28.574] (II) LoadModule: "fbdev"
[    28.574] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    28.574] (II) Module fbdev: vendor="X.Org Foundation"
[    28.574]     compiled for 1.13.1, module version = 0.4.3
[    28.574]     Module class: X.Org Video Driver
[    28.574]     ABI class: X.Org Video Driver, version 13.1
[    28.574] (II) LoadModule: "vesa"
[    28.574] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    28.574] (II) Module vesa: vendor="X.Org Foundation"
[    28.574]     compiled for 1.13.1, module version = 2.3.2
[    28.574]     Module class: X.Org Video Driver
[    28.574]     ABI class: X.Org Video Driver, version 13.1
[    28.574] (II) NVIDIA dlloader X Driver  319.32  Wed Jun 19 14:34:12 PDT 2013
[    28.574] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    28.577] (II) NOUVEAU driver
[    28.577] (II) NOUVEAU driver for NVIDIA chipset families :
[    28.578]     RIVA TNT        (NV04)
[    28.578]     RIVA TNT2       (NV05)
[    28.578]     GeForce 256     (NV10)
[    28.578]     GeForce 2       (NV11, NV15)
[    28.578]     GeForce 4MX     (NV17, NV18)
[    28.578]     GeForce 3       (NV20)
[    28.578]     GeForce 4Ti     (NV25, NV28)
[    28.578]     GeForce FX      (NV3x)
[    28.578]     GeForce 6       (NV4x)
[    28.578]     GeForce 7       (G7x)
[    28.578]     GeForce 8       (G8x)
[    28.578]     GeForce GTX 200 (NVA0)
[    28.578]     GeForce GTX 400 (NVC0)
[    28.578] (II) NOUVEAU driver
[    28.578] (II) NOUVEAU driver for NVIDIA chipset families :
[    28.578]     RIVA TNT        (NV04)
[    28.578]     RIVA TNT2       (NV05)
[    28.578]     GeForce 256     (NV10)
[    28.578]     GeForce 2       (NV11, NV15)
[    28.578]     GeForce 4MX     (NV17, NV18)
[    28.578]     GeForce 3       (NV20)
[    28.578]     GeForce 4Ti     (NV25, NV28)
[    28.578]     GeForce FX      (NV3x)
[    28.578]     GeForce 6       (NV4x)
[    28.578]     GeForce 7       (G7x)
[    28.578]     GeForce 8       (G8x)
[    28.578]     GeForce GTX 200 (NVA0)
[    28.578]     GeForce GTX 400 (NVC0)
[    28.578] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    28.578] (II) FBDEV: driver for framebuffer: fbdev
[    28.578] (II) VESA: driver for VESA chipsets: vesa
[    28.578] (++) using VT number 7

[    28.582] (II) Loading sub module "fb"
[    28.582] (II) LoadModule: "fb"
[    28.596] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    28.596] (II) Module fb: vendor="X.Org Foundation"
[    28.596]     compiled for 1.13.2, module version = 1.0.0
[    28.596]     ABI class: X.Org ANSI C Emulation, version 0.4
[    28.596] (WW) Unresolved symbol: fbGetGCPrivateKey
[    28.596] (II) Loading sub module "wfb"
[    28.596] (II) LoadModule: "wfb"
[    28.597] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    28.616] (II) Module wfb: vendor="X.Org Foundation"
[    28.616]     compiled for 1.13.2, module version = 1.0.0
[    28.616]     ABI class: X.Org ANSI C Emulation, version 0.4
[    28.616] (II) Loading sub module "shadow"
[    28.616] (II) LoadModule: "shadow"
[    28.617] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    28.626] (II) Module shadow: vendor="X.Org Foundation"
[    28.626]     compiled for 1.13.2, module version = 1.1.0
[    28.626]     ABI class: X.Org ANSI C Emulation, version 0.4
[    28.626] (II) Loading sub module "ramdac"
[    28.626] (II) LoadModule: "ramdac"
[    28.626] (II) Module "ramdac" already built-in
[    28.633] (WW) Falling back to old probe method for modesetting
[    28.633] (EE) open /dev/dri/card0: No such file or directory
[    28.633] (WW) Falling back to old probe method for fbdev
[    28.633] (II) Loading sub module "fbdevhw"
[    28.633] (II) LoadModule: "fbdevhw"
[    28.634] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    28.634] (II) Module fbdevhw: vendor="X.Org Foundation"
[    28.634]     compiled for 1.13.2, module version = 0.0.2
[    28.634]     ABI class: X.Org Video Driver, version 13.1
[    28.634] (WW) Falling back to old probe method for vesa
[    28.634] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    28.634] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    28.634] (==) NVIDIA(0): RGB weight 888
[    28.634] (==) NVIDIA(0): Default visual is TrueColor
[    28.634] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    28.634] (**) NVIDIA(0): Enabling 2D acceleration


*) Лог Xorg.0.log при загрузке после установки обновлений командой zypper -v up -t patch:

Код: Выделить всё

[    21.853]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    21.853] X Protocol Version 11, Revision 0
[    21.853] Build Operating System: openSUSE SUSE LINUX
[    21.853] Current Operating System: Linux linux-ewqe.site 3.7.10-1.16-desktop #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64
[    21.853] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.10-1.16-desktop root=UUID=1a32078f-ce46-45ea-8792-a469f7e3f45c resume=/dev/disk/by-id/ata-SAMSUNG_HM641JI_S2HUJ9EB502238-part3 splash=silent quiet showopts
[    21.853] Build Date: 15 July 2013  12:22:00PM
[    21.853]
[    21.853] Current version of pixman: 0.28.2
[    21.853]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    21.853] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.853] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 27 02:50:40 2013
[    21.853] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.853] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.891] (==) No Layout section.  Using the first Screen section.
[    21.891] (==) No screen section available. Using defaults.
[    21.891] (**) |-->Screen "Default Screen Section" (0)
[    21.891] (**) |   |-->Monitor "<default monitor>"
[    21.910] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    21.910] (==) Automatically adding devices
[    21.910] (==) Automatically enabling devices
[    21.910] (==) Automatically adding GPU devices
[    22.089] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    22.089]     Entry deleted from font path.
[    22.089] (==) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/ghostscript/,
    /usr/share/fonts/cyrillic:unscaled,
    /usr/share/fonts/truetype/,
    built-ins
[    22.089] (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
[    22.089] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.089] (II) Loader magic: 0x801c20
[    22.089] (II) Module ABI versions:
[    22.089]     X.Org ANSI C Emulation: 0.4
[    22.089]     X.Org Video Driver: 13.1
[    22.089]     X.Org XInput driver : 18.0
[    22.089]     X.Org Server Extension : 7.0
[    22.092] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    22.092] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.106] Initializing built-in extension Generic Event Extension
[    22.106] Initializing built-in extension SHAPE
[    22.106] Initializing built-in extension MIT-SHM
[    22.106] Initializing built-in extension XInputExtension
[    22.106] Initializing built-in extension XTEST
[    22.106] Initializing built-in extension BIG-REQUESTS
[    22.106] Initializing built-in extension SYNC
[    22.106] Initializing built-in extension XKEYBOARD
[    22.106] Initializing built-in extension XC-MISC
[    22.106] Initializing built-in extension SECURITY
[    22.106] Initializing built-in extension XINERAMA
[    22.106] Initializing built-in extension XFIXES
[    22.106] Initializing built-in extension RENDER
[    22.106] Initializing built-in extension RANDR
[    22.106] Initializing built-in extension COMPOSITE
[    22.106] Initializing built-in extension DAMAGE
[    22.106] Initializing built-in extension MIT-SCREEN-SAVER
[    22.106] Initializing built-in extension DOUBLE-BUFFER
[    22.106] Initializing built-in extension RECORD
[    22.106] Initializing built-in extension DPMS
[    22.106] Initializing built-in extension X-Resource
[    22.106] Initializing built-in extension XVideo
[    22.106] Initializing built-in extension XVideo-MotionCompensation
[    22.106] Initializing built-in extension XFree86-VidModeExtension
[    22.106] Initializing built-in extension XFree86-DGA
[    22.106] Initializing built-in extension XFree86-DRI
[    22.106] Initializing built-in extension DRI2
[    22.106] (II) "glx" will be loaded by default.
[    22.106] (II) LoadModule: "dri2"
[    22.106] (II) Module "dri2" already built-in
[    22.106] (II) LoadModule: "glamoregl"
[    22.123] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    23.861] (EE) Failed to load /usr/lib64/xorg/modules/libglamoregl.so: /usr/lib64/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context
[    23.861] (II) UnloadModule: "glamoregl"
[    23.861] (II) Unloading glamoregl
[    23.861] (EE) Failed to load module "glamoregl" (loader failed, 7)
[    23.861] (II) LoadModule: "glx"
[    23.861] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
[    24.067] (II) Module glx: vendor="NVIDIA Corporation"
[    24.067]     compiled for 4.0.2, module version = 1.0.0
[    24.067]     Module class: X.Org Server Extension
[    24.067] (II) NVIDIA GLX Module  319.32  Wed Jun 19 14:55:38 PDT 2013
[    24.079] Loading extension GLX
[    24.079] (==) Matched nvidia as autoconfigured driver 0
[    24.079] (==) Matched nouveau as autoconfigured driver 1
[    24.079] (==) Matched nv as autoconfigured driver 2
[    24.079] (==) Matched modesetting as autoconfigured driver 3
[    24.079] (==) Matched fbdev as autoconfigured driver 4
[    24.079] (==) Matched vesa as autoconfigured driver 5
[    24.079] (==) Assigned the driver to the xf86ConfigLayout
[    24.079] (II) LoadModule: "nvidia"
[    24.079] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
[    24.080] (II) Module nvidia: vendor="NVIDIA Corporation"
[    24.080]     compiled for 4.0.2, module version = 1.0.0
[    24.080]     Module class: X.Org Video Driver
[    24.080] (II) LoadModule: "nouveau"
[    24.080] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[    24.080] (II) Module nouveau: vendor="X.Org Foundation"
[    24.080]     compiled for 1.13.1, module version = 1.0.6
[    24.080]     Module class: X.Org Video Driver
[    24.080]     ABI class: X.Org Video Driver, version 13.1
[    24.080] (II) LoadModule: "nv"
[    24.081] (II) Loading /usr/lib64/xorg/modules/drivers/nv_drv.so
[    24.081] (II) Module nv: vendor="X.Org Foundation"
[    24.081]     compiled for 1.13.1, module version = 2.1.20
[    24.081]     Module class: X.Org Video Driver
[    24.081]     ABI class: X.Org Video Driver, version 13.1
[    24.081] (II) LoadModule: "modesetting"
[    24.081] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    24.092] (II) Module modesetting: vendor="X.Org Foundation"
[    24.092]     compiled for 1.13.2, module version = 0.8.0
[    24.092]     Module class: X.Org Video Driver
[    24.092]     ABI class: X.Org Video Driver, version 13.1
[    24.092] (II) LoadModule: "fbdev"
[    24.092] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    24.092] (II) Module fbdev: vendor="X.Org Foundation"
[    24.092]     compiled for 1.13.1, module version = 0.4.3
[    24.092]     Module class: X.Org Video Driver
[    24.092]     ABI class: X.Org Video Driver, version 13.1
[    24.092] (II) LoadModule: "vesa"
[    24.093] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    24.093] (II) Module vesa: vendor="X.Org Foundation"
[    24.093]     compiled for 1.13.1, module version = 2.3.2
[    24.093]     Module class: X.Org Video Driver
[    24.093]     ABI class: X.Org Video Driver, version 13.1
[    24.093] (II) NVIDIA dlloader X Driver  319.32  Wed Jun 19 14:34:12 PDT 2013
[    24.093] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    24.093] (II) NOUVEAU driver
[    24.093] (II) NOUVEAU driver for NVIDIA chipset families :
[    24.093]     RIVA TNT        (NV04)
[    24.093]     RIVA TNT2       (NV05)
[    24.093]     GeForce 256     (NV10)
[    24.093]     GeForce 2       (NV11, NV15)
[    24.093]     GeForce 4MX     (NV17, NV18)
[    24.093]     GeForce 3       (NV20)
[    24.093]     GeForce 4Ti     (NV25, NV28)
[    24.093]     GeForce FX      (NV3x)
[    24.093]     GeForce 6       (NV4x)
[    24.093]     GeForce 7       (G7x)
[    24.093]     GeForce 8       (G8x)
[    24.093]     GeForce GTX 200 (NVA0)
[    24.093]     GeForce GTX 400 (NVC0)
[    24.093] (II) NOUVEAU driver
[    24.093] (II) NOUVEAU driver for NVIDIA chipset families :
[    24.093]     RIVA TNT        (NV04)
[    24.093]     RIVA TNT2       (NV05)
[    24.093]     GeForce 256     (NV10)
[    24.093]     GeForce 2       (NV11, NV15)
[    24.093]     GeForce 4MX     (NV17, NV18)
[    24.093]     GeForce 3       (NV20)
[    24.093]     GeForce 4Ti     (NV25, NV28)
[    24.093]     GeForce FX      (NV3x)
[    24.093]     GeForce 6       (NV4x)
[    24.093]     GeForce 7       (G7x)
[    24.093]     GeForce 8       (G8x)
[    24.093]     GeForce GTX 200 (NVA0)
[    24.093]     GeForce GTX 400 (NVC0)
[    24.093] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.093] (II) FBDEV: driver for framebuffer: fbdev
[    24.093] (II) VESA: driver for VESA chipsets: vesa
[    24.093] (++) using VT number 7

[    24.093] (II) Loading sub module "fb"
[    24.093] (II) LoadModule: "fb"
[    24.100] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    24.231] (II) Module fb: vendor="X.Org Foundation"
[    24.231]     compiled for 1.13.2, module version = 1.0.0
[    24.231]     ABI class: X.Org ANSI C Emulation, version 0.4
[    24.231] (WW) Unresolved symbol: fbGetGCPrivateKey
[    24.231] (II) Loading sub module "wfb"
[    24.231] (II) LoadModule: "wfb"
[    24.231] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    24.269] (II) Module wfb: vendor="X.Org Foundation"
[    24.269]     compiled for 1.13.2, module version = 1.0.0
[    24.269]     ABI class: X.Org ANSI C Emulation, version 0.4
[    24.269] (II) Loading sub module "shadow"
[    24.269] (II) LoadModule: "shadow"
[    24.269] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    24.301] (II) Module shadow: vendor="X.Org Foundation"
[    24.301]     compiled for 1.13.2, module version = 1.1.0
[    24.301]     ABI class: X.Org ANSI C Emulation, version 0.4
[    24.301] (II) Loading sub module "ramdac"
[    24.301] (II) LoadModule: "ramdac"
[    24.301] (II) Module "ramdac" already built-in
[    24.301] (WW) Falling back to old probe method for modesetting
[    24.301] (EE) open /dev/dri/card0: No such file or directory
[    24.301] (WW) Falling back to old probe method for fbdev
[    24.301] (II) Loading sub module "fbdevhw"
[    24.301] (II) LoadModule: "fbdevhw"
[    24.301] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    24.347] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.347]     compiled for 1.13.2, module version = 0.0.2
[    24.347]     ABI class: X.Org Video Driver, version 13.1
[    24.347] (WW) Falling back to old probe method for vesa
[    24.347] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    24.347] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    24.347] (==) NVIDIA(0): RGB weight 888
[    24.347] (==) NVIDIA(0): Default visual is TrueColor
[    24.347] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.347] (**) NVIDIA(0): Enabling 2D acceleration



У кого-нибудь есть идеи по данной проблеме?
Спасибо сказали:
Kopilov
Сообщения: 949
ОС: [K]Ubuntu, Debian

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение Kopilov »

Возможно, был включен фреймбуфер консоли -- он у NVidia с драйвером иксов не дружит.
Отключить можно добавлением параметров ядра vga=normal nomodeset в загрузчике.
Спасибо сказали:
Аватара пользователя
Bizdelnick
Модератор
Сообщения: 20795
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение Bizdelnick »

Попробуйте ядру передать опцию nokmsboot, если её нет.
Пишите правильно:
в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик
Спасибо сказали:
ademarin
Сообщения: 15
ОС: openSUSE 11.2

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение ademarin »

Kopilov Bizdelnick

При добавлении параметров ядра vga=normal nomodeset и nokmsboot (как вместе, так и по отдельности) в загрузчике ситуация не изменилась.
Так же черный экран и не реагирует ни на что.

Может еще идеи?
Если требуется дополнительный вывод команд или логи - готов предоставить.

Спасибо.
Спасибо сказали:
Ism
Сообщения: 1261
Статус: Никто, по сути быдло

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение Ism »

ademarin писал(а):
27.10.2013 14:24
Kopilov Bizdelnick

При добавлении параметров ядра vga=normal nomodeset и nokmsboot (как вместе, так и по отдельности) в загрузчике ситуация не изменилась.
Так же черный экран и не реагирует ни на что.

Может еще идеи?
Если требуется дополнительный вывод команд или логи - готов предоставить.

Спасибо.

В логе
Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so

Удалите другие пакеты с драйверами nvidia
Устанавливать для Суси http://ru.opensuse.org/SDB:%D0%94%D1%80%D0...80%D1%8B_NVIDIA
На худой конец скачать с сайта nvidia и установить, там поновее

Проверьте конфиг иксов, возможно там чтото лишнее
Спасибо сказали:
ademarin
Сообщения: 15
ОС: openSUSE 11.2

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение ademarin »

Ism

Драйвера устанавливались как раз из репозиториев по вашей ссылке.

Произвел следующие действия:
1) Удалил пакет xorg-x11-driver-video-nouveau
2) Пересоздал xorg.conf при помощи утилиты nvidia-xconfig

Код: Выделить всё

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:37 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

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


3) После перезагрузки в Xorg.0.log нет записи о загрузке nouveau, но все равно черный экран

Код: Выделить всё

[    17.157]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    17.157] X Protocol Version 11, Revision 0
[    17.157] Build Operating System: openSUSE SUSE LINUX
[    17.157] Current Operating System: Linux linux-ewqe.site 3.7.10-1.16-desktop #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64
[    17.157] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.10-1.16-desktop root=UUID=1a32078f-ce46-45ea-8792-a469f7e3f45c resume=/dev/disk/by-id/ata-SAMSUNG_HM641JI_S2HUJ9EB502238-part3 splash=silent quiet showopts vga=normal nomodeset nokmsboot
[    17.157] Build Date: 15 July 2013  12:22:00PM
[    17.157]
[    17.157] Current version of pixman: 0.28.2
[    17.157]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    17.157] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.157] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 27 20:57:50 2013
[    17.158] (==) Using config file: "/etc/X11/xorg.conf"
[    17.158] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.158] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.158] (==) ServerLayout "Layout0"
[    17.158] (**) |-->Screen "Screen0" (0)
[    17.158] (**) |   |-->Monitor "Monitor0"
[    17.158] (**) |   |-->Device "Device0"
[    17.158] (**) |-->Input Device "Keyboard0"
[    17.158] (**) |-->Input Device "Mouse0"
[    17.158] (==) Automatically adding devices
[    17.158] (==) Automatically enabling devices
[    17.158] (==) Automatically adding GPU devices
[    17.343] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    17.343]     Entry deleted from font path.
[    17.344] (==) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/ghostscript/,
    /usr/share/fonts/cyrillic:unscaled,
    /usr/share/fonts/truetype/,
    built-ins
[    17.344] (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
[    17.344] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    17.344] (WW) Disabling Keyboard0
[    17.344] (WW) Disabling Mouse0
[    17.344] (II) Loader magic: 0x801c20
[    17.344] (II) Module ABI versions:
[    17.344]     X.Org ANSI C Emulation: 0.4
[    17.344]     X.Org Video Driver: 13.1
[    17.344]     X.Org XInput driver : 18.0
[    17.344]     X.Org Server Extension : 7.0
[    17.347] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    17.347] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    17.347] Initializing built-in extension Generic Event Extension
[    17.347] Initializing built-in extension SHAPE
[    17.347] Initializing built-in extension MIT-SHM
[    17.347] Initializing built-in extension XInputExtension
[    17.347] Initializing built-in extension XTEST
[    17.347] Initializing built-in extension BIG-REQUESTS
[    17.347] Initializing built-in extension SYNC
[    17.347] Initializing built-in extension XKEYBOARD
[    17.347] Initializing built-in extension XC-MISC
[    17.347] Initializing built-in extension SECURITY
[    17.347] Initializing built-in extension XINERAMA
[    17.347] Initializing built-in extension XFIXES
[    17.347] Initializing built-in extension RENDER
[    17.347] Initializing built-in extension RANDR
[    17.347] Initializing built-in extension COMPOSITE
[    17.347] Initializing built-in extension DAMAGE
[    17.347] Initializing built-in extension MIT-SCREEN-SAVER
[    17.347] Initializing built-in extension DOUBLE-BUFFER
[    17.347] Initializing built-in extension RECORD
[    17.347] Initializing built-in extension DPMS
[    17.347] Initializing built-in extension X-Resource
[    17.347] Initializing built-in extension XVideo
[    17.347] Initializing built-in extension XVideo-MotionCompensation
[    17.347] Initializing built-in extension XFree86-VidModeExtension
[    17.347] Initializing built-in extension XFree86-DGA
[    17.347] Initializing built-in extension XFree86-DRI
[    17.347] Initializing built-in extension DRI2
[    17.347] (II) "glx" will be loaded by default.
[    17.347] (II) LoadModule: "dri2"
[    17.347] (II) Module "dri2" already built-in
[    17.347] (II) LoadModule: "glamoregl"
[    17.365] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    18.137] (EE) Failed to load /usr/lib64/xorg/modules/libglamoregl.so: /usr/lib64/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context
[    18.137] (II) UnloadModule: "glamoregl"
[    18.137] (II) Unloading glamoregl
[    18.137] (EE) Failed to load module "glamoregl" (loader failed, 7)
[    18.137] (II) LoadModule: "glx"
[    18.137] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
[    18.268] (II) Module glx: vendor="NVIDIA Corporation"
[    18.268]     compiled for 4.0.2, module version = 1.0.0
[    18.268]     Module class: X.Org Server Extension
[    18.268] (II) NVIDIA GLX Module  319.32  Wed Jun 19 14:55:38 PDT 2013
[    18.280] Loading extension GLX
[    18.280] (II) LoadModule: "nvidia"
[    18.280] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
[    18.280] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.280]     compiled for 4.0.2, module version = 1.0.0
[    18.280]     Module class: X.Org Video Driver
[    18.281] (II) NVIDIA dlloader X Driver  319.32  Wed Jun 19 14:34:12 PDT 2013
[    18.281] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.281] (++) using VT number 7

[    18.281] (II) Loading sub module "fb"
[    18.281] (II) LoadModule: "fb"
[    18.306] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    18.307] (II) Module fb: vendor="X.Org Foundation"
[    18.307]     compiled for 1.13.2, module version = 1.0.0
[    18.307]     ABI class: X.Org ANSI C Emulation, version 0.4
[    18.307] (WW) Unresolved symbol: fbGetGCPrivateKey
[    18.307] (II) Loading sub module "wfb"
[    18.307] (II) LoadModule: "wfb"
[    18.307] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    18.307] (II) Module wfb: vendor="X.Org Foundation"
[    18.307]     compiled for 1.13.2, module version = 1.0.0
[    18.307]     ABI class: X.Org ANSI C Emulation, version 0.4
[    18.307] (II) Loading sub module "shadow"
[    18.307] (II) LoadModule: "shadow"
[    18.308] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    18.308] (II) Module shadow: vendor="X.Org Foundation"
[    18.308]     compiled for 1.13.2, module version = 1.1.0
[    18.308]     ABI class: X.Org ANSI C Emulation, version 0.4
[    18.308] (II) Loading sub module "ramdac"
[    18.308] (II) LoadModule: "ramdac"
[    18.308] (II) Module "ramdac" already built-in
[    18.308] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    18.308] (==) NVIDIA(0): RGB weight 888
[    18.308] (==) NVIDIA(0): Default visual is TrueColor
[    18.308] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.308] (**) NVIDIA(0): Enabling 2D acceleration


Теперь при запуске на мгновение появляется белая полоса и потом вновь черный экран.

Подскажите куда копать дальше?
Спасибо сказали:
Ism
Сообщения: 1261
Статус: Никто, по сути быдло

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение Ism »

Если у Мака есть БИОС надо покопать насчет энергосбережения и pci
Или принудительно прописать разрешение экрана в кон фиг, если оно выходит за пределы монитора, то будет черный экран
Спасибо сказали:
Lazy_Kent
Сообщения: 709
Статус: Ленивый
ОС: openSUSE (Xfce)

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение Lazy_Kent »

(EE) Failed to load /usr/lib64/xorg/modules/libglamoregl.so: /usr/lib64/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context

https://bugzilla.novell.com/show_bug.cgi?id=812426

Удалите пакет glamor.
Спасибо сказали:
ademarin
Сообщения: 15
ОС: openSUSE 11.2

Re: openSUSE 12.3 MacBook Pro 7.2 NVIDIA

Сообщение ademarin »

Lazy_Kent

Спасибо, удалил пакет, zypper дополнительно вынес xf86-video-ati xf86-video-intel xorg-x11-driver-video
Ошибка ушла.


Ism

У Macbook нет bios, он на EFI, графической консоли не нашел...
Скорректировал xorg.conf до следующего вида:

Код: Выделить всё

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:37 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
    Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
    Modeline "1280x800_70.00"  98.89  1280 1352 1488 1696  800 801 804 833  -HSync +Vsync
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    Modes        "1280x800_60.00" "1280x800_70.00" "1280x800"
    EndSubSection
EndSection


Эффекта не дало, по прежнему черный экран. Лог получается чистым, на сколько я могу судить.

Код: Выделить всё

[    17.548]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    17.548] X Protocol Version 11, Revision 0
[    17.548] Build Operating System: openSUSE SUSE LINUX
[    17.548] Current Operating System: Linux linux-ewqe.site 3.7.10-1.16-desktop #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64
[    17.548] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.10-1.16-desktop root=UUID=1a32078f-ce46-45ea-8792-a469f7e3f45c resume=/dev/disk/by-id/ata-SAMSUNG_HM641JI_S2HUJ9EB502238-part3 splash=silent quiet showopts
[    17.548] Build Date: 15 July 2013  12:22:00PM
[    17.548]
[    17.548] Current version of pixman: 0.28.2
[    17.548]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    17.548] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.548] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 27 23:38:35 2013
[    17.862] (==) Using config file: "/etc/X11/xorg.conf"
[    17.862] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.862] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.503] (==) ServerLayout "Layout0"
[    18.503] (**) |-->Screen "Screen0" (0)
[    18.503] (**) |   |-->Monitor "Monitor0"
[    18.503] (**) |   |-->Device "Device0"
[    18.503] (**) |-->Input Device "Keyboard0"
[    18.503] (**) |-->Input Device "Mouse0"
[    18.503] (==) Automatically adding devices
[    18.503] (==) Automatically enabling devices
[    18.503] (==) Automatically adding GPU devices
[    18.697] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    18.697]     Entry deleted from font path.
[    18.697] (==) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/ghostscript/,
    /usr/share/fonts/cyrillic:unscaled,
    /usr/share/fonts/truetype/,
    built-ins
[    18.697] (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
[    18.697] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    18.697] (WW) Disabling Keyboard0
[    18.697] (WW) Disabling Mouse0
[    18.697] (II) Loader magic: 0x801c20
[    18.697] (II) Module ABI versions:
[    18.697]     X.Org ANSI C Emulation: 0.4
[    18.697]     X.Org Video Driver: 13.1
[    18.697]     X.Org XInput driver : 18.0
[    18.697]     X.Org Server Extension : 7.0
[    18.700] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    18.700] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.700] Initializing built-in extension Generic Event Extension
[    18.700] Initializing built-in extension SHAPE
[    18.700] Initializing built-in extension MIT-SHM
[    18.700] Initializing built-in extension XInputExtension
[    18.700] Initializing built-in extension XTEST
[    18.700] Initializing built-in extension BIG-REQUESTS
[    18.700] Initializing built-in extension SYNC
[    18.700] Initializing built-in extension XKEYBOARD
[    18.700] Initializing built-in extension XC-MISC
[    18.700] Initializing built-in extension SECURITY
[    18.700] Initializing built-in extension XINERAMA
[    18.700] Initializing built-in extension XFIXES
[    18.700] Initializing built-in extension RENDER
[    18.700] Initializing built-in extension RANDR
[    18.700] Initializing built-in extension COMPOSITE
[    18.700] Initializing built-in extension DAMAGE
[    18.700] Initializing built-in extension MIT-SCREEN-SAVER
[    18.700] Initializing built-in extension DOUBLE-BUFFER
[    18.700] Initializing built-in extension RECORD
[    18.700] Initializing built-in extension DPMS
[    18.700] Initializing built-in extension X-Resource
[    18.700] Initializing built-in extension XVideo
[    18.700] Initializing built-in extension XVideo-MotionCompensation
[    18.700] Initializing built-in extension XFree86-VidModeExtension
[    18.700] Initializing built-in extension XFree86-DGA
[    18.700] Initializing built-in extension XFree86-DRI
[    18.700] Initializing built-in extension DRI2
[    18.700] (II) LoadModule: "glx"
[    18.709] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
[    21.732] (II) Module glx: vendor="NVIDIA Corporation"
[    21.732]     compiled for 4.0.2, module version = 1.0.0
[    21.732]     Module class: X.Org Server Extension
[    21.732] (II) NVIDIA GLX Module  319.32  Wed Jun 19 14:55:38 PDT 2013
[    21.745] Loading extension GLX
[    21.745] (II) LoadModule: "nvidia"
[    21.745] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
[    22.055] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.055]     compiled for 4.0.2, module version = 1.0.0
[    22.055]     Module class: X.Org Video Driver
[    22.091] (II) NVIDIA dlloader X Driver  319.32  Wed Jun 19 14:34:12 PDT 2013
[    22.091] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.093] (++) using VT number 7

[    22.096] (II) Loading sub module "fb"
[    22.096] (II) LoadModule: "fb"
[    22.109] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    22.109] (II) Module fb: vendor="X.Org Foundation"
[    22.109]     compiled for 1.13.2, module version = 1.0.0
[    22.109]     ABI class: X.Org ANSI C Emulation, version 0.4
[    22.109] (WW) Unresolved symbol: fbGetGCPrivateKey
[    22.109] (II) Loading sub module "wfb"
[    22.109] (II) LoadModule: "wfb"
[    22.109] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    22.123] (II) Module wfb: vendor="X.Org Foundation"
[    22.123]     compiled for 1.13.2, module version = 1.0.0
[    22.123]     ABI class: X.Org ANSI C Emulation, version 0.4
[    22.123] (II) Loading sub module "shadow"
[    22.123] (II) LoadModule: "shadow"
[    22.123] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    22.123] (II) Module shadow: vendor="X.Org Foundation"
[    22.123]     compiled for 1.13.2, module version = 1.1.0
[    22.123]     ABI class: X.Org ANSI C Emulation, version 0.4
[    22.123] (II) Loading sub module "ramdac"
[    22.123] (II) LoadModule: "ramdac"
[    22.123] (II) Module "ramdac" already built-in
[    22.483] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    22.483] (==) NVIDIA(0): RGB weight 888
[    22.483] (==) NVIDIA(0): Default visual is TrueColor
[    22.483] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.483] (**) NVIDIA(0): Enabling 2D acceleration


Куда теперь копать?
Спасибо сказали:
Ответить