Cadence IC610 errors at startup

Status
Not open for further replies.

sutapanaki

Advanced Member level 4
Joined
Nov 2, 2001
Messages
1,346
Helped
523
Reputation
1,048
Reaction score
486
Trophy points
1,363
Location
US
Activity points
11,152
I have installed IC610 on Centos 5.3 - 32bit version. When I start icfb, I get a bunch of errors like below. Any idea what is going wrong and how to fix it?


Qt Warning: X Error: BadMatch (invalid parameter attributes) 8
Extension: 153 (RENDER)
Minor opcode: 4 (RenderCreatePicture)
Resource id: 0x44
Qt Warning: X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 1 (X_CreateWindow)
Resource id: 0x44
Qt Warning: X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Extension: 153 (RENDER)
Minor opcode: 4 (RenderCreatePicture)
Resource id: 0x3000011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0x3000011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x3000011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x3000011


And this list continues.
 

The correct solution for this is,


goto you 'xorg.conf' file which can find in path /X11/xorg.conf add below lines;

Section "Extensions"
Option "Composite" "Disable"
EndSection


It should be work fine after that.

regards,
Kumar
 

    sutapanaki

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…