|
|
#1 | |
|
Registered User
Join Date: Feb 2009
Posts: 3
|
With this xorg.conf
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Extensions"
Option "Composite" "disable"
EndSection
with this instead: Code:
Section "Device" Identifier "Device 0" Driver "nvidia" Option "IgnoreDisplayDevices" "TV" Option "Coolbits" "1" Option "AddARGBGLXVisuals" "1" Option "TripleBuffer" "1" #### For composite use... #### Option "AllowGLXWithComposite" "1" Option "DisableGLXRootClipping" "1" Option "DamageEvents" "1" BoardName "nVidia Corporation GeForce 8400 GS" EndSection Section "Extensions" Option "Composite" "enable" EndSection In this situation, output of dmesg shows: Code:
IRQ 18/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs IRQ 18/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs IRQ 18/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jun 2008
Location: Warren, Ohio
Posts: 34
|
I believe this is a known issue. If I recall correctly, an NVIDIA employee stated it will be corrected in future releases.
Edit: Here is a link to another thread about it: http://www.nvnews.net/vbulletin/showthread.php?t=132475 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2008
Posts: 55
|
Ubuntu Jaunty (Gnome) - nVidia 8800 GT
nVidia driver 185.18.08 crash if I switch Twinview displays or I change resolution/refresh. I'm back to nVidia driver 185.18.04. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| random X crash with 295.53 on debian testing kde4 kernel 3.3.1 | JenK | NVIDIA Linux | 0 | 06-03-12 07:24 AM |
| Gnome3 with composite is very slow on Geforce FX 5200 with 173.14.31 driver | Artox | NVIDIA Linux | 0 | 05-26-12 10:33 AM |
| Nvidia Driver causes crash on Standby/Suspend | dasher | NVIDIA Linux | 5 | 09-16-02 05:57 PM |