Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiz Fusion [HOWTO]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 10, 11, 12, 13, 14  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Sep 15, 2007 11:38 pm    Post subject: Reply with quote

just guessing, but have you installed the xeffects overlay?
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
cocoliso
n00b
n00b


Joined: 07 Mar 2004
Posts: 68

PostPosted: Tue Sep 18, 2007 2:29 am    Post subject: Reply with quote

Schmolch wrote:
Can anybody plz tell me why i have only 3 compiz ebuilds in my portage-tree?

Code:
localhost sascha # emerge -s compiz
Searching...   
[ Results for search key : compiz ]
[ Applications found : 3 ]
 
*  x11-apps/compiz-settings
      Latest version available: 0.07
      Latest version installed: 0.07
      Size of files: 1,124 kB
      Homepage:      http://forum.go-compiz.org/viewtopic.php?t=153
      Description:   Configuration tool for compiz window manager
      License:       GPL-2

*  x11-plugins/compiz-extra
      Latest version available: 0.3.6.0
      Latest version installed: [ Not Installed ]
      Size of files: 620 kB
      Homepage:      http://www.go-compiz.org/index.php?title=Download
      Description:   Compiz extra third party plugins
      License:       GPL-2

*  x11-wm/compiz
      Latest version available: 0.5.2
      Latest version installed: 0.5.2
      Size of files: 1,736 kB
      Homepage:      http://www.compiz.org/
      Description:   3D composite- and windowmanager
      License:       GPL-2 LGPL-2.1 MIT




you should install x11-wm/compiz
_________________
Computers are useless.
Back to top
View user's profile Send private message
noice
Guru
Guru


Joined: 05 Dec 2005
Posts: 473
Location: italia, Ischia

PostPosted: Wed Sep 19, 2007 12:45 pm    Post subject: Reply with quote

Stormkings wrote:
Well, I can't replace kwin with compiz-fusion. It doesn't work and keeps on telling me this:
Code:
compiz (core) - Error: Another window manager is already running on screen: 0
compiz (core) - Fatal: No manageable screens found on display :0


i've the same problem on amd64 with fusion-icon..
driver nvidia version: 1.0.9639 (nvidia GeForce4 440go)
xorg-x11 version: 7.2
how can i solve? thanks..
_________________
Noice

when you post remove comments
Code:
grep -vh '^[[:space:]]*\(#\|$\)' "$@"
Back to top
View user's profile Send private message
Bazurbat
n00b
n00b


Joined: 15 Sep 2007
Posts: 19

PostPosted: Wed Sep 19, 2007 3:17 pm    Post subject: Reply with quote

I've managed to get compiz-fusion working.
System: AthlonXP (32bit), ATI Radeon 9600 Pro (fglrx 8.40.4), xgl-0.0.1_pre20070105, xeffects overlay

/usr/local/bin/startxgl, modified startx, changed line: xinit ... X ... -deferglyphs 16 to:
Code:

xinit $clientargs -- /usr/bin/Xgl -accel xv:pbo -accel glx:pbuffer $serverargs -deferglyphs 16 &

~/.xinitrc
Code:

export KDEWM="compiz-fusion"
exec startkde

/usr/local/bin/compiz-fusion
Code:

LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so compiz --replace ccp &
emerald --replace &

Composite extension enabled; eselect opengl set ati enabled

I've followed many howto's and tried different approaches, so there is my findings:


  • xgl and compiz-fusion howto's on gentoo-wiki is largely outdated
  • Compiling libX11 with xcb is unnecessary
  • adding dbus-launch to kde is unnecessary
  • recompiling with opengl set to x11 or ati made no difference


Basically after some unsuccessful attempts I've unmerged compiz, emerald, plugins, etc which compiz-fusion pulls as dependencies, remerged xgl, and compiz-fusion again with just: emerge -av compiz-fusion. Important point is that I've deleted old compiz settings and old session files from kde profile dir. Before that I've had many issues with kdesktop crashes, wrong transparency, black/white screen etc. Started a new with above scripts.

Some issues are left: screensaver window is offset from topleft corner, computer locks (only bank screen and cursor, kb and mouse not work) when X shutdowns.

I hope this'll help someone.
Back to top
View user's profile Send private message
_dA_CyANIDe
Apprentice
Apprentice


Joined: 30 Mar 2005
Posts: 196
Location: Czech Republic

PostPosted: Wed Sep 19, 2007 10:00 pm    Post subject: Reply with quote

Hello,

i have no windows decorations while i'm using compiz-fusion 0.5.2.

Here is my X.Org conf.

Code:
 

#Section "InputDevice"
#    Identifier "Mouse2"
#    Option "Protocol" "Auto"
#    Driver "evdev"
#    Option "Name" "Logitech"
#    Option "Device" "/dev/input/mouse1"
#EndSection

Section "ServerLayout"

#   InputDevice "Mouse2" "CorePointer"
    Identifier     "Simple Layout"
    Screen         "Screen1" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Mouse1" "AlwaysCore"
    InputDevice    "Keyboard1" "CoreKeyboard"
#    Option         "AIGLX" "false"
EndSection

Section "Files"

# The module search path.  The default path is shown here.
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/artwiz"
    FontPath        "/usr/share/fonts/corefonts"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/unifont"
EndSection

Section "Module"
    SubSection     "extmod"
        Option         "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load           "type1"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "dbe"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail"
EndSection

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "cz"
EndSection

Section "InputDevice"

#    Option "Protocol" "Auto"
    Identifier     "Mouse1"
    Driver         "evdev"
    Option         "Name" "Logitech USB Receiver"
EndSection

Section "Monitor"

    # DisplaySize 269 201 # 96 DPI @ 1024x768
    # DisplaySize 302 227 # 96 DPI @ 1152x864
    # DisplaySize 336 252 # 96 DPI @ 1280x960
    # DisplaySize 336 269 # 96 DPI @ 1280x1024 (non 4:3 aspect)
    # DisplaySize 420 315 # 96 DPI @ 1600x1200
    Identifier     "Dell 2007FP"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "800x600@60.3" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection

Section "Device"
    Identifier     "Card1"
    Driver         "nvidia"
    Option         "AllowGLXWithComposite" "true"
EndSection

Section "Screen"

    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Dell 2007FP"
    DefaultDepth    24
    Option         "DPI" "96 x 96"
    Option         "RenderAccel" "true"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"

    SubSection     "Display"
        Depth       24
        Modes      "1600x1200@60" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

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




Here is X.Org log :

Code:



X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux a02-0741c 2.6.22-gentoo-r5 #3 SMP PREEMPT Sat Sep 15 04:33:36 GMT 2007 x86_64
Build Date: 01 September 2007
   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: Wed Sep 19 20:42:38 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "Dell 2007FP"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/TTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/artwiz,
   /usr/share/fonts/corefonts,
   /usr/share/fonts/Speedo,
   /usr/share/fonts/unifont
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7816e0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 0000,0000 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 10de,cb84 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 10de,cb84 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 10de,cb84 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 10de,cb84 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 10de,cb84 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 10de,cb84 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 10de,cb84 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 10de,cb84 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 10de,cb84 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1106,3044 card 15bd,1006 rev 80 class 0c,00,10 hdr 00
(II) PCI: 01:0a:0: chip 11ab,4320 card 15bd,100a rev 13 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 8086,0370 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 02:00:2: chip 8086,0372 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 03:0e:0: chip 9005,0285 card 9005,02a5 rev 00 class 01,04,00 hdr 00
(II) PCI: 07:00:0: chip 10de,0391 card 1458,3417 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [1] -1   0   0x0000a400 - 0x0000a4ff (0x100) IX[B]
   [2] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [3] -1   0   0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00008000 - 0x000080ff (0x100) IX[B]
   [1] -1   0   0x00008400 - 0x000084ff (0x100) IX[B]
   [2] -1   0   0x00008800 - 0x000088ff (0x100) IX[B]
   [3] -1   0   0x00008c00 - 0x00008cff (0x100) IX[B]
   [4] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [5] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [6] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [7] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xfd200000 - 0xfd7fffff (0x600000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xfdc00000 - 0xfddfffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:12:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [1] -1   0   0x00007400 - 0x000074ff (0x100) IX[B]
   [2] -1   0   0x00007800 - 0x000078ff (0x100) IX[B]
   [3] -1   0   0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
   [0] -1   0   0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:13:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
   [0] -1   0   0x00006000 - 0x000060ff (0x100) IX[B]
   [1] -1   0   0x00006400 - 0x000064ff (0x100) IX[B]
   [2] -1   0   0x00006800 - 0x000068ff (0x100) IX[B]
   [3] -1   0   0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
   [0] -1   0   0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Bus 6 prefetchable memory range:
   [0] -1   0   0xfd800000 - 0xfd8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:14:0), (0,7,7), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 7 I/O range:
   [0] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [1] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
   [2] -1   0   0x00005800 - 0x000058ff (0x100) IX[B]
   [3] -1   0   0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
   [0] -1   0   0xfa000000 - 0xfcffffff (0x3000000) MX[B]
(II) Bus 7 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,7), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xfd200000 - 0xfd5fffff (0x400000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (2:0:2), (2,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x00008000 - 0x000080ff (0x100) IX[B]
   [1] -1   0   0x00008400 - 0x000084ff (0x100) IX[B]
   [2] -1   0   0x00008800 - 0x000088ff (0x100) IX[B]
   [3] -1   0   0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xfd700000 - 0xfd7fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
   [0] -1   0   0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(--) PCI:*(7:0:0) nVidia Corporation G70 [GeForce 7600 GT] rev 161, Mem @ 0xfa000000/24, 0xd0000000/28, 0xfb000000/24, I/O @ 0x5c00/7
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) 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) Active PCI resource ranges:
   [0] -1   0   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [1] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [2] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [3] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [4] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [13] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [14] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [16] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [17] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [18] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [19] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [21] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [22] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [23] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [24] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [25] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [26] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [27] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [28] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [29] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [30] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [31] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [1] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [2] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [3] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [4] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [13] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [14] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [16] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [17] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [18] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [19] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [21] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [22] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [23] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [24] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [25] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [26] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [27] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [28] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [29] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [30] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [31] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](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   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [5] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [6] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [7] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [8] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [9] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [10] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [11] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [12] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [13] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [14] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [15] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [19] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [20] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [21] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [32] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [33] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [34] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [35] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [36] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [37] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.3.0, 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 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: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.3.0, 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/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 1.3.0, 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: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.19  Wed Sep 12 14:51:24 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.2
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:10:47 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 07:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib64/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
   compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(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   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [5] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [6] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [7] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [8] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [9] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [10] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [11] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [12] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [13] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [14] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [15] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [19] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [20] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [21] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [32] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [33] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [34] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [35] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [36] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [37] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](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   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [5] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [6] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [7] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [8] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [9] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [10] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [11] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [12] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [13] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [14] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [15] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [22] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [23] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [24] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [25] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [26] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [27] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [28] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [29] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [30] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [31] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [32] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [33] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [34] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [35] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [36] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [37] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [38] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [39] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [40] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](B)
   [41] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [42] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "RenderAccel" "true"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "DPI" "96 x 96"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Option "DisableGLXRootClipping" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GT (G73) at PCI:7:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.61.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7600 GT at PCI:7:0:0:
(--) NVIDIA(0):     DELL 2007FP (DFP-1)
(--) NVIDIA(0): DELL 2007FP (DFP-1): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL 2007FP (DFP-1): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1600x1200@60"
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B]
   [1] 0   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
   [2] 0   0   0xfa000000 - 0xfaffffff (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   0xfd200000 - 0xfd3fffff (0x200000) MX[B]
   [8] -1   0   0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
   [9] -1   0   0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
   [10] -1   0   0xfe02a000 - 0xfe02afff (0x1000) MX[B]
   [11] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [12] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [13] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [14] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [15] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [16] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [17] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [18] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
   [19] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [20] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [21] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [22] 0   0   0x00005c00 - 0x00005c7f (0x80) IX[B]
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [26] -1   0   0x0000ac00 - 0x0000ac7f (0x80) IX[B]
   [27] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [28] -1   0   0x0000c000 - 0x0000c00f (0x10) IX[B]
   [29] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [30] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [31] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [32] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [33] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [34] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [35] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [36] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [37] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [38] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [39] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
   [40] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [41] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [42] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [43] -1   0   0x0000fc00 - 0x0000fc1f (0x20) IX[B]
   [44] -1   0   0x00005c00 - 0x00005c7f (0x80) IX[B](B)
   [45] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [46] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1600x1200@60"
(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
(II) Loading extension NV-CONTROL
(==) RandR enabled
(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 XAccessControlExtension
(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
(WW) Option "Protocol" requires an string value
(**) Mouse0: Device: "/dev/input/mice"
(==) Mouse0: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) evdev brain: Rescanning devices (1).
(**) Option "AlwaysCore"
(**) Mouse1-usb-0000:00:02.0-4/input0: always reports core events
(II) Mouse1-usb-0000:00:02.0-4/input0: Found 4 relative axes.
(II) Mouse1-usb-0000:00:02.0-4/input0: Configuring as pointer.
(**) Mouse1-usb-0000:00:02.0-4/input0: HWHEELRelativeAxisButtons: 6 7.
(**) Mouse1-usb-0000:00:02.0-4/input0: WHEELRelativeAxisButtons: 4 5.
(II) Mouse1-usb-0000:00:02.0-4/input0: Found 16 mouse buttons
(**) Mouse1-usb-0000:00:02.0-4/input0: Configuring 4 relative axes.
(II) Mouse1-usb-0000:00:02.0-4/input0: Configured 20 mouse buttons
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "cz"
(**) Keyboard1: XkbLayout: "cz"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1-usb-0000:00:02.0-4/input0" (type: MOUSE)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Mouse1-usb-0000:00:02.0-4/input0: 4 valuators.
(**) evdev_btn.c (166): Registering 20 buttons.
(II) Mouse1-usb-0000:00:02.0-4/input0: Init
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) evdev brain: Rescanning devices (2).
(II) Mouse1-usb-0000:00:02.0-4/input0: On
(II) Mouse1-usb-0000:00:02.0-4/input0: Off
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1600x1200@60"
(II) Mouse1-usb-0000:00:02.0-4/input0: On
(II) evdev brain: Rescanning devices (3).
(II) Mouse0: ps2EnableDataReporting: succeeded


Here is error...

Code:


fusion-icon &
[2] 15583

 * Detected Session: kde
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * KWin is already running

 * Setting window manager to Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
inotify_add_watch: No such file or directory
compiz (core) - Warn: No GLXFBConfig for depth 32
compiz (core) - Warn: No GLXFBConfig for depth 32
compiz (core) - Warn: No GLXFBConfig for depth 32
compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
compiz (cubecaps) - Warn: Failed to load image: compizcap.png



I have no idea what is wrong.

Thank for you help.
_________________
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Back to top
View user's profile Send private message
Bazurbat
n00b
n00b


Joined: 15 Sep 2007
Posts: 19

PostPosted: Thu Sep 20, 2007 5:39 am    Post subject: Reply with quote

If effects (cube, wobbly windows) are here, but no window decorations, try to run
Code:
DISPLAY=:0 emerald --replace
from console.
Back to top
View user's profile Send private message
_dA_CyANIDe
Apprentice
Apprentice


Joined: 30 Mar 2005
Posts: 196
Location: Czech Republic

PostPosted: Thu Sep 20, 2007 9:26 am    Post subject: Reply with quote

Yes, effects are ok.

Code:

DISPLAY=:0 emerald --replace &
[2] 10805

(emerald:10805): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed


_________________
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Back to top
View user's profile Send private message
Bazurbat
n00b
n00b


Joined: 15 Sep 2007
Posts: 19

PostPosted: Fri Sep 21, 2007 6:03 am    Post subject: Reply with quote

Wow. Something compiled in a wrong way. Try kde-window-decorator or gtk-window-decorator instead of emerald if you have them. Maybe you have broken linker dependencies, try also revdep-rebuild.
Back to top
View user's profile Send private message
Phoenix591
Guru
Guru


Joined: 17 Sep 2007
Posts: 487

PostPosted: Sat Sep 22, 2007 2:33 am    Post subject: Reply with quote

edit:sorry wrong topic (lost track of which tab i had selected :oops: )

Last edited by Phoenix591 on Sat Sep 22, 2007 4:08 am; edited 1 time in total
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 411

PostPosted: Sat Sep 22, 2007 3:26 am    Post subject: Reply with quote

I've had working compiz fusion until I emerged fusion-icon yesterday. Now everything except mouse pointer freeze when kde loads wm. I have already unmerged fusion-icon, recompiled everything, but it still freezes...
Back to top
View user's profile Send private message
meron
n00b
n00b


Joined: 16 Mar 2004
Posts: 46
Location: Nijmegen, NL

PostPosted: Sat Sep 22, 2007 8:59 am    Post subject: rotate cube with middle mouse button Reply with quote

I just installed the git-version of compiz-fusion and as always everything worked fine. (I'm still waiting for the Big Crash, since
everything i install always works perfectly and that just can't be true)

But... with Beryl I could flip the cube with my middle mouse button. However, with compiz-fusion, this doesn't work and I can't figure
out how to get it to work. Is there anyone who can help me with this?

btw: I'm using gnome

thanks,
meron
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Sep 22, 2007 12:36 pm    Post subject: Reply with quote

Quote:
But... with Beryl I could flip the cube with my middle mouse button. However, with compiz-fusion, this doesn't work and I can't figure
out how to get it to work.


at least that's easy - turn on "Viewport mouse switch" in
Desktop settings
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Sat Sep 22, 2007 4:57 pm    Post subject: Reply with quote

I followed the instructions here:
http://wiki.gentoo-xeffects.org/Compiz_Fusion#Gnome_Users

When I start Gnome I have no window decorations. When I type in a console 'compiz-fusion' (NOTE: created at the section for KDE) it starts, but with 'compiz' it doesn't. I have the cube and all but no window decorator. I need to type 'gtk-window-decorator' in a console to start it. When I set abovementioned 'compiz-fusion' as the WINDOW_MANAGER compiz starts with the cube and effects but again no window decorator. In addition it doesn't render any wallpaper.

Suggestions?
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 411

PostPosted: Sat Sep 22, 2007 7:29 pm    Post subject: Reply with quote

I have solved my problem by deleting ~/kde/share/config/compizrc. It seems that negative plugin was the problem, because in moment when that plugin should be loaded freeze would happen.

Btw. is there any solution for panel tray icons (like superkaramba, klaptopdaemon icon) disappearing?

@thomasvk In settings for window decoration plugin there is a field where you can type command for decorator you want to use. i.e. i typed emerald.

EDIT

Found solution for tray icons. I am not using compiz-start to start compiz any more, but fusion-icon, and I am strating it from ~/.kde/Autostart. This could be also solution for you thomasvk.


Last edited by deno on Sun Sep 23, 2007 6:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
nabla²
Apprentice
Apprentice


Joined: 17 May 2005
Posts: 280

PostPosted: Sun Sep 23, 2007 5:05 pm    Post subject: Reply with quote

One need to start emerald to get window decoration, right? Then this is missing in the start script on the xeffects wiki. It is locked.
_________________
Gentoo on Intel Core Duo 2 E6750, Gigabyte P35-DS3P, NVIDIA 8800GTS (amd64)
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 411

PostPosted: Sun Sep 23, 2007 6:28 pm    Post subject: Reply with quote

You don't need to start emerald, you can also start any other window decorator. and you don't have to start emerald from the start scrip as i mentioned above.

btw my problem with tray icons still persist, but now they don't disappear each time.
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Mon Sep 24, 2007 9:14 am    Post subject: Reply with quote

Thanks for your suggestion, deno. This indeed works and when Gnome starts I get a nice Window Decorator now. :) I used the command 'gtk-window-decorator' instead of 'emerald'. I don't know what the difference is, but it works. :-P

The problem of the wallpaper still remains. When Gnome starts the splash screen remains as 'wallpaper' with a black background. When I go to the Desktop Background dialog the wallpaper suddenly does appear.

Edit:
Additionally, I noticed that windows do not have shadows in Gnome. The settings are correct and in KDE shadows are rendered.

Edit2:
Maybe I should look a bit better before making a post. :) gtk-window-decorator is quite plain and doesn't have any themes I think. Emerald has theming and has more features. Also, 'emerald' does show shadows. My current problem, my panel shows a shadow too. :P
Back to top
View user's profile Send private message
FMulder
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2004
Posts: 83
Location: Cagliari, Italy

PostPosted: Thu Sep 27, 2007 5:05 pm    Post subject: Reply with quote

I have this error when I try to run fusion-icon

Code:
 * Detected Session: gnome
 * Searching for installed applications...
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
 * Using the GTK Interface
 * Starting Compiz
Traceback (most recent call last):
  File "/usr/bin/fusion-icon", line 58, in ?
    choose_interface(try_first=options.interface)
  File "usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 89, in choose_interface
  File "usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 35, in import_interface
  File "usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/__init__.py", line 3, in <module>
  File "usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py", line 213, in <module>
  File "usr/lib/python2.5/site-packages/FusionIcon/start.py", line 34, in init
  File "usr/lib/python2.5/site-packages/FusionIcon/util.py", line 171, in start
  File "usr/lib/python2.5/site-packages/FusionIcon/execute.py", line 41, in run
  File "/usr/lib/python2.5/subprocess.py", line 443, in call
    return Popen(*args, **kwargs).wait()
  File "/usr/lib/python2.5/subprocess.py", line 593, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1079, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory



I tried to do switch back to python 2.4, and back again to 2.5, using python-updater each time... and I also tried to do emerge -e fusion-icon... but nothing..

I don't have this error if I launch fusion-icon with "-n" option, so that it doesn't try to start compiz... but compiz works if I do compiz-start!! :?

solutions?

SOLVED!!! For some strange reason when I did an "emerge --depclean" after a general upgrade my system deleted sys-process/psmisc that is not listed in the system package, and is not required as a dependency by any package :? I re-emerged that and now it works
_________________
Chi rinuncia ai sogni, è destinato a morire
--> Jim Morrison
Back to top
View user's profile Send private message
mmadmaxx
n00b
n00b


Joined: 05 Oct 2007
Posts: 9

PostPosted: Mon Oct 08, 2007 2:26 pm    Post subject: Reply with quote

Hey I have a problem and i really don't know what it is.
When I run this
Code:
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace ccp --sm-disable &

I get
Code:
compiz (core) - Fatal: Couldn't open display :1

:(
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Mon Oct 08, 2007 2:51 pm    Post subject: Reply with quote

mmadmaxx wrote:
Hey I have a problem and i really don't know what it is.
When I run this
Code:
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace ccp --sm-disable &

I get
Code:
compiz (core) - Fatal: Couldn't open display :1

:(

what about DISPLAY=:0 ?
Back to top
View user's profile Send private message
mmadmaxx
n00b
n00b


Joined: 05 Oct 2007
Posts: 9

PostPosted: Mon Oct 08, 2007 3:06 pm    Post subject: Reply with quote

Ok there is something really wrong i think :wink:

Code:
$ LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/
DISPLAY=:0 compiz --replace ccp --sm-disable &


Code:
$ compiz (core) - Fatal: No GLXFBConfig for
default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0


Is there a easy way to remove the whole compiz thing?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Oct 08, 2007 4:03 pm    Post subject: Reply with quote

Code:
emerge --unmerge --quiet compiz-bcop libXcomposite compiz libcompizconfig compiz-fusion-plugins-main compizconfig-backend-kconfig compiz-fusion-plugins-extra compiz-fusion-plugins-atlantis compiz-fusion-plugins-threed compiz-fusion-plugins-unsupported compizconfig-python compizconfig-backend-gconf ccsm emerald emerald-themes compiz-fusion && emerge --quiet compiz-bcop libXcomposite compiz libcompizconfig compiz-fusion-plugins-main compizconfig-backend-kconfig compiz-fusion-plugins-extra compiz-fusion-plugins-atlantis compiz-fusion-plugins-threed compiz-fusion-plugins-unsupported compizconfig-python compizconfig-backend-gconf ccsm emerald emerald-themes compiz-fusion
copy & paste :idea: :wink:

that will remove & reinstall it
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
mmadmaxx
n00b
n00b


Joined: 05 Oct 2007
Posts: 9

PostPosted: Tue Oct 09, 2007 8:07 am    Post subject: Reply with quote

Thank you,

but compitz doesn't want to start. Now i get that:

Code:
$ LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:0 compiz gconf
compiz (core) - Error: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz (core) - Fatal: No manageable screens found on display :0


I'm using xfce4 if that is important.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 9:03 am    Post subject: Reply with quote

first off - what are you using - xgl ?

then try

Code:
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace ccp --sm-disable &


if you're using nvidia - try:

Code:
compiz --replace ccp --sm-disable &

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
cuchumino
Guru
Guru


Joined: 24 Nov 2004
Posts: 428

PostPosted: Fri Nov 02, 2007 1:30 pm    Post subject: Reply with quote

I got compiz to work by using the following command.
Code:
compiz --replace ccp --sm-disable


but if that doesn't work, i used this as well.

Code:
compiz --replace ccp & gtk-window-decorator --replace &



and it works just the same for me. Except now i get an error after running that. it states...

Code:
NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).
NVIDIA: Direct rendering failed; attempting indirect rendering.


Anyone know if this is good, bad, or if i should just ignore it. heh.
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
Goto page Previous  1, 2, 3 ... 10, 11, 12, 13, 14  Next
Page 11 of 14

 
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