Strona 1 z 1

Problem z X'ami

: 16 stycznia 2008, 10:08
autor: WasilBMF
Witam
Mam taki problem z odpalenie Xow
w pliku /etc/X11/xorg.conf wyglada wsyztsko na dobrze skonfigurowane
grafika GF 8600GT, wybrany sterownik "nv"
mimo to otrzymuje blad

Kod: Zaznacz cały

(EE) no devices detected
fatal server error: no screens found xio: fatal io error 104 (connection reset by peer) on x serwer ":0.0" after 0 request (0 known processed) with 0 events
Moj sprzet:
Procesor : AMD ATHLON 64 X2 5200+BOX (AM2) (65W,65nm)
Płyta główna : GIGABYTE GA-M56S-S3 nForce 560 Socket AM2
Karta graficzna : GeForce 8600GT 256MB DDR3/128bit TV/DVI PCI-E (Sonic+)
Pamięć : DDR2 2048MB PC667 DUAL 2x 1024
Dysk : SAMSUNG 400GB HD403LJ 7200 SATAII 16MB CACH
Napęd : DVD-REC SAMSUNG SH-S202N LS

Pomocy :)

: 16 stycznia 2008, 13:23
autor: Bodzio
(EE) no devices detected
ale jakie urządzenie ? mouse, keyboard, monitor ?? - pisze tam coś więcej ?
Druga sprawa - odpal z roota polecenie:
dpkg-reconfigure xserver-xorg
i ustaw następujące parametry:
mysz -> /dev/input/mice -> ImPS2
Klawiaturę przeleć enterem i nic nie zmieniaj, monitor ustaw defaultowo, potem się coś wymyśli :)
Grafikę ustaw na nv

Jak odpali to dobrze, jak nie to pomyślimy o instalcji sterów do grafiki.
Od razu zaznaczam, że jeśli przy wyżej opisanej rekonfiguracji dla grafiki wybierzesz vesa to grafika prawie na pewno Ci odpali. Ale to jest strasznie be sterownik :)

: 16 stycznia 2008, 14:10
autor: kodzik
dla pewnosci pokaz tego xorg.conf :)

: 16 stycznia 2008, 14:13
autor: WasilBMF
Zrobiłem tak jak napisał @Bodzio.

W rekonfiguracji zmieniłem sterownik z nv na vesa
Zmieniłem ustawienia myszy.

Co robić dalej, próbować z reczna instalacja sterów nvidia?

Tak w tej chwili wyglada 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	"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"
EndSection

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

Section "Device"
	Identifier	"nVidia Corporation NVIDIA Default Card"
	Driver		"vesa"
	BusID		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"JC199D"
	Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NVIDIA Default Card"
	Monitor		"JC199D"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

: 16 stycznia 2008, 14:32
autor: kodzik
dalej nie odpalaja X'y ?

: 16 stycznia 2008, 14:55
autor: WasilBMF
W tej chwili juz odpalają się i działają.

: 16 stycznia 2008, 18:27
autor: Bodzio
¦ciągnij stery stąd
Oczywiście wyszedłem z założenia że masz linuxa 32 bitowego.
Zainstaluj nagłówki jądra.
uname -r
aptitude install linux-headers_dokładny_numerek_z_powyższego_polecenia
Teraz zabijamy X-y
/etc/init.d/kdm stop
nadajesz status wykonalności dla pliku sterownika:
xhmod +x NVIDIA-Linux-x86-169.07.pkg1.run
wykonujesz polecenie:
./NVIDIA-Linux-x86-169.07.pkg1.run
zgadzasz się na nadpisanie pliku xorg.conf
to wszystko.... acha
/etc/init.d/kdm restart

: 16 stycznia 2008, 19:04
autor: WasilBMF
Wszystko działa!
Dziękuje za pomoc :-)

Pozdrawiam.