[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Pantalla en negro en Debian 8



Hola integrantes de la lista...


Datos del CP:
Procesador: AMD A10-5800K APU with Radeon(tm) HD Graphics
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D]


Hice una instalación minima de Debian 8 con LVM,  y al comenzar instalé:

apt install linux-headers-`uname -r`
apt install xserver-xorg-video-ati libgl1-mesa-dri libgl1-mesa-glx firmware-linux-free apt install gnome-shell gnome-shell-extensions gnome-tweak-tool gdm3 gnome-terminal sudo
systemctl reboot

y cuando reinicié no muestra el gdm y me aparece una pantalla en negro.


systemctl -l status gdm.service

● gdm.service - GNOME Display Manager
   Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
   Active: inactive (dead)

los EE de los log muestran esto:

abr 30 13:45:11 kernel: [drm:radeon_pci_probe] *ERROR* radeon kernel modesetting for R600 or later requires firmware-linux-nonfree. abr 30 13:45:14 kernel: r8169 0000:01:00.0: firmware: failed to load rtl_nic/rtl8168e-3.fw (-2) ---> Este el controlador privativo de sonido. abr 30 13:45:15 systemd[573]: Failed at step EXEC spawning /bin/plymouth: No such file or directory

[   201.369] (II) [KMS] drm report modesetting isn't supported.
[ 201.370] (EE) Screen 0 deleted because of no matching config section.
[   201.370] (II) UnloadModule: "radeon"
[ 201.370] (EE) Device(s) detected, but none match those in the config file.
[   201.370] (EE)
Fatal server error:
[   201.370] (EE) no screens found(EE)
[   201.370] (EE)
Please consult the The X.Org Foundation support



Este es el xorg.conf

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	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"
	FontPath     "built-ins"
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     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "ColorTiling2D"      	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "AccelMethod"        	# <str>
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "EXAPixmaps"         	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:0:1: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


Me pide instalar el controlador privativo firmware-linux-nonfree y no quiero eso, solo quiero controladores libres.

¿alguna sugerencia?... agradezco cualquier ayuda para la solución del inconveniente. Gracias.

Buen día...



Reply to: