Bug 142270

Summary: [hang] System trap on Xorg shutdown when using nvidia driver on FreeBSD 8.0
Product: Base System Reporter: Sergey Maltsev <sergio>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-RELEASE   
Hardware: Any   
OS: Any   

Description Sergey Maltsev 2010-01-03 17:20:01 UTC
I am using a notebook Asus N61Vn with video card Nvidia GEFORCE GT240M.
nvidia-driver-195.22 installed from ports. System traps always when Xorg
exiting. The notebook can be switched off only by long pressing of the
power button.

How-To-Repeat: 1. Install port x11/nvidia-driver: nvidia-driver-195.22 NVidia graphics
card binary drivers.
2. Load kernel module: `kldload nvidia`
3. Configure xorg.conf with nvidia driver support:
Section "Device"
        Identifier  "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce GT 240M"   
        BusID       "PCI:1:0:0"         
EndSection                              
4. Start Xorg for example by `startx` utility.
5. Exit Xorg.
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2010-04-13 12:57:30 UTC
State Changed
From-To: open->closed

Submitter reports that the most recent drivers (195.36.15) do not exhibit 
this problem.