Anzeige:
Seite 3 von 5 ErsteErste 12345 LetzteLetzte
Ergebnis 31 bis 45 von 66

Thema: Linux fährt nicht mehr ordnungsmäß hoch - Mauszeiger "friert ein, Bild schwarz

  1. #31
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Zitat Zitat von LukeNash Beitrag anzeigen
    ich nutze Linux Mint...
    meine Linux Version: Linux Mint 18.1 Cinnamon 64bit, Version: 3.2.7
    ich bin einfach zu blöd für diesen ganzen Kram..
    (Einrichten: dauerhaft automatisch "nomodeset" setzen, so dass ich eigentlich kein Einfrieren beim Hochfahren haben sollte.)
    und es nervt mich gewaltig - Stunden um Stunden von meiner knappen Zeit, die ins Land ziehen...Schade..
    https://wiki.ubuntuusers.de/GRUB_2/K...c-default-grub

    https://wiki.ubuntuusers.de/GRUB_2/K...ration-updaten

    Das Problem ist es steht schon geschrieben und wenn du Mint hast ist das fast immer bzw. sehr oft 1:1 vom Ubuntu-Wiki per Copy&Paste möglich.

    und ja, nicht nur die .log datei, sondern auch eine .log.old Datei liegt in /var/log

    "Wie gesagt wenn dir der Bildschirm einfriert könntest du auch mit STRG+ALT+F3 zur Konsole wechseln und die aktuelle Log ansehen."
    aha..und wie ?..und was soll man dann tun?..
    Mit einem Editor öffnen und hier rein kopieren? Wenn keine .old angelegt werden würde hättest du diese entsprechend kopieren können, damit diese nach einem Neustart nicht überschrieben wird. Ist aber nicht notwendig. Also mit einem Editor öffnen und den Inhalt kopieren. Das ist nicht so schwer

    für mich tun sich bei jedem Schreiben an Euch neue Fragen auf...ich finde es gut, neue Dinge zu lernen,
    aber es nimmt einfach Überhand und meine freie Zeit neben der Arbeit, ist knapp und kostbar.
    Deshalb hatte ich mir Support gewünscht, den ihr ja gibg, aber eben Support der oftmals Sätze beinhaltet,
    bei dem ich dann wieder erneut ewig recherieren und googeln und lesen müsste,
    statt das man mir konkret sagt, mach Schritt 1, dann zwei..oder halt..moment, ich guck mir das bei dir mal an...
    Es gibt leider kein Betriebssystem in das man sich irgendwie nicht einarbeiten muss.
    Unsere freie Zeit neben der Arbeit ist ebenfalls kostbar.
    Für eine Schritt 1, Schritt 2 Anleitung müsstest du auch konkrete Informationen liefern. Wenn man nicht weiß ob jetzt nvidia oder nouveau läuft, ob nomodeset gesetzt ist oder nicht, ob der Bildschirm jetzt einfriert oder nicht, ob der Treiber aus einem Repo kommt oder direkt von NVIDIA, welche Konfig-Files sich auf deinem System befinden oder keine Log-Files sieht kann man keine Schritt für Schritt Anleitung raus geben.
    Deine Zuarbeit ist da ausschlagebend.

    ich komme jedenfalls so nciht weiter.
    mit dem automatisch nomodeset setzen, komme ich nicht klar...
    Verstehe ich nicht.

    Editor -> Öffnen -> /etc/default/grub -> bearbeiten -> speichern
    Konsole -> update-grub
    reboot

    Das als root oder mit sudo.

    diese code Tag Krams auch nicht..
    Du musst 6 Zeichen vor und nach dem Text setzen. Siehe die Signatur von Newbie.
    Alternativ pastebin.com dort einfügen und den Link posten.

    Wie gesagt gäbe es noch Linux-User-Groups oder "Ware gegen Cash"-Unternehmer.
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  2. #32
    Registrierter Benutzer Avatar von Schreibtroll
    Registriert seit
    Jan 2009
    Beiträge
    644
    Aus: /boot/grub/grub.conf:

    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #
    Dort:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    Würde ergeben:
    GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
    GRUB_CMDLINE_LINUX=""
    Und genau da zwischen den Anführungszeichen rein mit dem Text. Ich habe dort das standardmäßige "quiet splash" entfernt.
    Mein Lieblingsbefehl: dd if=/dev/null of=/dev/bock bs=666

  3. #33
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    per "Editor" die grub Datei geöffnet (/etc/default/grub)

    diese sieht nun, nach Änderung, so aus:

    Frage 1: so korrekt?
    Frage 2: ich kann nicht speichern wählen. Zugriff verweigert.

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX="nomodeset"
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=2560x1440
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"

    PS. die Xorg.0.log - sieht aktuell noch so aus...

    Code:
    [    50.043] 
    X.Org X Server 1.18.4
    Release Date: 2016-07-19
    [    50.043] X Protocol Version 11, Revision 0
    [    50.043] Build Operating System: Linux 4.4.0-45-generic x86_64 Ubuntu
    [    50.043] Current Operating System: Linux lukeshaw-desktop 4.4.0-77-generic #98-Ubuntu SMP Wed Apr 26 08:34:02 UTC 2017 x86_64
    [    50.043] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro recovery nomodeset
    [    50.043] Build Date: 02 November 2016  10:06:10PM
    [    50.043] xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support) 
    [    50.043] Current version of pixman: 0.33.6
    [    50.043] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    50.043] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    50.043] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  8 10:19:23 2017
    [    50.100] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    50.246] (==) No Layout section.  Using the first Screen section.
    [    50.246] (==) No screen section available. Using defaults.
    [    50.246] (**) |-->Screen "Default Screen Section" (0)
    [    50.246] (**) |   |-->Monitor "<default monitor>"
    [    50.247] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [    50.247] (==) Automatically adding devices
    [    50.247] (==) Automatically enabling devices
    [    50.247] (==) Automatically adding GPU devices
    [    50.247] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [    50.247] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    50.247] 	Entry deleted from font path.
    [    50.247] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    50.247] 	Entry deleted from font path.
    [    50.247] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    50.247] 	Entry deleted from font path.
    [    50.247] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    50.247] 	Entry deleted from font path.
    [    50.247] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    50.247] 	Entry deleted from font path.
    [    50.247] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/Type1,
    	built-ins
    [    50.247] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    50.247] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    50.247] (II) Loader magic: 0x560000b73dc0
    [    50.247] (II) Module ABI versions:
    [    50.247] 	X.Org ANSI C Emulation: 0.4
    [    50.247] 	X.Org Video Driver: 20.0
    [    50.247] 	X.Org XInput driver : 22.1
    [    50.247] 	X.Org Server Extension : 9.0
    [    50.247] (++) using VT number 7
    
    [    50.248] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [    50.248] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    50.249] (--) PCI:*(0:1:0:0) 10de:1b81:1462:3302 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [    50.249] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
    [    50.249] (II) "glx" will be loaded by default.
    [    50.249] (II) LoadModule: "glx"
    [    50.268] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
    [    50.981] (II) Module glx: vendor="NVIDIA Corporation"
    [    50.981] 	compiled for 4.0.2, module version = 1.0.0
    [    50.981] 	Module class: X.Org Server Extension
    [    50.981] (II) NVIDIA GLX Module  375.39  Tue Jan 31 19:37:12 PST 2017
    [    50.981] (==) Matched nvidia as autoconfigured driver 0
    [    50.981] (==) Matched nouveau as autoconfigured driver 1
    [    50.981] (==) Matched nvidia as autoconfigured driver 2
    [    50.981] (==) Matched nouveau as autoconfigured driver 3
    [    50.981] (==) Matched modesetting as autoconfigured driver 4
    [    50.981] (==) Matched fbdev as autoconfigured driver 5
    [    50.981] (==) Matched vesa as autoconfigured driver 6
    [    50.981] (==) Assigned the driver to the xf86ConfigLayout
    [    50.981] (II) LoadModule: "nvidia"
    [    50.981] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
    [    51.180] (II) Module nvidia: vendor="NVIDIA Corporation"
    [    51.180] 	compiled for 4.0.2, module version = 1.0.0
    [    51.180] 	Module class: X.Org Video Driver
    [    51.244] (II) LoadModule: "nouveau"
    [    51.271] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [    51.348] (II) Module nouveau: vendor="X.Org Foundation"
    [    51.348] 	compiled for 1.18.1, module version = 1.0.12
    [    51.348] 	Module class: X.Org Video Driver
    [    51.348] 	ABI class: X.Org Video Driver, version 20.0
    [    51.348] (II) LoadModule: "modesetting"
    [    51.348] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    51.348] (II) Module modesetting: vendor="X.Org Foundation"
    [    51.348] 	compiled for 1.18.4, module version = 1.18.4
    [    51.348] 	Module class: X.Org Video Driver
    [    51.348] 	ABI class: X.Org Video Driver, version 20.0
    [    51.348] (II) LoadModule: "fbdev"
    [    51.348] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [    51.370] (II) Module fbdev: vendor="X.Org Foundation"
    [    51.370] 	compiled for 1.18.1, module version = 0.4.4
    [    51.370] 	Module class: X.Org Video Driver
    [    51.370] 	ABI class: X.Org Video Driver, version 20.0
    [    51.370] (II) LoadModule: "vesa"
    [    51.370] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    51.371] (II) Module vesa: vendor="X.Org Foundation"
    [    51.371] 	compiled for 1.18.1, module version = 2.3.4
    [    51.371] 	Module class: X.Org Video Driver
    [    51.371] 	ABI class: X.Org Video Driver, version 20.0
    [    51.371] (II) NVIDIA dlloader X Driver  375.39  Tue Jan 31 19:13:22 PST 2017
    [    51.371] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [    51.400] (II) NOUVEAU driver Date:   Tue Dec 8 15:52:25 2015 +1000
    [    51.400] (II) NOUVEAU driver for NVIDIA chipset families :
    [    51.400] 	RIVA TNT        (NV04)
    [    51.400] 	RIVA TNT2       (NV05)
    [    51.400] 	GeForce 256     (NV10)
    [    51.400] 	GeForce 2       (NV11, NV15)
    [    51.400] 	GeForce 4MX     (NV17, NV18)
    [    51.400] 	GeForce 3       (NV20)
    [    51.400] 	GeForce 4Ti     (NV25, NV28)
    [    51.400] 	GeForce FX      (NV3x)
    [    51.400] 	GeForce 6       (NV4x)
    [    51.400] 	GeForce 7       (G7x)
    [    51.400] 	GeForce 8       (G8x)
    [    51.400] 	GeForce GTX 200 (NVA0)
    [    51.400] 	GeForce GTX 400 (NVC0)
    [    51.400] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    51.400] (II) FBDEV: driver for framebuffer: fbdev
    [    51.400] (II) VESA: driver for VESA chipsets: vesa
    [    51.419] (II) Loading sub module "fb"
    [    51.419] (II) LoadModule: "fb"
    [    51.419] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    51.436] (II) Module fb: vendor="X.Org Foundation"
    [    51.436] 	compiled for 1.18.4, module version = 1.0.0
    [    51.436] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    51.436] (II) Loading sub module "wfb"
    [    51.436] (II) LoadModule: "wfb"
    [    51.436] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [    51.456] (II) Module wfb: vendor="X.Org Foundation"
    [    51.456] 	compiled for 1.18.4, module version = 1.0.0
    [    51.456] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    51.456] (II) Loading sub module "ramdac"
    [    51.456] (II) LoadModule: "ramdac"
    [    51.456] (II) Module "ramdac" already built-in
    [    51.498] (WW) Falling back to old probe method for modesetting
    [    51.498] (WW) Falling back to old probe method for fbdev
    [    51.498] (II) Loading sub module "fbdevhw"
    [    51.498] (II) LoadModule: "fbdevhw"
    [    51.498] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [    51.498] (II) Module fbdevhw: vendor="X.Org Foundation"
    [    51.498] 	compiled for 1.18.4, module version = 0.0.2
    [    51.498] 	ABI class: X.Org Video Driver, version 20.0
    [    51.498] (EE) open /dev/fb0: No such file or directory
    [    51.498] (WW) Falling back to old probe method for vesa
    [    51.498] (II) NVIDIA(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [    51.498] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [    51.498] (==) NVIDIA(0): RGB weight 888
    [    51.498] (==) NVIDIA(0): Default visual is TrueColor
    [    51.498] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [    51.499] (**) NVIDIA(0): Enabling 2D acceleration
    [    52.177] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
    [    52.177] (--) NVIDIA(0):     DFP-2.8
    [    52.177] (--) NVIDIA(0):     DFP-0
    [    52.177] (--) NVIDIA(0):     DFP-1
    [    52.177] (--) NVIDIA(0):     DFP-2 (boot)
    [    52.177] (--) NVIDIA(0):     DFP-3
    [    52.177] (--) NVIDIA(0):     DFP-4
    [    52.177] (--) NVIDIA(0):     DFP-5
    [    52.177] (--) NVIDIA(0):     DFP-6
    [    52.177] (--) NVIDIA(0):     DFP-7
    [    52.181] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
    [    52.181] (--) NVIDIA(0): Memory: 8388608 kBytes
    [    52.181] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.2a
    [    52.181] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [    52.181] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [    52.181] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [    52.181] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [    52.181] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [    52.181] (--) NVIDIA(GPU-0): 
    [    52.181] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [    52.181] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [    52.181] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [    52.181] (--) NVIDIA(GPU-0): 
    [    52.181] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [    52.181] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [    52.181] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [    52.181] (--) NVIDIA(GPU-0): 
    [    52.181] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [    52.181] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [    52.181] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [    52.181] (--) NVIDIA(GPU-0): 
    [    52.182] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [    52.182] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [    52.182] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [    52.182] (--) NVIDIA(GPU-0): 
    [    52.182] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [    52.182] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [    52.182] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [    52.182] (--) NVIDIA(GPU-0): 
    [    52.182] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [    52.182] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [    52.182] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [    52.182] (--) NVIDIA(GPU-0): 
    [    52.182] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [    52.182] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [    52.182] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [    52.182] (--) NVIDIA(GPU-0): 
    [    52.182] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [    52.182] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [    52.182] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [    52.182] (--) NVIDIA(GPU-0): 
    [    52.209] (==) NVIDIA(0): 
    [    52.209] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [    52.210] (==) NVIDIA(0):     will be used as the requested mode.
    [    52.210] (==) NVIDIA(0): 
    [    52.221] (II) NVIDIA(0): Validated MetaModes:
    [    52.221] (II) NVIDIA(0):     "DFP-2.8:nvidia-auto-select"
    [    52.221] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
    [    52.235] (--) NVIDIA(0): DPI set to (118, 117); computed from "UseEdidDpi" X config
    [    52.235] (--) NVIDIA(0):     option
    [    52.235] (II) UnloadModule: "nouveau"
    [    52.235] (II) Unloading nouveau
    [    52.235] (II) UnloadModule: "modesetting"
    [    52.235] (II) Unloading modesetting
    [    52.235] (II) UnloadModule: "fbdev"
    [    52.235] (II) Unloading fbdev
    [    52.235] (II) UnloadSubModule: "fbdevhw"
    [    52.235] (II) Unloading fbdevhw
    [    52.235] (II) UnloadModule: "vesa"
    [    52.235] (II) Unloading vesa
    [    52.235] (--) Depth 24 pixmap format is 32 bpp
    [    52.236] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
    [    52.236] (II) NVIDIA:     access.
    [    52.315] (II) NVIDIA(0): Setting mode "DFP-2.8:nvidia-auto-select"
    [    52.655] (==) NVIDIA(0): Disabling shared memory pixmaps
    [    52.655] (==) NVIDIA(0): Backing store enabled
    [    52.655] (==) NVIDIA(0): Silken mouse enabled
    [    52.656] (==) NVIDIA(0): DPMS enabled
    [    52.656] (II) Loading sub module "dri2"
    [    52.656] (II) LoadModule: "dri2"
    [    52.656] (II) Module "dri2" already built-in
    [    52.656] (II) NVIDIA(0): [DRI2] Setup complete
    [    52.656] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [    52.656] (--) RandR disabled
    [    52.659] (II) SELinux: Disabled on system
    [    52.660] (II) Initializing extension GLX
    [    52.660] (II) Indirect GLX disabled.
    [    52.824] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    52.824] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    52.824] (II) LoadModule: "evdev"
    [    52.824] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    52.845] (II) Module evdev: vendor="X.Org Foundation"
    [    52.845] 	compiled for 1.18.1, module version = 2.10.1
    [    52.845] 	Module class: X.Org XInput Driver
    [    52.846] 	ABI class: X.Org XInput driver, version 22.1
    [    52.846] (II) Using input driver 'evdev' for 'Power Button'
    [    52.846] (**) Power Button: always reports core events
    [    52.846] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    52.846] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    52.846] (--) evdev: Power Button: Found keys
    [    52.846] (II) evdev: Power Button: Configuring as keyboard
    [    52.846] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [    52.846] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    52.846] (**) Option "xkb_rules" "evdev"
    [    52.846] (**) Option "xkb_model" "pc105"
    [    52.846] (**) Option "xkb_layout" "de"
    [    52.857] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [    52.857] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    52.857] (II) Using input driver 'evdev' for 'Power Button'
    [    52.857] (**) Power Button: always reports core events
    [    52.857] (**) evdev: Power Button: Device: "/dev/input/event0"
    [    52.857] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    52.857] (--) evdev: Power Button: Found keys
    [    52.857] (II) evdev: Power Button: Configuring as keyboard
    [    52.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
    [    52.857] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    52.857] (**) Option "xkb_rules" "evdev"
    [    52.857] (**) Option "xkb_model" "pc105"
    [    52.857] (**) Option "xkb_layout" "de"
    [    52.858] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
    [    52.858] (II) No input driver specified, ignoring this device.
    [    52.858] (II) This device may have been added with another device file.
    [    52.858] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
    [    52.858] (II) No input driver specified, ignoring this device.
    [    52.858] (II) This device may have been added with another device file.
    [    52.858] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
    [    52.858] (II) No input driver specified, ignoring this device.
    [    52.858] (II) This device may have been added with another device file.
    [    52.858] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
    [    52.858] (II) No input driver specified, ignoring this device.
    [    52.858] (II) This device may have been added with another device file.
    [    52.859] (II) config/udev: Adding input device Sony Computer Entertainment Wireless Stereo Headset (/dev/input/event2)
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: Applying InputClass "evdev keyboard catchall"
    [    52.859] (II) Using input driver 'evdev' for 'Sony Computer Entertainment Wireless Stereo Headset'
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: always reports core events
    [    52.859] (**) evdev: Sony Computer Entertainment Wireless Stereo Headset: Device: "/dev/input/event2"
    [    52.859] (--) evdev: Sony Computer Entertainment Wireless Stereo Headset: Vendor 0x12ba Product 0x34
    [    52.859] (--) evdev: Sony Computer Entertainment Wireless Stereo Headset: Found absolute axes
    [    52.859] (--) evdev: Sony Computer Entertainment Wireless Stereo Headset: Found absolute multitouch axes
    [    52.859] (II) evdev: Sony Computer Entertainment Wireless Stereo Headset: No buttons found, faking one.
    [    52.859] (--) evdev: Sony Computer Entertainment Wireless Stereo Headset: Fake MT device detected
    [    52.859] (--) evdev: Sony Computer Entertainment Wireless Stereo Headset: Found keys
    [    52.859] (II) evdev: Sony Computer Entertainment Wireless Stereo Headset: Forcing relative x/y axes to exist.
    [    52.859] (II) evdev: Sony Computer Entertainment Wireless Stereo Headset: Configuring as mouse
    [    52.859] (II) evdev: Sony Computer Entertainment Wireless Stereo Headset: Configuring as keyboard
    [    52.859] (**) evdev: Sony Computer Entertainment Wireless Stereo Headset: YAxisMapping: buttons 4 and 5
    [    52.859] (**) evdev: Sony Computer Entertainment Wireless Stereo Headset: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    52.859] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:12BA:0034.0001/input/input5/event2"
    [    52.859] (II) XINPUT: Adding extended input device "Sony Computer Entertainment Wireless Stereo Headset" (type: KEYBOARD, id 8)
    [    52.859] (**) Option "xkb_rules" "evdev"
    [    52.859] (**) Option "xkb_model" "pc105"
    [    52.859] (**) Option "xkb_layout" "de"
    [    52.859] (EE) BUG: triggered 'if (axnum >= dev->valuator->numAxes)'
    [    52.859] (EE) BUG: ../../Xi/exevents.c:2103 in InitValuatorAxisStruct()
    [    52.859] (EE) 
    [    52.859] (EE) Backtrace:
    [    52.859] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x5600008e7ade]
    [    52.859] (EE) 1: /usr/lib/xorg/Xorg (InitValuatorAxisStruct+0x67) [0x560000878677]
    [    52.859] (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f9d017c4000+0x5378) [0x7f9d017c9378]
    [    52.859] (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f9d017c4000+0x586f) [0x7f9d017c986f]
    [    52.859] (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f9d017c4000+0x6d63) [0x7f9d017cad63]
    [    52.859] (EE) 5: /usr/lib/xorg/Xorg (ActivateDevice+0x4a) [0x56000077dc4a]
    [    52.859] (EE) 6: /usr/lib/xorg/Xorg (0x560000735000+0xa2b19) [0x5600007d7b19]
    [    52.859] (EE) 7: /usr/lib/xorg/Xorg (0x560000735000+0xb4f0b) [0x5600007e9f0b]
    [    52.859] (EE) 8: /usr/lib/xorg/Xorg (0x560000735000+0xb54f3) [0x5600007ea4f3]
    [    52.859] (EE) 9: /usr/lib/xorg/Xorg (config_init+0x9) [0x5600007e8ea9]
    [    52.859] (EE) 10: /usr/lib/xorg/Xorg (InitInput+0xbb) [0x5600007cbfdb]
    [    52.859] (EE) 11: /usr/lib/xorg/Xorg (0x560000735000+0x57d91) [0x56000078cd91]
    [    52.859] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7f9d06eca830]
    [    52.859] (EE) 13: /usr/lib/xorg/Xorg (_start+0x29) [0x560000777049]
    [    52.859] (EE) 
    [    52.859] (II) evdev: Sony Computer Entertainment Wireless Stereo Headset: initialized for absolute axes.
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: (accel) keeping acceleration scheme 1
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: (accel) acceleration profile 0
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: (accel) acceleration factor: 2.000
    [    52.859] (**) Sony Computer Entertainment Wireless Stereo Headset: (accel) acceleration threshold: 4
    [    52.860] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event3)
    [    52.860] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    52.860] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [    52.860] (**) Logitech USB Keyboard: always reports core events
    [    52.860] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event3"
    [    52.860] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [    52.860] (--) evdev: Logitech USB Keyboard: Found keys
    [    52.860] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [    52.860] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:046D:C31C.0002/input/input6/event3"
    [    52.860] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
    [    52.860] (**) Option "xkb_rules" "evdev"
    [    52.860] (**) Option "xkb_model" "pc105"
    [    52.860] (**) Option "xkb_layout" "de"
    [    52.860] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event4)
    [    52.860] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    52.860] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [    52.860] (**) Logitech USB Keyboard: always reports core events
    [    52.860] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event4"
    [    52.860] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [    52.860] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [    52.860] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [    52.860] (--) evdev: Logitech USB Keyboard: Found keys
    [    52.860] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
    [    52.860] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [    52.860] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [    52.860] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/0003:046D:C31C.0003/input/input7/event4"
    [    52.860] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
    [    52.860] (**) Option "xkb_rules" "evdev"
    [    52.860] (**) Option "xkb_model" "pc105"
    [    52.860] (**) Option "xkb_layout" "de"
    [    52.860] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
    [    52.860] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [    52.860] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [    52.860] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [    52.860] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [    52.861] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [    52.861] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [    52.861] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [    52.861] (**) Logitech USB Optical Mouse: always reports core events
    [    52.861] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [    52.916] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc077
    [    52.916] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
    [    52.916] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
    [    52.916] (--) evdev: Logitech USB Optical Mouse: Found relative axes
    [    52.916] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
    [    52.916] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
    [    52.916] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
    [    52.916] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [    52.916] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    52.916] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C077.0004/input/input8/event5"
    [    52.916] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
    [    52.916] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
    [    52.916] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [    52.916] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [    52.916] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [    52.916] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [    52.916] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [    52.916] (II) No input driver specified, ignoring this device.
    [    52.916] (II) This device may have been added with another device file.
    [    52.919] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [    52.919] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [    52.919] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [    52.919] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [    52.919] (--) NVIDIA(GPU-0): 
    [    54.852] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [    54.852] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [    54.852] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [    54.852] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [    54.852] (--) NVIDIA(GPU-0): 
    [    54.852] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [    54.853] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [    54.853] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [    54.853] (--) NVIDIA(GPU-0): 
    [    54.853] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [    54.853] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [    54.853] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [    54.853] (--) NVIDIA(GPU-0): 
    [    54.853] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [    54.853] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [    54.853] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [    54.853] (--) NVIDIA(GPU-0): 
    [    54.854] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [    54.854] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [    54.854] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [    54.854] (--) NVIDIA(GPU-0): 
    [    54.854] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [    54.854] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [    54.854] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [    54.854] (--) NVIDIA(GPU-0): 
    [    54.854] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [    54.854] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [    54.854] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [    54.854] (--) NVIDIA(GPU-0): 
    [    54.854] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [    54.854] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [    54.854] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [    54.854] (--) NVIDIA(GPU-0): 
    [    54.854] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [    54.854] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [    54.854] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [    54.854] (--) NVIDIA(GPU-0): 
    [    56.634] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [    56.634] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [    56.634] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [    56.634] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [    56.634] (--) NVIDIA(GPU-0): 
    [    56.634] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [    56.634] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [    56.634] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [    56.634] (--) NVIDIA(GPU-0): 
    [    56.634] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [    56.634] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [    56.634] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [    56.634] (--) NVIDIA(GPU-0): 
    [    56.634] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [    56.634] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [    56.634] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [    56.634] (--) NVIDIA(GPU-0): 
    [    56.635] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [    56.635] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [    56.635] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [    56.635] (--) NVIDIA(GPU-0): 
    [    56.635] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [    56.635] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [    56.635] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [    56.635] (--) NVIDIA(GPU-0): 
    [    56.635] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [    56.635] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [    56.635] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [    56.635] (--) NVIDIA(GPU-0): 
    [    56.635] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [    56.635] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [    56.635] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [    56.635] (--) NVIDIA(GPU-0): 
    [    56.635] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [    56.635] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [    56.635] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [    56.635] (--) NVIDIA(GPU-0): 
    [    58.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [    58.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [    58.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [    58.538] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [    58.538] (--) NVIDIA(GPU-0): 
    [    58.538] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [    58.538] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [    58.538] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [    58.538] (--) NVIDIA(GPU-0): 
    [    58.538] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [    58.538] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [    58.538] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [    58.538] (--) NVIDIA(GPU-0): 
    [    58.538] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [    58.538] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [    58.538] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [    58.538] (--) NVIDIA(GPU-0): 
    [    58.539] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [    58.539] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [    58.539] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [    58.539] (--) NVIDIA(GPU-0): 
    [    58.539] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [    58.539] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [    58.539] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [    58.539] (--) NVIDIA(GPU-0): 
    [    58.539] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [    58.539] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [    58.539] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [    58.539] (--) NVIDIA(GPU-0): 
    [    58.539] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [    58.539] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [    58.539] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [    58.539] (--) NVIDIA(GPU-0): 
    [    58.539] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [    58.539] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [    58.539] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [    58.539] (--) NVIDIA(GPU-0): 
    [   594.519] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [   594.519] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [   594.519] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [   594.519] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [   594.519] (--) NVIDIA(GPU-0): 
    [   594.520] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [   594.520] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [   594.520] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [   594.520] (--) NVIDIA(GPU-0): 
    [   594.520] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [   594.520] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [   594.520] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [   594.520] (--) NVIDIA(GPU-0): 
    [   594.520] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [   594.520] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [   594.520] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [   594.520] (--) NVIDIA(GPU-0): 
    [   594.521] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [   594.521] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [   594.521] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [   594.521] (--) NVIDIA(GPU-0): 
    [   594.521] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [   594.521] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [   594.521] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [   594.521] (--) NVIDIA(GPU-0): 
    [   594.521] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [   594.521] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [   594.521] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [   594.521] (--) NVIDIA(GPU-0): 
    [   594.521] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [   594.521] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [   594.521] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [   594.521] (--) NVIDIA(GPU-0): 
    [   594.521] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [   594.521] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [   594.521] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [   594.521] (--) NVIDIA(GPU-0): 
    [ 12644.967] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [ 12644.967] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [ 12644.967] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [ 12644.967] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [ 12644.967] (--) NVIDIA(GPU-0): 
    [ 12644.967] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [ 12644.967] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 12644.968] (--) NVIDIA(GPU-0): 
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [ 12644.968] (--) NVIDIA(GPU-0): 
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 12644.968] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [ 12644.968] (--) NVIDIA(GPU-0): 
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 12644.969] (--) NVIDIA(GPU-0): 
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [ 12644.969] (--) NVIDIA(GPU-0): 
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [ 12644.969] (--) NVIDIA(GPU-0): 
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [ 12644.969] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [ 12644.969] (--) NVIDIA(GPU-0): 
    [ 12644.970] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [ 12644.970] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [ 12644.970] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [ 12644.970] (--) NVIDIA(GPU-0): 
    [ 14949.581] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): connected
    [ 14949.581] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): Internal DisplayPort
    [ 14949.581] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): GUID: 10DE9070-0005-4EFE-E5AE-329F000000FC
    [ 14949.581] (--) NVIDIA(GPU-0): DELL U2515H (DFP-2.8): 1440.0 MHz maximum pixel clock
    [ 14949.581] (--) NVIDIA(GPU-0): 
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-0: disconnected
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 14949.581] (--) NVIDIA(GPU-0): 
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-1: disconnected
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
    [ 14949.581] (--) NVIDIA(GPU-0): 
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 14949.581] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
    [ 14949.581] (--) NVIDIA(GPU-0): 
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 14949.582] (--) NVIDIA(GPU-0): 
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
    [ 14949.582] (--) NVIDIA(GPU-0): 
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-5: disconnected
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
    [ 14949.582] (--) NVIDIA(GPU-0): 
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-6: disconnected
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
    [ 14949.582] (--) NVIDIA(GPU-0): 
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-7: disconnected
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
    [ 14949.582] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
    [ 14949.582] (--) NVIDIA(GPU-0):
    Geändert von LukeNash (08.05.17 um 13:31 Uhr)

  4. #34
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Zitat Zitat von LukeNash Beitrag anzeigen
    per "Editor" die grub Datei geöffnet (/etc/default/grub)

    diese sieht nun, nach Änderung, so aus:

    Frage 1: so korrekt?
    Frage 2: ich kann nicht speichern wählen. Zugriff verweigert.
    Zitat Zitat von florian0285 Beitrag anzeigen
    zu 1: Ja
    zu 2: steht im Link
    Geändert von florian0285 (08.05.17 um 13:36 Uhr)
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  5. #35
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    so, Freunde der Sonne...

    im Terminal eingegeben: gksudo gedit /etc/default/grub
    Passwort Abfrage, grub Datei öffnet sich.

    diese sieht nach Änderungen nun so aus (in Rot die Änderungen für Euch zur Verdeutlichung)
    Falls was falsch sein sollte, oder Euch fehlerhaft auffällt, bitte Meldung, danke !)

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX="nomodeset"
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=2560x1440
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    Anschließend: Datei, Speichern, dann Schließen.
    Zu Testzwecken, erneut: gksudo gedit /etc/default/grub
    Prima, alle Änderungen gleich enthalten. Datei wieder geschlossen.

    Danach: sudo grub-mkconfig
    Ich erkenne dann beim runter scrollen, z.b. diese Linux nach 5 Sekunden (statt vorher nach 4 Sekunden) Änderung, die übernommen würde.

    Code:
    luke_shaw@lukeshaw-desktop ~ $ sudo grub-mkconfig
    [sudo] Passwort für luke_shaw: 
    Grub-Konfigurationsdatei wird generiert …
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #
    
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
      set have_grubenv=true
      load_env
    fi
    if [ "${next_entry}" ] ; then
       set default="${next_entry}"
       set next_entry=
       save_env next_entry
       set boot_once=true
    else
       set default="0"
    fi
    
    if [ x"${feature_menuentry_id}" = xy ]; then
      menuentry_id_option="--id"
    else
      menuentry_id_option=""
    fi
    
    export menuentry_id_option
    
    if [ "${prev_saved_entry}" ]; then
      set saved_entry="${prev_saved_entry}"
      save_env saved_entry
      set prev_saved_entry=
      save_env prev_saved_entry
      set boot_once=true
    fi
    
    function savedefault {
      if [ -z "${boot_once}" ]; then
        saved_entry="${chosen}"
        save_env saved_entry
      fi
    }
    function recordfail {
      set recordfail=1
      if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
    }
    function load_video {
      if [ x$feature_all_video_module = xy ]; then
        insmod all_video
      else
        insmod efi_gop
        insmod efi_uga
        insmod ieee1275_fb
        insmod vbe
        insmod vga
        insmod video_bochs
        insmod video_cirrus
      fi
    }
    
    if [ x$feature_default_font_path = xy ] ; then
       font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos6'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    else
      search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    fi
        font="/usr/share/grub/unicode.pf2"
    fi
    
    if loadfont $font ; then
      set gfxmode=auto
      load_video
      insmod gfxterm
      set locale_dir=$prefix/locale
      set lang=de_DE
      insmod gettext
    fi
    terminal_output gfxterm
    if [ "${recordfail}" = 1 ] ; then
      set timeout=30
    else
      if [ x$feature_timeout_style = xy ] ; then
        set timeout_style=menu
        set timeout=5
      # Fallback normal timeout code in case the timeout_style feature is
      # unavailable.
      else
        set timeout=5
      fi
    fi
    ### END /etc/grub.d/00_header ###
    
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    ### END /etc/grub.d/05_debian_theme ###
    
    ### BEGIN /etc/grub.d/06_mint_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=white/light-gray
    ### END /etc/grub.d/06_mint_theme ###
    
    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
    	set gfxpayload="${1}"
    	if [ "${1}" = "keep" ]; then
    		set vt_handoff=vt.handoff=7
    	else
    		set vt_handoff=
    	fi
    }
    if [ "${recordfail}" != 1 ]; then
      if [ -e ${prefix}/gfxblacklist.txt ]; then
        if hwmatch ${prefix}/gfxblacklist.txt 3; then
          if [ ${match} = 0 ]; then
            set linux_gfx_mode=keep
          else
            set linux_gfx_mode=text
          fi
        else
          set linux_gfx_mode=text
        fi
      else
        set linux_gfx_mode=keep
      fi
    else
      set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-77-generic
    initrd-Abbild gefunden: /boot/initrd.img-4.4.0-77-generic
    menuentry 'Linux Mint 18.1 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-032f1638-e17c-42e0-adc5-0698487781e0' {
    	recordfail
    	load_video
    	gfxmode $linux_gfx_mode
    	insmod gzio
    	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    	insmod part_msdos
    	insmod ext2
    	set root='hd0,msdos6'
    	if [ x$feature_platform_search_hint = xy ]; then
    	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    	else
    	  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    	fi
            linux	/boot/vmlinuz-4.4.0-77-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro nomodeset quiet splash $vt_handoff
    	initrd	/boot/initrd.img-4.4.0-77-generic
    }
    submenu 'Erweiterte Optionen für Linux Mint 18.1 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-032f1638-e17c-42e0-adc5-0698487781e0' {
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, mit Linux 4.4.0-77-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-77-generic-advanced-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		gfxmode $linux_gfx_mode
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-77-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-77-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro nomodeset quiet splash $vt_handoff
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-77-generic
    	}
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, with Linux 4.4.0-77-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-77-generic-init-upstart-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		gfxmode $linux_gfx_mode
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-77-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-77-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro nomodeset quiet splash $vt_handoff init=/sbin/upstart
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-77-generic
    	}
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, with Linux 4.4.0-77-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-77-generic-recovery-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-77-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-77-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro recovery nomodeset nomodeset
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-77-generic
    	}
    Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-72-generic
    initrd-Abbild gefunden: /boot/initrd.img-4.4.0-72-generic
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, mit Linux 4.4.0-72-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-72-generic-advanced-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		gfxmode $linux_gfx_mode
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-72-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-72-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro nomodeset quiet splash $vt_handoff
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-72-generic
    	}
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, with Linux 4.4.0-72-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-72-generic-init-upstart-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		gfxmode $linux_gfx_mode
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-72-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-72-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro nomodeset quiet splash $vt_handoff init=/sbin/upstart
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-72-generic
    	}
    	menuentry 'Linux Mint 18.1 Cinnamon 64-bit, with Linux 4.4.0-72-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-72-generic-recovery-032f1638-e17c-42e0-adc5-0698487781e0' {
    		recordfail
    		load_video
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_msdos
    		insmod ext2
    		set root='hd0,msdos6'
    		if [ x$feature_platform_search_hint = xy ]; then
    		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    		else
    		  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    		fi
    		echo	'Linux 4.4.0-72-generic wird geladen …'
    	        linux	/boot/vmlinuz-4.4.0-72-generic root=UUID=032f1638-e17c-42e0-adc5-0698487781e0 ro recovery nomodeset nomodeset
    		echo	'Initiale Ramdisk wird geladen …'
    		initrd	/boot/initrd.img-4.4.0-72-generic
    	}
    }
    
    ### END /etc/grub.d/10_linux ###
    
    ### BEGIN /etc/grub.d/10_lupin ###
    ### END /etc/grub.d/10_lupin ###
    
    ### BEGIN /etc/grub.d/20_linux_xen ###
    
    ### END /etc/grub.d/20_linux_xen ###
    
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    Found memtest86+ image: /boot/memtest86+.elf
    menuentry 'Memory test (memtest86+)' {
    	insmod part_msdos
    	insmod ext2
    	set root='hd0,msdos6'
    	if [ x$feature_platform_search_hint = xy ]; then
    	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    	else
    	  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    	fi
    	knetbsd	/boot/memtest86+.elf
    }
    Found memtest86+ image: /boot/memtest86+.bin
    menuentry 'Memory test (memtest86+, serial console 115200)' {
    	insmod part_msdos
    	insmod ext2
    	set root='hd0,msdos6'
    	if [ x$feature_platform_search_hint = xy ]; then
    	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  032f1638-e17c-42e0-adc5-0698487781e0
    	else
    	  search --no-floppy --fs-uuid --set=root 032f1638-e17c-42e0-adc5-0698487781e0
    	fi
    	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
    }
    ### END /etc/grub.d/20_memtest86+ ###
    
    ### BEGIN /etc/grub.d/30_os-prober ###
    Windows 10 (loader) auf /dev/sdb1 gefunden
    menuentry 'Windows 10 (loader) (auf /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-4E2C3DF92C3DDCA1' {
    	insmod part_msdos
    	insmod ntfs
    	set root='hd1,msdos1'
    	if [ x$feature_platform_search_hint = xy ]; then
    	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  4E2C3DF92C3DDCA1
    	else
    	  search --no-floppy --fs-uuid --set=root 4E2C3DF92C3DDCA1
    	fi
    	parttool ${root} hidden-
    	drivemap -s (hd0) ${root}
    	chainloader +1
    }
    set timeout_style=menu
    if [ "${timeout}" = 0 ]; then
      set timeout=10
    fi
    ### END /etc/grub.d/30_os-prober ###
    
    ### BEGIN /etc/grub.d/30_uefi-firmware ###
    ### END /etc/grub.d/30_uefi-firmware ###
    
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries.  Simply type the
    # menu entries you want to add after this comment.  Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  ${config_directory}/custom.cfg ]; then
      source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    erledigt
    Danach habe ich folgendes gemacht: sudo update-grub

    Code:
    luke_shaw@lukeshaw-desktop ~ $ sudo update-grub
    Grub-Konfigurationsdatei wird generiert …
    Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-77-generic
    initrd-Abbild gefunden: /boot/initrd.img-4.4.0-77-generic
    Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-72-generic
    initrd-Abbild gefunden: /boot/initrd.img-4.4.0-72-generic
    Found memtest86+ image: /boot/memtest86+.elf
    Found memtest86+ image: /boot/memtest86+.bin
    Windows 10 (loader) auf /dev/sdb1 gefunden
    erledigt
    Soweit alles okay ?
    Abschluss: fehlt nun nur noch, im Terminal reboot eingeben ?

  6. #36
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Zitat Zitat von LukeNash Beitrag anzeigen
    Code:
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=2560x1440
    Diese Option wird im Text darüber erklärt.
    Solltest du Probleme mit Englisch haben ist das 1) ein Grund es zu lernen und 2) steht es meist übersetzt in einem deutschen Wiki

    https://wiki.ubuntuusers.de/GRUB_2/Konfiguration/

    Dann sei noch gesagt, dass das Zeichen '#' eine Kommentarzeile einleitet.
    Das heißt diese Option wird einfach ignoriert. Du müsstest dieses Zeichen entfernen, damit Grub den Rest als Option erkennt.
    Davon abgesehen ist das irrelevant für dein Problem.


    Abschluss: fehlt nun nur noch, im Terminal reboot eingeben ?
    Ja... tu es!
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  7. #37
    Registrierter Benutzer Avatar von Schreibtroll
    Registriert seit
    Jan 2009
    Beiträge
    644
    Und ergänzend einfach obendrauf...

    Für fast alles unterhalb von /home/lukenash bzw. /media/lukenash brauchst Du su bzw. sudo bzw. gksu. Ist eigentlich ganz einfach zu merken.
    Mein Lieblingsbefehl: dd if=/dev/null of=/dev/bock bs=666

  8. #38
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    totale Willkür...

    nach reboot friert der Mauszeiger ein...Dabei dachte ich, das wird nun klappen.

    (zuvor sah ich, dass der grub Bootloader eine höhere Auflösung war (dies wurde ja in Grub Datei geändert.. )
    Somit war ich erst guten Mutes, aber dann Mauszeiger eingefroren.
    dann x mal PC Neustart, immer das selbe Ergebnis.

    Dann nochmal PC Neustart, taste e (dadurch sah ich, dass mit dem Eintrag nomodeset bei "", ein Fehler vorliegen muss.
    Denn, im grub Bootloader tauchten dann beide Elemente auf..quit splash und davor nomodeset.

    also habe ich, nachdem ich quit splash entfernt, und f10 taste drückte, gehofft, nun wirds aber gehen..
    ...Mauszeiger friert ein...dann nochmal und nochmal..
    und ich glaube beim dritten Mal, fuhr dann Linux ohne einfrieren hoch.

    ab in grub Datei...wieder "" rein und statt "quit splash", mit "nomodeset" ersetzt.
    außerdem die Aktivierung der höheren grub Bootloader Auflösung aufgehoben.


    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    GRUB_CMDLINE_LINUX=""
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    # GRUB_GFXMODE=800x600
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    danach grub im Terminal update und danach reboot

    sudo update-grub

    reboot

    wieder das Hoffen, nun wirds klappen...

    wieder x-mal einfrieren des Mauszeigers..

    dann x-mal versucht "Recovery Mode" zu starten (in grub Bootloader ausgewählt)
    Mauszeiger friert ein...

    dann nochmal PC Start, e taste, um mal zu prüfen, ob nun "nur noch" nomodeset steht. (ist korrekt)
    es steht nur noch nomodeset statt beides bzw. statt nur quit splash wie früher mal...
    (genauso steht nur noch nomodeset bei Recovery mode, e taste drückend)
    und dennoch, der Mauszeiger friert ein...

    beim x-ten mal (recovery mode) im grub bootloader wählte, fuhr dieser nun endlich ohne einfrieren hoch...

    ich bin mit meinem Latein am Ende.

    Schön, dass ich das mit dem Code setzen hinbekomme.
    schön, dass ich die grub Datei zum ändern bekomme,
    schön, anschließend grub bootloader im Terminal zum Aktualisieren bekomme.

    aber leider treibt mich diese Willkür, beim Hochfahren des PC in den Wahnsinn.

    Bitte um Hilfe ! Irgendwo liegt der Fehler...

    ist irgendetwas in der Grub Datei falsch? irgendetwas, was aktiviert/deaktiviert werden muss?

  9. #39
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Du weißt ja Zeit ist kostbar. Ich muss weg

    "splash" sorgt nur dafür, dass du beim booten ein buntes Bild bekommst, die Auflösung von Grub ändert auch nichts an den Einstellungen von X, quiet unterdrückt nur die Meldungen des Kernels. Warum du daran rumspielst ohne dich in dem schon 10 mal verlinkten Wiki zu informieren was das bedeutet versteh ich nicht.

    Die einzige hier relevante Option ist bisher nomodeset an/aus.
    Also mit der Option nomodset friert der Bildschirm mal ein mal nicht.
    Ohne der Option nomdoset? Friert er auch ein... mal nicht?

    Dann wurde auch schon des öfteren nach Log-Files gefragt.
    Xorg.x.log aus dem fehlerhaften Zustand. Du hast bisher nur die Xorg.0.log aus dem funktionierenden Zustand gepostet.

    Das ist irgendwie wie bei der Kfz-Werkstatt.

    Lesen sie mir bitte den Kilometerstand ab und man bekommt die Felgengröße vorgelesen

    Also ich gehe jetzt mal sportlichen Aktivitäten nach und gucke dann nach der Erholungsphase wieder rein

    Hier etwas Lesestoff:

    https://wiki.ubuntuusers.de/XServer/Problembehebung/

    https://wiki.ubuntuusers.de/Grafikkarten/Nvidia/

    https://wiki.ubuntuusers.de/Grafikkarten/Nvidia/nvidia/

    https://wiki.ubuntuusers.de/Grafikka...vidia/nouveau/

    https://wiki.ubuntuusers.de/Logdateien/

    https://wiki.ubuntuusers.de/systemd/journalctl/
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  10. #40
    Registrierter Benutzer Avatar von Schreibtroll
    Registriert seit
    Jan 2009
    Beiträge
    644
    Mein Problem ist, ich kann Dir nicht wirklich weiterhelfen, da ich hier eine "Optimus"-Karte habe (550m) und die nicht identisch ist.

    Ein Tipp noch von früher... Graka sollte man weder mit laufender GUI installieren, noch so updaten. Nur in TTY mit abgeschalteter GUI. Lese bitte auch dazu ob es heut noch so ist.
    Mein Lieblingsbefehl: dd if=/dev/null of=/dev/bock bs=666

  11. #41
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Das mit laufender GUI ist eigentlich ein Relikt von früher.

    Vielleicht kann wer was zu Ubuntu PPA's in Mint sagen, dann dürfte das hier vielleicht interessant sein:

    https://launchpad.net/~graphics-driv...ive/ubuntu/ppa

    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt-get update
    Die Treiber sind etwas aktueller.
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  12. #42
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    bezüglich deinem Link zu nvidia Thematik. habe dadurch folgendes im Terminal getan...

    Code:
    luke_shaw@lukeshaw-desktop ~ $ apt search nvidia | egrep -o 'nvidia\-[0-9]+(\/|([ ]+\-))' | egrep -o --color=auto 'nvidia\-[0-9]+' 
    nvidia-304
    nvidia-331
    nvidia-340
    nvidia-346
    nvidia-352
    nvidia-361
    nvidia-367
    nvidia-375
    luke_shaw@lukeshaw-desktop ~ $

    Code:
    luke_shaw@lukeshaw-desktop ~ $ grep nvidia_drv.so /var/log/Xorg.0.log 
    [    51.916] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
    luke_shaw@lukeshaw-desktop ~ $ 
    
    luke_shaw@lukeshaw-desktop ~ $ grep nvidia_drv.so /var/log/Xorg.0.log 
    [    51.916] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
    luke_shaw@lukeshaw-desktop ~ $ dpkg --status nvidia-current-updates | grep Version 
    dpkg-query: Paket »nvidia-current-updates« ist nicht installiert und es ist keine Information verfügbar
    Verwenden Sie dpkg --info (= dpkg-deb --info) zum Untersuchen von Archiven
    und dpkg --contents (= dpkg-deb --contents) zum Auflisten ihres Inhalts.
    luke_shaw@lukeshaw-desktop ~ $ cat /proc/driver/nvidia/agp/status
    cat: /proc/driver/nvidia/agp/status: Datei oder Verzeichnis nicht gefunden
    luke_shaw@lukeshaw-desktop ~ $ lsmod | grep agp
    luke_shaw@lukeshaw-desktop ~ $ cat /proc/driver/nvidia/agp/status
    cat: /proc/driver/nvidia/agp/status: Datei oder Verzeichnis nicht gefunden
    luke_shaw@lukeshaw-desktop ~ $
    Liegt da das Kernproblem? ist quasi der nvidia Treiber falsch bzw. gar nicht richtig aktiv?

    Code:
    lspci -v | perl -ne '/VGA/../^$/ and /VGA|Kern/ and print'
    
    luke_shaw@lukeshaw-desktop ~ $ lspci -v | perl -ne '/VGA/../^$/ and /VGA|Kern/ and print' 
    01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1) (prog-if 00 [VGA controller])
    	Kernel driver in use: nvidia
    	Kernel modules: nvidiafb, nouveau, nvidia_375_drm, nvidia_375
    luke_shaw@lukeshaw-desktop ~ $
    neuer Versuch, bezüglich nomodeset schreiben oder nicht


    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT=""
    GRUB_CMDLINE_LINUX=""
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    # GRUB_GFXMODE=800x600
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    Xorg.0.log.old
    diese Datei ist leer, weißes Blatt quasi....

  13. #43
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    Florian, danke für die Zeilen...

    Code:
    luke_shaw@lukeshaw-desktop ~ $ sudo add-apt-repository ppa:graphics-drivers/ppa
    [sudo] Passwort für luke_shaw: 
    Sie sind dabei das folgende PPA hinzuzufügen:
     Fresh drivers from upstream, currently shipping Nvidia.
    
    ## Current Status
    
    Current official release: `nvidia-378` (378.13)
    Current long-lived branch release: `nvidia-375` (375.39)
    Current beta release: `nvidia-381` (381.09)
    
    For G8x, G9x and GT2xx GPUs use `nvidia-340` (340.102)
    For NV4x and G7x GPUs use `nvidia-304` (304.135)
    
    ## What we're working on right now:
    
    - Normal driver updates
    - Help Wanted: Mesa Updates for Intel/AMD users, ping us if you want to help do this work, we're shorthanded.
    
    ## WARNINGS:
    
    This PPA is currently in testing, you should be experienced with packaging before you dive in here:
    
    Volunteers welcome! See also: https://github.com/mamarley/nvidia-graphics-drivers/
    
    ### How you can help:
    
    ## Install PTS and benchmark your gear:
    
    ****sudo apt-get install phoronix-test-suite
    
    Run the benchmark:
    
    ****phoronix-test-suite default-benchmark openarena xonotic tesseract gputest unigine-valley
    
    and then say yes when it asks you to submit your results to openbechmarking.org. Then grab a cup of coffee, it takes a bit for the benchmarks to run. Depending on the version of Ubuntu you're using it might preferable for you to grabs PTS from upstream directly: http://www.phoronix-test-suite.com/?k=downloads
    
    ## Share your results with the community:
    
    Post a link to your results (or any other feedback to): https://launchpad.net/~graphics-drivers-testers
    
    Remember to rerun and resubmit the benchmarks after driver upgrades, this will allow us to gather a bunch of data on performance that we can share with everybody.
    
    If you run into old documentation referring to other PPAs, you can help us by consolidating references to this PPA.
    
    If someone wants to go ahead and start prototyping on `software-properties-gtk` on what the GUI should look like, please start hacking!
    
    ## Help us Help You!
    
    We use the donation funds to get the developers hardware to test and upload these drivers, please consider donating to the "community" slider on the donation page if you're loving this PPA:
    
    http://www.ubuntu.com/download/desktop/contribute
     Mehr Informationen: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
    Zum Fortfahren bitte Eingabetaste drücken oder Strg+C zum Abbrechen
    
    Executing: /tmp/tmp.inq62JtcDC/gpg.1.sh --keyserver
    hkp://keyserver.ubuntu.com:80
    --recv-keys
    1118213C
    gpg: Schlüssel 1118213C von hkp-Server keyserver.ubuntu.com anfordern
    gpg: Schlüssel 1118213C: Öffentlicher Schlüssel "Launchpad PPA for Graphics Drivers Team" importiert
    gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
    gpg:               importiert: 1  (RSA: 1)
    luke_shaw@lukeshaw-desktop ~ $ sudo apt-get update
    OK:1 http://debian.charite.de/ubuntu xenial InRelease
    OK:2 http://debian.charite.de/ubuntu xenial-updates InRelease                                                                                                 
    OK:3 http://repo.steampowered.com/steam precise InRelease                                                                                                     
    Ign:4 http://mirror.netcologne.de/linuxmint/packages serena InRelease                                                                                         
    OK:5 http://debian.charite.de/ubuntu xenial-backports InRelease                                                                                               
    OK:6 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease                                                                 
    OK:7 http://archive.canonical.com/ubuntu xenial InRelease                                                                                               
    OK:8 http://mirror.netcologne.de/linuxmint/packages serena Release                                                              
    Holen:9 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease [24,4 kB]                                         
    Holen:10 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                     
    Holen:12 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial/main Sources [4.392 B]
    Holen:13 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial/main amd64 Packages [11,6 kB]
    Holen:14 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial/main i386 Packages [11,6 kB]
    Holen:15 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial/main Translation-en [3.604 B]
    Es wurden 158 kB in 1 s geholt (115 kB/s).                         
    Paketlisten werden gelesen... Fertig
    luke_shaw@lukeshaw-desktop ~ $
    Geändert von LukeNash (08.05.17 um 16:10 Uhr)

  14. #44
    Elefantenversteher Avatar von florian0285
    Registriert seit
    Jun 2016
    Beiträge
    1.054
    Ohje... ich dachte du wartest bis jemand dazu etwas sagt
    Ich weiß nicht in wie weit sich Ubuntu PPA's mit Mint vertragen. Also kannst auf eigenes Risiko installieren.
    Du hast es jetzt erstmal eingerichtet und die Paketquellen aktualisiert. Also bevor du jetzt irgendwas mit "install" oder "upgrade" machst würde ich abwarten oder eben auf risiko installieren.

    So ich bin jetzt schon halb bei der Tür raus und wollt nur noch loswerden, dass du ggf. einen der beiden Treiber in die modules-blacklist aufnehmen solltest.
    Soweit ich das noch im Kopf habe mag nvidia und nouveau sich nicht. Kann natürlich auch ein Relikt aus der Steinzeit sein.

    Mach mal:

    Code:
    echo "blacklist nvidia" > /etc/modprobe.d/itsibitsi42.conf
    echo "blacklist nividia-current" >> /etc/modprobe.d/itsibitsi42.conf
    als root. Das "sperrt" dir den NVIDIA Treiber.

    Wenn du den nouveau sperren willst:

    Code:
    echo "blacklist nouveau" > /etc/modprobe.d/itsibitsi42.conf
    itsibitsi42.conf ist frei wählbar und sollte so nicht existieren, daher kannst du den Namen so übernehmen.

    Zur Info: Die Umleitung mit einem > Pfeilchen löscht die Datei und legt sie mit dem Inhalt neu an, die Umleitung mit zwei >> Pfeilchen fügt den Inhalt des Echo Befehls einfach als letzte Zeile hinzu. Daher kannst du die Befehle im Wechsel einfach so eintippen ohne irgendwas löschen und neu anlegen zu müssen.


    Die Module sollten nvidia, nvidia-current und nouveau heißen. Das kannst du mit dem Befehl "modinfo moudl_name" überprüfen. Wenn er nicht existiert findet er ihn nicht.

    So.. tschüss
    Geändert von florian0285 (08.05.17 um 16:25 Uhr)
    Matthäus 7:3 Was siehst du aber den Splitter in deines Bruders Auge, und wirst nicht gewahr des Balkens in deinem Auge?

  15. #45
    Registrierter Benutzer
    Registriert seit
    Mar 2017
    Beiträge
    68
    PC Neustart, fuhr hoch (beim zweiten Versuch)

    JA, ich bin soo müde, abwarten konnte ich irgendwie nicht, sorry !

    nun , siehe Florians Ansage:

    Code:
    luke_shaw@lukeshaw-desktop ~ $ sudo -s
    [sudo] Passwort für luke_shaw: 
    lukeshaw-desktop ~ # echo "blacklist nouveau" > /etc/modprobe.d/itsibitsi42.conf
    lukeshaw-desktop ~ #
    tut sich nix, wie ihr sehen könnt...?

Ähnliche Themen

  1. Computer fährt nach LINUX-Installation nicht mehr hoch - „No bootable device"
    Von linuxdummy im Forum System installieren und konfigurieren
    Antworten: 6
    Letzter Beitrag: 06.12.16, 20:09
  2. Suse Linux 9.0 fährt nicht mehr hoch
    Von wilde-maus im Forum Linux Allgemein
    Antworten: 7
    Letzter Beitrag: 30.01.06, 15:37
  3. Linux fährt nicht mehr hoch
    Von Freeze24 im Forum System installieren und konfigurieren
    Antworten: 11
    Letzter Beitrag: 28.03.03, 13:25
  4. Linux fährt nicht mehr hoch :((((
    Von Freekazonid im Forum Linux Allgemein
    Antworten: 12
    Letzter Beitrag: 17.01.03, 12:03
  5. Linux fährt nach installation nicht mehr hoch
    Von Species8472 im Forum System installieren und konfigurieren
    Antworten: 5
    Letzter Beitrag: 05.05.02, 18:14

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •