Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiz, libGLcore and composite
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
joakim
n00b
n00b


Joined: 26 Mar 2006
Posts: 2

PostPosted: Sun Mar 26, 2006 3:19 am    Post subject: Compiz, libGLcore and composite Reply with quote

Good evening,

I'm having a bit of a trouble with trying to get Xgl to work. Everything went almost perfect to compile and so, but now that I'm trying to start Compiz it complains over that there is no composite extension. However, when i enable the composite extension in xorg.conf, the GLX module is being unloaded and therefore Xgl don't work.

libGLcore aren't being loaded either..

Does anyone know what to do? Any help would probably be very useful as i installed gentoo just last week.

I've got the 8178 nvidia drivers for a FX5900 card btw.

xorg.conf with composite commented out:
Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
   InputDevice   "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
   
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/local"
   FontPath   "/usr/share/fonts/corefonts"
   FontPath   "/usr/share/fonts/TTF"
   FontPath   "/usr/share/fonts/default/ghostscript"
EndSection

Section "Module"
   Load   "ddc"
   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
# Load "speedo"
   Load   "type1"
   Load   "freetype"
   Load   "record"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules" "xorg"
   Option   "XkbModel" "pc105"
   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option   "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
   Identifier   "Serial Mouse"
   Driver   "mouse"
   Option   "Protocol" "Microsoft"
   Option   "Device" "/dev/ttyS0"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
   Identifier   "PS/2 Mouse"
   Driver   "mouse"
   Option   "Protocol" "IMPS/2"
   Option   "Device" "/dev/misc/psaux"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
   Option   "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier   "USB Mouse"
   Driver   "mouse"
   Option   "Device" "/dev/input/mice"
   Option   "SendCoreEvents" "true"
   Option   "Protocol" "IMPS/2"
   Option   "ZAxisMapping" "4 5"
   Option   "Buttons" "5"
EndSection

Section "InputDevice"
   Identifier   "Synaptics"
   Driver   "synaptics"
   Option   "Protocol" "event"
   Option   "Device" ""
   Option   "LeftEdge" "1900"
   Option   "RightEdge" "5400"
   Option   "TopEdge" "1900"
   Option   "BottomEdge" "4000"
   Option   "FingerLow" "25"
   Option   "FingerHigh" "30"
   Option   "MaxTapTime" "180"
   Option   "MaxTapMove" "220"
   Option   "VertScrollDelta" "100"
   Option   "MinSpeed" "0.02"
   Option   "MaxSpeed" "0.10"
   Option   "AccelFactor" "0.0010"
   Option   "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "SyncMaster"
   DisplaySize  380   300
   HorizSync    30.0 - 81.0
   VertRefresh  56.0 - 75.0
   Option       "dpms"
EndSection

Section "Device"
   Identifier   "nvidia0"
   Driver   "nvidia"
   VendorName  "Videocard vendor"
   BoardName   "NVIDIA GeForce FX (generic)"
   Option "NoLogo" "true"
   Option "NvAGP" "1"
  VideoRam   65536
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "nvidia0"
   Monitor   "Monitor0"
   DefaultColorDepth 16
   SubSection "Display"
      Depth   1
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   32
      Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
 Group      "video"
 Mode      0666
EndSection

#Section "Extensions"
#   Option "Composite" "true"
#EndSection



Xorg.0.log:


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-gentoo-r1 i686
Current Operating System: Linux localhost 2.6.15-gentoo-r1 #1 SMP PREEMPT Wed Mar 22 01:18:19 CET 2006 i686
Build Date: 24 March 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: Sun Mar 26 04:58:41 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "nvidia0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
   Using the first mouse device.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/misc,/usr/share/fonts/local,/usr/share/fonts/corefonts,/usr/share/fonts/TTF,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(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.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(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.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0648 card 0000,0000 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0963 card 0000,0000 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1462,5850 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1462,5850 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1462,5850 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 1462,5850 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1462,5470 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:06:0: chip 168c,0013 card 1385,4d00 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:08:0: chip 1102,0004 card 1102,1002 rev 04 class 04,01,00 hdr 80
(II) PCI: 00:08:1: chip 1102,7003 card 1102,0060 rev 04 class 09,80,00 hdr 80
(II) PCI: 00:08:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 00:0b:0: chip 10b9,5459 card 16be,1003 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0331 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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xddd00000 - 0xdfefffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xcda00000 - 0xddbfffff (0x10200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV35 [GeForce FX 5900] rev 161, Mem @ 0xde000000/24, 0xd0000000/27, BIOS @ 0xdfee0000/17
(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   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -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   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [1] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [2] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [3] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [4] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [5] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [6] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [7] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [8] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [9] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [10] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [13] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [15] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [16] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [17] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [18] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [1] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [2] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [3] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [4] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [5] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [6] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [7] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [8] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [9] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [10] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [13] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [15] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [16] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [17] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [18] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [6] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [7] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [8] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [9] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [10] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [11] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [12] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [13] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [14] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [15] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [21] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [22] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [23] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [24] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [25] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXLastContext
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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: "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.8178
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(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.0.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8178
   Module class: XFree86 Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.4
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA X Driver  1.0-8178  Wed Dec 14 16:25:22 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [6] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [7] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [8] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [9] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [10] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [11] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [12] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [13] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [14] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [15] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [21] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [22] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [23] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [24] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [25] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [6] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [7] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [8] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [9] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [10] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [11] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [12] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [13] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [14] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [15] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [24] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [25] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [26] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [27] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [28] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
   [29] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [30] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDE000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5900
(--) NVIDIA(0): VideoBIOS: 04.35.20.45.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): CRT-0: maximum pixel clock: 400 MHz
(II) NVIDIA(0): Frequency information for CRT-0:
(II) NVIDIA(0):   HorizSync   : 30.000-81.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-75.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-81.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config option
(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.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(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.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
   [1] 0   0   0xde000000 - 0xdeffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xdfffb700 - 0xdfffb7ff (0x100) MX[B]
   [8] -1   0   0xdfffa000 - 0xdfffafff (0x1000) MX[B]
   [9] -1   0   0xdfff4000 - 0xdfff7fff (0x4000) MX[B]
   [10] -1   0   0xdfffb800 - 0xdfffbfff (0x800) MX[B]
   [11] -1   0   0xdffe0000 - 0xdffeffff (0x10000) MX[B]
   [12] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B]
   [13] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [14] -1   0   0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
   [15] -1   0   0xdfffc000 - 0xdfffcfff (0x1000) MX[B]
   [16] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [17] -1   0   0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
   [18] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [19] -1   0   0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
   [20] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [21] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [22] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [27] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [28] -1   0   0x0000d800 - 0x0000d83f (0x40) IX[B]
   [29] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX[B]
   [30] -1   0   0x00000c00 - 0x00000c1f (0x20) IX[B]
   [31] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [32] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(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
(==) 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 LBX
(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 "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 "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "grp:toggle,grp_led:scroll"
(**) Keyboard0: XkbOptions: "grp:toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) Option "Protocol" "Microsoft"
(**) Serial Mouse: Device: "/dev/ttyS0"
(**) Serial Mouse: Protocol: "Microsoft"
(**) Option "SendCoreEvents" "true"
(**) Serial Mouse: always reports core events
(**) Option "CorePointer"
(**) Serial Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Serial Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Serial Mouse: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Serial Mouse: Buttons: 11
(**) Serial Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "Serial Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
(II) 3rd Button detected: disabling emulate3Button
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Sun Mar 26, 2006 4:10 am    Post subject: Reply with quote

Moved from Desktop Environments to Unsupported Software.
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sun Mar 26, 2006 5:49 am    Post subject: Reply with quote

remove Load "dri"
you dont need to enable xorgs composite extension.
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Sun Mar 26, 2006 10:31 am    Post subject: Reply with quote

You could try adding
Code:
Option "AllowGLXWithComposite" "True"

in the Device section.
_________________
What are you, stupid?
Back to top
View user's profile Send private message
joakim
n00b
n00b


Joined: 26 Mar 2006
Posts: 2

PostPosted: Sun Mar 26, 2006 12:37 pm    Post subject: Reply with quote

Thanks! It worked!

Getting some weird green colours and shit now though.. gonna search for what that can be.
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Sun Mar 26, 2006 1:49 pm    Post subject: Reply with quote

remove 'Laod glcore' too and READ THE README!!!!

IT IS EVERYTHING EXPLAINED THERE!

WHY DID YOU NOT READING IT IN THE FIRST CASE?
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
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