Portál AbcLinuxu, 13. května 2025 22:28

Dotaz: Debian Unstable nVidia X.Org - nestartuje

16.9.2005 22:58 Petr Habarta | skóre: 16
Debian Unstable nVidia X.Org - nestartuje
Přečteno: 210×
Odpovědět | Admin

Hledal jsem na fórech, ale možná špatně. Nezdá se mi totiž, že bych byl se svým problémem vyjímečný.

Takže, na mém Debian Unstable jsem upgradoval z Xfree na X.Org. Ovladač nvidie jsem instaloval z balíku od nVidie, ne z deb balíčku.

Na XFree fungoval akcelerovaný ovladač nVidie bez problému, ale musel jsem udělat čistou instalaci X serveru, který mi shazoval aplikace a už jsem tím pádem upgradoval na X.Org 6.8.2.

X.org mi s konfigurací akcelerovaného ovladače o nvidie nanastartuje s hláškou v logu:

(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(EE) NVIDIA(0): Failed to load GLX
(==) RandR enabled

Přiznám se, že nevím, co mám dělat? Budu vděčný za nakopnutí. Dík předem Petr

Konfigurák (xorg.conf) přikládám.

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these

# PH doplnuji cestu k truetype fontum
# v adresari s TT fonty je nutno pri zmene provest ttmkfdir > fonts.scale
# potom jeste mkfontdir
# doplnit cestu k TT fontum do tohoto souboru a 
# a restartovat X server

	FontPath	"/usr/lib/X11/fonts/truetype"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us,cz_qwerty"
	Option		"XkbOptions"	"grp:shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
#sekce upravena podle stranky http://www.debian-administration.org/articles/185
	Identifier	"nVidia FX5700LE"
	Driver		"nvidia"
#	Driver		"nv"
#	Option          "RenderAccel"           "true"
#        Option          "backingstore"          "true"
#        Option          "NoLogo" "true"
#        Option          "AllowGLXWithComposite" "true"	
EndSection


#Section "Extensions"
#sekce upravena podle stranky http://www.debian-administration.org/articles/185
#        Option  "Composite" "Enable"
#        Option  "RENDER" "true"
#        Option  "DAMAGE" "true"
#EndSection





Section "Monitor"
	Identifier	"Benq FP767"
	HorizSync	30-65
	VertRefresh	50-75
	Option		"DPMS"
	Gamma		1.3
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia FX5700LE"
	Monitor		"Benq FP767"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "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
	Group   "video"
EndSection


#nainstalovat debian drivers in debian way > vyzkouset navod z linku> http://www.nvnews.net/vbulletin/archive/index.php/t-38398.html
Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

17.9.2005 01:30 Jaroslav Aster
Rozbalit Rozbalit vše Re: Debian Unstable nVidia X.Org - nestartuje
Odpovědět | | Sbalit | Link | Blokovat | Admin
Ahoj, zkusil jsi ovladac od nvidie preinstalovat, tj. znovu zkopilovat pro X.org?
18.9.2005 20:31 Petr Habarta | skóre: 16
Rozbalit Rozbalit vše Re: Debian Unstable nVidia X.Org - nestartuje
Měl jsi pravdu. Bylo to třeba překompilovat.

Musel jsem upgradovat jádro, X.org server na verzi kompilovanou stejným kompilerem čili za použití gcc >4.0.

Takže jsem musel upgradovat jádro na 2.6.12, které je stejně jako X.org 6.8.2 kompilované GCC 4.0 a následně překompilovat ovladač nvidie.

Potom se všechno chytilo napoprvé a bez dalších problémů.

Dík za nakopnutí

Petr

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.