Brak trybu graficznego - Debian Lenny 64 bit

Pomoc dotycząca instalacji systemu
Aristarh
Posty: 43
Rejestracja: 01 lutego 2009, 15:53
Lokalizacja: Rosja/Polska

Brak trybu graficznego - Debian Lenny 64 bit

Post autor: Aristarh »

Debian instalował się jak należy, grub też ruszył, ogólnie nie mam zarzutów do systemy, ale nie odpala mi się tryb graficzny. Podczas ładowania Gdm wyświetla się czarny obraz i monitorowa tabelka, która przesuwa się leniwie po ekranie. Na tabelce jest napisane mniej więcej: Ustawione na: 1440x900 60Hz Na moje w odpaleniu się trybu graficznego wadzi rozdzielczość, albo odświeżanie. Do xorga dodałem podsekcje w sekcji "Srceen", oto mój xorg.conf:

Kod: Zaznacz cały

# xorg.conf (X.Org 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 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
SubSection "Display"
	Depth		16
	Modes		"1440x900_60.00"
EndSubSection
EndSection
Niestety nie pomogło.
maly
Beginner
Posty: 289
Rejestracja: 03 lipca 2007, 14:52

Post autor: maly »

Kod: Zaznacz cały

dpkg-reconfigure xserver-xorg
Lub najlepszy sposób na okrojony xorg.conf (Sposób na generowanie xorg.conf - Lenny/Sid), powinno pomóc.
ODPOWIEDZ