Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant get compiz , aiglx , nvidia ,xinerama to work [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Thu Oct 26, 2006 12:57 pm    Post subject: Cant get compiz , aiglx , nvidia ,xinerama to work [Solved] Reply with quote

Someone please help me figure out what I have done wrong or forgotten..
I get....
~ $ compiz-nvidia
compiz: No RandR extension
~ $ The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 589 error_code 190 request_code 157 minor_code 8)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

~ $ cat /etc/env.d/99gnome-env
WINDOW_MANAGER=compiz-decorator
~ $ compiz-decorator
compiz: No RandR extension
~ $ The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 589 error_code 190 request_code 157 minor_code 8)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)


Code:

gentoo ~ # ldd `which compiz`
        linux-gate.so.1 =>  (0xffffe000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7ec2000)
        libz.so.1 => /lib/libz.so.1 (0xb7eb0000)
        libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xb7ead000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb7eaa000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7ea5000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7ea1000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7e98000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7e95000)
        libstartup-notification-1.so.0 => /usr/lib/libstartup-notification-1.so.0 (0xb7e8d000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb7e84000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb7e6d000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb7e6a000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7e64000)
        libGL.so.1 => //usr//lib/opengl/nvidia/lib/libGL.so.1 (0xb7dd8000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7ceb000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7cdd000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7cd9000)
        libm.so.6 => /lib/libm.so.6 (0xb7cb4000)
        libc.so.6 => /lib/libc.so.6 (0xb7b97000)
        libGLcore.so.1 => //usr//lib/opengl/nvidia/lib/libGLcore.so.1 (0xb7312000)
        libnvidia-tls.so.1 => //usr//lib/opengl/nvidia/lib/libnvidia-tls.so.1 (0xb7310000)
        /lib/ld-linux.so.2 (0xb7f09000)


xorg.conf
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option "AIGLX" "true"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "unix/:-1" # local font server
EndSection

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

Section "ServerFlags"
    Option    "Xinerama" "1"
    Option    "AIGLX"    "on"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/psaux"
        Option "ZAxisMapping" "4 5"
        Option  "buttons" "7"
EndSection


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "KDS"
        ModelName    "Rad5"
        HorizSync   30.0 - 60.0
        VertRefresh 55.0 - 75.0
        Option       "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "KDS"
        ModelName    "Rad5"
        HorizSync   30.0 - 60.0
        VertRefresh 55.0 - 75.0
        Option       "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "Geforce 6200"
        BusID       "PCI:2:0:0"
        VideoRam    262144
        Screen      0
        #Option     "RandRRotation" "on"
        Option     "RenderAccel"  "True"
        Option     "XAANoOffscreenPixmaps" "true"
       #Option     "DRI"     "true"
        Option     "HWcursor"
        Option     "CursorShadow"
        Option     "CursorShadowAlpha" "32"
        Option     "CursorShadowXOffset" "3"
        Option     "CursorShadowYOffset" "3"
        Option     "AddARGBGLXVisuals" "True"
        Option     "AllowGLXWithComposite" "True"
        #Option    "ConnectedMonitor" "CRT,CRT"
        #Option    "TwinView"
        #Option    "MetaModes"  "1024x768,1024x768; 1024x768"
        #Option    "SecondMonitorHorizSync"     "UseEdidFreqs"
        #Option    "SecondMonitorVertRefresh"   "UseEdidFreqs"
        #Option    "TwinViewOrientation"   "RightOf"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "Geforce 6200"
        BusID       "PCI:2:0:0"
        VideoRam    262144
        Screen      1
        #Option    "RandRRotation" "on"
        Option     "XAANoOffscreenPixmaps" "true"
       #Option     "DRI"     "true"
        Option     "RenderAccel"  "True"
        Option     "HWcursor"
        Option     "CursorShadow"
        Option     "CursorShadowAlpha" "32"
        Option     "CursorShadowXOffset" "3"
        Option     "AddARGBGLXVisuals" "True"
        Option     "AllowGLXWithComposite" "True"
        Option     "CursorShadowYOffset" "3"
        #Option    "ConnectedMonitor" "CRT,CRT"
        #Option    "TwinView"
        #Option    "MetaModes"  "1024x768,1024x768; 1024x768"
        #Option    "SecondMonitorHorizSync"     "UseEdidFreqs"
        #Option    "SecondMonitorVertRefresh"   "UseEdidFreqs"
        #Option    "TwinViewOrientation"   "RightOf"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        Option         "DisableGLXRootClipping" "True"
        Option         "RenderAccel" "True"
        Option         "NoRenderExtension" "False"
        Option         "AllowGLXWithComposite" "True"
        Option         "UseEdidFreqs" "True"
        Option         "AddARGBGLXVisuals" "True"
        SubSection "Display"
            Viewport    0 0
            Depth       24
            Modes       "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
        Monitor         "Monitor1"
        DefaultDepth    24
        Option         "RenderAccel" "True"
        Option         "NoRenderExtension" "False"
        Option         "AllowGLXWithComposite" "True"
        Option         "UseEdidFreqs" "True"
        Option         "AddARGBGLXVisuals" "True"
        Option         "DisableGLXRootClipping" "True"
        SubSection "Display"
            Viewport    0 0
            Depth       24
            Modes       "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

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


Xorg.0.log
Code:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-gentoo-r1 i686
Current Operating System: Linux gentoo.easyshellz.com 2.6.18-gentoo-r1 #1 PREEMPT Tue Oct 17 11:39:56 EDT 2006 i686
Build Date: 24 October 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 26 08:31:04 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/CID/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        unix/:-1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "1"
(**) Option "AIGLX" "true"
(**) Xinerama: enabled
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01ea card 1565,1400 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1565,1400 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1565,1400 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1565,1400 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1565,1400 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1565,3400 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1565,3400 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1565,2301 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1565,8201 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1565,3400 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,0221 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xe4000000 - 0xe6ffffff (0x3000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation GeForce 6200 rev 161, Mem @ 0xe4000000/24, 0xd0000000/28, 0xe5000000/24
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [1] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [4] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [5] -1  0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [6] -1  0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [7] -1  0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [8] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [9] -1  0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [10] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [1] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [4] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [5] -1  0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [6] -1  0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [7] -1  0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [8] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [9] -1  0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [10] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [5] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [7] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [13] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [14] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [15] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [16] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9626
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.1.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9626
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-9626  Wed Sep 20 16:41:00 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [5] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [7] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [13] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [14] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [15] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [16] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [5] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [7] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [10] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [16] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [20] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [21] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "HWcursor"
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Option "CursorShadow"
(**) NVIDIA(0): Option "CursorShadowAlpha" "32"
(**) NVIDIA(0): Option "CursorShadowXOffset" "3"
(**) NVIDIA(0): Option "CursorShadowYOffset" "3"
(**) NVIDIA(0): Option "UseEdidFreqs" "True"
(**) NVIDIA(0): Option "NoRenderExtension" "False"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Option "DisableGLXRootClipping" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Cursor shadow alpha = 32
(**) NVIDIA(0): Cursor shadow offset = 3
(**) NVIDIA(0): Cursor shadow offset = 3
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     enabled on all display devices.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 at PCI:2:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.05.01
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:2:0:0:
(--) NVIDIA(0):     RDS RadiusRad-5 (CRT-0)
(--) NVIDIA(0):     RDS RadiusRad-5 (CRT-1)
(--) NVIDIA(0): RDS RadiusRad-5 (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): RDS RadiusRad-5 (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 84); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "HWcursor"
(**) NVIDIA(1): Option "RenderAccel" "True"
(**) NVIDIA(1): Option "CursorShadow"
(**) NVIDIA(1): Option "CursorShadowAlpha" "32"
(**) NVIDIA(1): Option "CursorShadowXOffset" "3"
(**) NVIDIA(1): Option "CursorShadowYOffset" "3"
(**) NVIDIA(1): Option "UseEdidFreqs" "True"
(**) NVIDIA(1): Option "NoRenderExtension" "False"
(**) NVIDIA(1): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(1): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(1): Option "DisableGLXRootClipping" "True"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Enabling cursor shadow
(**) NVIDIA(1): Cursor shadow alpha = 32
(**) NVIDIA(1): Cursor shadow offset = 3
(**) NVIDIA(1): Cursor shadow offset = 3
(**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(1):     enabled on all display devices.
(II) NVIDIA(1): NVIDIA GPU GeForce 6200 at PCI:2:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 262144 kBytes
(--) NVIDIA(1): VideoBIOS: 05.44.a2.05.01
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce 6200 at PCI:2:0:0:
(--) NVIDIA(1):     RDS RadiusRad-5 (CRT-0)
(--) NVIDIA(1):     RDS RadiusRad-5 (CRT-1)
(--) NVIDIA(1): RDS RadiusRad-5 (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): RDS RadiusRad-5 (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(1): Assigned Display Device: CRT-1
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "1024x768"
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(1): DPI set to (86, 84); computed from "UseEdidDpi" X config
(--) NVIDIA(1):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after preInit:
        [0] 0   0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [1] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] 0   0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xe7002000 - 0xe7002fff (0x1000) MX[B]
        [8] -1  0       0xe7001000 - 0xe7001fff (0x1000) MX[B]
        [9] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [10] -1 0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
        [11] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [20] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [21] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [22] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [23] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [24] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used
(==) RandR enabled
(II) NVIDIA(1): Setting mode "1024x768"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(1): DPMS enabled
(WW) NVIDIA(1): Option "XAANoOffscreenPixmaps" is not used
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "7"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };
(II) Mouse0: ps2EnableDataReporting: succeeded


compiz-nvidia

Code:

# Start window decorator
gtk-window-decorator --replace &

# Start compiz
__GL_YIELD="NOTHING" compiz --replace --use-cow gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom screenshot water dbus


versions

Code:

emerge -s nvidia-drivers compiz
Searching...
[ Results for search key : nvidia-drivers ]
[ Applications found : 1 ]

*  x11-drivers/nvidia-drivers
      Latest version available: 1.0.9626
      Latest version installed: 1.0.9626
      Size of files: 26,034 kB
      Homepage:      http://www.nvidia.com/
      Description:   NVIDIA X11 driver and GLX libraries
      License:       NVIDIA


Searching...
[ Results for search key : compiz ]
[ Applications found : 1 ]

*  x11-wm/compiz
      Latest version available: 0.2.0
      Latest version installed: 0.2.0
      Size of files: 653 kB
      Homepage:      http://en.opensuse.org/Compiz
      Description:   compiz 3D composite- and windowmanager
      License:       X11


Ive been trying what seems to be everything from the many posts here. Please make suggestions. :)


Last edited by Dan on Tue Nov 07, 2006 5:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


Joined: 24 Feb 2006
Posts: 546
Location: 3rd Rock

PostPosted: Thu Oct 26, 2006 5:24 pm    Post subject: Reply with quote

if you go here and find the link for wiki at the top of the page
you will find a guide for nvidia
http://gentoo-xeffects.org/index.php

you don't have to use XGL or AIGLX with the new nvidia beta driver
_________________
Core i7 920 D0 | Asus P6T DLX | Patriot Viper 1600 6GB | Antec Quattro 850W
Geforce 8800GTX OC2 768MB | Dell 22" LCD | Koolance Exos2/Swiftech GTZ
GCC 4.6.1 | 3.7.x-geek | Xorg-7.4-x | KDE-4.7.x | Compiz
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Fri Oct 27, 2006 12:31 pm    Post subject: Reply with quote

So... aside from my xorg.conf that I posted that had ..
#Option "AIGLX" "on"
and
#Option "AIGLX" "true"
uncommented.... what else could it be?
I only uncommented those in one of my previous attempts to get it working.
They both are commented out and I still get the same problem.
I have followed the gentoo wiki and the gentoo-effects wiki which arent any different really.
I still get ...
~ $ compiz-nvidia
compiz: No RandR extension
~ $ The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 589 error_code 190 request_code 157 minor_code 8)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Back to top
View user's profile Send private message
kmare
l33t
l33t


Joined: 20 Nov 2004
Posts: 619
Location: Thessaloniki, Greece

PostPosted: Fri Oct 27, 2006 2:08 pm    Post subject: Reply with quote

i had the same problem till i added:
Code:
Option       "RandR" "on"

to the Section "ServerFlags" in my /etc/X11/xorg.conf
_________________
Never argue with an idiot. They will only pull you down to their level, then beat you with experience.
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Fri Oct 27, 2006 2:24 pm    Post subject: Reply with quote

Thanks, Ill try it..
I just added xcomposite and aiglx to my global USE flags and its recompiling xorg-server metacity kdebase and kdelibs right now.. I'll let ya know how it turns out in a while. :)
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Mon Oct 30, 2006 3:27 pm    Post subject: Reply with quote

still the same :(
~ $ compiz-nvidia
compiz: No RandR extension
~ $ The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 597 error_code 190 request_code 157 minor_code 8)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

It works fine on my home box but not this one, The only difference i can see is that Im using 2 monitors here.
Is that my issue?
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Tue Oct 31, 2006 3:33 pm    Post subject: Reply with quote

well I have found that if I remove xinerama from serverflags compiz&gtk-window-decorator work :)
so... Does anyone know If there is a way to make xinerama and compiz co-exist?
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Wed Nov 01, 2006 1:45 pm    Post subject: Solved kinda... Reply with quote

from what I have found, as of this date ... xorgs xinreama extension doesnt work with compiz ... I did find this patch but couldnt use it. http://lists.freedesktop.org/archives/compiz/2006-May/000173.html At this time nvidia's version of xinerama=Twinview does work with aiglx so using the twinview instead of xinerama works fine.... The only real down side of this that I have found so far is centering is done between the 2 monitors and not on one (right or left) and when you maximize a window it maximizes across both screens and not one (right or left).
maybe that will be fixed soon. :)



using beryl solved this issue.. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum