Announcement

Collapse
No announcement yet.

Getting strange error messages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting strange error messages

    Hello,
    I am fairly new to this so pardon me if I'm a pain.

    My problem is I'm getting some strange error messages form console and when trying to start Beryl.

    The console error that I'm getting reads like this:

    Code:
    nmemx@nmeBOX:~$ sudo gedit /etc/X11/xorg.conf
    X Error: BadDevice, invalid or uninitialized input device 169
     Major opcode: 147
     Minor opcode: 3
     Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
     Major opcode: 147
     Minor opcode: 3
     Resource id: 0x0
    Failed to open device
    /bin/sh: /usr/bin/esd: not found
    /bin/sh: /usr/bin/esd: not found
    /bin/sh: /usr/bin/esd: not found
    /bin/sh: /usr/bin/esd: not found
    nmemx@nmeBOX:~$
    I also get an error message when I try to start Beryl. That reads like this:
    Code:
    Composite manager crashed twice with in a minute and is therefor disabled for this session
    I don't know if this helps but here is my xorg.conf

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007

    # /etc/X11/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(5) 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"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "Files"

    # path to defoma fonts
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

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

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Emulate3Buttons" "false"
    Option "Buttons" "7"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "cursor"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Monitor"
    Identifier "FPD2185W"
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "nVidia Corporation G70 [GeForce 7600 GT]"
    Driver "nvidia"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation G70 [GeForce 7600 GT]"
    Monitor "FPD2185W"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 1
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection

    #2
    Re: Getting strange error messages

    You've got a couple of different issues going there -- should all be fixable.

    First, on the console errors, it's because of the default xorg.conf setup which includes wacom (Tablet PC) configuration information that is obviously not applicable to your system. If you look at the xorg.conf that I'm posting, you will observe 3 lines commented out in the "ServerLayout" stanza, and then the corresponding 3 stanzas of "stylus", "eraser", and "cursor" all commented out .

    OK, about Beryl. Are you using the new nvidia-glx driver from the repos, or did you install your own? I use a GeF 7900GS, so I'm not sure whether your 7600GT is a card that can use the new driver or not -- do you know? If not, you'll have to use the -9631 (if I'm remembering that version number correctly), until such time as they patch up the new nvidia-glx to support a few more card models.

    I think your Beryl problem is due, in part at least, to lack of composite being enabled. Look at the very last stanza of my xorg.conf
    Code:
    Section  "Extensions"
    -- you need that to run Beryl. I will post my xorg.conf, generated by nvidia-xconfig (with glx and composite enabled), and you can check whether you want to install the new nvidia-glx package, or go to Nvidia's site and get -9631 and use their installer. There's also a lot on the Ubuntu Forums on this particular situation (cards supported only up to -9631). Here's my xorg.conf:

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
    
    # /etc/X11/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(5) 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"
      Identifier   "Default Layout"
      Screen     "Default Screen" 0 0
      InputDevice  "Generic Keyboard"
      InputDevice  "Configured Mouse"
    #  InputDevice  "stylus" "SendCoreEvents"
    #  InputDevice  "cursor" "SendCoreEvents"
    #  InputDevice  "eraser" "SendCoreEvents"
    EndSection
    
    Section "Files"
    
    	# path to defoma fonts
      FontPath    "/usr/share/fonts/X11/misc"
      FontPath    "/usr/share/fonts/X11/cyrillic"
      FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
      FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
      FontPath    "/usr/share/fonts/X11/Type1"
      FontPath    "/usr/share/fonts/X11/100dpi"
      FontPath    "/usr/share/fonts/X11/75dpi"
      FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
      Load      "i2c"
      Load      "bitmap"
      Load      "ddc"
      Load      "extmod"
      Load      "freetype"
      Load      "glx"
      Load      "int10"
      Load      "vbe"
    EndSection
    
    Section "InputDevice"
      Identifier   "Generic Keyboard"
      Driver     "kbd"
      Option     "CoreKeyboard"
      Option     "XkbRules" "xorg"
      Option     "XkbModel" "pc105"
      Option     "XkbLayout" "us"
      Option     "XkbOptions" "lv3:ralt_switch"
    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"
    
    							# /dev/input/event
    							# for USB
    #  Identifier   "stylus"
    #  Driver     "wacom"
    #  Option     "Device" "/dev/wacom"	# Change to 
    #  Option     "Type" "stylus"
    #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
    # EndSection
    
    # Section "InputDevice"
    
    							# /dev/input/event
    							# for USB
    #  Identifier   "eraser"
    #  Driver     "wacom"
    #  Option     "Device" "/dev/wacom"	# Change to 
    #  Option     "Type" "eraser"
    #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
    # EndSection
    
    # Section "InputDevice"
    
    							# /dev/input/event
    							# for USB
    #  Identifier   "cursor"
    #  Driver     "wacom"
    #  Option     "Device" "/dev/wacom"	# Change to 
    #  Option     "Type" "cursor"
    #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
    # EndSection
    
    Section "Monitor"
      Identifier   "Generic Monitor"
      HorizSync    28.0 - 80.0
      VertRefresh   43.0 - 60.0
      Option     "DPMS"
    EndSection
    
    Section "Device"
      Identifier   "nVidia Corporation G71 [GeForce 7900 GS]"
      Driver     "nvidia"
      Option	  "Coolbits" "1"
    EndSection
    
    Section "Screen"
      Identifier   "Default Screen"
      Device     "nVidia Corporation G71 [GeForce 7900 GS]"
      Monitor    "Generic Monitor"
      DefaultDepth  24
      Option     "AddARGBGLXVisuals" "True"
      SubSection   "Display"
        Depth    1
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    4
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    8
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    15
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    16
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    24
        Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
      EndSubSection
    EndSection
    
    Section "Extensions"
      Option     "Composite" "Enable"
    EndSection

    Comment


      #3
      Re: Getting strange error messages

      As dibl's config file has, you may need to add the following to the end of your xorg.conf:
      Code:
      Section "Extensions"
         Option "Composite" "Enable"
       EndSection

      Comment

      Working...
      X