PDA

View Full Version : FreeBSD: startx problem


novice
05-18-04, 08:08 PM
Hi all,

I have a problem with the nvidia driver. I have installed the x11/nvidia-driver port without problem. But when I try to run startx, strange caracters appears on all the screen.

Any ideas ?

Thanks

Some infos:

(root@apophis /etc/X11) ps auxww | grep X
root 945 98,7 1,0 77240 10732 p1 R 1:02 0:14,29 /usr/X11R6/bin/XFree86 :0 -nolisten tcp

(root@apophis /etc/X11) uname -a
FreeBSD apophis.int.villette.org 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #1: Wed May 12 01:05:23 CEST 2004 root@apophis.int.villette.org:/usr/obj/usr/src/sys/APOPHIS i386

(root@apophis ~) kldstat
Id Refs Address Size Name
1 11 0xc0400000 3e78f0 kernel
2 3 0xc07e8000 1da78 linux.ko
4 1 0xc09b5000 51ac8 acpi.ko
5 1 0xc6df8000 6000 linprocfs.ko
6 1 0xc720b000 187000 nvidia.ko

(root@apophis ~) cat /boot/loader.conf
agp_load="YES"
linux_load="YES"
nvidia_load="YES"

rednuht
05-19-04, 10:57 AM
try

Option "IgnoreDisplayDevices" "DFP, TV"

in the device section

novice
05-21-04, 06:07 PM
same problem :(

mindsuck
05-21-04, 06:42 PM
Try Option "NvAGP" "0" in the video card's section of XF86Config. That kind of errors seem to be cause by instability of the AGP bus.

novice
05-22-04, 07:42 PM
always the same problem. Some stranges caracters appear. Sometimes, it's a caracter like a 'D' that is repeat. It can also be the mouse pointer ... really strange :cry: