Public bug reported:

Binary package hint: xserver-xorg-core

Since I updated this package this morning via the normal ubuntu update
mechanism, I can not start easy-eclipse-1.2.2.2 (lampp-edition
downloaded from easyeclipse.org). The following errors apear:

The program 'EasyEclipse' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 380 error_code 11 request_code 149 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

I'm using an ATI Mobility FireGL V5200 in a Lenovo Z61p (using the
videdrivers that shipped with Ubuntu 7.10).

Here's my xorg.conf (Slightly edited by myself due to a
dualviewconfiguration, but it worked until this morning):

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
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"
EndSection

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

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

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

Section "Device"
        Identifier      "Standardgrafikkarte"
        Boardname       "ati"
        Busid           "PCI:1:0:0"
        Driver          "fglrx"
        Screen  0
        Option          "HWCursor" "false"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1920x1200"
        Horizsync       31.5-74.5
        Vertrefresh     56.0 - 65.0
  modeline  "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 80.14 1280 1344 1480 1680 768 769 772 795 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 74.48 1280 1336 1472 1664 720 721 724 746 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 83.46 1280 1344 1480 1680 800 801 804 828 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 106.47 1440 1520 1672 1904 900 901 904 932 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 
-hsync +vsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standardgrafikkarte"
        Monitor         "Standardbildschirm"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Virtual 1920    1200
                Modes           "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     
"[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
  screen 1 "screen1" rightof "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
        Load            "dbe"
        Load            "v4l"
EndSection
Section "Extensions"
        Option          "Composite"     "0"
EndSection
Section "device" # 
        Identifier      "device1"
        Boardname       "ati"
        Busid           "PCI:1:0:0"
        Driver          "fglrx"
        Screen  1
        Option          "HWCursor" "false"
EndSection
Section "screen" # 
        Identifier      "screen1"
        Device          "device1"
        Defaultdepth    24
        Monitor         "monitor1"
        SubSection "Display"
                Depth   24
                Modes           "[EMAIL PROTECTED]"
        EndSubSection
EndSection
Section "monitor" # 
        Identifier      "monitor1"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1400x1050"
        Gamma   1.0
EndSection
Section "ServerFlags"
        Option          "Xinerama"      "false"
EndSection

** Affects: xorg-server (Ubuntu)
     Importance: Undecided
         Status: New

-- 
X Window System error while starting easyeclipse 1.2.2.2
https://bugs.launchpad.net/bugs/183961
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to