Bildschirm bleibt schwarz

Möglicherweise hilft es, wenn Du in der xorg.conf vor folgende Zeilen ein "#" setzt.

Code:
Section "Monitor"
Identifier "SAMSUNG SyncMaster 205BW"
Option "DPMS"
# HorizSync 30-90
# VertRefresh 50-60
EndSection

Bis auf das hab ich alles probiert. Ich versuchs vielleicht heute Nacht mal.
 
Hast Du folgendes schon mal versucht während Du online warst?

Code:
sudo apt-get update
sudo apt-get install nvidia-glx
sudo apt-get upgrade

Hier steht wie Du Beta-Treiber installieren kannst.
 
Zuletzt bearbeitet von einem Moderator:
Hab das mit dem Frequenz-auskommentieren probiert-> geht nicht.

Das andere probiere ich jetzt aber ich bin mir sicher das es nicht funktionieren wird. Das Problem ist ja nicht die Installation des NVIDIA-Treibers, den ich ja schon mal erfolgreich installiert habe, sondern das der Bildschirm schwarz bleibt wenn ich Ubuntu normal starte und nicht über den sicheren modus -> init 3.

Edit: Wie erwartet: keine Lösung des Problems.
 
Zuletzt bearbeitet:
Ich habe hier gerade gelesen, dass es möglicherweise an einer falschen Monitor-Auflösung liegen kann.

Trage bitte mal in den folgenden Zeilen NUR die "native" Auflösung Deines Monitors in der xorg.conf ein. Ich glaube das müsste "1680x1050" sein.

Code:
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
 
Zuletzt bearbeitet von einem Moderator:
Was passiert denn, wenn Du bei dem "normalen" Ubuntu-Booteintrag die Parameter "splash" und "quiet" am Ende entfernst? (wie, hat Wolfgang geschrieben)
 
Das Problem ist ja nicht die Installation des NVIDIA-Treibers, den ich ja schon mal erfolgreich installiert habe, sondern das der Bildschirm schwarz bleibt wenn ich Ubuntu normal starte und nicht über den sicheren modus -> init 3.

Hast Du schon mal in die xorg.conf reingesehen, die beim Start mit der LiveCD erzeugt wird?

Des weiteren könntest Du vielleicht Kubuntu 7.04, Ubuntu 6.10 oder 7.10 ALPHA ausprobieren.
 
Zuletzt bearbeitet von einem Moderator:
Ich habe hier gerade gelesen, dass es möglicherweise an einer falschen Monitor-Auflösung liegen kann.

Trage bitte mal in den folgenden Zeilen NUR die "native" Auflösung Deines Monitors in der xorg.conf ein. Ich glaube das müsste "1680x1050" sein.

Code:
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

Hab ich schon probiert. Hatte ich mir auch schon überlegt und bei der reconfigure mal NUR meine native ausgewählt. Hat leider nichts gebracht.

Hast Du schon mal in die xorg.conf reingesehen, die beim Start mit der LiveCD erzeugt wird?

Des weiteren könntest Du vielleicht Kubuntu 7.04, Ubuntu 6.10 oder 7.10 ALPHA ausprobieren.


Kann ich das auch ohne CD updaten?(Ubuntu 7.10)

Was passiert denn, wenn Du bei dem "normalen" Ubuntu-Booteintrag die Parameter "splash" und "quiet" am Ende entfernst? (wie, hat Wolfgang geschrieben)

Es funktioniert :D! Aber es speichert diese Einstellungen nicht ab... wenn ich nochmal boote nimmt er die alten parameter?!
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

Also bisher meine Lösung(wenn das mit dem speichern noch klappt):

xorg.conf:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

#Section "InputDevice"
#	Driver		"wacom"
#	Identifier	"stylus"
#	Option		"Device"	"/dev/input/wacom"
#	Option		"Type"		"stylus"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
#EndSection

#Section "InputDevice"
#	Driver		"wacom"
#	Identifier	"eraser"
#	Option		"Device"	"/dev/input/wacom"
#	Option		"Type"		"eraser"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
#EndSection

#Section "InputDevice"
#	Driver		"wacom"
#	Identifier	"cursor"
#	Option		"Device"	"/dev/input/wacom"
#	Option		"Type"		"cursor"
#	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
#EndSection

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8800 GTS]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"SAMSUNG SyncMaster 205BW"
	Option		"DPMS"
#	HorizSync	30-81
#	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8800 GTS]"
	Monitor		"SAMSUNG SyncMaster 205BW"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1680x1050"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1680x1050"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1680x1050"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1680x1050"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1680x1050"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1680x1050"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection

2. Beim booten splash und quiet entfernen.

Wenn das mit dem speichern noch klappt werde ich es in den 1. Beitrag hinein editieren, damit andere es schneller als auf 4 Seiten finden ;-).
:)
 
Zuletzt bearbeitet:
Es funktioniert :D! Aber es speichert diese Einstellungen nicht ab... wenn ich nochmal boote nimmt er die alten parameter?!

Die Konfiguration vom Bootmanager grub ist in der Datei /boot/grub/menu.lst hinterlegt. Passe dort einfach die kernel-Zeile des Ubuntu-Eintrags entsprechend an.
 
Habe die boot-zeilen geändert. Funktioniert jetzt erstaunlicherweise alles zu meiner zufriedenheit. Danke an alle die mit geholfen haben!
 

Ähnliche Themen

Kubuntu: Install/live DVD - schwarzer Bildschirm während des Bootvorgangs

Zurück
Oben