PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : nvidia treiber - der 1000ste thread :(


nikro
03.02.03, 15:23
also meine GF4 TI 4600 läuft nicht richtig.
ich habe suse 8.0 drauf und habe ein YOU update gemacht welches auch gleich meine nvidia treiber aktualisiert hat.
das problem ich kann linux nur im 'safe settings modus' starten, im normalen modus bringt er immer nur schwarzes bild, das war auch direkt nach der suse installation und nach dem YOU update hat sich auch nichts getan.
also dachte ich mir spiele ich ein bisschen an der XFconfig86 rum und mach mir mal die neusten treiber drauf, also lese ich ca 10 threads + tutorials und fang an.
ich habe die rpm's gezogen, die alten rpm's deinstalliert, den kernel und dann den glx treiber installiert.
neugestartet und zack immernoch schwarzer bildschirm und wieder geht nur der 'safe settings modus'
das frustriert mich jetzt schon da ich so viele sachen gelesen habe und so viel durchprobiert hab aber nie gehts.
ich poste hier mal meine XF86config und hänge die XFree86.0.log an.
wäre echt froh wenn sich jemand mir erbarmen könnte, ich arbeite mit X seit 2 wochen und habe mit meiner GF 4 nocn nicht wirklich arbeiten können :(

gruß nikro

XF86Config:

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

Section "Module"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
Driver "Keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/mouse"
Option "InputFashion" "Mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
EndSection


Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-96
Identifier "Monitor[0]"
ModelName "795FT PLUS"
VendorName "Lg electronics"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 101.99 1024 1088 1264 1400 768 768 783 802
Modeline "1024x768" 112.19 1024 1088 1264 1400 768 768 783 802
Modeline "1024x768" 127.49 1024 1088 1264 1400 768 768 783 802
Modeline "640x480" 55.91 640 656 720 904 480 480 491 501
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "GeForce4 Ti 4600"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
#Option "NvAGP" "3" # try 2 than 1
#Option "NvAGP" "0" # disable agp
#Option "NvAGP" "1" # use nvidia agp
Option "NvAGP" "2" # use agpgart
Screen 0
VendorName "NVidia"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

nikro
03.02.03, 15:26
hab die log vergessen :)
ich häng sie doch nicht an:
XFree86.0.log:

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: SuSE Linux [ELF] SuSE
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/XFree86.0.log", Time: Mon Feb 3 16:02:10 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) Option "Protocol" "Standard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse[1]"
(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/PEX" 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/latin2/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/kwintv:unscaled,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama" "off"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800240dc, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1734,1003 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1734,1004 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1734,1004 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1734,1004 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1734,1004 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1734,1004 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1734,1004 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1734,0088 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0250 card 107d,2891 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 8086,103b card 1734,1002 rev 81 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xf0000000 - 0xf80fffff (0x8100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0x00003000 - 0x000030ff (0x100) IX[B]
[1] -1 0x00003400 - 0x000034ff (0x100) IX[B]
[2] -1 0x00003800 - 0x000038ff (0x100) IX[B]
[3] -1 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0xd2000000 - 0xd20fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce4 Ti 4600 rev 163, Mem @ 0xd1000000/24, 0xf0000000/27, 0xf8000000/19
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[1] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[2] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[3] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[4] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[5] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[6] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[7] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[8] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[9] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[10] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[11] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[12] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[13] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[14] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[15] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[16] -1 0x00001000 - 0x0000101f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[1] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[2] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[3] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[4] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[5] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[6] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[7] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[8] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[9] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[10] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[11] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[12] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[13] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[14] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[15] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[16] -1 0x00001000 - 0x0000101f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[6] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[7] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[8] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[9] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[10] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[11] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[17] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[18] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[19] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[20] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[21] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[22] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[23] -1 0x00001000 - 0x0000101f (0x20) IX[B]
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.1.10
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.4191
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.4191
Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver 1.0-4191 Mon Dec 9 11:51:41 PST 2002
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[6] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[7] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[8] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[9] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[10] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[11] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[17] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[18] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[19] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[20] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[21] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[22] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[23] -1 0x00001000 - 0x0000101f (0x20) IX[B]
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[6] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[7] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[8] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[9] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[10] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[11] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[14] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[20] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[21] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[22] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[23] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[24] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[25] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[26] -1 0x00001000 - 0x0000101f (0x20) IX[B]
[27] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Use of AGPGART requested
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xD1000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4600
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): Detected TV Encoder: Philips 7108
(--) NVIDIA(0): Display 0: maximum pixel clock at 8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(WW) NVIDIA(0): The user specified HorizSync "27.000-96.000" has been adjusted
(WW) NVIDIA(0): to "30.000-96.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-96.000")
(II) NVIDIA(0): Monitor[0]: Using hsync range of 30.00-96.00 kHz
(II) NVIDIA(0): Monitor[0]: Using vrefresh range of 50.00-160.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,Monitor[0]) mode clock 202.5MHz exceeds DDC maximum 200MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor[0]) mode clock 204.8MHz exceeds DDC maximum 200MHz
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor[0]) mode clock 218.3MHz exceeds DDC maximum 200MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor[0]) mode clock 234MHz exceeds DDC maximum 200MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0): Mode "1024x768": 127.5 MHz, 91.1 kHz, 113.5 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (330, 250) mm
(--) NVIDIA(0): DPI set to (78, 78)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xf8000000 - 0xf807ffff (0x80000) MX[B]
[1] 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
[2] 0 0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
[3] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[5] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0xd2000000 - 0xd2000fff (0x1000) MX[B]
[9] -1 0xd0000800 - 0xd00008ff (0x100) MX[B]
[10] -1 0xd0000c00 - 0xd0000dff (0x200) MX[B]
[11] -1 0x20000000 - 0x200003ff (0x400) MX[B]
[12] -1 0xd0000000 - 0xd00003ff (0x400) MX[B]
[13] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[14] -1 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[15] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[16] -1 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
[17] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[18] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[19] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[20] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0x00003000 - 0x0000303f (0x40) IX[B]
[23] -1 0x00002000 - 0x0000203f (0x40) IX[B]
[24] -1 0x00002400 - 0x000024ff (0x100) IX[B]
[25] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
[26] -1 0x00002800 - 0x0000280f (0x10) IX[B]
[27] -1 0x00001800 - 0x0000181f (0x20) IX[B]
[28] -1 0x00001400 - 0x0000141f (0x20) IX[B]
[29] -1 0x00001000 - 0x0000101f (0x20) IX[B]
[30] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[31] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "CalcAlgorithm" is not used
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension RENDER
(II) [GLX]: Initializing GLX extension
(II) Keyboard "Keyboard[0]" handled by legacy driver
(**) Option "Protocol" "imps/2"
(**) Mouse[1]: Protocol: "imps/2"
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse[1]: Buttons: 3
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
AUDIT: Mon Feb 3 16:04:19 2003: 968 X: client 20 rejected from local host

bandit
03.02.03, 16:28
Hast du über sax2 auch alles neu eingerichtet?
Nur mit den rpm ist es nicht getan.
gruss
bandit

HackThor
03.02.03, 17:56
Das Log ist eigentlich sauber :confused:
Mal ganz dumm gedacht: hast du schonmal deinen Monitor an den 2. Ausgang angeschlossen? Oder kannst du da mal eine 2. Monitor dranklemmen? Meine Ti4200 hatte zu Anfang leichte Probleme welcher Ausgang denn nun Console und welcher XFree ist... erst seit der Aktivierung des "TwinView" kommt die Console auf beiden Ausgängen gleichzeitig.

ciao

Michael

the_Brain
31.07.03, 14:03
ich habe die meldung auch bekommen und musste xft nachinstallieren (x-font-server)