[SOLVED] Fatal error: Screen not found!: po instalacji

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
luck40
Beginner
Posty: 120
Rejestracja: 14 listopada 2006, 17:29
Lokalizacja: okolice Czêstochowy

Post autor: luck40 »

(EE) Failed to load module "vesa" (module does not exist, 0)
odnośnie grafiki może to Ci pomoże --> http://jumper.jogger.pl/id/270069
i ewentualnie to -->http://forum.mandriva.org.pl/archive/in ... 13123.html
Kaka'
Senior Member
Posty: 3018
Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy

Post autor: Kaka' »

Dodam tylko, że myszka pod PS/2 u mnie ma takie same ustawienia.
U mnie również. Mi się wydaje, że nasze xorg.conf są zawsze bardzo podobne. xcracker, mógłby wkleić któryś z naszych xorg.conf i tylko pozmieniać myszkę, monitor, itp. a reszta by pozostała taka sama.
xcracker
Posty: 50
Rejestracja: 06 stycznia 2007, 10:44
Lokalizacja: :d±kS

Post autor: xcracker »

Sukces ale połowiczny. Zainstalowałem mysz dodając w .conf te linijki co mi pokazaliście i zainstalowałem sterownik:

Kod: Zaznacz cały

aptitude install mouse


zainstalowało i juz errora o mouse nie pokazuje :D

potem zainstalowałem VESA'e:

Kod: Zaznacz cały

aptitude install xserver-xorg-video-vesa
zainstalowało i po startx nie pokazywało errora o VESA'e

Tylko teraz pluje się o klawiaturę.

próbowałem:

Kod: Zaznacz cały

aptitude install kbd


i nic... niema żadnego pakietu który mógłbym zaktualizować albo zainstalować...


zaraz wkleję logi i konfiga

[ Dodano: 2007-01-06, 16:48 ]
xorg.conf:

Kod: Zaznacz cały

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/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	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
	Option		"XkbVariant"	"pc105"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Driver		"vesa"
	BusID		"PCI:1:0:0"
	VideoRam	65336
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
chyl-o
Junior Member
Posty: 621
Rejestracja: 24 maja 2006, 21:06
Lokalizacja: Lublin

Post autor: chyl-o »

Spróbuj zainstalować:

Kod: Zaznacz cały

xserver-xorg-input-kbd
xcracker
Posty: 50
Rejestracja: 06 stycznia 2007, 10:44
Lokalizacja: :d±kS

Post autor: xcracker »

LOGI:

Kod: Zaznacz cały


[ucięte - za długie było]

(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(EE) No Input driver matching `kbd'
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics 
Kaka'
Senior Member
Posty: 3018
Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy

Post autor: Kaka' »

kaka@debian:~$ aptitude search kbd
p kbd - Linux console font and keytable utilities
p kbd-compat - Wrappers around console-tools for backward compatibility with `kbd'
v vdr-kbd -
i A xserver-xorg-input-kbd - X.Org X server -- keyboard input driver
p xvkbd - software virtual keyboard for X11
kaka@debian:~$
Zainstaluj pakiety które ja mam, a koniecznie zainstaluj xserver-xorg-input-kbd

Pozdrawiam!
chyl-o
Junior Member
Posty: 621
Rejestracja: 24 maja 2006, 21:06
Lokalizacja: Lublin

Post autor: chyl-o »

Według mnie możesz sobie zakomentować w

Kod: Zaznacz cały

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
    Option        "XkbVariant"    "pc105"
EndSection 
Opcję XkbVariant

Kod: Zaznacz cały

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
#    Option        "XkbVariant"    "pc105"
EndSection 
xcracker
Posty: 50
Rejestracja: 06 stycznia 2007, 10:44
Lokalizacja: :d±kS

Post autor: xcracker »

Jesteście wielcy! jestem teraz na Debianie :)

Jeszcze jedno:

jak zainstalować polskie znaki i jakiegoś lepszego fonta :D be tan który pisze np. na stronach www jest kijowy :)

wszystkim wstawię punkty za pomoc! Kolejny szczęśliwy użytkownik DEBIANA :-)
velmafia
Member
Posty: 1820
Rejestracja: 01 września 2006, 00:56
Lokalizacja: Las

Post autor: velmafia »

xcracker pisze:Jestescie wielcy!! jestem teraz na debianie :)

Jeszcze jedno:

jak zainstalowac polskie znaki i jakiegos lepszego fonta :D be tan ktory pisze np. na stronach www jest kijowy :)

http://debian.linux.pl/viewtopic.php?t=579
chyl-o
Junior Member
Posty: 621
Rejestracja: 24 maja 2006, 21:06
Lokalizacja: Lublin

Post autor: chyl-o »

xcracker, pamiętaj tylko, bo zauważyłem że używasz aptitude, żeby nie mieszać aptitude i apt'a. Jak instalujesz coś przez aptitude to zrezygnuj już z apt'a bo Ci to nabroi w systemie. Aptitude jest lepszy bo dba o zależności i w ogóle jest boski :)
ODPOWIEDZ