Results 1 to 3 of 3

Thread: Qt4.8.0 and Qjoypad issues

  1. #1
    Join Date
    Aug 2012
    Location
    Santiago, Chile
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Unhappy Qt4.8.0 and Qjoypad issues

    Hello:

    I'm posting because I've compiled the "qt-everywhere-opensource-src-4.8.0" tarball with no problems in Ubuntu Jaunty for a i386. My objective was top compile the Qjoypad-4.1.0 program to control the mouse with a usb joystick. The program is supposed to load a tray icon on the gnome panel. I once compiled qjoypad with the binaries packages of Qt4 installed from the ubuntu repositories but this time I wanted to compile qt from source hoping it would be better. But not only the tray icon doesn't load but also the Qt graphic interface looks bad.

    If I execute qjoypad from a terminal this is what I get:

    juan@acer:~$ qjoypad
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 55 (X_CreateGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 59 (X_SetClipRectangles)
    Resource id: 0x3400011
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x3400011
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 60 (X_FreeGC)
    Resource id: 0x3400011
    X Error: BadMatch (invalid parameter attributes) 8
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x3400002
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 55 (X_CreateGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 59 (X_SetClipRectangles)
    Resource id: 0x3400018
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x3400018
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 60 (X_FreeGC)
    Resource id: 0x3400018
    X Error: BadMatch (invalid parameter attributes) 8
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x3400002
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 55 (X_CreateGC)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 59 (X_SetClipRectangles)
    Resource id: 0x340001f
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 56 (X_ChangeGC)
    Resource id: 0x340001f
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 70 (X_PolyFillRectangle)
    Resource id: 0x0
    X Error: BadGC (invalid GC parameter) 13
    Major opcode: 60 (X_FreeGC)
    Resource id: 0x340001f
    X Error: BadMatch (invalid parameter attributes) 8
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x3400002

    I hope I was clear and I hope somebody could help me.

  2. #2
    Join Date
    May 2012
    Location
    Bangalore, India
    Posts
    271
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    29
    Thanked 50 Times in 47 Posts

    Default Re: Qt4.8.0 and Qjoypad issues

    Then what help do you want from this?
    Heavy Metal Rules. For those about to rock, we salute you.
    HIT THANKS IF I HELPED.

  3. #3
    Join Date
    Aug 2012
    Location
    Santiago, Chile
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt4.8.0 and Qjoypad issues

    Quote Originally Posted by sonulohani View Post
    Then what help do you want from this?
    Right, sorry. I want to know how to make the Qjoypad tray icon to load properly and to fix the crappy fonts that I get in the Qjoypad interface. The tray icon issue may be caused by the old gnome-panel version that I have, so now I'm trying to compile a new version. But I don't understand why if compiled a newer Qt version, fonts look so bad.

    UPDATE!: and answering to my self. I found some info in http://qjoypad.sourceforge.net/doc/c113.html that says I can run qjoypad with a floating tray icon. So I did it with "qjoypad --notray" and I get an icon at least. I think i'm posting this in the wrong place though, since this is not a development issue.
    Attached Images Attached Images
    Last edited by Juancho; 7th August 2012 at 11:37.

Similar Threads

  1. Issues with Uic.
    By queelius in forum Qt Programming
    Replies: 4
    Last Post: 2nd December 2010, 14:37
  2. Issues with QGridLayout
    By jazzyeagle in forum Newbie
    Replies: 2
    Last Post: 7th November 2010, 23:12
  3. documentation issues
    By Gh0str1d3r in forum Qt Programming
    Replies: 4
    Last Post: 26th August 2010, 10:59
  4. 4.6.0 issues on OS X 10.6 with GL
    By treaves in forum Qt Programming
    Replies: 2
    Last Post: 2nd December 2009, 18:12
  5. QProcess issues
    By oguzy in forum Qt Programming
    Replies: 1
    Last Post: 13th September 2008, 15:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.