PDA

View Full Version : 1.0-8762 reboots my laptop


sime2
06-01-06, 10:35 AM
I have Toshiba Qosmio F10-101. It's an Intel Centrino laptop with GeForce Go5700 graphics card.
I'm using nvidia driver version 1.0-7676 and it works great.
Unfortunatelly driver versions 1.0-8xxx don't work.
1.0-8762 reboots my laptop. When I start X, screen goes blank, stays that way for a couple of seconds, and then it reboots. FreeBSD has to fsck after that. I'm using NVidia's builtin AGP driver (nvAGP). agp.ko is not loaded.
There is nothing in the logs: nothing in /var/log/messages, nothing in /var/log/Xorg.0.log
I'm using latest FreeBSD/i386 6.1-STABLE and latest version of ports (Xorg 6.9.0).

Harvey Pooka
06-01-06, 01:33 PM
Please post your xorg.conf and whatever changes you made to loader.conf and device.hints.

sime2
06-04-06, 03:23 PM
I am using default device.hints.
Here is my /boot/loader.conf:
linux_load="YES"
nvidia_load="YES"
linprocfs_load="YES"
geom_label_load="YES"

I have tried both custom kernel and GENERIC kernel from 6.1-RELEASE with same results.

sime2
06-04-06, 03:32 PM
These are "Module" and "Device" sections of my xorg.conf:
Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "Device"
Option "NoLogo" "True"
Option "FlatPanelProperties" "Scaling=aspect-scaled,Dithering=enabled"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection

Harvey Pooka
06-05-06, 01:40 PM
Do you have AGP compiled in your custom kernel, or are you disabling FreeBSD's AGP driver in /boot/device.hints? I just want to make certain it is really disabled.

Other things to try:
Comment out the FlatPanelProperties option to see if it gets further. Maybe EDID is not correctly evaluating your monitor.

What does pciconf -lv show you for your graphics card? This should at least show if the driver is attaching to your card. Also, check the output of /var/run/dmesg.boot for nvidia0 lines.

sime2
06-06-06, 01:55 PM
agp is not compiled in the custom kernel, and agp.ko module is not loaded.
Removing FlatPanelProperties didn't change anything.
Running 'pciconf -vl' shows that nvidia driver is attached to the graphics card.