Probleme mit Nvidia XFree & TFT Display ...

  • Thread starter Thread starter destiny
  • Start date Start date
D

destiny

Guest
Ich hab bis gestern Nachmittag einen 17" HP TFT (L1720) an einer Nvidia FX5600XT via. analogem Sub-D (?) Kabel hängen gehabt, das analoge gegen ein DVI-D Kabel getauscht und mich über die etwas schärfere und sattere Darstellung gefreut.

Heute Nachmittag hab ich versucht den "NVIDIA-FreeBSD-x86-1.0-4365" Binärtreiber zu installieren und mir dabei die XF86Config ruiniert, d.h. sie war nach einem reboot leer !!!

Ich habe danach eine neue angelegt aber die Karte nie wieder dazu bekommen, keine rosanen Streifen darzustellen, eigenartigerweise funktioniert alles, wenn ich wieder das alte Kabel dranmache (Sub-D), ich hab wieder ein Bild und keinerlei Fehlermeldungen, ich schreib ja gerade.

alles in allem hab ich viel getestet und probiert, versucht den NVIDIA Treiber via. "make setup" zum laufen zu bekommen = Ergebnis = er installiert und meldet:

===========================================

nvidia0: <Unknown> mem 0xe0000000-0xefffffff,0xf8000000-0xf8ffffff irq 16 at device 0.0 on pci1

===========================================

also hab ich nvidia_load wieder aus der /boot/loader.conf rausgenommen und in der XF86Config unter device section den "nvidia" Eintrag wieder zu "nv" gemacht = Ergebnis = rosa Streifen auf dem Display

"agp" hab ich danach aus dem Kernel genommen = keine Änderung, "agp" wieder reingenommen = klar, keine Änderung :-(

in der XF86Config viele Einträge wieder ergänzt und ein wenig gespielt = nix, ich hab dann doch wieder das Sub-D genommen und nach 4 Stunden reichts erstmal. Das DVI-D funktionierte aber, das ärgert mich und ich hatte nichts geändert, bis zum NVIDIA Treiber ....

Wer hat eine Idee?

========== hier noch die Config ==================
Section "Module"
Load "dbe"
Load "extmod"
Load "ddc"
Load "bitmap"
Load "type1"
Load "speedo"
Load "freetype"
# Load "xtt"
# Load "pex5"
# Load "record"
# Load "xtrap"
Load "glx"
Load "dri"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
ModulePath "/usr/X11R6/lib/modules"
EndSection

#Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
#EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "SysMouse"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
EndSection

Section "Monitor"
Identifier "L1720"
HorizSync 30-80
VertRefresh 56-75
Option "DPMS"
# Option "NoLogo" "1"
EndSection

Section "Device"
Identifier "nvfx5600"
Driver "nv"
VideoRam 262144
EndSection

Section "Screen"
Identifier "Screen 1"
Device "nvfx5600"
Monitor "L1720"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
Mode 0666
EndSection

===================================

ein paar alte (aber auskommentierte) Leichen sind vom testen noch übrig, diese XF86Config funktioniert aber am Sub-D Anschluss 1A, die Monitorwerte sind aus dem Handbuch, nur am DVI-D Kabel hab ich rosa Salat.

==========mein Kernel=================
machine i386
#cpu I486_CPU
#cpu I586_CPU
cpu I686_CPU
ident SICK

#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.

#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SCSI_DELAY=4000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
options PFIL_HOOKS # pfil(9) framework
options CPU_ENABLE_SSE # Required by Video Application & other

# Debugging for use in -current
#options DDB #Enable the kernel debugger
#options INVARIANTS #Enable calls of extra sanity checking
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed

# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC

device isa
#device eisa
device pci

# Floppy drives
device fdc

# ATA and ATAPI devices
device ata
#device atadisk # ATA disk drives
#device ataraid # ATA RAID drives
device atapicd # ATAPI CDROM drives
device atapicam # SCSI Emulation
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID #Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT-Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
#device trm # Tekram DC395U/UW/F DC315U adapters

#device adv # Advansys SCSI adapters
#device adw # Advansys wide SCSI adapters
#device aha # Adaptec 154x SCSI adapters
#device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
#device bt # Buslogic/Mylex MultiMaster SCSI adapters

#device ncv # NCR 53C500
#device nsp # Workbit Ninja SCSI-3
#device stg # TMC 18C30/18C50

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device ch # SCSI media changers
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device ses # SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
#device amr # AMI MegaRAID
#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
#device ciss # Compaq Smart RAID 5*
#device dpt # DPT Smartcache III, IV - See NOTES for options
#device iir # Intel Integrated RAID
#device ips # IBM (Adaptec) ServeRAID
#device mly # Mylex AcceleRAID/eXtremeRAID

# RAID controllers
#device aac # Adaptec FSA RAID
#device aacp # SCSI passthrough for aac (requires CAM)
#device ida # Compaq Smart RAID
#device mlx # Mylex DAC960 family
#device pst # Promise Supertrak SX6000
#device twe # 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
options ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP="german.iso"
options SC_DFLT_FONT
makeoptions SC_DFLT_FONT=iso15

device psm # PS/2 mouse

device vga # VGA video card driver
options VESA # hohe Konsolenaufloesung
options VGA_WIDTH90
options SC_PIXEL_MODE
options SC_NORM_ATTR=(FG_BLUE|BG_BLACK)
options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK)
options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)

device splash # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device sc

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor

device agp # support several AGP chipsets

# Floating point support - do not disable.
device npx

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
#device cbb # cardbus (yenta) bridge
#device pcic # ExCA ISA and PCI bridges
#device pccard # PC Card (16-bit) bus
#device cardbus # CardBus (32-bit) bus

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
#device ppc
#device ppbus # Parallel port bus (required)
#device lpt # Printer
#device plip # TCP/IP over parallel
#device ppi # Parallel port interface device
#device vpo # Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device puc

# PCI Ethernet NICs.
#device de # DEC/Intel DC21x4x (``Tulip'')
#device em # Intel PRO/1000 adapter Gigabit Ethernet Card
#device txp # 3Com 3cR990 (``Typhoon'')
#device vx # 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
#device bfe # Broadcom BCM440x 10/100 ethernet
#device bge # Broadcom BCM570xx Gigabit Ethernet
#device dc # DEC/Intel 21143 and various workalikes
#device fxp # Intel EtherExpress PRO/100B (82557, 82558)
#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
#device re # RealTek 8139C+/8169/8169S/8110S
#device rl # RealTek 8129/8139
#device sf # Adaptec AIC-6915 (``Starfire'')
#device sis # Silicon Integrated Systems SiS 900/SiS 7016
#device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
#device ste # Sundance ST201 (D-Link DFE-550TX)
#device ti # Alteon Networks Tigon I/II gigabit ethernet
#device tl # Texas Instruments ThunderLAN
#device tx # SMC EtherPower II (83c170 ``EPIC'')
#device vr # VIA Rhine, Rhine II
#device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs. pccard nics included.
#device cs # Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
#device ex # Intel EtherExpress Pro/10 and Pro/10+
#device ep # Etherlink III based cards
#device fe # Fujitsu MB8696x based cards
#device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
#device lnc # NE2100, NE32-VL Lance Ethernet cards
#device sn # SMC's 9000 series of ethernet chips
#device xe # Xircom pccard ethernet

# ISA devices that use the old ISA shims
#device le

# Wireless NIC cards
#device wlan # 802.11 support
#device an # Aironet 4500/4800 802.11 wireless NICs.
#device awi # BayStack 660 and others
#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.

# Pseudo devices - the number indicates how many units to allocate.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
#device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
#device ums # Mouse
#device urio # Diamond Rio 500 MP3 player
#device uscanner # Scanners
# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device axe # ASIX Electronics USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet

# FireWire support
device firewire # FireWire bus code
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)

======================================

??? Jemand eine Idee ? Im übrigen habe ich schon beide Varianten von DVI-D Kabeln probiert (Single/Dual) = nix
 
es läuft FreeBSD 5.2.1 - hab ich vergessen - sorry, ist ja auch schon spät :)
 
um den nvidia Treiber auf meiner Maschine während der Testphase zu deaktivieren habe ich zusätzlich im Buildverzeichniss "make deinstall" ausgeführt.
Danach war die alte Konfiguration zu 100% wieder zu gebrauchen.

BusID "PCI:1:0:0"

habe ich in meiner Config. Die beschriebene Fehlermeldung von dir habe ich auch, ich vermute aber dass dies der TV-Out sein könnte.
 
Last edited:
ich hab in einem posting von dir gelesen, dass du eine 5900xt besitzt und die nvidia treiber fährst, vielleicht kannst du mal deine XF86Config posten ..

hast du einen TFT monitor und sind die nvidia sachen aus den ports oder von deren website - ich bastel immernoch und bekomme es nicht zum laufen.
 
okay - läuft, da war einiges durcheinander, ich hab "ddc" bei den modulen rausgenommen und hier ist der wichtigste abschnitt:
==========XF86Config========
Section "Device"
Identifier "fx5600"
Driver "nvidia"
# Option "SWcursor"
BusID "AGP:01:00:0"
Option "NvAGP" "0"
Option "AGPMode" "4"
EndSection
=========================
mit den werten und dem nvidia treiber aus den ports, funktioniert es, ich hab agp aus dem kernel rausgenommen und nun zusammen mit dem nvidia modul in die loader.conf eingetragen .....
=========================
in allen anderen von mir getesteten combies, gibt es nur noch freezes oder rosa bildchen auf dem tft (via. dvi-d)

wenn ich es richtig checke, läuft der nvidia treiber aber agp wird von xfree gesteuert/verwaltet ..? dummerweise hab ich keine opengl unterstützung, beziehungsweise fehlt dahingehend einiges, tuxracer meint zumindestens sowas in der art.

=========sysctl -a============ sagt folgendes:
hw.nvidia.agp.card.rates: 8x 4x
hw.nvidia.agp.card.fw: not supported
hw.nvidia.agp.card.sba: supported
hw.nvidia.agp.card.registers: 0x1f000e0b:0x00000000
hw.nvidia.agp.status.status: disabled
hw.nvidia.agp.status.driver: n/a
hw.nvidia.agp.status.rate: n/a
hw.nvidia.agp.status.fw: n/a
hw.nvidia.agp.status.sba: n/a
hw.nvidia.version: NVIDIA FreeBSD x86 nvidia.ko Kernel Module 1.0-4365 Wed Ma 28 09:20:25 PDT 2003
hw.nvidia.registry.EnableVia4x: 0
hw.nvidia.registry.EnableALiAGP: 0
hw.nvidia.registry.EnableAGPSBA: 0
hw.nvidia.registry.EnableAGPFW: 0
hw.nvidia.registry.SoftEDIDs: 1
hw.nvidia.registry.Mobile: 4294967295
hw.nvidia.registry.ResmanDebugLevel: 4294967295
hw.nvidia.registry.FlatPanelMode: 0
hw.nvidia.cards.0.model: Unknown
hw.nvidia.cards.0.irq: 16
hw.nvidia.cards.0.vbios: 04.31.20.69.05
hw.nvidia.cards.0.type: AGP
===============================
stimmt da alles, warum wird z.bsp. der agp status nicht angezeigt?

wieder 4 stunden rumgebastelt, nunja - irgendwie fehlen mir auch viele grundlagen aber man lernt ungemein und der nvidia treiber aus den ports funktioniert nun, bild ist bunt, vor allem top - dank dvi, nur keine spielchen fürs kind! :-) bin für jeden tip dankbar ..
 
Option "NvAGP" "1" # "0" schaltet agp aus; "1" nutzt den nvidia agp "2" den FBSD apg Treiber

#Option "AGPMode" "4" # glaub nicht das du das brauchst, bei mir gehts auch ohne
 
======================
Identifier "fx5600"
Driver "nvidia"
# Option "SWcursor"
BusID "AGP:01:00:0"
Option "NvAGP" "2"
Option "AGPMode" "4"
EndSection
=====================
ergibt immer noch
=====================
savage# tuxracer
Tux Racer 0.61 -- a Sunspire Studios Production (http://www.sunspirestudios.com)
(c) 1999-2000 Jasmin F. Patry <jfpatry@sunspirestudios.com>
"Tux Racer" is a trademark of Jasmin F. Patry
Tux Racer comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
See http://www.gnu.org/copyleft/gpl.html for details.

*** tuxracer error: Couldn't initialize video: X11 driver not configured with OpenGL (Unknown error: 0)
=====================

schade - aber erstmal nicht wichtig .....
 
..und du bist sicher du hast den nvidia-driver mit der Option "With_FREEBSD_AGP=yes" kompiliert?

Was sagt glxinfo?
 
cd /usr/ports/x11/nvidia-driver && make WITH_FREEBSD_AGP=yes install clean

da bin ich mir sicher... hab ich vor der installation aus den ports so gelesen und übernommen, die NVAgp"2" hatte ich nur durch schlamperei nicht gesetzt.

ich geb' nochmal einen überblick, ich hab an der XF86Config noch ein wenig gedreht, aber kein opengl :-(
========================
FreeBSD 5.2.1 mit ACPI - BIOS alles AUTO (IRQ)
========================
XFREE86Config

Section "Module"
Load "dbe"
Load "extmod"
Load "bitmap"
Load "type1"
Load "speedo"
Load "freetype"
Load "glx"
# Load "dri"
# Load "xtt"
# Load "pex5"
# Load "record"
# Load "xtrap"
# Load "GLcore"
# Load "int10"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "5"
Option "SuspendTime" "0"
Option "OffTime" "10"
# Option "DontVTSwitch"
Option "AllowMouseOpenFail"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "SysMouse"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "256"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
EndSection

Section "Monitor"
Identifier "L1720"
HorizSync 31-80
VertRefresh 56-75
Option "DPMS"
# Option "NoLogo" "1"
EndSection

Section "Device"
Identifier "fx5600"
Driver "nvidia"
# Option "NoDDC" "1"
# Option "SWcursor"
BusID "PCI:01:00:0"
Option "NvAGP" "2"
# VideoRam 262144
Option "IgnoreEDID" "1"
# Important for LCD
Option "FlatPanelProperties" "Scaling = native"
# Option "GenerateRTList" "0"
# Option "OverridePolarity" "1"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "fx5600"
Monitor "L1720"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#Section "DRI"
# Mode 0666
#EndSection

================================================
savage# glxinfo

name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_SGIX_swap_group, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_NV_float_buffer
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: unknown board/PCI/SSE2
OpenGL version string: 1.4.0 NVIDIA 43.65
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters,
GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
GL_S3_s3tc, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_compiled_vertex_array, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
GL_HP_occlusion_test, GL_IBM_texture_mirrored_repeat,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_copy_depth_to_color,
GL_NV_depth_clamp, GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance,
GL_NV_fragment_program, GL_NV_half_float, GL_NV_light_max_exponent,
GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
GL_NV_packed_depth_stencil, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_primitive_restart, GL_NV_register_combiners,
GL_NV_register_combiners2, GL_NV_texgen_reflection,
GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
GL_NV_texture_expand_normal, GL_NV_texture_rectangle,
GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3,
GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program,
GL_NV_vertex_program1_1, GL_NV_vertex_program2, GL_NVX_ycrcb,
GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SGIX_shadow
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

usw.....
================================================
sysctl -a

hw.nvidia.agp.card.rates: 8x 4x
hw.nvidia.agp.card.fw: not supported
hw.nvidia.agp.card.sba: supported
hw.nvidia.agp.card.registers: 0x1f000e0b:0x00000000
hw.nvidia.agp.status.status: disabled
hw.nvidia.agp.status.driver: n/a
hw.nvidia.agp.status.rate: n/a
hw.nvidia.agp.status.fw: n/a
hw.nvidia.agp.status.sba: n/a
hw.nvidia.version: NVIDIA FreeBSD x86 nvidia.ko Kernel Module 1.0-4365 Wed May 28 09:20:25 PDT 2003
hw.nvidia.registry.EnableVia4x: 0
hw.nvidia.registry.EnableALiAGP: 0
hw.nvidia.registry.EnableAGPSBA: 0
hw.nvidia.registry.EnableAGPFW: 0
hw.nvidia.registry.SoftEDIDs: 1
hw.nvidia.registry.Mobile: 4294967295
hw.nvidia.registry.ResmanDebugLevel: 4294967295
hw.nvidia.registry.FlatPanelMode: 0
hw.nvidia.cards.0.model: Unknown
hw.nvidia.cards.0.irq: 16
hw.nvidia.cards.0.vbios: 04.31.20.69.05
hw.nvidia.cards.0.type: AGP
================================================

in den tiefen der googelei bin ich heute morgen darauf gestossen, (ein gentoo user) das diese meldung bei ihm mit den = sdl = bibliotheken zusammenhängt. er hat "make" beim bau der bibliothek/software sdl zusammen mit WITH_OPENGL_VIDEO=yes ausgeführt und danach war alles i.o. - angeblich.
mir fehlt da der durchblick.. sdl liegt bei fbsd in /usr/ports/devel/sdl12, okay, nur wie ändern, hängts überhaupt damit zusammen usw ... fragen über fragen
 
direct rendering: Yes

...sieht doch gut aus, und was funktioniert jetzt noch nicht?
vielleicht hilft tuxracer neuzuinstallieren.
 
auge said:
direct rendering: Yes

...sieht doch gut aus, und was funktioniert jetzt noch nicht?
vielleicht hilft tuxracer neuzuinstallieren.

so langsam werd' ich zum kaugummi :)

hab ich schon, sogar mehrmals nach meinem nvidia hin&her...

=========
*** tuxracer error: Couldn't initialize video: X11 driver not configured with OpenGL (Unknown error: 0)
=========

tuxracer und auch neverball, (andere opengl games kenne ich noch nicht) haben den gleichen output!

die /var/log datei zu xf86config ist absolut sauber, gibt nur ein (ee) in der datei und zwar das er den chipsatz nicht definieren kann (ist eine 5600XT VIVO SE von NoName Taiwan Hersteller), der rest ist i.o., keine weiteren errors.

mir ist es auch auch egal, ob die games funktionieren, nur meine frau will neverball daddeln und nervt, da ihr rechner auch gerade auf BSD umgestellt wird, für UNIX schlungszwecke = systemITkauffrau. meine tochter "nervt" mit tuxracer und mein rechner ist nun der einzige wo das möglich ist... :)
 
... und du hast auch agp aus dem Kernel genommen, und lädst das modul agp.ko beim systemstart wie in der Nvidia README

in /boot/loader.conf

linux_load="YES"
agp_load="YES"
nvidia_load="YES"

alternativ kannst du probieren den nvidia agp zu benutzen
kernel ohne agp
nvidia-driver ohne option bauen

in /boot/loader.conf

linux_load="YES"
nvidia_load="YES"

im XF86Config-file
Option "NvAGP" "1"
 
auge said:
... und du hast auch agp aus dem Kernel genommen, und lädst das modul agp.ko beim systemstart wie in der Nvidia README

in /boot/loader.conf

linux_load="YES"
agp_load="YES"
nvidia_load="YES"

genauso sieht meine loader.conf aus (noch ein paar mehr einträge, die aber nix zur sache tun) agp ist im kernel aus(kommentiert), ich werde,

auge said:
alternativ kannst du probieren den nvidia agp zu benutzen
kernel ohne agp
nvidia-driver ohne option bauen

das nochmal so testen, allerdings hat der ganze schlammassel ja so angefangen, denn das war mein erster weg zu dem nvidia treiber, mit dem ergebnis, das nach dem neustart die XF86Config leer war und ich erstmal enorme probleme hatte, meinen display wieder per dvi-d anzusteuern - siehe anfang des postings

jetzt hab ich aber die momentane config gesichert, also kann ich nochmal risiko gehen, vielen dank für deine gedult :)
 
nochmal vielen dank für deine geduld @auge, ich hab nochmal ein paar tage verstreichen lassen, an einem andren rechner die nvidia geschichte aus den ports durchgespielt und nun läuft der nvidia treiber aus den ports auch (dank deinen anleitungen) mit dem nvidia agp treiber auf meinem rechner - DANKE :)
 
Back
Top