Results 1 to 4 of 4

Thread: Openchrome Driver Freezes My Computer!

  1. #1
    Join Date
    May 2008
    Posts
    69

    Openchrome Driver Freezes My Computer!

    hi there.....

    i have bought new motherboard ECS P4900-M2 with an inbuilt VGA card through Chrome 9, and has successfully installed Fedora Core 9 operating system.

    And now the problem arises here as when GUI starts with the help of openchrome driver from fedora core 9 operating system, I am unable to use it because it makes my computer freeze or hang.

    after I made change it into vesa GUI interface, it stared running smothly.

    I don't know what is the problem or the lacking part in this............

    Please help me to fix this ............

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Re: Openchrome Driver Freezes My Computer!

    Type the following:

    • Program received signal SIGINT, Interrupt.
    • (gdb) bt
    • 0x002328fd in viaFlushPCI ()from /usr/lib/xorg/modules/drivers//openchrome_drv.so
    • 0x00232af4 in ?? () from /usr/lib/xorg/modules/drivers//openchrome_drv.so
    • 0x0030031b in XAAWritePixmap (pScrn=0x9f9dc00, x=43, y=213, w=13, h=13, src=0xa5b59ec "", srcwidth=128, rop=7, planemask=4294967295, trans=-1, bpp=32, depth=24) at xaaImage.c:239
    • 0x002ef898 in XAADoImageWrite (pSrc=0xa5b59a0, pDst=0xa477b00,
      pGC=0xa478008, prgnDst=0xbf8797c0, pptSrc=0xa895628) at xaaCpyArea.c:218
    • 0x002eef32 in XAABitBlt (pSrcDrawable=0xa5b59a0, pDstDrawable=0xa477b00,
      pGC=0xa478008, srcx=7, srcy=0, width=13, height=13, dstx=38, dsty=195,
      doBitBlt=0x2ef760 <XAADoImageWrite>, bitPlane=0) at xaaBitBlt.c:203
    • 0x002f010a in XAACopyArea (pSrcDrawable=0xa5b59a0, pDstDrawable=0xa477b00,
      pGC=0xa478008, srcx=7, srcy=0, width=13, height=13, dstx=38, dsty=195)
      at xaaCpyArea.c:55
    • 0x003363da in cwCopyArea (pSrc=0xa5b59a0, pDst=0xa477b00, pGC=0xa478008,
      srcx=7, srcy=0, w=13, h=13, dstx=38, dsty=195) at cw_ops.c:201
    • 0x0817841b in damageCopyArea (pSrc=0xa5b59a0, pDst=0xa477b00,
      pGC=0xa478008, srcx=7, srcy=0, width=13, height=13, dstx=38, dsty=195)
      at damage.c:830
    • 0x08083d19 in ProcCopyArea (client=0xa199918) at dispatch.c:1581
    • 0x08085a3f in Dispatch () at dispatch.c:454
    • 0x0806b3bd in main (argc=4, argv=0xbf879a84, envp=Cannot access memory at
      address 0xb7f73408
      ) at main.c:441
    • (gdb)

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: Openchrome Driver Freezes My Computer!

    add the following line to device section:

    The Device section of your xorg.conf should look to something like that :
    Section "Device"
    Identifier "Videocard0"
    Driver "openchrome"
    Option "AccelMethod" "EXA"
    EndSection

    if it still doesn't work, try with :
    Section "Device"
    Identifier "Videocard0"
    Driver "openchrome"
    Option "NoAccel"
    EndSection

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Openchrome Driver Freezes My Computer!

    Adding the following line to the Device section of the xorg.conf fix the
    issue:

    Option "AccelMethod" "EXA"

    Option "AccelMethod" "EXA"
    Option "ExaNoComposite" "True"
    Option "MigrationHeuristic" "greedy"
    Option "ExaScratchSize" "8192"
    Option "MaxDRIMem" "16384"

    I believe some non-EXA problems are avoided with;
    Option "SWCursor" "true"
    Option "NoXVDMA" "true"

    From some tests I also have still active this;
    Section "Extensions"
    Option "Composite" "enable"
    EndSection

Similar Threads

  1. Computer Freezes with more than 2GB RAM
    By Gizmoder in forum Motherboard Processor & RAM
    Replies: 4
    Last Post: 30-03-2011, 06:11 AM
  2. RST Driver Lockup / Freezes
    By Faithist in forum Operating Systems
    Replies: 4
    Last Post: 22-02-2011, 07:10 AM
  3. Computer Freezes
    By Mike in forum Vista Help
    Replies: 2
    Last Post: 25-11-2010, 12:44 PM
  4. NVIDIA driver freezes
    By Gillian Anderson in forum Monitor & Video Cards
    Replies: 5
    Last Post: 21-04-2010, 10:26 AM
  5. My computer freezes up again and again
    By Billie in forum Hardware Peripherals
    Replies: 2
    Last Post: 01-12-2008, 07:01 PM

Tags for this Thread

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
  •  
Page generated in 1,713,267,940.48441 seconds with 17 queries