LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Desktop effects could not be enabled - Nvidia - Compiz (https://www.linuxquestions.org/questions/linux-desktop-74/desktop-effects-could-not-be-enabled-nvidia-compiz-624331/)

arthur42dent 02-27-2008 07:27 PM

Desktop effects could not be enabled - Nvidia - Compiz
 
Hello all.

I have yet another problem. I am running Ubuntu Gusty with a GeForce 7200 GS PCI express card. Until recently I have been able to run the "normal" desktop effects nicely and "extra" ran kinda choppy. What i wanted was the complete 3D desktop experience (the multi-desktop cube thing). So I installed the NVIDIA-Linux-x86-169.12-pkg1.run hopeing for smoother video and the 3d cube option (which I have been unable to locate as of yet). Unfortunately I now cannot even enable "normal" desktop effects. I get the "Desktop effects could not be enabled" message. I'm worse off then when I started. Can anyone tell me how to clean up my mess and how to enable full 3D effects. can my card even handle effects like that? please let me know. I'm still a bit of a newbie so if you need any output for xorg.conf or the like please let me know how to do so and it will be posted asap.

Thanks in advance.

"In a world without walls and fences who needs Windows and Gates?"

{BBI}Nexus{BBI} 02-27-2008 09:38 PM

This deals with desktop effects and compizfusion: https://help.ubuntu.com/7.10/desktop-effects/C/

arthur42dent 02-27-2008 10:00 PM

Nope.
 
Thanks for your reply but frankly that link is of little use. It says that if I get the "Desktop effects could not be enabled" message than my card dose not support 3d effects. This is not the case here. I was running some effects and wanted more effects but I messed up and now I can't get anything. I've not changed the card, just the driver. I've tried the drivers I was using before with no luck. I still can't enable desktop effects. Any help would be appreciated. Thanks

{BBI}Nexus{BBI} 02-27-2008 10:10 PM

Post the contents of your Xorg.conf to this forum.

arthur42dent 02-27-2008 11:00 PM

xorg.conf
 
With pleasure. :)

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
Load "glx"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Failsafe Device"
Boardname "NVIDIA GeForce 7 Series"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Vendorname "NVIDIA"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1680x1050"
Horizsync 31.5-65.5
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1680 1050
Modes "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "device" #
Identifier "device1"
Boardname "NVIDIA GeForce 7 Series"
Busid "PCI:1:0:0"
Driver "nv"
Screen 1
Vendorname "NVIDIA"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection

{BBI}Nexus{BBI} 02-28-2008 12:32 AM

Quote:

Originally Posted by arthur42dent (Post 3072223)
With pleasure. :)

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf

# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg

You are using vesa mode, that's why you can't get your desktop effects or compizfusion to work. You need to do as the above says and generate a new xorg.conf file. I'm not sure how you go about selecting your graphics card in order to generate a new xorg.conf. By all means try and figure it out yourself, I've no doubt one of the ubuntu savvy users will be able to better direct you.

arthur42dent 02-28-2008 08:04 AM

yes but how?
 
I am now runing the Nvidia driver (not vesa). but NVIDIA X Settings says "fail to query the GLX server vendor". when I install Xserver-xgl then x server will not start at all and I need to remove Xserver-xgl at the command line. I ran the "sudo dpkg-reconfigure -phigh xserver-xorg" but all that did was give me options to set screen resolution (which is fine by the way). Right now I can use the system fine and even watch movies but my openGL screensavers do not work and I cannot enable "normal" desktop effects let alone advanced desktop effects (the desktop cube) which is my ultimate goal here.

Any more help would be appreciated. Thank you Linux community

arthur42dent 02-28-2008 09:04 PM

I fixed it.
 
Ok... First, thank you Nexus for all your help. But I had messed up my system royally. So, desperate for the compizfusion cube and other effects, I backed up my Home directory and reinstalled Ubuntu. This time through it worked great. I am now running compiz fusion. I hate to shoot a fly with a bazooka but sometimes, even in Linux, a fresh install is the best option.

Take care all.

jiml8 02-28-2008 10:13 PM

Quote:

I am now running compiz fusion. I hate to shoot a fly with a bazooka but sometimes, even in Linux, a fresh install is the best option.
You did indeed shoot a fly with a bazooka. What your problem was would have been found in the log file /var/log/Xorg.0.log, and almost certainly the problem could have been fixed swiftly.

What you did worked, but as your system grows and you install packages, you will find that reloading the OS to solve a minor problem is not practical.

In Windows, you do this because Microsoft makes a deliberate effort to make the workings of the system obscure and hard to follow - and it is indeed deliberate. Hence reloading the OS is often the most practical route because otherwise you just can't figure the problem out in a reasonable period of time.

Linux, however, logs everything and tries to give you all the information you need. Linux is therefore a breeze to troubleshoot, relative to Windows.

Reloading for every little thing is the Windows way. In linux or any other *nix, you can fix it.

I have been running my current Linux system since 2001. In that time, the system has been upgraded from Mandrake 7.2 all the way to Mandriva 2008 without a reload. It has just recently moved onto its fourth hard drive in that time. It has been through 3 motherboards, 4 processors, 2 HD controllers, and many other config changes along the way.

In that time and through those moves, I have never reloaded. I have restored from backup a few times; once when the SCSI HD controller failed and corrupted the hell out of the HD, and a couple times when I managed to hose things up thoroughly while hacking around. But I have never reloaded. Never needed to; could always fix it.

That's a big part of the point. With Linux, you can fix it.

moob 04-17-2008 06:03 AM

first post
 
Hello,
I have the same problem. I want to know how can i fix it. I don't need no reinstallation.
Can you help me please?
xorg.conf:
Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

        # Uncomment if you have a wacom tablet
        #        InputDevice    "stylus"        "SendCoreEvents"
        #        InputDevice    "cursor"        "SendCoreEvents"
        #        InputDevice    "eraser"        "SendCoreEvents"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
    InputDevice    "EETI" "SendCoreEvents"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "glx"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "cz"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ImPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents" "true"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "HorizEdgeScroll" "0"
    Option        "SHMConfig" "true"
EndSection

Section "InputDevice"
    Identifier    "stylus"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier    "eraser"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier    "cursor"
    Driver        "wacom"
    Option        "Device" "/dev/input/wacom"
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier    "EETI"
    Driver        "egalax"
    Option        "Device" "usbauto"
    Option        "Parameters" "/var/lib/egalax.cal"
    Option        "ScreenNo" "0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync      28.0 - 64.0
    VertRefresh    43.0 - 60.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "nVidia Corporation C51 [Geforce 6150 Go]"
    Driver        "nvidia"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation C51 [Geforce 6150 Go]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option        "AddARGBVisuals" "True"
    Option        "AddARGBGLXVisuals" "True"
    Option        "NoLogo" "True"
    SubSection    "Display"
        Depth      24
        Modes      "1280x800"
    EndSubSection
    Option          "RandRRotation" "on"
EndSection


moob 04-17-2008 06:05 AM

Please help
 
Xorg.0.log (just mess for me) - part1
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: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8.3)
Current Operating System: Linux Pavlinka 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
Build Date: 18 January 2008
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 17 09:20:33 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |  |-->Monitor "Generic Monitor"
(**) |  |-->Device "nVidia Corporation C51 [Geforce 6150 Go]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "EETI"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e9800
(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/lib/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,02f0 card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 103c,30bf rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 103c,30bf rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 0000,0000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 10de,0244 card 103c,30bf rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 103c,30bf rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 103c,30bf rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 103c,30bf rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0a:3: chip 10de,0271 card 103c,30bf rev a3 class 0b,40,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 103c,30bf rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 103c,30bf rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 103c,30bf rev f1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 103c,30bf rev f1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 103c,30bf rev a2 class 04,03,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 103c,30bf rev a3 class 06,80,00 hdr 00
(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: 03:00:0: chip 14e4,4328 card 103c,1367 rev 03 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1        0        0x00004000 - 0x000040ff (0x100) IX[B]
        [1] -1        0        0x00004400 - 0x000044ff (0x100) IX[B]
        [2] -1        0        0x00004800 - 0x000048ff (0x100) IX[B]
        [3] -1        0        0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xc4000000 - 0xc7ffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xc9000000 - 0xc91fffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:3:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
        [0] -1        0        0xc8000000 - 0xc8ffffff (0x1000000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1        0        0xc9200000 - 0xc93fffff (0x200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0204 (VGA_EN is cleared)
(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 (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:5:0) nVidia Corporation C51 PCI Express Bridge rev 162, Mem @ 0xc2000000/24, 0xd0000000/28, 0xc1000000/24
(--) PCI: (0:10:3) nVidia Corporation MCP51 PMU rev 163, Mem @ 0xc0040000/18
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1        0        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [1] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [2] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [3] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [4] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [5] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [6] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [7] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [8] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [9] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [11] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [12] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [13] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [14] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [15] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [16] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [17] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [18] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [19] -1        0        0x00003040 - 0x0000307f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [1] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [2] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [3] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [4] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [5] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [6] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [7] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [8] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [9] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [11] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [12] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [13] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [14] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [15] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [16] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [17] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [18] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [19] -1        0        0x00003040 - 0x0000307f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [5] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [6] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [7] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [8] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [9] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [10] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [11] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [12] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [14] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [15] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [18] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [19] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [20] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [21] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [22] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [23] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [24] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [25] -1        0        0x00003040 - 0x0000307f (0x40) IX[B]


moob 04-17-2008 06:07 AM

Please help
 
Xorg.0.log (just mess for me) - part2
Code:

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
dlopen: /usr/lib/libGLcore.so.1: undefined symbol: _nv000042gl
(EE) Failed to load /usr/lib/xorg/modules//libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/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 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: "dbe"
(II) Loading /usr/lib/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/lib/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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "egalax"
(II) Loading /usr/lib/xorg/modules/input//egalax_drv.so
(II) Module egalax: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:14:20 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:05:0
(--) Assigning device section with no busID to primary device
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:3) found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 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/lib/xorg/modules//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        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [5] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [6] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [7] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [8] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [9] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [10] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [11] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [12] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [14] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [15] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [18] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [19] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [20] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [21] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [22] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [23] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [24] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [25] -1        0        0x00003040 - 0x0000307f (0x40) IX[B]
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [5] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [6] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [7] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [8] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [9] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [10] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [11] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [12] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [14] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [15] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [21] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [22] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [23] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [24] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [25] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [26] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [27] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [28] -1        0        0x00003040 - 0x0000307f (0x40) 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 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 "NoLogo" "True"
(**) NVIDIA(0): Option "RandRRotation" "on"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):    log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):    server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):    you continue to encounter problems, Please try
(EE) NVIDIA(0):    reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 6150 (C51) at PCI:0:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 05.51.28.52.29
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 6150 at PCI:0:5:0:
(--) NVIDIA(0):    Nvidia Default Flat Panel (DFP-0)
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 310.0 MHz maximum pixel
(--) NVIDIA(0):    clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):    "1280x800"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
(--) NVIDIA(0):    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        0xc1000000 - 0xc1ffffff (0x1000000) MX[B]
        [1] 0        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] 0        0        0xc2000000 - 0xc2ffffff (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        0xc9200000 - 0xc92fffff (0x100000) MX[B]
        [8] -1        0        0xc8000000 - 0xc8003fff (0x4000) MX[B]
        [9] -1        0        0xc0007000 - 0xc0007fff (0x1000) MX[B]
        [10] -1        0        0x50020000 - 0x50023fff (0x4000) MX[B]
        [11] -1        0        0xc0006000 - 0xc0006fff (0x1000) MX[B]
        [12] -1        0        0xc0005000 - 0xc00050ff (0x100) MX[B]
        [13] -1        0        0xc0004000 - 0xc0004fff (0x1000) MX[B]
        [14] -1        0        0xc0040000 - 0xc007ffff (0x40000) MX[B]
        [15] -1        0        0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [16] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [17] -1        0        0xc2000000 - 0xc2ffffff (0x1000000) MX[B](B)
        [18] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [19] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [20] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [21] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1        0        0x000030b8 - 0x000030bf (0x8) IX[B]
        [24] -1        0        0x00003090 - 0x0000309f (0x10) IX[B]
        [25] -1        0        0x000030a0 - 0x000030a3 (0x4) IX[B]
        [26] -1        0        0x000030a8 - 0x000030af (0x8) IX[B]
        [27] -1        0        0x000030a4 - 0x000030a7 (0x4) IX[B]
        [28] -1        0        0x000030b0 - 0x000030b7 (0x8) IX[B]
        [29] -1        0        0x00003080 - 0x0000308f (0x10) IX[B]
        [30] -1        0        0x00003000 - 0x0000303f (0x40) IX[B]
        [31] -1        0        0x00003040 - 0x0000307f (0x40) IX[B]
        [32] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [33] 0        0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) NVIDIA(0):    enough to receive ACPI display change hotkey events.
(II) NVIDIA(0): Setting mode "1280x800"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AddARGBVisuals" is not used
(==) 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
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "cz"
(**) Generic Keyboard: XkbLayout: "cz"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
Atom 4, CARD32 4, unsigned long 4
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(**) Option "SHMConfig" "true"
(**) Option "HorizEdgeScroll" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(**) Option "SendCoreEvents"
(**) egalax: always reports core events
(**) egalax X device name: egalax
(II) HID Touch Controller @ /dev/usb/hiddev0
(**) egalaxHistroSize=10
(**) Option "ScreenNo" "0"
(**) egalax associated screen: 0
(**) egalax associated screen: 0
(**) egalaxParameter=/var/lib/egalax.cal
(II) XINPUT: Adding extended input device "egalax" (type: egalax)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Synaptics Touchpad touchpad found
(II)  HID Logical Max = 4095 Min = 0
Device On Done
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
SetGrabKeysState - disabled
Synaptics DeviceOff called
Synaptics DeviceOn called
Device On Done
(EE) No HID Touch Controller Found!
(II)  Scan PortName=/dev/input/event0
(II)  Scan PortName=/dev/input/event0 OpenOk
(II)  Scan PortName=/dev/input/event1
(II)  Scan PortName=/dev/input/event1 OpenOk
(II)  Scan PortName=/dev/input/event2
(II)  Scan PortName=/dev/input/event3
(II)  Scan PortName=/dev/input/event3 OpenOk
(II)  Scan PortName=/dev/input/event4
(II)  Scan PortName=/dev/input/event4 OpenOk
(II)  Scan PortName=/dev/input/event5
(II)  Scan PortName=/dev/input/event5 OpenOk
(II)  Scan PortName=/dev/input/event6
(II)  Scan PortName=/dev/input/event6 OpenOk
(II)  Scan PortName=/dev/input/event7
(II)  Scan PortName=/dev/input/event7 OpenOk
(II)  Scan PortName=/dev/input/event8
(II)  Scan PortName=/dev/input/event8 OpenOk
(II)  Scan PortName=/dev/input/event9
(II)  Scan PortName=/dev/input/event10
(II)  Scan PortName=/dev/input/event11
(II)  Scan PortName=/dev/input/event12
(II)  Scan PortName=/dev/input/event13
(II)  Scan PortName=/dev/input/event14
(II)  Scan PortName=/dev/input/event15
(II)  Scan PortName=/dev/input/event16
(II)  Scan PortName=/dev/input/event17
(II)  Scan PortName=/dev/input/event18
(II)  Scan PortName=/dev/input/event19
(EE) No USB Event Touch Controller Found!
(EE) No HID Touch Controller Found!
(II)  Scan PortName=/dev/input/event0
(II)  Scan PortName=/dev/input/event0 OpenOk
(II)  Scan PortName=/dev/input/event1
(II)  Scan PortName=/dev/input/event1 OpenOk
(II)  Scan PortName=/dev/input/event2
(II)  Scan PortName=/dev/input/event3
(II)  Scan PortName=/dev/input/event3 OpenOk
(II)  Scan PortName=/dev/input/event4
(II)  Scan PortName=/dev/input/event4 OpenOk
(II)  Scan PortName=/dev/input/event5
(II)  Scan PortName=/dev/input/event5 OpenOk
(II)  Scan PortName=/dev/input/event6
(II)  Scan PortName=/dev/input/event6 OpenOk
(II)  Scan PortName=/dev/input/event7
(II)  Scan PortName=/dev/input/event7 OpenOk
(II)  Scan PortName=/dev/input/event8
(II)  Scan PortName=/dev/input/event8 OpenOk
(II)  Scan PortName=/dev/input/event9
(II)  Scan PortName=/dev/input/event10
(II)  Scan PortName=/dev/input/event11
(II)  Scan PortName=/dev/input/event12
(II)  Scan PortName=/dev/input/event13
(II)  Scan PortName=/dev/input/event14
(II)  Scan PortName=/dev/input/event15
(II)  Scan PortName=/dev/input/event16
(II)  Scan PortName=/dev/input/event17
(II)  Scan PortName=/dev/input/event18
(II)  Scan PortName=/dev/input/event19
(EE) No USB Event Touch Controller Found!
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1280x800"
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Synaptics Touchpad touchpad found
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) HID Touch Controller @ /dev/usb/hiddev0
(II)  HID Logical Max = 4095 Min = 0
SetGrabKeysState - enabled
SetClientVersion: 0 9
Synaptics DeviceOff called
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1280x800"
(II)  HID Logical Max = 4095 Min = 0
Device On Done
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Synaptics Touchpad touchpad found
(II) Configured Mouse: ps2EnableDataReporting: succeeded


ZeroFossilFuel 07-26-2009 12:04 PM

Well, I joined this forum because I need the Linux Gods to smile on me.:)

I have the same problem. Nvidia GeForce FX-5500, Ubuntu 9.04, HP Pavilion a305. All I'm looking to achieve is Normal Desktop effects and I can't even get to that point. It appears I have all the Compiz components installed and running including CompizConfig Settings Manager. Just can't seem to get there from here.

Here is my Xorg.0.log output file. I have no idea what to look for in here. Any help greatly appreciated.

Z

Code:


X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux HPa305w 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686
Build Date: 09 April 2009  02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@rothera.buildd)
        Before reporting problems, check wiki.x.org
        to make sure that you have the latest version.
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 Jul 26 10:12:20 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |  |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen".
        Using the first device section listed.
(**) |  |-->Device "Default Device"
(==) No monitor specified for screen "Default Screen".
        Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x3bc0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI: (0@0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 0xe8000000/134217728, 0xe0080000/524288
(--) PCI:*(0@2:10:0) nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xe1000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(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.0
        Module class: X.Org Server Extension
(II) NVIDIA GLX Module  173.14.16  Sat Jan 24 20:08:33 PST 2009
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  173.14.16  Sat Jan 24 19:48:05 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02@00:0a:0
(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 1.6.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen" for depth/fbbpp 24/32
(**) 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 "NoLogo" "True"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "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 FX 5500 (NV34) at PCI:2:10:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.69.51
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5500 at PCI:2:10:0:
(--) NVIDIA(0):    AOC 919Sw-1 (CRT-0)
(--) NVIDIA(0): AOC 919Sw-1 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(==) NVIDIA(0):
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):    will be used as the requested mode.
(==) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):    "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
(--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
(--) NVIDIA(0):    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] -1        0        0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(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) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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 extension GLX
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 2.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) AT Translated Set 2 keyboard: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) AT Translated Set 2 keyboard: xkb_layout: "us"
(II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse
(**) ImExPS/2 Generic Explorer Mouse: always reports core events
(**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event5"
(II) ImExPS/2 Generic Explorer Mouse: Found 5 mouse buttons
(II) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
(II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
(**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
(**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
(**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
(**) ImExPS/2 Generic Explorer Mouse: (accel) filter chain progression: 2.00
(**) ImExPS/2 Generic Explorer Mouse: (accel) filter stage 0: 20.00 ms
(**) ImExPS/2 Generic Explorer Mouse: (accel) set acceleration profile 0


{BBI}Nexus{BBI} 07-26-2009 12:26 PM

Have you first enabled the effects under System--> Appearances--> Visual Effects?

ZeroFossilFuel 07-26-2009 12:57 PM

Quote:

Originally Posted by {BBI}Nexus{BBI} (Post 3620888)
Have you first enabled the effects under System--> Appearances--> Visual Effects?

"Desktop Effects could not be enabled"

This is where I started.


All times are GMT -5. The time now is 06:17 PM.