in einem anderen Thread habe ich etwas über Gentoo auf SSD gefragt.
Meine beiden Systeme stable und dev liegen nun auf SSD.
In der dev-Version gelange ich nicht auf den plasma-Desktop, obwohl ich alles genau nach den WIKI-Anleitungen
durchgeführt habe - vor allem die Konfiguration des Kernels im Falle einer NVIDIA-Grafikkarte.
eselect opengl set nvidia
1. xorg.conf
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # <i>
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Code: Select all
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 39.260] Build Operating System: Linux 4.18.10-gentoo x86_64 Gentoo
[ 39.260] Current Operating System: Linux localhost 4.18.10-gentoo #1 SMP Sat Sep 29 09:50:44 CEST 2018 x86_64
[ 39.260] Kernel command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.18.10-gentoo root=UUID=3e21744a-610c-4f2a-a487-ae8d0e9e647e ro
[ 39.260] Build Date: 17 November 2018 10:55:49PM
[ 39.260]
[ 39.260] Current version of pixman: 0.36.0
[ 39.260] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 39.260] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 39.260] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 4 17:23:10 2019
[ 39.260] (==) Using config file: "/etc/X11/xorg.conf"
[ 39.260] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 39.260] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 39.260] (==) ServerLayout "X.org Configured"
[ 39.260] (**) |-->Screen "Screen0" (0)
[ 39.260] (**) | |-->Monitor "Monitor0"
[ 39.261] (**) | |-->Device "Card0"
[ 39.261] (**) | |-->GPUDevice "Card0"
[ 39.261] (**) |-->Input Device "Mouse0"
[ 39.261] (**) |-->Input Device "Keyboard0"
[ 39.261] (==) Automatically adding devices
[ 39.261] (==) Automatically enabling devices
[ 39.261] (==) Automatically adding GPU devices
[ 39.261] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 39.261] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 39.261] Entry deleted from font path.
[ 39.261] (**) FontPath set to:
[ 39.261] (**) ModulePath set to "/usr/lib64/xorg/modules,/usr/lib64/xorg/modules"
[ 39.261] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 39.261] (WW) Disabling Mouse0
[ 39.261] (WW) Disabling Keyboard0
[ 39.261] (II) Loader magic: 0x5631b0fddc40
[ 39.261] (II) Module ABI versions:
[ 39.261] X.Org ANSI C Emulation: 0.4
[ 39.261] X.Org Video Driver: 24.0
[ 39.261] X.Org XInput driver : 24.1
[ 39.261] X.Org Server Extension : 10.0
[ 39.261] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 39.264] (--) PCI:*(8@0:0:0) 10de:1c03:1043:85a4 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 39.264] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 39.264] (II) LoadModule: "glx"
[ 39.264] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 39.264] (II) Module glx: vendor="X.Org Foundation"
[ 39.264] compiled for 1.20.3, module version = 1.0.0
[ 39.264] ABI class: X.Org Server Extension, version 10.0
[ 39.264] (II) LoadModule: "nvidia"
[ 39.264] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 39.264] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 39.264] compiled for 4.0.2, module version = 1.0.0
[ 39.264] Module class: X.Org Video Driver
[ 39.264] (II) NVIDIA dlloader X Driver 415.25 Wed Dec 12 10:05:51 CST 2018
[ 39.264] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 39.264] (++) using VT number 7
[ 39.266] (II) Loading sub module "fb"
[ 39.266] (II) LoadModule: "fb"
[ 39.266] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 39.266] (II) Module fb: vendor="X.Org Foundation"
[ 39.266] compiled for 1.20.3, module version = 1.0.0
[ 39.266] ABI class: X.Org ANSI C Emulation, version 0.4
[ 39.266] (II) Loading sub module "wfb"
[ 39.266] (II) LoadModule: "wfb"
[ 39.266] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 39.266] (II) Module wfb: vendor="X.Org Foundation"
[ 39.266] compiled for 1.20.3, module version = 1.0.0
[ 39.266] ABI class: X.Org ANSI C Emulation, version 0.4
[ 39.266] (II) Loading sub module "ramdac"
[ 39.266] (II) LoadModule: "ramdac"
[ 39.266] (II) Module "ramdac" already built-in
[ 39.266] (EE) No devices detected.
[ 39.266] (EE)
Fatal server error:
[ 39.266] (EE) no screens found(EE)
[ 39.266] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 39.266] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 39.266] (EE)
[ 39.269] (EE) Server terminated with error (1). Closing log file.
Code: Select all
[17:18:25.310] (II) DAEMON: Initializing...
[17:18:25.313] (II) DAEMON: Starting...
[17:18:25.313] (II) DAEMON: No session manager found
[17:18:25.313] (II) DAEMON: Adding new display on vt 7 ...
[17:18:25.315] (II) DAEMON: Loading theme configuration from ""
[17:18:25.315] (II) DAEMON: Display server starting...
[17:18:25.315] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{e08754ad-500b-48df-bb84-ccba733d636d} -background none -noreset -displayfd 16 -seat seat0 vt7
[17:18:25.381] (EE) DAEMON: Failed to read display number from pipe
[17:18:25.381] (EE) DAEMON: Display server failed to start. Exiting
[17:19:29.823] (II) DAEMON: Initializing...
[17:19:29.823] (II) DAEMON: Starting...
[17:19:29.823] (II) DAEMON: No session manager found
[17:19:29.823] (II) DAEMON: Adding new display on vt 7 ...
[17:19:29.824] (II) DAEMON: Loading theme configuration from ""
[17:19:29.824] (II) DAEMON: Display server starting...
[17:19:29.824] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{511bfa28-b864-425d-8cc8-6c9d1110ccbb} -background none -noreset -displayfd 16 -seat seat0 vt7
[17:19:29.835] (EE) DAEMON: Failed to read display number from pipe
[17:19:29.835] (EE) DAEMON: Display server failed to start. Exiting
[17:21:19.340] (II) DAEMON: Initializing...
[17:21:19.345] (II) DAEMON: Starting...
[17:21:19.345] (II) DAEMON: Console kit interface found
[17:21:19.345] (II) DAEMON: Adding new display on vt 7 ...
[17:21:19.347] (II) DAEMON: Loading theme configuration from ""
[17:21:19.347] (II) DAEMON: Display server starting...
[17:21:19.347] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{6c1fae08-5b8f-4d2a-9d87-0cc4a5743c2f} -background none -noreset -displayfd 17 -seat seat0 vt7
[17:21:19.421] (EE) DAEMON: Failed to read display number from pipe
[17:21:19.421] (EE) DAEMON: Display server failed to start. Exiting
[17:22:40.693] (II) DAEMON: Initializing...
[17:22:40.698] (II) DAEMON: Starting...
[17:22:40.698] (II) DAEMON: Console kit interface found
[17:22:40.698] (II) DAEMON: Adding new display on vt 7 ...
[17:22:40.700] (II) DAEMON: Loading theme configuration from ""
[17:22:40.700] (II) DAEMON: Display server starting...
[17:22:40.700] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{62de4446-bae9-4534-9aee-0394216c320e} -background none -noreset -displayfd 17 -seat seat0 vt7
[17:22:40.774] (EE) DAEMON: Failed to read display number from pipe
[17:22:40.774] (EE) DAEMON: Display server failed to start. Exiting
[17:23:10.785] (II) DAEMON: Initializing...
[17:23:10.787] (II) DAEMON: Starting...
[17:23:10.787] (II) DAEMON: Console kit interface found
[17:23:10.787] (II) DAEMON: Adding new display on vt 7 ...
[17:23:10.787] (II) DAEMON: Loading theme configuration from ""
[17:23:10.787] (II) DAEMON: Display server starting...
[17:23:10.787] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{ea32d517-f5a2-4bcb-b77c-2572a910f3b9} -background none -noreset -displayfd 17 -seat seat0 vt7
[17:23:10.798] (EE) DAEMON: Failed to read display number from pipe
[17:23:10.798] (EE) DAEMON: Display server failed to start. Exiting
Noch eine weitere Installation von Gentoo in VirtualBox: die Installation ist relativ schnell vorangekommen,
schneller jedenfalls als auf den normalen Festplatten.
Doch auch hier ist es nicht möglich, auf den plasma-Desktop zu gelangen, obwohl alle notwendigen Treiber
für VirtualBox installiert wurden.
eselect opengl set xorg-x11
Hier kann ich leider keine Angaben liefern. Ich will es zwar noch einmal versuchen,
aber weiss nicht, ob es gelingt.
Vielleicht gibt es ja eine Lösung, auf die ich bis jetzt nicht gekommen bin....
Danke im voraus für Hilfe.
Gruß
Manfred

