"Blackouts" auf dem Bildschirm

Hinweis: In dem Thema "Blackouts" auf dem Bildschirm gibt es 5 Antworten. Der letzte Beitrag () befindet sich ganz unten auf dieser Seite.
  • Hallo, ich habe gerade mein openSUSE von 10.0 auf 11.4 gewechselt.
    Alle paar Minuten ist der Bildschirm für ein paar Sekunden völlig schwarz. Was ich während dieser Zeit eintippe kommt aber an. Ein Tipp den ich bekam, lautete, den Grafikkartentreiber neu zu laden. Dem wurde aber von anderer Seite widersprochen.
    Kennt jemand dieses Problems oder weiß die Ursache oder sogar die Abhilfe?

    Für den Inhalt des Beitrages 33473 haftet ausdrücklich der jeweilige Autor: AWetjen

  • Code
    /sbin/lspci -nnk | grep -i -A2 vga


    oder:

    Code
    /usr/sbin/hwinfo --gfxcard


    und:

    Code
    cat /etc/SuSE-*


    Code
    uname -a


    Code
    zypper lr -d


    ergeben was?

    Für den Inhalt des Beitrages 33475 haftet ausdrücklich der jeweilige Autor: tomfa-ng

  • /sbin/lspci -nnk | grep -i -A2 vga
    01:00.0 VGA compatible controller [0300]: nVidia Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1)
    Subsystem: Micro-Star International Co., Ltd. Device [1462:9980]
    Kernel driver in use: nouveau
    /home/andreas> /usr/sbin/hwinfo --gfxcard
    24: PCI 100.0: 0300 VGA compatible controller (VGA)
    [Created at pci.318]
    Unique ID: VCu0.gMig1Xegjs8
    Parent ID: gZD2._DRTE+iNX5E
    SysFS ID: /devices/pci0000:00/0000:00:0b.0/0000:01:00.0
    SysFS BusID: 0000:01:00.0
    Hardware Class: graphics card
    Model: "nVidia GeForce FX 5200 (0x0322)"
    Vendor: pci 0x10de "nVidia Corporation"
    Device: pci 0x0322 "GeForce FX 5200 (0x0322)"
    SubVendor: pci 0x1462 "Micro-Star International Co., Ltd."
    SubDevice: pci 0x9980
    Revision: 0xa1
    Driver: "nouveau"
    Driver Modules: "drm"
    Memory Range: 0xfb000000-0xfbffffff (rw,non-prefetchable)
    Memory Range: 0xe8000000-0xefffffff (ro,non-prefetchable)
    Memory Range: 0xfc000000-0xfc01ffff (ro,non-prefetchable,disabled)
    IRQ: 16 (16407 events)
    I/O Ports: 0x3c0-0x3df (rw)
    Module Alias: "pci:v000010DEd00000322sv00001462sd00009980bc03sc00i00"
    Driver Info #0:
    XFree86 v4 Server Module: nv
    Driver Info #1:
    XFree86 v4 Server Module: nvidia
    3D Support: yes
    Config Status: cfg=no, avail=yes, need=no, active=unknown
    Attached to: #18 (PCI bridge)


    Primary display adapter: #24


    cat /etc/SuSE-*
    openSUSE
    VERSION = 11.4
    openSUSE 11.4 (x86_64)
    VERSION = 11.4
    CODENAME = Celadon


    uname -a
    Linux linux-cclz 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux


    zypper lr -d
    # | Alias | Name | Aktiviert | Aktualisieren | Priorität | Typ | URI | Dienst
    --+-------------------------------------------+-------------------------------------------+-----------+---------------+-----------+--------+---------------------------------------------------------------------------------------------+-------
    1 | Aktualisierungen-für-openSUSE-11.4-11.4-0 | Aktualisierungen für openSUSE 11.4 11.4-0 | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/update/11.4/ |
    2 | openSUSE-11.4-11.4-0 | openSUSE-11.4-11.4-0 | Ja | Nein | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GSA-4167B_771EB0F612FE,/dev/sr0,/dev/sr1 |
    3 | repo-debug | openSUSE-11.4-Debug | Nein | Ja | 99 | NONE | http://download.opensuse.org/d…stribution/11.4/repo/oss/ |
    4 | repo-debug-update | openSUSE-11.4-Update-Debug | Nein | Ja | 99 | NONE | http://download.opensuse.org/debug/update/11.4/ |
    5 | repo-non-oss | openSUSE-11.4-Non-Oss | Ja | Ja | 99 | yast2 | http://download.opensuse.org/distribution/11.4/repo/non-oss/ |
    6 | repo-oss | openSUSE-11.4-Oss | Ja | Ja | 99 | yast2 | http://download.opensuse.org/distribution/11.4/repo/oss/ |
    7 | repo-source | openSUSE-11.4-Source | Nein | Ja | 99 | NONE | http://download.opensuse.org/s…stribution/11.4/repo/oss/ |

    Für den Inhalt des Beitrages 33491 haftet ausdrücklich der jeweilige Autor: AWetjen

  • Schaue mal ob es mit dem proprietären Treiber besser läuft. Als Root/über su:

    Code
    zypper ar -f -n "nVIDIA Repo" ftp://download.nvidia.com/opensuse/11.4/ nvidia


    Code
    zypper in nvidia-gfxG01-kmp-desktop x11-video-nvidiaG01


    Danach den Rechner neu starten.

    Für den Inhalt des Beitrages 33492 haftet ausdrücklich der jeweilige Autor: tomfa-ng