LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   AIGLX and NVidia (9746) on Mandriva One Gnome (https://www.linuxquestions.org/questions/mandriva-30/aiglx-and-nvidia-9746-on-mandriva-one-gnome-513845/)

Philosopher 12-26-2006 02:24 PM

AIGLX and NVidia (9746) on Mandriva One Gnome
 
Hi all,

I got some problems getting the 3d-desktop with aiglx to work. I've already searched forums and howtos, but none could bring me any further.

The problem is, when enabling aiglx in the MCC, I'm missing all the window-decorations and no 3d-effects at all. I installed the same on my laptop (with intel graphics) and everything worked out of the box just fine, so I guess it has to do with my xorg.conf.

Besides that, 3d acceleration / OpenGL is working fine, so the driver (9746) is installed and working correctly.

My xorg.conf:
Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# File generated by XFdrake (rev 57713)
# File generated by XFdrake (rev 57713)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier    "layout1"
    Screen        "screen1" 0 0
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
    Option "AIGLX" "true"
EndSection

Section "Files"

    # font server independent of the X server to render fonts.
    # minimal fonts to allow X to run without xfs
    FontPath        "unix/:-1"
    FontPath        "/usr/share/fonts/misc:unscaled"
EndSection

Section "Module"
    Load          "dbe" # Double-Buffering Extension
    Load          "v4l" # Video for Linux
    Load          "extmod"
    Load          "type1"
    Load          "freetype"
    Load          "glx" # 3D layer
    Load          "dri"
EndSection

Section "ServerFlags"

    #DontZap # disable <Crtl><Alt><BS> (server abort)
    # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    Option        "allowmouseopenfail"
EndSection

Section "InputDevice"
    Identifier    "Keyboard1"
    Driver        "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "de(nodeadkeys)"
    Option        "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier    "Mouse1"
    Driver        "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier    "Mouse2"
    Driver        "evdev"
    Option        "product" "0x008c"
    Option        "vendor" "0x045e"
    Option        "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier    "monitor1"
    VendorName    "Plug'n Play"
    ModelName      "AL1715"
    HorizSync      30.0 - 83.0
    VertRefresh    50.0 - 75.0
    ModeLine      "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine      "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine      "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
    Identifier    "device1"
    Driver        "nvidia"
    VendorName    "nVidia Corp."
    BoardName      "NVIDIA GeForce 6800 (generic)"
EndSection

Section "Screen"
    Option        "AddARGBGLXVisuals" "True"
    Option          "DisableGLXRootClipping" "True"
    Identifier    "screen1"
    Device        "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    Option        "DPMS"
    SubSection    "Display"
        Depth      8
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection    "Display"
        Depth      15
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection    "Display"
        Depth      16
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection    "Display"
        Depth      24
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection

Any help is welcome!


All times are GMT -5. The time now is 07:41 PM.