• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Gelöst]OpenSuse 13.2 mit KDe 5 startet X seit letztem Zypper Update nicht mehr

Coolzero

Advanced Hacker
Hallo, seid dem letzten Zypper Update startet X nicht mehr, in der Konsole wird das auf dem Bild angezeigt:
aa6311c4143712f098d43cc3ad57b32a.jpg


Einer eine Idee was da schief läuft?

Danke


Love Tux
 

josef-wien

Ultimate Guru
Ich sehe nichts von einem Problem mit dem grafischen System.
Code:
cat /proc/cmdline
ls -l /etc/systemd/system/default.target
 
OP
Coolzero

Coolzero

Advanced Hacker
josef-wien schrieb:
Ich sehe nichts von einem Problem mit dem grafischen System.
Code:
cat /proc/cmdline
ls -l /etc/systemd/system/default.target


Hi
hier die gewünschten Ausgaben
Code:
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.16.7-120.g5ff63d3-desktop root=UUID=97d29612-f1ba-493f-85b3-e8fa656edb41 resume=/dev/sda4 splash=silent quiet showopts

Code:
ls -l /etc/systemd/system/default.target
lrwxrwxrwx 1 root root 40  9. Sep 2015  /etc/systemd/system/default.target -> /usr/lib/systemd/system/graphical.target

@ Sauerland gute und berechtigte Frage, ich kann es nicht wirklich genau beantworten, wieso dieser kernel installiert wurde.
Ich mach mal ein kernel update auf kernel-desktop-3.16.7-35.1

Bei der kernel installation gibt es ein Problem

Code:
 zypper dup
Achtung: Sie wollen eine Distributionsaktualisierung mit allen aktivierten Repositories durchführen. Bevor Sie weitermachen, sollten Sie sicherstellen, das diese Repositories kompatibel sind. Siehe 'man zypper' zu weiteren Informationen zu diesem Befehl.
Daten des Repositories laden ...
Installierte Pakete lesen ...
Distributionsaktualisierung berechnen ...

Das folgende NEUE Paket wird installiert:
  kernel-desktop-3.16.7-35.1

1 neues Paket zu installieren.
Gesamtgröße des Downloads: 46,2 MiB. Bereits zwischengespeichert: 0 B  Nach der Operation werden zusätzlich 215,8 MiB
belegt.
Fortfahren? [j/n/? zeigt alle Optionen] (j): j

Code:
Paket kernel-desktop-3.16.7-35.1.x86_64 wird abgerufen                          (1/1),  46,2 MiB (215,8 MiB entpackt)
Abruf: kernel-desktop-3.16.7-35.1.x86_64.rpm ..................................................................................................................[fertig (1,6 MiB/s)]
Test auf Dateikonflikte: ..................................................................................................................................................[fertig]
(1/1) Installation von: kernel-desktop-3.16.7-35.1 ........................................................................................................................[fertig]
Zusätzliche rpm-Ausgabe:
Creating initrd: /boot/initrd-3.16.7-35-desktop
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.16.7-35-desktop 3.16.7-35-desktop
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: btrfs ***
*** Including module: kernel-modules ***
Failed to install module sd_mod
Failed to install module hid_generic
Failed to install module unix                                                                                        
Failed to install module ehci-hcd                                                                                    
Failed to install module ehci-pci                                                                                                                                                  
Failed to install module ohci-hcd                                                                                                                                                  
Failed to install module uhci-hcd                                                                                                                                                  
Failed to install module atkbd                                                                                                                                                     
Failed to install module i8042                                                                                                                                                     
Failed to install module usbhid                                                                                                                                                    
Failed to install module hid-apple                                                                                                                                                 
Failed to install module hid-cherry                                                                                                                                                
Failed to install module hid-logitech                                                                                                                                              
Failed to install module hid-microsoft                                                                                                                                             
Omitting driver i2o_scsi                                                                                                                                                           
Failed to install module swap                                                                                                                                                      
*** Including module: resume ***                                                                                                                                                   
*** Including module: rootfs-block ***                                                                                                                                             
*** Including module: terminfo ***                                                                                                                                                 
*** Including module: udev-rules ***                                                                                                                                               
Skipping udev rule: 91-permissions.rules                                                                                                                                           
Skipping udev rule: 80-drivers-modprobe.rules                                                                                                                                      
*** Including module: systemd ***                                                                                                                                                  
Failed to install module autofs4                                                                                                                                                   
Failed to install module ipv6                                                                                                                                                      
*** Including module: usrmount ***                                                                                                                                                 
*** Including module: base ***                                                                                                                                                     
*** Including module: fs-lib ***                                                                                                                                                   
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
 resume=UUID=5eb13544-f447-4080-af95-54a74ae3ed2d
root=UUID=97d29612-f1ba-493f-85b3-e8fa656edb41 rootflags=rw,relatime,ssd,space_cache rootfstype=btrfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
sd_mod
hid_generic
unix
ehci-hcd
ehci-pci
ohci-hcd
uhci-hcd
atkbd
i8042
usbhid
hid-apple
hid-cherry
hid-logitech
hid-microsoft
swap
autofs4
ipv6
Update bootloader...
 

josef-wien

Ultimate Guru
Da könnten die dracut-Einstellungen nicht zur Kernel-Konfiguration passen, aber:
Coolzero schrieb:
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error
Startet das System mit diesem Kernel?

Wenn es nach wie vor nur den Textmodus gibt: Wird zum Zeitpunkt des Systemstarts eine neue Datei /var/log/Xorg.0.log angelegt?
 
OP
Coolzero

Coolzero

Advanced Hacker
josef-wien schrieb:
Da könnten die dracut-Einstellungen nicht zur Kernel-Konfiguration passen, aber:
Coolzero schrieb:
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error
Startet das System mit diesem Kernel?

Wenn es nach wie vor nur den Textmodus gibt: Wird zum Zeitpunkt des Systemstarts eine neue Datei /var/log/Xorg.0.log angelegt?
Hi, Die Xorg.0.log wird angelegt beim Starten. Es ist auch nicht der reine Textmode der gestartet wird, glaube das der XServer startet, aber dann KDE nicht komplett, da ich z.b. über Alt+F2 auch das Ausführenfenster aufrufen kann


Sauerland schrieb:
Hier die Repos

Code:
zypper lr -uP
#  | Alias                                | Name                                                    | Aktiviert | GPG-Überprüfung | Aktualisieren | Priorität | URI                                                                                        
---+--------------------------------------+---------------------------------------------------------+-----------+-----------------+---------------+-----------+--------------------------------------------------------------------------------------------
 1 | Druck                                | Druck                                                   | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Printing/openSUSE_13.2/                          
 2 | KDE:Frameworks5                      | KDE:Frameworks5                                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.2/                  
 3 | KDE:Qt5                              | KDE:Qt5                                                 | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.2/                          
 4 | download.nvidia.com-opensuse         | nVidia Graphics Drivers                                 | Ja        | (r ) Ja         | Ja            |   99      | http://download.nvidia.com/opensuse/13.2/                                                  
 5 | download.opensuse.org-13.2-non-oss   | Aktualisierungs-Repository (Nicht-Open-Source-Software) | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/update/13.2-non-oss/                                          
 6 | download.opensuse.org-4.4            | openSUSE BuildService - LibreOffice                     | Nein      | ----            | Ja            |   99      | http://download.opensuse.org/repositories/LibreOffice:/4.4/openSUSE_13.2/                  
 7 | download.opensuse.org-Apps           | openSUSE BuildService - GNOME:Apps                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/GNOME:/Apps/openSUSE_13.2/                       
 8 | download.opensuse.org-Community      | openSUSE BuildService - Mono:Community                  | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Mono:/Community/openSUSE_13.2/                   
 9 | download.opensuse.org-Education      | openSUSE BuildService - Bildungswesen                   | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Education/openSUSE_13.2/                         
10 | download.opensuse.org-Extra          | openSUSE BuildService - KDE:Extra                       | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_13.2/                        
11 | download.opensuse.org-KDE3           | openSUSE BuildService - KDE:KDE3                        | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_13.2/                         
12 | download.opensuse.org-Virtualization | openSUSE BuildService - Virtualisierung (VirtualBox)    | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Virtualization/openSUSE_13.2/                    
13 | download.opensuse.org-Wine           | openSUSE BuildService - Wine-CVS-Pakete                 | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.2/                   
14 | download.opensuse.org-database       | openSUSE BuildService - Datenbank                       | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/server:/database/openSUSE_13.2/                  
15 | download.opensuse.org-filesystems    | openSUSE BuildService - filesystems                     | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/filesystems/openSUSE_13.2/                       
16 | download.opensuse.org-games          | openSUSE BuildService - Spiele                          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/games/openSUSE_13.2/                             
17 | download.opensuse.org-lxde           | openSUSE BuildService - LXDE                            | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/X11:/lxde/openSUSE_13.2/                         
18 | download.opensuse.org-mozilla        | openSUSE BuildService - Mozilla                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/mozilla/openSUSE_13.2/                           
19 | download.opensuse.org-non-oss        | Haupt-Repository (NON-OSS)                              | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/distribution/13.2/repo/non-oss/                               
20 | download.opensuse.org-oss            | Haupt-Repository (DEBUG)                                | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/debug/distribution/13.2/repo/oss/                             
21 | download.opensuse.org-oss_1          | Haupt-Repository (OSS)                                  | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/distribution/13.2/repo/oss/                                   
22 | download.opensuse.org-oss_2          | Haupt-Repository (Quellen)                              | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/source/distribution/13.2/repo/oss/                            
23 | download.opensuse.org-packages       | openSUSE BuildService - Java-Pakete                     | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Java:/packages/openSUSE_13.2/                    
24 | download.opensuse.org-perl           | openSUSE BuildService - devel:languages:perl            | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_13.2/            
25 | download.opensuse.org-php            | openSUSE BuildService - PHP                             | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/server:/php/openSUSE_13.2/                       
26 | download.opensuse.org-python         | openSUSE BuildService - devel:languages:python          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.2/          
27 | download.opensuse.org-update         | Aktualisierungs-Repository (DEBUG)                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/debug/update/13.2/                                            
28 | download.opensuse.org-update_1       | Hauptaktualisierungs-Repository                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/update/13.2/                                                  
29 | ftp.gwdg.de-suse                     | Packman Repository                                      | Ja        | (r ) Ja         | Ja            |   99      | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.2/                                   
30 | geeko.ioda.net-amd-fglrx             | AMD/ATI Graphics Drivers                                | Ja        | (r ) Ja         | Ja            |   99      | http://geeko.ioda.net/mirror/amd-fglrx/openSUSE_13.2/                                      
31 | home:TheIndifferent:experimental     | home:TheIndifferent:experimental                        | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/home:/TheIndifferent:/experimental/openSUSE_13.2/
32 | home_ruario_opera                    | Opera packages (openSUSE_13.2)                          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/home:/ruario:/opera/openSUSE_13.2/               
33 | openSUSE-13.2-0                      | openSUSE-13.2-0                                         | Nein      | ----            | Ja            |   99      | hd:///?device=/dev/disk/by-id/usb-General_USB_Flash_Disk_0000000000002E2B-0:0-part2        
34 | openSUSE:13.2                        | openSUSE:13.2                                           | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/openSUSE:/13.2/standard/                         
35 | opensuse-guide.org-repo              | libdvdcss repository                                    | Ja        | (r ) Ja         | Ja            |   99      | http://opensuse-guide.org/repo/13.2/                                                       
36 | repo-debug-update-non-oss            | openSUSE-13.2-Update-Debug-Non-Oss                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/debug/update/13.2-non-oss/
 

Sauerland

Ultimate Guru
Du hast also eine ATI- und eine Nvidia-Grafikkarte eingebaut, deswegen sind die Repos auch eingebunden?

Räum die Repoliste auf.
 
OP
Coolzero

Coolzero

Advanced Hacker
Guter Hinweis, nein hab ich natürlich nict, genau genommen, ist nur noch eine INtel OnBoard Graka Aktiv in dem Rechner, hab jetzt mla sowohl das ATI wie auch das Nvidia Repo rausgeworfen, sollte ich noch welche deaktivieren?

Code:
zypper lr -uP      
#  | Alias                                | Name                                                    | Aktiviert | GPG-Überprüfung | Aktualisieren | Priorität | URI                                                                              
---+--------------------------------------+---------------------------------------------------------+-----------+-----------------+---------------+-----------+----------------------------------------------------------------------------------
 1 | Druck                                | Druck                                                   | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Printing/openSUSE_13.2/                
 2 | KDE:Frameworks5                      | KDE:Frameworks5                                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.2/        
 3 | KDE:Qt5                              | KDE:Qt5                                                 | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.2/                
 4 | download.opensuse.org-13.2-non-oss   | Aktualisierungs-Repository (Nicht-Open-Source-Software) | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/update/13.2-non-oss/                                
 5 | download.opensuse.org-4.4            | openSUSE BuildService - LibreOffice                     | Nein      | ----            | Ja            |   99      | http://download.opensuse.org/repositories/LibreOffice:/4.4/openSUSE_13.2/        
 6 | download.opensuse.org-Apps           | openSUSE BuildService - GNOME:Apps                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/GNOME:/Apps/openSUSE_13.2/             
 7 | download.opensuse.org-Community      | openSUSE BuildService - Mono:Community                  | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Mono:/Community/openSUSE_13.2/         
 8 | download.opensuse.org-Education      | openSUSE BuildService - Bildungswesen                   | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Education/openSUSE_13.2/               
 9 | download.opensuse.org-Extra          | openSUSE BuildService - KDE:Extra                       | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_13.2/              
10 | download.opensuse.org-KDE3           | openSUSE BuildService - KDE:KDE3                        | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_13.2/               
11 | download.opensuse.org-Virtualization | openSUSE BuildService - Virtualisierung (VirtualBox)    | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Virtualization/openSUSE_13.2/          
12 | download.opensuse.org-Wine           | openSUSE BuildService - Wine-CVS-Pakete                 | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.2/         
13 | download.opensuse.org-database       | openSUSE BuildService - Datenbank                       | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/server:/database/openSUSE_13.2/        
14 | download.opensuse.org-filesystems    | openSUSE BuildService - filesystems                     | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/filesystems/openSUSE_13.2/             
15 | download.opensuse.org-games          | openSUSE BuildService - Spiele                          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/games/openSUSE_13.2/                   
16 | download.opensuse.org-lxde           | openSUSE BuildService - LXDE                            | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/X11:/lxde/openSUSE_13.2/               
17 | download.opensuse.org-mozilla        | openSUSE BuildService - Mozilla                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/mozilla/openSUSE_13.2/                 
18 | download.opensuse.org-non-oss        | Haupt-Repository (NON-OSS)                              | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/distribution/13.2/repo/non-oss/                     
19 | download.opensuse.org-oss            | Haupt-Repository (DEBUG)                                | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/debug/distribution/13.2/repo/oss/                   
20 | download.opensuse.org-oss_1          | Haupt-Repository (OSS)                                  | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/distribution/13.2/repo/oss/                         
21 | download.opensuse.org-oss_2          | Haupt-Repository (Quellen)                              | Ja        | ( p) Ja         | Ja            |   99      | http://download.opensuse.org/source/distribution/13.2/repo/oss/                  
22 | download.opensuse.org-packages       | openSUSE BuildService - Java-Pakete                     | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/Java:/packages/openSUSE_13.2/          
23 | download.opensuse.org-perl           | openSUSE BuildService - devel:languages:perl            | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_13.2/  
24 | download.opensuse.org-php            | openSUSE BuildService - PHP                             | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/server:/php/openSUSE_13.2/             
25 | download.opensuse.org-python         | openSUSE BuildService - devel:languages:python          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.2/
26 | download.opensuse.org-update         | Aktualisierungs-Repository (DEBUG)                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/debug/update/13.2/                                  
27 | download.opensuse.org-update_1       | Hauptaktualisierungs-Repository                         | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/update/13.2/                                        
28 | ftp.gwdg.de-suse                     | Packman Repository                                      | Ja        | (r ) Ja         | Ja            |   99      | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.2/                         
29 | home_ruario_opera                    | Opera packages (openSUSE_13.2)                          | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/home:/ruario:/opera/openSUSE_13.2/     
30 | openSUSE:13.2                        | openSUSE:13.2                                           | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/repositories/openSUSE:/13.2/standard/               
31 | opensuse-guide.org-repo              | libdvdcss repository                                    | Ja        | (r ) Ja         | Ja            |   99      | http://opensuse-guide.org/repo/13.2/                                             
32 | repo-debug-update-non-oss            | openSUSE-13.2-Update-Debug-Non-Oss                      | Ja        | (r ) Ja         | Ja            |   99      | http://download.opensuse.org/debug/update/13.2-non-oss/
 
OP
Coolzero

Coolzero

Advanced Hacker
Aber die Störenden müssten doch durch ein Zypper up, bzw. dup entfernt werden?

In der xorg kann ich nichts auffälliges finden

Code:
[     3.361] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[     3.361] X Protocol Version 11, Revision 0
[     3.361] Build Operating System: openSUSE SUSE LINUX
[     3.361] Current Operating System: Linux linux-or3c 3.16.7-120.g5ff63d3-desktop #1 SMP PREEMPT Tue Mar 22 14:35:44 UTC 2016 (5ff63d3) x86_64
[     3.361] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.7-120.g5ff63d3-desktop root=UUID=97d29612-f1ba-493f-85b3-e8fa656edb41 resume=/dev/sda4 splash=silent quiet showopts
[     3.361] Build Date: 08 February 2016  10:43:38AM
[     3.361]  
[     3.361] Current version of pixman: 0.32.6
[     3.361] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.361] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.362] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 21 07:49:01 2016
[     3.362] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.362] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.362] (==) No Layout section.  Using the first Screen section.
[     3.362] (==) No screen section available. Using defaults.
[     3.362] (**) |-->Screen "Default Screen Section" (0)
[     3.362] (**) |   |-->Monitor "<default monitor>"
[     3.362] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.362] (==) Automatically adding devices
[     3.362] (==) Automatically enabling devices
[     3.362] (==) Automatically adding GPU devices
[     3.364] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[     3.364] 	Entry deleted from font path.
[     3.364] (==) 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
[     3.364] (==) ModulePath set to "/usr/lib64/xorg/modules"
[     3.364] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.364] (II) Loader magic: 0x80ec80
[     3.364] (II) Module ABI versions:
[     3.364] 	X.Org ANSI C Emulation: 0.4
[     3.364] 	X.Org Video Driver: 18.0
[     3.364] 	X.Org XInput driver : 21.0
[     3.364] 	X.Org Server Extension : 8.0
[     3.364] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.365] (--) PCI:*(0:0:2:0) 8086:0402:1849:0402 rev 6, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[     3.365] (II) LoadModule: "glx"
[     3.373] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[     3.385] (II) Module glx: vendor="X.Org Foundation"
[     3.385] 	compiled for 1.16.1, module version = 1.0.0
[     3.385] 	ABI class: X.Org Server Extension, version 8.0
[     3.385] (==) AIGLX enabled
[     3.385] (==) Matched intel as autoconfigured driver 0
[     3.385] (==) Matched intel as autoconfigured driver 1
[     3.385] (==) Matched modesetting as autoconfigured driver 2
[     3.385] (==) Matched fbdev as autoconfigured driver 3
[     3.385] (==) Matched vesa as autoconfigured driver 4
[     3.385] (==) Assigned the driver to the xf86ConfigLayout
[     3.385] (II) LoadModule: "intel"
[     3.385] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[     3.385] (II) Module intel: vendor="X.Org Foundation"
[     3.385] 	compiled for 1.16.1, module version = 2.99.916
[     3.385] 	Module class: X.Org Video Driver
[     3.385] 	ABI class: X.Org Video Driver, version 18.0
[     3.385] (II) LoadModule: "modesetting"
[     3.385] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[     3.386] (II) Module modesetting: vendor="X.Org Foundation"
[     3.386] 	compiled for 1.16.1, module version = 0.9.0
[     3.386] 	Module class: X.Org Video Driver
[     3.386] 	ABI class: X.Org Video Driver, version 18.0
[     3.386] (II) LoadModule: "fbdev"
[     3.386] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[     3.386] (II) Module fbdev: vendor="X.Org Foundation"
[     3.386] 	compiled for 1.16.1, module version = 0.4.4
[     3.386] 	Module class: X.Org Video Driver
[     3.386] 	ABI class: X.Org Video Driver, version 18.0
[     3.386] (II) LoadModule: "vesa"
[     3.386] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[     3.386] (II) Module vesa: vendor="X.Org Foundation"
[     3.386] 	compiled for 1.16.1, module version = 2.3.3
[     3.386] 	Module class: X.Org Video Driver
[     3.386] 	ABI class: X.Org Video Driver, version 18.0
[     3.386] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     3.386] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     3.386] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     3.386] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     3.386] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.386] (II) FBDEV: driver for framebuffer: fbdev
[     3.386] (II) VESA: driver for VESA chipsets: vesa
[     3.386] (++) using VT number 8

[     3.388] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[     3.389] (WW) Falling back to old probe method for modesetting
[     3.389] (WW) Falling back to old probe method for fbdev
[     3.389] (II) Loading sub module "fbdevhw"
[     3.389] (II) LoadModule: "fbdevhw"
[     3.389] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[     3.389] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.389] 	compiled for 1.16.1, module version = 0.0.2
[     3.389] 	ABI class: X.Org Video Driver, version 18.0
[     3.389] (WW) Falling back to old probe method for vesa
[     3.389] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     3.389] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[     3.389] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.389] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     3.389] (==) intel(0): RGB weight 888
[     3.389] (==) intel(0): Default visual is TrueColor
[     3.389] (II) intel(0): Output VGA1 has no monitor section
[     3.389] (II) intel(0): Enabled output VGA1
[     3.389] (II) intel(0): Output HDMI1 has no monitor section
[     3.389] (II) intel(0): Enabled output HDMI1
[     3.389] (II) intel(0): Output HDMI2 has no monitor section
[     3.389] (II) intel(0): Enabled output HDMI2
[     3.389] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     3.389] (II) intel(0): Output VIRTUAL1 has no monitor section
[     3.389] (II) intel(0): Enabled output VIRTUAL1
[     3.389] (--) intel(0): Output HDMI1 using initial mode 1280x1024 on pipe 0
[     3.389] (==) intel(0): TearFree disabled
[     3.389] (==) intel(0): DPI set to (96, 96)
[     3.389] (II) Loading sub module "dri2"
[     3.389] (II) LoadModule: "dri2"
[     3.389] (II) Module "dri2" already built-in
[     3.389] (II) Loading sub module "present"
[     3.389] (II) LoadModule: "present"
[     3.389] (II) Module "present" already built-in
[     3.389] (II) UnloadModule: "modesetting"
[     3.389] (II) Unloading modesetting
[     3.389] (II) UnloadModule: "fbdev"
[     3.389] (II) Unloading fbdev
[     3.389] (II) UnloadSubModule: "fbdevhw"
[     3.389] (II) Unloading fbdevhw
[     3.389] (II) UnloadModule: "vesa"
[     3.389] (II) Unloading vesa
[     3.389] (==) Depth 24 pixmap format is 32 bpp
[     3.390] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
[     3.391] (==) intel(0): Backing store enabled
[     3.391] (==) intel(0): Silken mouse enabled
[     3.391] (II) intel(0): HW Cursor enabled
[     3.391] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     3.391] (==) intel(0): DPMS enabled
[     3.391] (II) intel(0): [DRI2] Setup complete
[     3.391] (II) intel(0): [DRI2]   DRI driver: i965
[     3.391] (II) intel(0): [DRI2]   VDPAU driver: i965
[     3.391] (II) intel(0): direct rendering: DRI2 enabled
[     3.391] (II) intel(0): hardware support for Present enabled
[     3.391] (==) intel(0): display hotplug detection enabled
[     3.391] (--) RandR disabled
[     3.433] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     3.433] (II) AIGLX: enabled GLX_ARB_create_context
[     3.433] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     3.433] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     3.433] (II) AIGLX: enabled GLX_INTEL_swap_event
[     3.433] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     3.433] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     3.433] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     3.433] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     3.433] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     3.433] (II) AIGLX: Loaded and initialized i965
[     3.433] (II) GLX: Initialized DRI2 GL provider for screen 0
[     3.435] (II) intel(0): switch to mode 1280x1024@75.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[     3.446] (II) intel(0): Setting screen physical size to 338 x 270
[     3.474] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     3.474] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.474] (**) Power Button: Applying InputClass "system-keyboard"
[     3.474] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.474] (II) LoadModule: "evdev"
[     3.474] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[     3.476] (II) Module evdev: vendor="X.Org Foundation"
[     3.476] 	compiled for 1.16.1, module version = 2.9.0
[     3.476] 	Module class: X.Org XInput Driver
[     3.476] 	ABI class: X.Org XInput driver, version 21.0
[     3.476] (II) Using input driver 'evdev' for 'Power Button'
[     3.476] (**) Power Button: always reports core events
[     3.476] (**) evdev: Power Button: Device: "/dev/input/event1"
[     3.476] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.476] (--) evdev: Power Button: Found keys
[     3.476] (II) evdev: Power Button: Configuring as keyboard
[     3.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1"
[     3.476] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.476] (**) Option "xkb_rules" "evdev"
[     3.476] (**) Option "xkb_model" "pc105"
[     3.476] (**) Option "xkb_layout" "de"
Code:
[     3.476] (**) Option "xkb_variant" "nodeadkeys"
[     3.476] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.490] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     3.490] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     3.490] (**) Video Bus: Applying InputClass "system-keyboard"
[     3.490] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     3.490] (II) Using input driver 'evdev' for 'Video Bus'
[     3.490] (**) Video Bus: always reports core events
[     3.490] (**) evdev: Video Bus: Device: "/dev/input/event2"
[     3.490] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     3.490] (--) evdev: Video Bus: Found keys
[     3.490] (II) evdev: Video Bus: Configuring as keyboard
[     3.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2"
[     3.490] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     3.490] (**) Option "xkb_rules" "evdev"
[     3.490] (**) Option "xkb_model" "pc105"
[     3.490] (**) Option "xkb_layout" "de"
[     3.490] (**) Option "xkb_variant" "nodeadkeys"
[     3.490] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.490] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     3.490] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.490] (**) Power Button: Applying InputClass "system-keyboard"
[     3.490] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.490] (II) Using input driver 'evdev' for 'Power Button'
[     3.490] (**) Power Button: always reports core events
[     3.490] (**) evdev: Power Button: Device: "/dev/input/event0"
[     3.490] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.490] (--) evdev: Power Button: Found keys
[     3.490] (II) evdev: Power Button: Configuring as keyboard
[     3.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0"
[     3.490] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     3.490] (**) Option "xkb_rules" "evdev"
[     3.490] (**) Option "xkb_model" "pc105"
[     3.490] (**) Option "xkb_layout" "de"
[     3.490] (**) Option "xkb_variant" "nodeadkeys"
[     3.490] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.491] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event7)
[     3.491] (II) No input driver specified, ignoring this device.
[     3.491] (II) This device may have been added with another device file.
[     3.491] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event8)
[     3.491] (II) No input driver specified, ignoring this device.
[     3.491] (II) This device may have been added with another device file.
[     3.491] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[     3.491] (II) No input driver specified, ignoring this device.
[     3.491] (II) This device may have been added with another device file.
[     3.491] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/event3)
[     3.491] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[     3.491] (**) CHESEN PS2 to USB Converter: Applying InputClass "system-keyboard"
[     3.491] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[     3.491] (II) Using input driver 'evdev' for 'CHESEN PS2 to USB Converter'
[     3.491] (**) CHESEN PS2 to USB Converter: always reports core events
[     3.491] (**) evdev: CHESEN PS2 to USB Converter: Device: "/dev/input/event3"
[     3.491] (--) evdev: CHESEN PS2 to USB Converter: Vendor 0xa81 Product 0x205
[     3.491] (--) evdev: CHESEN PS2 to USB Converter: Found keys
[     3.491] (II) evdev: CHESEN PS2 to USB Converter: Configuring as keyboard
[     3.491] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:0A81:0205.0001/input/input6/event3"
[     3.491] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter" (type: KEYBOARD, id 9)
[     3.491] (**) Option "xkb_rules" "evdev"
[     3.491] (**) Option "xkb_model" "pc105"
[     3.491] (**) Option "xkb_layout" "de"
[     3.491] (**) Option "xkb_variant" "nodeadkeys"
[     3.491] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.492] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/event4)
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev pointer catchall"
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "system-keyboard"
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev pointer catchall"
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[     3.492] (II) Using input driver 'evdev' for 'CHESEN PS2 to USB Converter'
[     3.492] (**) CHESEN PS2 to USB Converter: always reports core events
[     3.492] (**) evdev: CHESEN PS2 to USB Converter: Device: "/dev/input/event4"
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Vendor 0xa81 Product 0x205
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Found 9 mouse buttons
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Found scroll wheel(s)
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Found relative axes
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Found x and y relative axes
[     3.492] (--) evdev: CHESEN PS2 to USB Converter: Found keys
[     3.492] (II) evdev: CHESEN PS2 to USB Converter: Configuring as mouse
[     3.492] (II) evdev: CHESEN PS2 to USB Converter: Configuring as keyboard
[     3.492] (II) evdev: CHESEN PS2 to USB Converter: Adding scrollwheel support
[     3.492] (**) evdev: CHESEN PS2 to USB Converter: YAxisMapping: buttons 4 and 5
[     3.492] (**) evdev: CHESEN PS2 to USB Converter: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.492] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:0A81:0205.0002/input/input7/event4"
[     3.492] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter" (type: KEYBOARD, id 10)
[     3.492] (**) Option "xkb_rules" "evdev"
[     3.492] (**) Option "xkb_model" "pc105"
[     3.492] (**) Option "xkb_layout" "de"
[     3.492] (**) Option "xkb_variant" "nodeadkeys"
[     3.492] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.492] (II) evdev: CHESEN PS2 to USB Converter: initialized for relative axes.
[     3.492] (**) CHESEN PS2 to USB Converter: (accel) keeping acceleration scheme 1
[     3.492] (**) CHESEN PS2 to USB Converter: (accel) acceleration profile 0
[     3.492] (**) CHESEN PS2 to USB Converter: (accel) acceleration factor: 2.000
[     3.492] (**) CHESEN PS2 to USB Converter: (accel) acceleration threshold: 4
[     3.492] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/mouse0)
[     3.492] (**) CHESEN PS2 to USB Converter: Applying InputClass "system-keyboard"
[     3.492] (II) No input driver specified, ignoring this device.
[     3.492] (II) This device may have been added with another device file.
[     3.493] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[     3.493] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     3.493] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     3.493] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
[     3.493] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     3.493] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     3.493] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     3.493] (**) Logitech USB Receiver: always reports core events
[     3.493] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
[     3.493] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc504
[     3.493] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     3.493] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     3.493] (--) evdev: Logitech USB Receiver: Found relative axes
[     3.493] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     3.493] (--) evdev: Logitech USB Receiver: Found keys
[     3.493] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     3.493] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     3.493] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     3.493] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     3.493] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.493] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C504.0004/input/input12/event9"
[     3.493] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[     3.493] (**) Option "xkb_rules" "evdev"
[     3.493] (**) Option "xkb_model" "pc105"
[     3.493] (**) Option "xkb_layout" "de"
[     3.493] (**) Option "xkb_variant" "nodeadkeys"
[     3.493] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     3.493] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     3.493] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     3.493] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     3.493] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     3.493] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     3.493] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[     3.493] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
[     3.493] (II) No input driver specified, ignoring this device.
[     3.493] (II) This device may have been added with another device file.
[     3.493] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     3.493] (II) No input driver specified, ignoring this device.
[     3.493] (II) This device may have been added with another device file.
 
Coolzero schrieb:
Aber die Störenden müssten doch durch ein Zypper up, bzw. dup entfernt werden?
Nein, es werden Pakete aktualisiert.

Versuch selber nach den Störenden Paketen zu suchen. Bei NVIDIA mit Kommando
Code:
zypper se -si nvidia
Bei ATI-Grafikkarte kann ich nicht helfen, habe keine aber Google hilft Dir bei Suche.

Die NVIDIA Pakete kannst mit
Code:
zypper rm nvidia-Paketname
die Pakete entfernen.

Die Intel-Grafikkarte am Board muss dann noch neu installiert werden - bin mir aber nicht sicher.

Grüße Heinz-Peter
 

josef-wien

Ultimate Guru
Heinz-Peter schrieb:
Zumindest bei dup teilt die manpage Deine Meinung nicht.

Heinz-Peter schrieb:
Bei ATI-Grafikkarte kann ich nicht helfen
Code:
zypper se -si fglrx nvidia
Schau sicherheitshalber im Verzeichnis /etc/alternatives nach, ob Du etwas zu fglrx oder nvidia findest.

Heinz-Peter schrieb:
Die Intel-Grafikkarte am Board muss dann noch neu installiert werden - bin mir aber nicht sicher.
Es sollte reichen, daß keine Dateien von fglrx oder nvidia existieren.
_______

Mit fällt in der Datei Xorg.0.log nichts auf. Falls fglrx oder nvidia nicht dazwischenfunken, orte ich das Problem nicht bei Xorg, sondern bei KDE 5, aber dazu kann ich nichts beitragen.
 
OP
Coolzero

Coolzero

Advanced Hacker
Heinz-Peter schrieb:
Code:
zypper se -si nvidia
Bei ATI-Grafikkarte kann ich nicht helfen, habe keine aber Google hilft Dir bei Suche.

Die NVIDIA Pakete kannst mit
Code:
zypper rm nvidia-Paketname
die Pakete entfernen.

Grüße Heinz-Peter

Also
Code:
zypper se -si nvidia
findet nichts entsprechendes, also kann es daran eigentlich nicht gelegenhaben.

@josef-wien
auch ein
Code:
zypper se -si fglrx nvidia
findet keine Pakete und auch unter /etc/alternatives gibt es nichts zu fglrx oder nvidia

Ich glaube auch das es an KDE 5 liegt....


@Sauerland
Auch mit einem neu angelegten Benutzer und ab und anmelden ist es das gleiche Ergebnis
kernel-desktop-3.16.7-35.1

Im Anhang mal ein Bild wie es nach einem Neustart aussieht, bzw. nach dem drücken von Alt+F2
43b12485eb3e17bf45bcdabd8ac3b370.jpg
95016eb7e1ee71265e9e85c792c16c0e.jpg



Es könnte aber auch immer noch am falschen Kernel liegen, da nicht der Standart Kernel geladen wird
Code:
cat /proc/version
Linux version 3.16.7-120.g5ff63d3-desktop (geeko@buildhost) (gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) ) #1 SMP PREEMPT Tue Mar 22 14:35:44 UTC 2016 (5ff63d3)
Laut zypper dup sollte ja die
Code:
kernel-desktop-3.16.7-35.1
installiert worden sein, aber da gibt es ja noch diese Fehlermeldungen:
Code:
Abruf: kernel-desktop-3.16.7-35.1.x86_64.rpm ..................................................................................................................[fertig (2,1 MiB/s)]
Test auf Dateikonflikte: ..................................................................................................................................................[fertig]
(1/1) Installation von: kernel-desktop-3.16.7-35.1 ........................................................................................................................[fertig]
Zusätzliche rpm-Ausgabe:                                                                                                                                                           
Creating initrd: /boot/initrd-3.16.7-35-desktop                                                                                                                                    
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.16.7-35-desktop 3.16.7-35-desktop                                                          
*** Including module: bash ***                                                                                                                                                     
*** Including module: warpclock ***                                                                                                                                                
*** Including module: i18n ***                                                                                                                                                     
*** Including module: ifcfg ***                                                                                                                                                    
*** Including module: drm ***                                                                                                                                                      
*** Including module: plymouth ***                                                                                                                                                 
*** Including module: btrfs ***                                                                                                                                                    
*** Including module: kernel-modules ***                                                                                                                                           
Failed to install module sd_mod                                                                                                                                                    
Failed to install module hid_generic                                                                                                                                               
Failed to install module unix
Failed to install module ehci-hcd
Failed to install module ehci-pci
Failed to install module ohci-hcd
Failed to install module uhci-hcd
Failed to install module atkbd
Failed to install module i8042
Failed to install module usbhid
Failed to install module hid-apple
Failed to install module hid-cherry
Failed to install module hid-logitech
Failed to install module hid-microsoft
Omitting driver i2o_scsi
Failed to install module swap
*** Including module: resume ***
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: systemd ***
Failed to install module autofs4
Failed to install module ipv6
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
 resume=UUID=5eb13544-f447-4080-af95-54a74ae3ed2d
root=UUID=97d29612-f1ba-493f-85b3-e8fa656edb41 rootflags=rw,relatime,ssd,space_cache rootfstype=btrfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
sd_mod
hid_generic
unix
ehci-hcd
ehci-pci
ohci-hcd
uhci-hcd
atkbd
i8042
usbhid
hid-apple
hid-cherry
hid-logitech
hid-microsoft
swap
autofs4
ipv6
Update bootloader...
 

Sauerland

Ultimate Guru
Die Fehlermeldungen kannst du getrost ignorieren.

PS:
Plasma 5 unter openSUSE 13.2 hat bei mir auch nicht funktioniert, starte einmal ein anderes DE.
 
OP
Coolzero

Coolzero

Advanced Hacker
Aber wieso wird der Kernel dann nicht gebootet?

Die anderen GUI funktionieren, wie kann ich denn einen "Problemlosen" downgrade von Plasma 5 auf kde 4 machen?


Love Tux
 

Sauerland

Ultimate Guru
Die anderen GUI funktionieren, wie kann ich denn einen "Problemlosen" downgrade von Plasma 5 auf kde 4 machen?
Das hat mich einmal einen kompletten Sonntag Nachmittag gekostet, immer mit zypper rm und Abhängigkeiten auflösen......

Viel Spass und schönen Sonntag.
 
OP
Coolzero

Coolzero

Advanced Hacker
Heut ist doch erst Donnerstag :)
Welches Repo muss ich denn für kde 4 hinzufügen bzw für 5 entfernen?
Welche Pakete muss ich entfernen?


Love Tux
 
Oben