Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Deutsches Forum (German) Diskussionsforum
  • Search

[gelöst] 2 Installarionen: kein Zugang zum Desktop

Unterhaltung über Gentoo und andere Themen: Alles was nicht in ein Support-Forum gehört.
Post Reply
  • Print view
Advanced search
11 posts • Page 1 of 1
Author
Message
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

[gelöst] 2 Installarionen: kein Zugang zum Desktop

  • Quote

Post by ManfredB » Sat Jan 05, 2019 8:48 am

Hallo zusammen,

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
2. Xorg.log

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.
3. sddm.log

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
In der stable-Version kein Problem.

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
Last edited by ManfredB on Sat Jan 05, 2019 3:39 pm, edited 1 time in total.
Top
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

  • Quote

Post by ManfredB » Sat Jan 05, 2019 8:59 am

Hier nun doch noch die Daten aus VirtualBox.

vboxsf funktioniert, so daß ich Zugriff auf das Host-Laufwerk habe.

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     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DoubleShadow"       	# [<bool>]
	Identifier  "Card0"
	Driver      "vboxvideo"
	BusID       "PCI:0:2: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
2. Xorg.log

Code: Select all

X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    30.733] Build Operating System: Linux 4.14.83-gentoo x86_64 Gentoo
[    30.733] Current Operating System: Linux localhost 4.14.83-gentoo #1 SMP Thu Jan 3 18:43:51 CET 2019 x86_64
[    30.733] Kernel command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.14.83-gentoo root=UUID=4c6e60a9-8611-419d-a856-f69ec3ab20cb ro
[    30.733] Build Date: 03 January 2019  07:06:09PM
[    30.733]  
[    30.733] Current version of pixman: 0.34.0
[    30.733] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    30.733] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.733] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan  4 12:54:48 2019
[    30.837] (==) Using config file: "/etc/X11/xorg.conf"
[    30.837] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    30.837] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    30.896] (==) ServerLayout "X.org Configured"
[    30.896] (**) |-->Screen "Screen0" (0)
[    30.896] (**) |   |-->Monitor "Monitor0"
[    30.896] (**) |   |-->Device "Card0"
[    30.896] (**) |-->Input Device "Mouse0"
[    30.896] (**) |-->Input Device "Keyboard0"
[    30.896] (==) Automatically adding devices
[    30.896] (==) Automatically enabling devices
[    30.896] (==) Automatically adding GPU devices
[    30.896] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    30.897] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[    30.897] 	Entry deleted from font path.
[    30.897] (**) FontPath set to:
	
[    30.897] (**) ModulePath set to "/usr/lib64/xorg/modules"
[    30.897] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    30.897] (WW) Disabling Mouse0
[    30.897] (WW) Disabling Keyboard0
[    30.897] (II) Loader magic: 0x56311745dc40
[    30.897] (II) Module ABI versions:
[    30.897] 	X.Org ANSI C Emulation: 0.4
[    30.897] 	X.Org Video Driver: 24.0
[    30.897] 	X.Org XInput driver : 24.1
[    30.897] 	X.Org Server Extension : 10.0
[    30.898] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xf0000000/134217728, 0xf8000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[    30.898] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    30.898] (II) LoadModule: "glx"
[    30.938] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    31.140] (II) Module glx: vendor="X.Org Foundation"
[    31.140] 	compiled for 1.20.3, module version = 1.0.0
[    31.140] 	ABI class: X.Org Server Extension, version 10.0
[    31.140] (II) LoadModule: "vboxvideo"
[    31.140] (II) Loading /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so
[    31.157] (II) Module vboxvideo: vendor="Oracle Corporation"
[    31.157] 	compiled for 1.20.3, module version = 1.0.1
[    31.157] 	Module class: X.Org Video Driver
[    31.157] 	ABI class: X.Org Video Driver, version 24.0
[    31.157] (**) Load address of symbol "VBOXVIDEO" is 0x7fb0aeb59340
[    31.157] (II) VBoxVideo: guest driver for VirtualBox: vbox
[    31.157] (++) using VT number 7

[    31.162] (EE) No devices detected.
[    31.162] (EE) 
Fatal server error:
[    31.162] (EE) no screens found(EE) 
[    31.162] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    31.162] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    31.162] (EE) 
[    31.164] (EE) Server terminated with error (1). Closing log file.
2. sddm.log

Code: Select all

[12:50:38.555] (EE) DAEMON: Failed to read display number from pipe
[12:50:38.555] (EE) DAEMON: Display server failed to start. Exiting
[12:50:50.063] (II) DAEMON: Initializing...
[12:50:50.071] (II) DAEMON: Starting...
[12:50:50.072] (II) DAEMON: Console kit interface found
[12:50:50.072] (II) DAEMON: Adding new display on vt 7 ...
[12:50:50.072] (II) DAEMON: Loading theme configuration from ""
[12:50:50.072] (II) DAEMON: Display server starting...
[12:50:50.072] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{9c8def5b-3e03-4134-92d3-23cb77c47c54} -background none -noreset -displayfd 17 -seat seat0 vt7
[12:50:50.090] (EE) DAEMON: Failed to read display number from pipe
[12:50:50.090] (EE) DAEMON: Display server failed to start. Exiting
[12:53:38.318] (II) DAEMON: Initializing...
[12:53:38.405] (II) DAEMON: Starting...
[12:53:38.412] (II) DAEMON: Console kit interface found
[12:53:38.412] (II) DAEMON: Adding new display on vt 7 ...
[12:53:38.766] (II) DAEMON: Loading theme configuration from ""
[12:53:38.766] (II) DAEMON: Display server starting...
[12:53:38.766] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{5c083236-9035-4eca-90b6-75bedb2820c2} -background none -noreset -displayfd 17 -seat seat0 vt7
[12:53:39.478] (EE) DAEMON: Failed to read display number from pipe
[12:53:39.478] (EE) DAEMON: Display server failed to start. Exiting
[12:53:58.373] (II) DAEMON: Initializing...
[12:53:58.381] (II) DAEMON: Starting...
[12:53:58.381] (II) DAEMON: Console kit interface found
[12:53:58.382] (II) DAEMON: Adding new display on vt 7 ...
[12:53:58.382] (II) DAEMON: Loading theme configuration from ""
[12:53:58.382] (II) DAEMON: Display server starting...
[12:53:58.382] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{236e6364-d290-4df3-a379-21b929b6b79a} -background none -noreset -displayfd 17 -seat seat0 vt7
[12:53:58.402] (EE) DAEMON: Failed to read display number from pipe
[12:53:58.402] (EE) DAEMON: Display server failed to start. Exiting
[12:54:48.667] (II) DAEMON: Initializing...
[12:54:48.712] (II) DAEMON: Starting...
[12:54:48.713] (II) DAEMON: Console kit interface found
[12:54:48.713] (II) DAEMON: Adding new display on vt 7 ...
[12:54:48.724] (II) DAEMON: Loading theme configuration from ""
[12:54:48.724] (II) DAEMON: Display server starting...
[12:54:48.725] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{02147425-6f17-47fc-b291-f079a313ae5c} -background none -noreset -displayfd 17 -seat seat0 vt7
[12:54:49.424] (EE) DAEMON: Failed to read display number from pipe
[12:54:49.424] (EE) DAEMON: Display server failed to start. Exiting
Hat jemand eine Idee, was ich übersehen habe?

Danke im voraus

Gruß
Manfred
Top
Max Steel
Advocate
Advocate
User avatar
Posts: 2324
Joined: Mon Feb 12, 2007 6:35 pm
Location: My own world! I and Gentoo!

  • Quote

Post by Max Steel » Sat Jan 05, 2019 10:45 am

Ich würde in deinem Fall empüfehlen die xorg.conf auf ein Minimum zu reduzieren. Soll heißen, ein Section "Device" für die Grafikkarte, ein Section Inputclass für das Tastaturlayout und das wars. idR reicht das auch schon, wenn systemd oder udev/eudev in Verwendung ist.
mfg
Steel
___________________

Heim-PC: AMD Ryzen 9 5950X, 64GB RAM, RX 9070 XT
Laptop: AMD Ryzen 5 7640U, 32GB RAM, Radeon onCPU Graphics
Arbeit-PC: AMD Ryzen 3 Pro 7335U, 16GB RAM, AMD Radeon Graphics (leider WSL2)
Top
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

  • Quote

Post by ManfredB » Sat Jan 05, 2019 11:30 am

Danke für den Tipp, das werde ich testen.

Gruß
Manfred
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Sat Jan 05, 2019 12:43 pm

Ich stimme Max Steel zu: die xorg.conf ist viel zu kompliziert. Die vielen Einträge hat man früher mal gebraucht. Heute stören Sie die automatische Erkennung von Grafikkarte, Modulen, Bildschirmen und Eingabegeräten..

Ansonsten sieht es ähnlich aus wie https://forums.gentoo.org/viewtopic-t-1091228.html. Bitte schau mal, ob Ihr unter dem gleichen Problem leidet.
Top
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

  • Quote

Post by ManfredB » Sat Jan 05, 2019 2:51 pm

Ihr werdet es nicht glauben:

nach etlichen Versuchen der Änderung von xorg.conf weiterhin kein plasma-Desktop.

Eben habe ich die xorg.conf nach /root/tmp verschoben und was passiert?

Der Login-Screen taucht auf, ich kann mich einloggen und bin nun auf dem Desktop gelandet.

Wohlgemerkt: Gentoo in VirtualBox.

Bei dev habe ich es noch nicht gemacht.

Gruß
Manfred
Top
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

  • Quote

Post by ManfredB » Sat Jan 05, 2019 3:00 pm

Noch etwas:

In VirtualBox bekomme ich nicht meine erwartete Größe des Desktops:
1920x1080

Ist das für vboxvideo-6.0 nicht mehr möglich oder überhaupt nicht möglich?

Wenn doch, wie könnte ich diese Einstellung bekommen?

In der VirtualBox-Konfiguration ist es korrekt eingestellt, aber die VM hält sich nicht daran.

Gruß
Manfred
Top
ManfredB
Veteran
Veteran
Posts: 1789
Joined: Thu Dec 27, 2007 3:24 pm

  • Quote

Post by ManfredB » Sat Jan 05, 2019 3:41 pm

Auch dev hat wieder reagiert, und zwar ohne xorg.conf.

Und die Auflösung in VirtualBox stimmt nun auch.

Damit ist das Problem gelöst.

Danke noch einmal für das Mitdenken und die Vorschläge.

Gruß
Manfred
Top
Max Steel
Advocate
Advocate
User avatar
Posts: 2324
Joined: Mon Feb 12, 2007 6:35 pm
Location: My own world! I and Gentoo!

  • Quote

Post by Max Steel » Sun Jan 06, 2019 10:20 am

Wie mike dir schon mitteilte, Xorg nimmt automagisch an dass du US Keyboards verwendest. Um die Tastatur auf Deutsch einzustellen empfehle ich die Section "InputClass" entsprechend zu füllen und diese in eine einzelne Datei unter /etc/xorg.conf.d/10keyboard.conf, oder so, abzulegen.
Einzelheiten kannst du im anderen Thread nachlesen (das muss jetzt nicht zwangsläufig repliziert werden)
mfg
Steel
___________________

Heim-PC: AMD Ryzen 9 5950X, 64GB RAM, RX 9070 XT
Laptop: AMD Ryzen 5 7640U, 32GB RAM, Radeon onCPU Graphics
Arbeit-PC: AMD Ryzen 3 Pro 7335U, 16GB RAM, AMD Radeon Graphics (leider WSL2)
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Sun Jan 06, 2019 2:37 pm

Max Steel wrote:Wie mike dir schon mitteilte, Xorg nimmt automagisch an dass du US Keyboards verwendest. Um die Tastatur auf Deutsch einzustellen empfehle ich die Section "InputClass" entsprechend zu füllen und diese in eine einzelne Datei unter /etc/xorg.conf.d/10keyboard.conf, oder so, abzulegen.
Einzelheiten kannst du im anderen Thread nachlesen (das muss jetzt nicht zwangsläufig repliziert werden)
Das genaue Vorgehen hängt vom Init-System ab:
  • Wenn man Systemd verwendet, gibt man bei der Installation beispielsweise folgendes ein:

    Code: Select all

    localectl set-keymap de
    Dadurch erstellt Systemd automatisch die Datei '/etc/X11/xorg.conf.d/00-keyboard.conf' mit der benötigten InputClass Definition.

    Wenn man nun von Hand eine InputClass Definition für das Tastaturlayout angelegt hat, wird man 2 Definitionen haben - was dann zu Problemen führen kann.
    Deshalb sollte man auf Systemd Systemen alle von Hand angelegten InputClass Definitionen bzgl. des Keyboard-Layouts entfernen und nur 'localectl set-keymap' verwenden.
  • Auf OpenRC Systemen kann/sollte man eine InputClass Definition von Hand anlegen. Es empfiehlt sich jedoch, hierfür auch die Datei '/etc/X11/xorg.conf.d/00-keyboard.conf' zu verwenden.
Bei mir hat '/etc/X11/xorg.conf.d/00-keyboard.conf' folgenden Inhalt:

Code: Select all

# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "de"
        Option "XkbModel" "pc105"
        Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Top
Max Steel
Advocate
Advocate
User avatar
Posts: 2324
Joined: Mon Feb 12, 2007 6:35 pm
Location: My own world! I and Gentoo!

  • Quote

Post by Max Steel » Mon Jan 07, 2019 12:19 am

mike155 wrote: Das genaue Vorgehen hängt vom Init-System ab:
  • Wenn man Systemd verwendet, gibt man bei der Installation beispielsweise folgendes ein:

    Code: Select all

    localectl set-keymap de
    Dadurch erstellt Systemd automatisch die Datei '/etc/X11/xorg.conf.d/00-keyboard.conf' mit der benötigten InputClass Definition.

    Wenn man nun von Hand eine InputClass Definition für das Tastaturlayout angelegt hat, wird man 2 Definitionen haben - was dann zu Problemen führen kann.
    Deshalb sollte man auf Systemd Systemen alle von Hand angelegten InputClass Definitionen bzgl. des Keyboard-Layouts entfernen und nur 'localectl set-keymap' verwenden.
Sehr interessant, das wusste ich nicht. Zuhause hab ich die Systeme idR mit openrc und auf der Maschine auf der Arbeit musste das einrichten damals "schnell" gehen und ich nahm den einfachen Weg (d.h. systemd+kde+pulseaudio) musste halt laufen ;)
mfg
Steel
___________________

Heim-PC: AMD Ryzen 9 5950X, 64GB RAM, RX 9070 XT
Laptop: AMD Ryzen 5 7640U, 32GB RAM, Radeon onCPU Graphics
Arbeit-PC: AMD Ryzen 3 Pro 7335U, 16GB RAM, AMD Radeon Graphics (leider WSL2)
Top
Post Reply
  • Print view

11 posts • Page 1 of 1

Return to “Diskussionsforum”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic