| Summary: | [hang] System trap on Xorg shutdown when using nvidia driver on FreeBSD 8.0 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Sergey Maltsev <sergio> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 8.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Submitter reports that the most recent drivers (195.36.15) do not exhibit this problem. |
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.