Strona 1 z 1

[SOLVED] X.org - Caught signal 8. Server aborting

: 01 marca 2007, 13:51
autor: RRH
Witam!



W domu pojawil sie nowy sprzet, wiec przyszla pora na instalowanie Debiana.
Zatrzymal mnie jednak problem z Xami.

log:

Kod: Zaznacz cały

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x89) [0x80b6849]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/nv_drv.so(NVCalcStateExt+0x1f4) [0xa79f7c74]
3: /usr/lib/xorg/modules/drivers/nv_drv.so(NVDACInit+0x44a) [0xa79f349a]
4: /usr/lib/xorg/modules/drivers/nv_drv.so [0xa79f6837]
5: /usr/lib/xorg/modules/drivers/nv_drv.so [0xa79f6ee7]
6: /usr/bin/X11/X(AddScreen+0x1ed) [0x806dc2d]
7: /usr/bin/X11/X(InitOutput+0x1ee) [0x809fbfe]
8: /usr/bin/X11/X(main+0x276) [0x806e3c6]
9: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xa7db5eb0]
10: /usr/bin/X11/X(FontFileCompleteXLFD+0xad) [0x806d911]

Fatal server error:
Caught signal 8.  Server aborting

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
Moja karta to GeForce 7300 GT Sonic, jednak lspci daje:

Kod: Zaznacz cały

02:00.0 VGA compatible controller: nVidia Corporation Unknown device 0393 (rev 1)
Mój xorg.conf

Kod: Zaznacz cały

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	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	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/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

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

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "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

Z gory dziekuje za pomoc!

: 01 marca 2007, 13:55
autor: Kaka'
RRH pisze:log:
To wszystko? Coś mało... Może pokaż lepiej /var/log/Xorg.0.log

: 01 marca 2007, 17:34
autor: RRH
OK, ale bedzie tego duzo.
Wydaje sie mi, ze problem lezy tutaj:

Kod: Zaznacz cały

(--) Chipset Unknown NVIDIA chip found
/var/log/Xorg.0.log:

Kod: Zaznacz cały


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux debian 2.6.16-2-k7 #1 Sat Jul 15 23:05:41 UTC 2006 i686
Build Date: 16 March 2006
	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar  1 17:06:21 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "NVIDIA Corporation NVIDIA Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f5 card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1458,5000 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0270 card 1458,5001 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0261 card 1458,5001 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1458,0264 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0a:2: chip 10de,0272 card 1458,0264 rev a3 class 05,00,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1458,5004 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1458,5004 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1458,b000 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1458,b002 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:2: chip 10de,026b card 1458,ae01 rev a2 class 04,01,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:07:0: chip 104c,8400 card 16ab,8501 rev 00 class 02,80,00 hdr 00
(II) PCI: 02:00:0: chip 10de,0393 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:3:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,2), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[1] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[2] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[3] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf4ffffff (0x3000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:16:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf5000000 - 0xf50fffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x0393) rev 161, Mem @ 0xf2000000/24, 0xe0000000/28, 0xf3000000/24, I/O @ 0xb000/7
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[1] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[2] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[3] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[4] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[5] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[6] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[7] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[8] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[10] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[13] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[14] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[15] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[16] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[17] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[19] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[20] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[1] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[2] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[3] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[4] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[5] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[6] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[7] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[8] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[10] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[13] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[14] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[15] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[16] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[17] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[19] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[20] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[6] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[7] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[8] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[9] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[10] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[11] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[13] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[17] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[20] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[21] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[22] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[23] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[25] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[26] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[27] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.4
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
	GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
	GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
	0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
	0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
	Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
	GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
	GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
	GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, 0x032F,
	GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT,
	GeForce FX 5950 Ultra, Quadro FX 700, GeForce FX 5900ZT,
	Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700,
	GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700,
	GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100,
	0x034F, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, 0x0043,
	GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 XT, 0x0049,
	Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE,
	GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra,
	Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400,
	GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, 0x0143,
	GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE,
	GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, 0x014B, 0x014C,
	0x014D, Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, 0x016B, 0x016C,
	0x016D, 0x016E, 0x0210, GeForce 6800, GeForce 6800 LE,
	GeForce 6800 GT, 0x0220, GeForce 6200, 0x0222, 0x0228, 0x0090,
	GeForce 7800 GTX, GeForce 7800 GT, 0x0093, 0x0094, GeForce Go 7800,
	GeForce Go 7800 GTX, 0x009C, Quadro FX 4500, 0x009E
(II) Primary Device is: PCI 02:00:0
(--) Chipset Unknown NVIDIA chip found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[6] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[7] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[8] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[9] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[10] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[11] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[13] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[17] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[20] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[21] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[22] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[23] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[25] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[26] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[27] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[6] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[7] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[8] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[9] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[10] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[11] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[13] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[20] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[21] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[23] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[24] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[25] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[26] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[27] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[28] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[29] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[30] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
	[31] 0	0	0xf40003b0 - 0xf40003bb (0xc) IS[B]
	[32] 0	0	0xf40003c0 - 0xf40003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "Unknown NVIDIA chipset"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xF2000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: MAX  Model: 6c5  Serial#: 10803574
(II) NV(0): Year: 2004  Week: 34
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 33  vert.: 27
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) NV(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@56Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): 1152x870@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  330 x 270 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) NV(0): Ranges: V min: 56  V max: 75 Hz, H min: 31  H max: 83 kHz,
(II) NV(0): Monitor name: Belinea
(II) NV(0): Monitor name: 101751
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 262144 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 28-64kHz not within DDC hsync ranges.
(WW) NV(0): config file vrefresh range 43-60Hz not within DDC vrefresh ranges.
(II) NV(0): Generic Monitor: Using hsync range of 28.00-64.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(WW) (640x350,Generic Monitor) mode clock 31.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(WW) (320x175,Generic Monitor) mode clock 15.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(WW) (640x400,Generic Monitor) mode clock 31.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(WW) (320x200,Generic Monitor) mode clock 15.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(WW) (720x400,Generic Monitor) mode clock 35.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(WW) (360x200,Generic Monitor) mode clock 17.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(WW) (640x480,Generic Monitor) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (320x240,Generic Monitor) mode clock 12.6MHz exceeds DDC maximum 0MHz
(WW) (640x480,Generic Monitor) mode clock 31.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(WW) (320x240,Generic Monitor) mode clock 15.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(WW) (640x480,Generic Monitor) mode clock 31.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(WW) (320x240,Generic Monitor) mode clock 15.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(WW) (640x480,Generic Monitor) mode clock 36MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(WW) (320x240,Generic Monitor) mode clock 18MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(WW) (800x600,Generic Monitor) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (400x300,Generic Monitor) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (800x600,Generic Monitor) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (400x300,Generic Monitor) mode clock 20MHz exceeds DDC maximum 0MHz
(WW) (800x600,Generic Monitor) mode clock 50MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(WW) (400x300,Generic Monitor) mode clock 25MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(WW) (800x600,Generic Monitor) mode clock 49.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(WW) (400x300,Generic Monitor) mode clock 24.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(WW) (800x600,Generic Monitor) mode clock 56.3MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(WW) (400x300,Generic Monitor) mode clock 28.15MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(WW) (1024x768,Generic Monitor) mode clock 44.9MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(WW) (512x384,Generic Monitor) mode clock 22.45MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1024x768,Generic Monitor) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (512x384,Generic Monitor) mode clock 32.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Generic Monitor) mode clock 75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(WW) (512x384,Generic Monitor) mode clock 37.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1024x768,Generic Monitor) mode clock 78.8MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(WW) (512x384,Generic Monitor) mode clock 39.4MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1024x768,Generic Monitor) mode clock 94.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (512x384,Generic Monitor) mode clock 47.25MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(WW) (1152x864,Generic Monitor) mode clock 108MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(WW) (576x432,Generic Monitor) mode clock 54MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1280x960,Generic Monitor) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x480,Generic Monitor) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Generic Monitor) mode clock 148.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(WW) (640x480,Generic Monitor) mode clock 74.25MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,Generic Monitor) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x512,Generic Monitor) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Generic Monitor) mode clock 135MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(WW) (640x512,Generic Monitor) mode clock 67.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1280x1024,Generic Monitor) mode clock 157.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(WW) (640x512,Generic Monitor) mode clock 78.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 162MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,Generic Monitor) mode clock 81MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 175.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,Generic Monitor) mode clock 87.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 189MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,Generic Monitor) mode clock 94.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 202.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,Generic Monitor) mode clock 101.25MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 229.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,Generic Monitor) mode clock 114.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Generic Monitor) mode clock 204.8MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(WW) (896x672,Generic Monitor) mode clock 102.4MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1792x1344,Generic Monitor) mode clock 261MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(WW) (896x672,Generic Monitor) mode clock 130.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Generic Monitor) mode clock 218.3MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,Generic Monitor) mode clock 109.15MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1856x1392,Generic Monitor) mode clock 288MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,Generic Monitor) mode clock 144MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Generic Monitor) mode clock 234MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Generic Monitor) mode clock 117MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,Generic Monitor) mode clock 297MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Generic Monitor) mode clock 148.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (832x624,Generic Monitor) mode clock 57.284MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "832x624" (vrefresh out of range)
(WW) (416x312,Generic Monitor) mode clock 28.642MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "416x312" (vrefresh out of range)
(WW) (1280x768,Generic Monitor) mode clock 80.14MHz exceeds DDC maximum 0MHz
(WW) (640x384,Generic Monitor) mode clock 40.07MHz exceeds DDC maximum 0MHz
(WW) (1280x800,Generic Monitor) mode clock 83.46MHz exceeds DDC maximum 0MHz
(WW) (640x400,Generic Monitor) mode clock 41.73MHz exceeds DDC maximum 0MHz
(WW) (1152x768,Generic Monitor) mode clock 64.995MHz exceeds DDC maximum 0MHz
(WW) (576x384,Generic Monitor) mode clock 32.497MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Generic Monitor) mode clock 121.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(WW) (576x432,Generic Monitor) mode clock 60.75MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Generic Monitor) mode clock 122MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(WW) (700x525,Generic Monitor) mode clock 61MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Generic Monitor) mode clock 151MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(WW) (700x525,Generic Monitor) mode clock 75.5MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Generic Monitor) mode clock 155.8MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(WW) (700x525,Generic Monitor) mode clock 77.9MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Generic Monitor) mode clock 184MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(WW) (700x525,Generic Monitor) mode clock 92MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1440x900,Generic Monitor) mode clock 108.84MHz exceeds DDC maximum 0MHz
(WW) (720x450,Generic Monitor) mode clock 54.42MHz exceeds DDC maximum 0MHz
(WW) (1600x1024,Generic Monitor) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,Generic Monitor) mode clock 53.455MHz exceeds DDC maximum 0MHz
(WW) (1680x1050,Generic Monitor) mode clock 147.14MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(WW) (840x525,Generic Monitor) mode clock 73.57MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1920x1200,Generic Monitor) mode clock 193.16MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(WW) (960x600,Generic Monitor) mode clock 96.58MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Generic Monitor) mode clock 230MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(WW) (960x600,Generic Monitor) mode clock 115MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1440,Generic Monitor) mode clock 341.35MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Generic Monitor) mode clock 170.675MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Generic Monitor) mode clock 266.95MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,Generic Monitor) mode clock 133.475MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,Generic Monitor) mode clock 340.48MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,Generic Monitor) mode clock 170.24MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,Generic Monitor) mode clock 388.04MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,Generic Monitor) mode clock 194.02MHz exceeds DDC maximum 0MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "1440x900" (width too large for virtual size)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) NV(0):  Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x800"   83.46  1280 1344 1480 1680  800 801 804 828
(**) NV(0):  Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x768"   80.14  1280 1344 1480 1680  768 769 772 795
(**) NV(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) NV(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(II) NV(0): Modeline "720x450"   54.42  720 736 940 956  450 459 463 473 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x400"   41.73  640 672 740 840  400 400 402 414 doublescan
(**) NV(0):  Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "640x384"   40.07  640 672 740 840  384 384 386 397 doublescan
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(++) NV(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B]
	[1] 0	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
	[2] 0	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xf5000000 - 0xf500ffff (0x10000) MX[B]
	[9] -1	0	0xf5010000 - 0xf5010fff (0x1000) MX[B]
	[10] -1	0	0xf5102000 - 0xf5102fff (0x1000) MX[B]
	[11] -1	0	0xf5103000 - 0xf5103fff (0x1000) MX[B]
	[12] -1	0	0xf5101000 - 0xf51010ff (0x100) MX[B]
	[13] -1	0	0xf5100000 - 0xf5100fff (0x1000) MX[B]
	[14] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[16] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] 0	0	0x0000b000 - 0x0000b07f (0x80) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[26] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[27] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[28] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[29] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[30] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[31] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[32] -1	0	0x00001c80 - 0x00001cbf (0x40) IX[B]
	[33] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[34] -1	0	0x0000b000 - 0x0000b07f (0x80) IX[B](B)
	[35] 0	0	0xf40003b0 - 0xf40003bb (0xc) IS[B](OprU)
	[36] 0	0	0xf40003c0 - 0xf40003df (0x20) IS[B](OprU)

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x89) [0x80b6849]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/nv_drv.so(NVCalcStateExt+0x1f4) [0xa794dc74]
3: /usr/lib/xorg/modules/drivers/nv_drv.so(NVDACInit+0x44a) [0xa794949a]
4: /usr/lib/xorg/modules/drivers/nv_drv.so [0xa794c837]
5: /usr/lib/xorg/modules/drivers/nv_drv.so [0xa794cee7]
6: /usr/X11R6/bin/X(AddScreen+0x1ed) [0x806dc2d]
7: /usr/X11R6/bin/X(InitOutput+0x1ee) [0x809fbfe]
8: /usr/X11R6/bin/X(main+0x276) [0x806e3c6]
9: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xa7d0beb0]
10: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xad) [0x806d911]

Fatal server error:
Caught signal 8.  Server aborting

: 01 marca 2007, 17:44
autor: Kaka'
Problem co prawda dziwny, więc pozwolę sobie zapodać linka: http://www.google.pl/search?hl=pl&q=Fat ... lr=lang_pl

: 01 marca 2007, 21:33
autor: RRH
Kaka - wygooglac to tez potrafie, ale problem w tym, ze zadnego rozwiazania tam nie znalazlem (chyba, ze zle szukalem).

Co ciekawe, udalo mi sie bez problemow odpalic Ubuntu 6.10 LTS Live CD, ktory tez bazuje na
X.org. Tylko gdzie ten blad?


pozdrawiam i licze na dalsze sugestie. :)

: 01 marca 2007, 21:37
autor: Kaka'
Kaka - wygooglac to tez potrafie, ale problem w tym, ze zadnego rozwiazania tam nie znalazlem (chyba, ze zle szukalem).
Podałem linka, ale teraz patrzę, że podałem do polskiego wyszukiwania. Więc czy szukałeś także na Google w języku angielskim? (pytanie może banalne, ale problem może rozwiązać).
RRH pisze: Co ciekawe, udalo mi sie bez problemow odpalic Ubuntu 6.10 LTS Live CD, ktory tez bazuje na
X.org. Tylko gdzie ten blad?
Skoro ubunciak startuje to coś musiałeś w konfiguracji źle zrobić. Próbowałeś:

Kod: Zaznacz cały

dpkg-reconfigure xserver-xorg
?

: 01 marca 2007, 23:06
autor: ponton
Spróbuj plik konfiguracyjny z Ubuntu wrzucić na Debiana.

: 02 marca 2007, 11:40
autor: RRH
Kaka' pisze: Skoro ubunciak startuje to coś musiałeś w konfiguracji źle zrobić. Próbowałeś:

Kod: Zaznacz cały

dpkg-reconfigure xserver-xorg
?
Próbowałem i to nie raz.
Bez problemu odpaliłem też Mandrive One i Knoppixa.
ponton pisze:Spróbuj plik konfiguracyjny z Ubuntu wrzucić na Debiana.
Wrzuciłem i nic. :(
Zainstalowałem system od nowa, instalując:

Kod: Zaznacz cały

xserver-xorg xbase-clients xfont-base xterm kde-core kde-i18n-pl
i też nic. :(


Liczę na Wasze sugestie.

: 02 marca 2007, 11:47
autor: tanatos
moje sugestie:
1. Karty nVidii nie lubią tego wpisu:

Kod: Zaznacz cały

Section "DRI"
    Mode    0666
EndSection 
wywal go i sprawdź

2. potem jeszcze to wywal

Kod: Zaznacz cały

    Load    "dri" 
3. U mnie w laptopie xorg źle wykrył id monitora - sprawdź czy to się zgadza

Kod: Zaznacz cały

 BusID        "PCI:2:0:0" 
ewentualnie popraw / wywal ten wpis.

4. Moze być problem ze sterownikami "nv", spróbuj dać "vesa".
5. Zainstaluj sterowniki nvidii oficjalne.

: 03 marca 2007, 15:03
autor: RRH
tanatos pisze:moje sugestie:
1. Karty nVidii nie lubią tego wpisu:

Kod: Zaznacz cały

Section "DRI"
    Mode    0666
EndSection 
wywal go i sprawdź

2. potem jeszcze to wywal

Kod: Zaznacz cały

    Load    "dri" 
3. U mnie w laptopie xorg źle wykrył id monitora - sprawdź czy to się zgadza

Kod: Zaznacz cały

 BusID        "PCI:2:0:0" 
ewentualnie popraw / wywal ten wpis.

4. Moze być problem ze sterownikami "nv", spróbuj dać "vesa".
5. Zainstaluj sterowniki nvidii oficjalne.
Niestety nie pomogło. Instalacji sterowników jeszcze nie próbowałem.
Cały czas zastanawia mnie dlaczego inne systemy się uruchamiają bez problemów (teraz piszę z Ubuntu liveCD), a Debian nie.

[ Dodano: 2007-03-06, 08:55 ]
zainstalowałem:

Kod: Zaznacz cały

x-window-system-core x-window-system
i pomogło :D