I was using my laptop this last week when I was away from home and
noticed that DRI was not working.  Usually, I just use the proprietary
Nvidia driver, but I am using the nv driver on a stable BLFS 6.2 system
here.

In Xorg.0.log I get:

(EE) AIGLX: Screen 0 is not DRI capable

I do have MesaLib installed and the relevant part of my xorg.conf is
below.  I'm wondering if there needs to be something specific in
compiling the kernel or if there is something else I'm missing.

  -- Bruce

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "glx"
    Load  "xtrap"
    Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth  24
    SubSection    "Display"
       Viewport   0 0
       Depth      24
    Modes     "1600x1200" "1208x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nv"
    VendorName  "nVidia Corporation"
    BoardName   "NV17 [GeForce4 440 Go]"
    BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Dell"
    ModelName      "Laptop LCD C840"
    DisplaySize     304    228
    HorizSync       31.5 - 100.0
    VertRefresh     30.0 - 90.0
    Option         "DPMS"
EndSection

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to