|
|
#1 | |
|
Registered User
Join Date: Aug 2005
Posts: 1
|
Hello, I install X.Org 6.8.2 in debian sid, also install nvidia drivers 7667
in xorg.conf comment GLcore and dri modules, uncomment glx module. After starting X server I get error about that composite extension cannot run with nvidia GLX. in Driver section: Code:
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
Option "NoLogo" "true"
Option "RenderAccel" "true"
# Option "UseFBDev" "true"
EndSection
Code:
Section "Extensions" Option "Composite" "Enable" EndSection P.S even if I comment glx module kde write that I need to write RenderAccel and enable composite P.P.S sorry for my english ) |
|
|
|
|
|
|
#2 | |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
By default the drivers don't support the composite extension. It is quite buggy and not all features are supported (can't be mixed with GLX/Xv stuff). If you really want to enable it at the following line to the screen or device section (doesn't matter which):
Option "AllowGLXWithComposite" "1" |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 -- Xorg 1.12.1 & 1.11.4, glx module fails to load | mereset | NVIDIA Linux | 17 | 06-10-12 01:24 AM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |
| Problem with GLX(?) | Nykolas | NVIDIA Linux | 4 | 08-12-02 02:24 PM |
| Debian sid w/ nForce - X won't start | questioncolon | NVIDIA Linux | 16 | 08-05-02 10:35 AM |