SystemUIServer hogs CPU time-with details

Like so many others, I am finding that SystemUIServer is often consuming between 90% and 100% of a CPU. I have tried various of the solutions offered in other threads, to no avail. And I believe I have more details than I have seen posted yet. First, the elementaries:
Mid-2007 iMac, 24", 4 GB, clean install of 10.8 followed by restoration of user files from a Time Machine backup, then followed by deletion of a great many $HOME/Library/Preferences files (and a reboot) to try to eliminate system slowness.
I have no Login Items. The right-hand menu bar initially contained the icons for
Time Machine
Bluetooth
Volume control
Date & Time
Fast User Switching
Spotlight
Notifications
I turned off Date & Time and restarted SystemUIServer. The problem was not solved.
I turned Date & Time back on, and turned off the Time Machine icon display, and restarted SystemUIServer. The problem was not solved.
When CPU consumption is high, ps shows
$ ps axguw | egrep CPU\|UIS | grep -v grep
USER             PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
matt             288  95.5  2.0  2640848  83564   ??  R    Wed06PM 1291:43.28 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
And after killing the process and letting it restart, it looks like this
$ ps axguw | egrep CPU\|UIS | grep -v grep
USER             PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
matt            9025   0.0  0.5  2580992  20772   ??  S    11:27AM   0:01.86 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
While it was in a state of high CPU consumption I looked at it with dtruss. The output was very repetetive and included a lot of open, close. open, fstat64, read, close cycles on two files:
/Library/Preferences/SystemConfiguration/preferences.plist
/System/Library/Frameworks/SystemConfiguration.framework/Resources/English.lproj /NetworkInterface.strings
There were also a lot of geteuid() and a couple of interesting ioctl() calls. It looks like they were on an fd which is an unbound UDP socket, and they were request 0xC02869C9, which works out to _IOWR('i', 201, struct whoozis), where a struct whoozis is 40 bytes long. I'm not sure what this IOCTL is but maybe part of the 802.11 API?
When I do dtruss on SystemUIServer when it is not consuming a lot of CPU, I see a lot more kevent() and
workq_kernreturn(). There were just a few of those when the process was running hard, but they dominate the dtruss output during normal times.
Here is a chunk of the abnormal-state dtruss output.
geteuid(0x7FE15A218E30, 0xA0, 0x7) = 502 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
close(0xB) = 0 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
fstat64(0xB, 0x7FFF58A26200, 0x0) = 0 0
read(0xB, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CurrentSet</key>\n\t<string>/Sets/EEDDA303-485 D-4C2C-8C7D-78C0345A827A</string>\n\t", 0x2458) = 9304 0
close(0xB) = 0 0
open("/System/Library/Frameworks/SystemConfiguration.framework/Resources/English .lproj/NetworkInterface.strings\0", 0x0, 0x1B6) = 11 0
fstat64(0xB, 0x7FFF58A25838, 0x0) = 0 0
read(0xB, "bplist00\337\020;\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\02 3\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@4ABCDE\fFGHIJKLMNOPQRSTUVWXYZ[\\$]^'_`abcd.ef1 ghijk7lmnoTiPad\\printer-port_\020\026thunderbolt-multiether]generic-etherTvlanX X-iPhoneTpptpUmodemZmultiether_\020\020irda-ircomm-portVbridgeT6to4Tbo", 0x7DF) = 2015 0
close(0xB) = 0 0
open("/System/Library/Frameworks/SystemConfiguration.framework/Resources/English .lproj/NetworkInterface.strings\0", 0x0, 0x1B6) = 11 0
fstat64(0xB, 0x7FFF58A25838, 0x0) = 0 0
read(0xB, "bplist00\337\020;\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\02 3\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@4ABCDE\fFGHIJKLMNOPQRSTUVWXYZ[\\$]^'_`abcd.ef1 ghijk7lmnoTiPad\\printer-port_\020\026thunderbolt-multiether]generic-etherTvlanX X-iPhoneTpptpUmodemZmultiether_\020\020irda-ircomm-portVbridgeT6to4Tbo", 0x7DF) = 2015 0
close(0xB) = 0 0
geteuid(0x7FFF74E0E848, 0x7FFF89C2AA82, 0xFFFFFFFF) = 502 0
ioctl(0x5, 0xC02869C9, 0x7FFF58A265E0) = 0 0
ioctl(0x5, 0xC02869C9, 0x7FFF58A265E0) = 0 0
geteuid(0x7FFF74E0E848, 0x7FFF89C2AA82, 0xFFFFFFFF) = 502 0
geteuid(0x7FFF74E0E848, 0x7FFF89C2AA82, 0xFFFFFFFF) = 502 0
geteuid(0x7FFF74E0E848, 0x7FFF89C2AA82, 0xFFFFFFFF) = 502 0
geteuid(0x7FE15A218E30, 0xA0, 0x7) = 502 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
close(0xB) = 0 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
fstat64(0xB, 0x7FFF58A264A0, 0x0) = 0 0
read(0xB, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CurrentSet</key>\n\t<string>/Sets/EEDDA303-485 D-4C2C-8C7D-78C0345A827A</string>\n\t", 0x2458) = 9304 0
close(0xB) = 0 0
geteuid(0x7FE15A28CE30, 0xA0, 0x7) = 502 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
close(0xB) = 0 0
open("/Library/Preferences/SystemConfiguration/preferences.plist\0", 0x0, 0x1A4) = 11 0
fstat64(0xB, 0x7FFF58A26200, 0x0) = 0 0
read(0xB, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CurrentSet</key>\n\t<string>/Sets/EEDDA303-485 D-4C2C-8C7D-78C0345A827A</string>\n\t", 0x2458) = 9304 0
close(0xB) = 0 0
open("/System/Library/Frameworks/SystemConfiguration.framework/Resources/English .lproj/NetworkInterface.strings\0", 0x0, 0x1B6) = 11 0
fstat64(0xB, 0x7FFF58A25838, 0x0) = 0 0
read(0xB, "bplist00\337\020;\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\02 3\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@4ABCDE\fFGHIJKLMNOPQRSTUVWXYZ[\\$]^'_`abcd.ef1 ghijk7lmnoTiPad\\printer-port_\020\026thunderbolt-multiether]generic-etherTvlanX X-iPhoneTpptpUmodemZmultiether_\020\020irda-ircomm-portVbridgeT6to4Tbo", 0x7DF) = 2015 0
close(0xB) = 0 0
open("/System/Library/Frameworks/SystemConfiguration.framework/Resources/English .lproj/NetworkInterface.strings\0", 0x0, 0x1B6) = 11 0
fstat64(0xB, 0x7FFF58A25838, 0x0) = 0 0
read(0xB, "bplist00\337\020;\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\02 3\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@4ABCDE\fFGHIJKLMNOPQRSTUVWXYZ[\\$]^'_`abcd.ef1 ghijk7lmnoTiPad\\printer-port_\020\026thunderbolt-multiether]generic-etherTvlanX X-iPhoneTpptpUmodemZmultiether_\020\020irda-ircomm-portVbridgeT6to4Tbo", 0x7DF) = 2015 0
close(0xB) = 0 0

Test in another account and in safe mode. Any difference?

Similar Messages

  • Computers in cluster spending all their CPU time with system; many questio

    I'd be interested to know if anyone on the list has been successful in getting QMaster to work on a home network of G4 computers, 800 - 867 MHz, NO server, 100 mbps hubs, existing CAT5 wiring violates the radius recommendations for 100 mbps.
    At one point, I had been successful in having all three macs busy processing (CPU activity monitor mostly in the green) only to find gaps in my encoded video.
    Most recently, I tried having my main computer as client rather than controller. The client computer compressing happily, but the other two were in the red, i.e. devoting much but not all of their CPU time to the system, with little user CPU activity. The estimated completion time was more than double what the job should have taken on my local machine, so I canceled the job after about an hour.
    Host names are unknown according to QAdministrator.
    I am still unclear about shared cluster storage. Does it matter how it is set other than for the machine that is controller?
    Should I try to mount volumes in the finder for the other two computers on each machine? The documentation doesn't say anything about this.
    What folders need to have read and write privileges for all other computers on the network. What is the most reliable way to set this? What user group do I choose? What folders do I apply this to? Might I need to set up for a common group for all my machines, similar to Windows Workgroups? If so, how do I do this?
    Thanks,
    Cris

    hi Cris, yes it can be frustrating.. please see a link to a post I did when I had loads of trouble and I provided a detailed resolution at http://discussions.apple.com/thread.jspa?messageID=4171772&#417.
    THere are some options to STOP QMASTER from copying objects for COMPRESSOR by simply mounting (NFS) the volumes with ALL your file systems where source and target files will be.
    Also for the CLUSTER CONTROLLER use the Qmaster system prefs to SET the cluster file to one of the NETWORK or SSAFS (xsa) shared volumes .. I guess you may not have XSAN.. so just have ALL the volumes mounted so each HOST can access them.
    G5 QUAD 8GB ram w/3.5TB + 2 x 15in MBPCore   Mac OS X (10.4.9)  

  • ITunes 10.6.3 hogs CPU time

    I'll notice the system bogging down...and find that iTunes is use 80% or more of my CPU time in Activity Monitor.  This did not happen with 10.6.1.  Tips/tricks/suggestions would be appreciated.

    I'll notice the system bogging down...and find that iTunes is use 80% or more of my CPU time in Activity Monitor.
    There's a couple of different things that can hit folks in this way.
    Doublechecking ... are you getting this when iTunes is in the mini player mode? Or in the main player?

  • Free up CPU time with IMAQ

    I try to free up the CPU time while using IMAQ low level functions to display the images. From the "Help on line", there is an example where we must do something like below after we open the session.
    // Define attribute for sleep time
    #define IMG_ATTR_SLEEPTIME (_IMG_BASE + 0x03F6)
    // The below lines are in my codes
    // Open the interface and session
    imgInterfaceOpen (intName, &Iid);
    imgSessionOpen (Iid, &Sid);
    // Set the sleep time to free up the CPU in ms
    imgSetAttribute (Sid, IMG_ATTR_SLEEPTIME, 50);
    Notes : I got all the above code from the on-line help.
    Everything work fine, excepting the CPU time was not free up.
    Please let me know what's wrong ? Why does imgSetAttribute function does not work ? What's the solution?
    Thanks !!!

    Hi Kyle V,
    Yes, I tried to read the attribute (using the imgGetAttribute function). The value is being set correctly.
    I can not use the CVI_HL Ring with Sleep example, because I'm not using the trigger. I am using the low level grab example right now. The only modification is that I edit the sleep time to this example. You can look at the code below and search for "Leon" to see all my modification. (I only made 2 changes). I think the main point is that I set the sleep time after I open the session in "int OnGrab (void)". Remember I get this code from the example code as well.
    Thanks for your help.
    /* This sample demonstrates how to continuously acquire pictures */
    /* using a low level grab operation */
    #include
    #include
    #include
    #include "llgrab.h"
    #define _NIWIN
    #include "niimaq.h"
    // error checking macro
    #define errChk(fCall) if (error = (fCall), error < 0) {goto Error;} else
    // Window proc
    BOOL CALLBACK ImaqSmplProc(HWND hWnd, UINT iMessage, UINT wParam, LONG lParam);
    // Error display function
    void DisplayIMAQError(Int32 error);
    // Snap Callback
    int OnGrab (void);
    int OnStop (void);
    DWORD ImaqThread(LPDWORD lpdwParam);
    // windows GUI globals
    static HINSTANCE hInst;
    static HWND ImaqSmplHwnd;
    static HWND HStop, HGrab, HQuit, HIntfName, HFrameRate;
    static HANDLE HThread;
    // Imaq globals
    static SESSION_ID Sid = 0;
    static BUFLIST_ID Bid = 0;
    static INTERFACE_ID Iid = 0;
    static Int8 *ImaqBuffer=NULL; // acquisiton buffer
    static Int8 *CopyBuffer=NULL; // copied acquisition buffer
    static Int32 CanvasWidth = 512; // width of the display area
    static Int32 CanvasHeight = 384; // height of the display area
    static Int32 CanvasTop = 10; // top of the display area
    static Int32 CanvasLeft = 10; // left of the display area
    static Int32 AcqWinWidth;
    static Int32 AcqWinHeight;
    static BOOL StopGrab = FALSE;
    // Leon - modification for free up CPU time
    // Define attribute for sleep time
    #define IMG_ATTR_SLEEPTIME (_IMG_BASE + 0x03F6)
    // end of Leon's modification
    int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine, int nCmdShow)
    CHAR ImaqSmplClassName[] = "Imaq Sample";
    WNDCLASS ImaqSmplClass;
    MSG msg;
    HWND hTemp;
    // register the main window
    hInst = hInstance;
    if (!hPrevInstance)
    ImaqSmplClass.style = CS_HREDRAW | CS_VREDRAW;
    ImaqSmplClass.lpfnWndProc = (WNDPROC) ImaqSmplProc;
    ImaqSmplClass.cbClsExtra = 0;
    ImaqSmplClass.cbWndExtra = 0;
    ImaqSmplClass.hInstance = hInstance;
    ImaqSmplClass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
    ImaqSmplClass.hCursor = LoadCursor (NULL, IDC_ARROW);
    ImaqSmplClass.hbrBackground = GetStockObject(LTGRAY_BRUSH);
    ImaqSmplClass.lpszMenuName = 0;
    ImaqSmplClass.lpszClassName = ImaqSmplClassName;
    if (!RegisterClass (&ImaqSmplClass))
    return (0);
    // creates the main window
    ImaqSmplHwnd = CreateWindow(ImaqSmplClassName, "LLGrab", WS_OVERLAPPEDWINDOW | WS_VISIBLE,
    CW_USEDEFAULT, CW_USEDEFAULT, 680, 440, NULL, NULL, hInstance, NULL);
    // creates the interface name label
    if (!(hTemp = CreateWindow("Static","Interface name",ES_LEFT | WS_CHILD | WS_VISIBLE,
    540,14,100,20,ImaqSmplHwnd,(HMENU)-1,hInstance,NULL)))
    return(FALSE);
    // creates the frame rate label
    if (!(hTemp = CreateWindow("Static","Frame per second",ES_LEFT | WS_CHILD | WS_VISIBLE,
    540,232,140,20,ImaqSmplHwnd,(HMENU)-1,hInstance,NULL)))
    return(FALSE);
    // creates the interface name edit box
    if (!(HIntfName = CreateWindow("Edit","img0",ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER,
    540,34,100,20,ImaqSmplHwnd,(HMENU)-1,hInstance,NULL)))
    return(FALSE);
    // creates the frame rate edit box
    if (!(HFrameRate = CreateWindow("Edit","0",ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER,
    540,252,100,20,ImaqSmplHwnd,(HMENU)-1,hInstance,NULL)))
    return(FALSE);
    // creates the Grab button
    if (!(HGrab = CreateWindow("Button","Grab",BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_BORDER,
    550,72,80,40,ImaqSmplHwnd,(HMENU)PB_GRAB,hInstance,NULL)))
    return(FALSE);
    // creates the stop button
    if (!(HStop = CreateWindow("Button","Stop",BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_BORDER,
    550,112,80,40,ImaqSmplHwnd,(HMENU)PB_STOP,hInstance,NULL)))
    return(FALSE);
    EnableWindow(HStop, FALSE);
    EnableWindow(HFrameRate, FALSE);
    // creates the quit application button
    if (!(HQuit = CreateWindow("Button","Quit",BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE,
    550,152,80,40,ImaqSmplHwnd,(HMENU)PB_QUIT,hInstance,NULL)))
    return(FALSE);
    // Display the main window
    ShowWindow(ImaqSmplHwnd, SW_SHOW);
    UpdateWindow(ImaqSmplHwnd);
    while (GetMessage (&msg, NULL, 0, 0))
    TranslateMessage (&msg) ;
    DispatchMessage (&msg) ;
    return (msg.wParam);
    // Message proc
    BOOL CALLBACK ImaqSmplProc(HWND hWnd, UINT iMessage, UINT wParam, LONG lParam)
    WORD wmId;
    switch (iMessage)
    case WM_COMMAND:
    wmId = LOWORD(wParam);
    switch (wmId)
    case PB_QUIT:
    PostQuitMessage(0);
    break;
    case PB_GRAB:
    // Grab button has been hitten
    OnGrab();
    break;
    case PB_STOP:
    // Grab button has been hitten
    OnStop();
    break;
    break;
    case WM_DESTROY:
    PostQuitMessage(0);
    default:
    return DefWindowProc(hWnd, iMessage, wParam, lParam);
    break;
    return 0;
    // Function executed when the snap button is clicked
    int OnGrab (void)
    int error, bufSize, bytesPerPixel;
    char intfName[64];
    DWORD dwThreadId;
    // Get the interface name
    GetWindowText(HIntfName, intfName, 64);
    // Open an interface and a session
    errChk(imgInterfaceOpen (intfName, &Iid));
    errChk(imgSessionOpen (Iid, &Sid));
    // Leon - modification for free up CPU time
    // Set the sleep time to free up the CPU in ms
    imgSetAttribute (Sid, IMG_ATTR_SLEEPTIME, 50);
    // end of Leon
    // Let's check that the Acquisition window is not smaller than the Canvas
    errChk(imgGetAttribute (Sid, IMG_ATTR_ROI_WIDTH, &AcqWinWidth));
    errChk(imgGetAttribute (Sid, IMG_ATTR_ROI_HEIGHT, &AcqWinHeight));
    if(CanvasWidth < AcqWinWidth)
    AcqWinWidth = CanvasWidth;
    if(CanvasHeight < AcqWinHeight)
    AcqWinHeight = CanvasHeight;
    // Set the ROI to the size of the Canvas so that it will fit nicely
    errChk(imgSetAttribute (Sid, IMG_ATTR_ROI_WIDTH, AcqWinWidth));
    errChk(imgSetAttribute (Sid, IMG_ATTR_ROI_HEIGHT, AcqWinHeight));
    errChk(imgSetAttribute (Sid, IMG_ATTR_ROWPIXELS, AcqWinWidth));
    // create a buffer list with one element
    errChk(imgCreateBufList(1, &Bid));
    // compute the size of the required buffer
    errChk(imgGetAttribute (Sid, IMG_ATTR_BYTESPERPIXEL, &bytesPerPixel));
    bufSize = AcqWinWidth * AcqWinHeight * bytesPerPixel;
    // alloc our own buffer for storing copy
    CopyBuffer = (Int8 *) malloc(bufSize * sizeof (Int8));
    // create a buffer and configure the buffer list
    errChk(imgCreateBuffer(Sid, FALSE, bufSize, &ImaqBuffer));
    /* the following configuration assigns the following to buffer list
    element 0:
    1) buffer pointer that will contain image
    2) size of the buffer for buffer element 0
    3) command to loop when this element is reached
    errChk(imgSetBufferElement(Bid, 0, IMG_BUFF_ADDRESS, (uInt32)ImaqBuffer));
    errChk(imgSetBufferElement(Bid, 0, IMG_BUFF_SIZE, bufSize));
    errChk(imgSetBufferElement(Bid, 0, IMG_BUFF_COMMAND, IMG_CMD_LOOP));
    // lock down the buffers contained in the buffer list
    errChk(imgMemLock(Bid));
    // configure the session to use this buffer list
    errChk(imgSessionConfigure(Sid, Bid));
    // start the acquisition, asynchronous
    errChk(imgSessionAcquire(Sid, TRUE, NULL));
    StopGrab = FALSE;
    // Start the acquisition thread
    HThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE) ImaqThread, (LPDWORD*)&StopGrab, 0, &dwThreadId);
    if (HThread == NULL)
    return 0;
    EnableWindow(HStop, TRUE);
    EnableWindow(HGrab, FALSE);
    EnableWindow(HQuit, FALSE);
    Error :
    if(error<0)
    DisplayIMAQError(error);
    return 0;
    DWORD ImaqThread(LPDWORD lpdwParam)
    static int nbFrame = 0, error;
    static int t1, t2, currBufNum;
    char buffer[32];
    // the thread stop when StopGrab goes to TRUE
    while(*((BOOL*)lpdwParam) == FALSE)
    t2 = GetTickCount();
    // Wait at least for the first valid frame
    errChk(imgGetAttribute (Sid, IMG_ATTR_LAST_VALID_BUFFER, &currBufNum));
    // if no buffer available, wait
    if(currBufNum == 0xFFFFFFFF)
    errChk(imgSessionWaitSignal (Sid, IMG_FRAME_DONE, IMG_TRIG_POLAR_ACTIVEH, 5000));
    // Get the frame after tne next Vertical Blank
    errChk(imgSessionCopyBuffer(Sid, 0, CopyBuffer, TRUE));
    // Display it using imgPlot
    // Note that if you are using a 1424 and a camera with a bitdepth greater
    // that 8 bits, you need to set the flag parameter of imgPlot to match
    // the bit depth of the camera. See the "snap imgPlot" sample.
    errChk(imgPlot ((GUIHNDL)ImaqSmplHwnd, CopyBuffer, 0, 0, AcqWinWidth, AcqWinHeight,
    CanvasLeft, CanvasTop, FALSE));
    // Calculate the number of frame per seconds every 10 frames
    nbFrame++;
    if (nbFrame>10)
    sprintf(buffer, "%.2f", 1000.0 * (double)nbFrame / (double)(t2-t1));
    SetWindowText (HFrameRate, buffer);
    t1 = t2;
    nbFrame=0;
    Error:
    if(error<0)
    OnStop();
    DisplayIMAQError(error);
    return 0;
    int OnStop(void)
    int error, bufNum;
    DWORD dwResult;
    // Stop the thread
    StopGrab = TRUE;
    // Wait for the thread to end and kill it otherwise
    dwResult = WaitForSingleObject(HThread, 2000);
    if (dwResult == WAIT_TIMEOUT)
    TerminateThread(HThread, 0);
    // stop the acquisition
    errChk(imgSessionAbort(Sid, &bufNum));
    Error:
    if(error<0)
    DisplayIMAQError(error);
    // unlock the buffers in the buffer list
    if (Bid != 0)
    imgMemUnlock(Bid);
    // dispose of the buffer
    if (ImaqBuffer != NULL)
    imgDisposeBuffer(ImaqBuffer);
    // close this buffer list
    if (Bid != 0)
    imgDisposeBufList(Bid, FALSE);
    // free our copy buffer
    if (CopyBuffer != NULL)
    free(CopyBuffer);
    // Close the interface and the session
    if(Sid != 0)
    imgClose (Sid, TRUE);
    if(Iid != 0)
    imgClose (Iid, TRUE);
    EnableWindow(HStop, FALSE);
    EnableWindow(HGrab, TRUE);
    EnableWindow(HQuit, TRUE);
    CloseHandle (HThread);
    return 0;
    // in case of error this function will display a dialog box
    // with the error message
    void DisplayIMAQError(Int32 error)
    static Int8 ErrorMessage[256];
    memset(ErrorMessage, 0x00, sizeof(ErrorMessage));
    // converts error code to a message
    imgShowError(error, ErrorMessage);
    MessageBox(ImaqSmplHwnd, ErrorMessage, "Imaq Sample", MB_OK);

  • Configd and SystemUIServer hogging CPU

    Hello all:
    I have been setting up my new computer (so the system is virtually as shipped) and I have some strange situation going on. configd and SystemUIServer keep pulsing every minute or so and hog about 25% of the CPU each for bursts lasting up to a minute or so. My Airport connection works, but I have had some trouble to get the system to connect to my closed and password protected network by default. I often have to reenter the network name and password.
    I have tried erasing the network password from the system keychain and reentering it on the preferred network panel of System preferences. I have also trashed the SystemConfiguration folder and reset the network settings, but the problem persists.
    If I turn the Airport off, the problem naturally goes away. Also, it seems to go away if I connect to my neighbor's very weak signal and open network.
    Is it possible that there may be an issue with my network configuration (Airport Extreme settings)? However, my older PPC macs do not complain at all.
    I am really stumped. Any ideas?
    Thanks,
    Juan-Pablo
    iMac Core 2 Duo 24 in   Mac OS X (10.4.7)  
    iMac G4 17 in and iBook G3 14 in   Mac OS X (10.4)  
    iMac G4 17 in and iBook G3 14 in   Mac OS X (10.4)  

    Look at Applications -> Utilities -> Console
    Chances are a launch daemon is trying to start and keeps dying, so it is launch again, and again, and again, ....
    The Console should show the logs where you should see a repeating log entry for the failing daemon or launch agent.

  • Plugin-container is using excessive CPU time with nothing going on, ie 50%. How do I inhibit this?????

    ver 8.0.1. filling out this form, plugin-container is using excessive amount of CPU (> 50%) in basic an idle stage. This needs to be stopped. How do I do this???
    thanks

    Can you check this issue on Firefox 9?
    * getfirefox.com

  • Windowserver suddenly hogs cpu with Lightroom and Photoshop

    I recently upgraded these software packages to 64bit and upgraded NIK plugins for each to the 64bit versions. Since then I've had problems with PS freezing while making adjustments using a NIK plugin (doesn't appear to be plug-in specific). Looking at the Activity Monitor I see windowserver up to 90+ cpu usage. Sometimes if I just wait it will recover, sometimes I have to shut everything down.
    Anyone seeing this problem while using this software and if so have you found a remedy? This never happened while using the 32bit versions of all these packages.

    My understanding is that windowserver is an OS X application independent of software used. My question is whether others have seen windowserver start hogging CPU time while this specific software was being used and any Mac remedies that solve the issue. It's not an Adobe question.

  • [ask]cpu time and disk i/o in tkprof

    this is result of tkprof
    1     call     count       cpu    elapsed       disk      query    current        rows
    2     ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    3     Parse        1      0.00       0.00          0          0          0           0
    4     Execute      1      0.00       0.00          0          0          0           0
    5     Fetch     1001      2.55       5.46      49517      39884          0      100000
    6     ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    7     total     1003      2.55       5.47      49517      39884          0      100000what is the relationship between the cpu time with the disk??

    I mean, what effect the disk to cpu time?What is the effect of barometric pressure to water depth?
    When all else fails, Read The Fine Manual
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/sqltrace.htm#PFGRF01040
    code]
    count = number of times OCI procedure was executed
    cpu = cpu time in seconds executing
    elapsed = elapsed time in seconds executing
    disk = number of physical reads of buffers from disk
    query = number of buffers gotten for consistent read
    current = number of buffers gotten in current mode (usually for update)
    rows = number of rows processed by the fetch or execute call
    There is minimal relationship between "cpu time in seconds executing" for most SQL and "number of physical reads of buffers from disk".
    CPU Times includes CPU activity other than working to complete physical reads of buffers from disk
    Each measures in its own units based upon activity two different subsystem components.

  • Kernel task is hogging lots of threads and CPU time

    My Mavericks Quad Macbook Pro is getting pretty slow these days and at some point I'll have to reinstall everything I think. However I can't start that for a while as I have important projects on the go. I looked in Activity Monitor first and I can see a kernel task constantly running with no indication of what it is doing. So I opened Console and looked at the Diagnostic log. I can see a lot of lines referring to com.apple.message. Hundreds of identical lines actually. I did not have Messages running so I opened it, and sure enough that showed up in console live. However the log shows a slightly different app and a totally different UUID, which seems odd.
    Anybody understand what this is all about? See below. I opened one of the endlessly repeating items plus one that I know is from the Messages app below it.
    23/03/2015 08:28:29.242 UserEventAgent[235]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: universalAccessAuthWarn
    com.apple.message.signature2: com.apple.accessibility.universalAccessAuthWarn ||| 1.0 (190.1)
    com.apple.message.value: 633
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.value5: 0
    com.apple.message.value6: 0
    com.apple.message.value7: 0
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    Sender_Mach_UUID: 55428B1C-9198-32BF-80EA-4731081F402E
    23/03/2015 08:44:17.426 Messages[8722]: com.apple.message.domain: com.apple.iChat.app.weeklyStats
    com.apple.message.video_chat_passed: 0
    com.apple.message.video_chat_failed: 0
    com.apple.message.video_chat_noop: 0
    com.apple.message.audio_chat_passed: 0
    com.apple.message.audio_chat_failed: 0
    com.apple.message.audio_chat_noop: 0
    com.apple.message.screen_sharing_passed: 0
    com.apple.message.screen_sharing_failed: 0
    com.apple.message.screen_sharing_noop: 0
    com.apple.message.average_message_length: 0.000000
    com.apple.message.messages_sent: 0
    com.apple.message.messages_received: 0
    com.apple.message.sms_sent: 0
    com.apple.message.sms_menu_used: User never selected SMS menu
    com.apple.message.result: pass
    com.apple.message.imessage_offered_upgrades: 0
    com.apple.message.imessage_upgrades: 0
    com.apple.message.imessage_declines: 0
    com.apple.message.imessages_sent: 0
    com.apple.message.imessages_received: 0
    Sender_Mach_UUID: 212E34A8-B310-3729-8D11-879E9985A0BD
    23/03/2015 08:44:17.427 Messages[8722]: com.apple.message.domain: com.apple.iChat.app.servicesUsedThisWeek
    com.apple.message.aim: 0
    com.apple.message.bonjour: 0
    com.apple.message.yahoo: 0
    com.apple.message.jabber: 0
    com.apple.message.google_talk: 0
    com.apple.message.imessage: 1
    com.apple.message.other: 0
    com.apple.message.result: pass
    Sender_Mach_UUID: 212E34A8-B310-3729-8D11-879E9985A0BD
    23/03/2015 08:44:32.607 Messages[8722]: com.apple.message.domain: com.apple.iChat.app.prefs
    com.apple.message.one_on_one_style: com.apple.iChat.Styles.Balloons-ShowPictures
    com.apple.message.group_style: com.apple.iChat.Styles.Balloons-ShowPictures
    com.apple.message.incoming_bg_color: Automatic
    com.apple.message.outgoing_bg_color: Automatic
    com.apple.message.incoming_font: Default 12.000000
    com.apple.message.outgoing_font: Default 12.000000
    com.apple.message.save_history: Don't Save
    Sender_Mach_UUID: 212E34A8-B310-3729-8D11-879E9985A0BD

    The kernel_task is the heart of the operating system.  It will have on the order of a 100 threads (more or less).  So when you ask the operating system to do something, like read/write a disk, do network I/O, talk to your mouse/trackpad, keyboard, monitor, etc... kernel_task is the code that is going to do that at the lowest levels.
    Also if you have installed any 3rd party drivers (kernel extensions), they are going to become part of kernel_task and the CPU time they use will be part of kernel_task.
    If you have anti-malware, Mac cleaner or memory cleaner software installed, many of these packages install drivers that then try to out-guess the kernel_task and often result in slowing down the system, interfering with the normal operation of the system, or causing kernel panics.  These kinds of packages are not recommended by long term forum contributors.
    Please provide the output from EtreCheck, which will show the 3rd party additions you have installed.
    <https://discussions.apple.com/docs/DOC-6174>

  • Excessive system CPU time on Solaris 10 host with multiple zones

    We current have three T2000s running Solaris 10 with all of the latest patches installed. Each machine is identically configured with a single, 1.2GHz 8-core CPU & 32GB RAM. Two of the three are in our production environment and have three zones serving users' needs (Oracle app servers, to be specific).
    The third server is our test environment, and it hosts 5 zones. Four of the five zones are similar to those in our production environment (running Oracle or other J2EE app servers). The fifth zone is running eight Oracle RDBMS instances - seven at 9.2, one at 10.2. As this is a test environment, those instances are configured to use a modest amount of system resources.
    We are seeing an odd behavior that at first blush appeared to imply that we had put too much on this single server. However, after looking into it more closely, I'm now thinking that what we are seeing may in fact be some sort of OS issue.
    Specifically, when monitoring the server load in the global zone, we will see sudden spikes in the load factor, jumping above 20.00 and staying there for a minute or two, then dropping down to 3.00-6.00. During the time that the load is very high, vmstat reveals that an inordinate amount of CPU time is being spent in the kernel.
    For example:
    kthr      memory            page            disk          faults      cpu
    r b w   swap  free  si  so pi po fr de sr m1 m1 m1 m2   in   sy   cs us sy id
    0 0 0 62970776 1092640 0 0  0  3  2  0  0  0  0  0  0 3056 21548 5902 4  3 93
    0 0 0 62974184 1094632 0 0  0  8  6  0  0  0  0  0  0 3000 17155 5755 3  1 95
    0 0 0 62971736 1091760 0 0  0  3  2  0  0  0  0  0  0 2982 20254 5754 4  2 94
    0 0 0 62974080 1094424 0 0  0  3  2  0  0  0  0  0  0 3041 18316 5842 4  1 95
    0 0 0 62967808 1088256 0 0  0  3  3  0  0  0  0  0  0 3250 18788 6118 4 11 85
    0 0 0 62880504 1081528 0 0  0  2  2  0  0  0  0  0  0 3673 14910 6549 3 31 66
    0 0 0 62899936 1078272 0 0  0  0  0  0  0  0  0  0  0 3415 14216 6069 4 33 63
    0 0 0 62928744 1075224 0 0  0  5  5  0  0  0  0  0  0 4100 14889 7592 4 50 46
    1 0 0 62870280 1068096 0 0  0  0  0  0  0  0  0  0  0 4388 12581 8186 5 74 21
    5 0 0 62860552 1062064 0 0 51  0  0  0  0  0  0  0  0 4856 12904 9275 5 79 17
    11 0 0 62837472 1054064 0 0 0  5  5  0  0  0  0  0  0 4350 11576 9084 4 89  7
    15 0 0 62860376 1045088 0 0 0  0  0  0  0  0  0  0  0 4491 10718 8954 4 93  3
    19 0 0 62828208 1034744 0 0 0  2  2  0  0  0  0  0  0 4392 10194 9308 4 93  3
    5 0 0 62884880 1029232 0 0  0  5  5  0  0  0  0  0  0 4860 10864 9716 5 93  2
    0 0 0 62888088 1026552 0 0  0  0  0  0  0  0  0  0  0 4551 11987 8814 5 88  7
    0 0 0 62861944 1014688 0 0  0  0  0  0  0  0  0  0  0 4612 13246 8972 5 91  4
    1 0 0 62866912 1009992 0 0  2  5  5  0  0 11 11 11  0 4551 15213 9024 6 91  3
    0 0 0 62911632 1043184 0 0 88  3  3  0  0  4  2  2  0 4105 42573 7913 12 42 46
    0 0 0 62962560 1082128 0 0 13  2  2  0  0  5  3  2  0 3107 19107 5853 4  2 94Note that when the load first spikes, there are very few jobs in the run queue. Of course, as the kernel monopolizes more and more of the CPU time, the number of jobs in the run queue builds until such time as the kernel relinquishes the CPU and the user jobs are serviced.
    I have never seen this kind of vmstat output in the 20 years that I've been administering Sun servers, though I must admit that these three T2ks are the first multi-core, zoned machines that I have experience with.
    So do I have something configured wrong, do we have too many services configured for this one machine to handle, or is there indeed and OS issue involved here?
    Thanks,
    Bill

    Darren,
    Thanks for the feedback. I ran the hotkernel script on both a low-loaded and a higher loaded system (only saw my sys time reach about 60% compared to the 90+ I was seeing yesterday). Here are the 10 most frequently called kernel functions on the normal system:
    SUNW,UltraSPARC-T1`bcopy                                 1016   0.1%
    unix`mutex_vector_enter                                  1059   0.1%
    unix`disp_getwork                                        1093   0.1%
    unix`page_freelist_coalesce                              1512   0.2%
    zfs`fletcher_2_native                                    1519   0.2%
    SUNW,UltraSPARC-T1`copyin                                1546   0.2%
    SUNW,UltraSPARC-T1`copyout                               1602   0.2%
    unix`page_trylock                                        1789   0.2%
    unix`mutex_enter                                         1848   0.2%
    unix`cpu_halt                                          762334  95.3%Here's the top 10 when the system is getting pounded:
    unix`disp_getwork                                         495   0.1%
    unix`page_freelist_coalesce                               525   0.2%
    unix`page_geti_contig_pages                              6637   2.0%
    unix`page_unlock_noretire                               10124   3.0%
    unix`mutex_exit                                         10652   3.1%
    unix`page_trylock_contig_pages                          11461   3.4%
    unix`mutex_vector_enter                                 12785   3.8%
    unix`mutex_enter                                        14907   4.4%
    unix`page_trylock                                       50461  14.9%
    unix`cpu_halt                                          211391  62.2%Any thoughts as to what this implies?
    Thanks,
    Bill

  • CPU time of BPM or message mapping?

    Hi all,
    is there a way to find out how much CPU time is spent by a certain BPM instance (or message mapping instance)?
    It would be sufficient to get that value per BPM type / message mapping type.
    So far, I've found the following sources, which all won't work, unfortunately:
    - table SWWWIHEAD: No CPU time information (as far as I see)
    - transaction STAD: I don't see a way to connect an entry to the resp. BPM. There is a Transaction-ID, but I can't find it in the BPM...
    - transaction ST03N: Only aggregated values for user WF_BATCH, not detailed statistics
    - several places, which only show clock time, but not CPU time
    Thanks in advance!
    Kind regards,
    Dennis

    Hi Michal,
    Thanks a lot for your info.
    Too bad that there is no other possibility yet.
    I'm not completely sure whether the result is worth the effort, though, as there will probably be a lot of different BPM types on this system, so benchmarking each is quite some work (and requires an otherwise idle test system during this time).
    In addition, it could be difficult to generate test data that will most likely represent the expected data during production use. Especially for BPMs with many conditional tasks (branches, loops, ...), this can be a mess...
    But I will propose it anyway. If it gets accepted, I'll post the gained experience with this approach here. Maybe it works better than my pessimistic expection.
    Hopefully, SAP will integrate this functionality somewhen. I guess I set up some customer feedback.
    Kind regards,
    Dennis

  • I am caught in bizarre situation my labview programee takes 100percent cpu time and creates a deadlock

    i am communicating with java programme through data socket but labview creates problem

    You might try putting a 50 msec delay somewhere in your program loop to give the CPU time to perform other tasks. With no delays in a LabVIEW program, it *will* hog all the CPU time.
    Rob

  • 100% CPU usage with plasma

    Hi!
    Since the last update to KDE 4.2.2 plasma causes all of the PCs that run with Archlinux and KDE to raise my CPU usage to 100%.
    It's always caused by plasma and did not happen before with version 4.2.1
    Does anyone have the same experience? How can I fix this?
    It's very annoying especially on the Laptops and Netbooks I'm running with KDE....
    Or should I file a bug report or am I the only one experiencing this?

    Sorry for the thread necromancy, but I have the same problem.
    At first there was no problems. I had installed kdemod to test it after spending long time with fluxbox and gtk apps. At that time there were no problems. For whatever reason I decided to reinstall Arch and put only KDEmod on it.
    Hellooo plasma hogging the cpu. I have no calendar plasmoid. I have no plasmoids on the desktop at all. There are couple of them on the taskbar:
    kmenu (or whatever it is called), stasks, systray, pager, digital clock.
    The digital clock has a calendar when I click it. Testing with no digital clock plasmoid right now.
    A full clean reinstall of kde mod didn't help, either. Did anyone found the source of the hogging?

  • Uses up to 60% of CPU together with asghost.exe (Asus Security.. )

    Firefox,together with asghost.exe (Asus Security Protect Manager) uses up to 60% of CPU time on MANY sites. Firefox is the only browser which does that. One of many urls is below.
    This is Vista on a Asus F3S Notebook (2007)

    Hi,
    Thanks for the reply - you steered me in the right direction .
    The only thing is - removing the 'My Videos' folder works only once. After re-starting the software it re-appears. The next thing I tried was unticking 'convert videos' .
    Both the above made no difference. Transcoder.exe would return and tie up the computer resources.
    So, the next thing was to remove 'My Videos' and  create a folder with nothing in it (I called it NULL) and point the 'sync videos from your computer to your device' there.
    This has cured my problems.
    Without upsetting people, I cannot be very positive about this Blackberry Desktop Software. Without the above problems it is a resource hog (Rim.Desktop.exe). If someone had a net-top with say an Atom processor, this software would be render the computer unusable.

  • Xorg eating 100% CPU time

    Hello.  I'm currently running a new, up-to-the-minute Arch 64-bit installation, but Xorg is consuming 100% of my CPU time.
    #1) My Hardware:
    Gateway 614GE desktop tower
    MSI-6741 motherboard with Via/S3 Graphics Unicrome Pro IGP (disabled)
    AMD Athlon64 Processor 3400+ (single-core @ 2.4 GHz)
    2.0 GiB DDR ram
    Sapphire ATi RadeonHD 3650 AGP
    #2) My Software:
    Arch Linux 64-bit (duh)
    Kernel 2.6.31.4-1
    Xorg 1.6.4 RC1
    Mesa 7.5.1-2
    Ati-Dri 7.5.1-2
    Xf86-Video-Ati 6.12.99 (built from git yesterday)
    Gnome 2.28.0
    #3) My Xorg.conf :
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "record"
    Load "extmod"
    Load "dbe"
    Load "dri2"
    Load "dri"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 320 240 # mm
    Identifier "Monitor0"
    VendorName "GWY"
    ModelName "8b1b"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    Option "AGPMode" "8"
    Option "AGPFastWrite" "True"
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "True"
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    Option "RenderAccel" "True"
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    Option "AccelMethod" "EXA"
    Option "DRI" "True"
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV635 PRO AGP [Radeon HD 3650]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Everything on my system looks like it is running in a slideshow at 3 or 4 frames per second.  Pretty much everything is being software-rendered, I guess.  I know that my ATi card cannot accelerate OpenGL untill kernel 2.6.32 comes out (at least not out-of-the-box) but I *know* it is capable of EXA, Xv, and Xrender.  On both my Ubuntu 9.04 install and my previous Arch install, Xorg stayed at ~5% CPU usage.  I'd kindly like some assistance in why nothing is being accelerated.
    Thanks.

    #4) My Xorg.0.log :
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux darkfire_fox 2.6.31-ARCH #1 SMP PREEMPT Tue Oct 13 11:33:39 CEST 2009 x86_64
    Build Date: 04 September 2009 05:45:43PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 22 19:17:18 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x1d40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:9596:1787:0028 ATI Technologies Inc RV635 PRO AGP [Radeon HD 3650] rev 0, Mem @ 0xb0000000/268435456, 0xcfef0000/65536, I/O @ 0x0000b800/256, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 6.12.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
    ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
    ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI RS880
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) [KMS] drm report modesetting isn't supported.
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [41] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [42] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [43] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [44] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [45] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [46] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [47] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [48] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [49] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [50] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [51] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [52] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [53] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [54] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [55] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [56] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [57] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [58] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [59] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [60] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [61] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [62] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [63] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [64] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) RADEON(0): TOTO SAYS 00000000cfef0000
    (II) RADEON(0): MMIO registers at 0x00000000cfef0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "AGPMode" "8"
    (**) RADEON(0): Option "AGPFastWrite" "True"
    (**) RADEON(0): Option "ColorTiling" "True"
    (**) RADEON(0): Option "RenderAccel" "True"
    (**) RADEON(0): Option "AccelMethod" "EXA"
    (**) RADEON(0): Option "DRI" "True"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon HD 3650 AGP" (ChipID = 0x9596)
    (--) RADEON(0): Linear framebuffer at 0x00000000b0000000
    (II) RADEON(0): AGP card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1787 SubsystemID: 0x0028
    IOBaseAddress: 0xb800
    Filename: SE525SAM.008
    BIOS Bootup Message: RV635 GDDR2_32MX16 128BIT 512MB 725E/400M
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x1fffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x1fffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 725000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: node name is /dev/dri/card14
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
    [dri] Disabling DRI.
    (II) RADEON(0): using shadow framebuffer
    (II) Loading sub module "shadow"
    (II) LoadModule: "shadow"
    (II) Loading /usr/lib/xorg/modules//libshadow.so
    (II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling disabled
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=90000 max=120000; xclk=40000
    (II) RADEON(0): Output DVI-1 using monitor section Monitor0
    (II) RADEON(0): I2C bus "DVI-1" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: DVI-1
    Connector: DVI-I
    CRT2: INTERNAL_KLDSCP_DAC2
    DFP1: INTERNAL_UNIPHY
    DDC reg: 0x7e50
    (II) RADEON(0): Port1:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT1: INTERNAL_KLDSCP_DAC1
    DFP2: INTERNAL_KLDSCP_LVTMA
    DDC reg: 0x7e40
    (II) RADEON(0): I2C device "DVI-1:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: GWY Model: 8b1b Serial#: 37107
    (II) RADEON(0): Year: 2004 Week: 44
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    (II) RADEON(0): Gamma: 2.98
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.618 redY: 0.349 greenX: 0.280 greenY: 0.605
    (II) RADEON(0): blueX: 0.152 blueY: 0.063 whiteX: 0.281 whiteY: 0.310
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 100 vid: 26693
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 94.5 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1068 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) RADEON(0): Serial No: MRH4A50037107
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ef91b8bf3900000
    (II) RADEON(0): 2c0e0103082018c6ea5c119e59479b27
    (II) RADEON(0): 10484fa14a0031594559456861598180
    (II) RADEON(0): 010101010101ea240060410028303060
    (II) RADEON(0): 130040f01000001e302a009851002c40
    (II) RADEON(0): 3070130040f01000001e000000fd0032
    (II) RADEON(0): a01e460b000a202020202020000000ff
    (II) RADEON(0): 004d5248344135303033373130370041
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: GWY Model: 8b1b Serial#: 37107
    (II) RADEON(0): Year: 2004 Week: 44
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    (II) RADEON(0): Gamma: 2.98
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.618 redY: 0.349 greenX: 0.280 greenY: 0.605
    (II) RADEON(0): blueX: 0.152 blueY: 0.063 whiteX: 0.281 whiteY: 0.310
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 100 vid: 26693
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 94.5 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1068 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) RADEON(0): Serial No: MRH4A50037107
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ef91b8bf3900000
    (II) RADEON(0): 2c0e0103082018c6ea5c119e59479b27
    (II) RADEON(0): 10484fa14a0031594559456861598180
    (II) RADEON(0): 010101010101ea240060410028303060
    (II) RADEON(0): 130040f01000001e302a009851002c40
    (II) RADEON(0): 3070130040f01000001e000000fd0032
    (II) RADEON(0): a01e460b000a202020202020000000ff
    (II) RADEON(0): 004d5248344135303033373130370041
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    (II) RADEON(0): Output DVI-1 disconnected
    (II) RADEON(0): Output DVI-0 connected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output DVI-0 using initial mode 1024x768
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [41] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [42] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [43] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [44] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [45] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [46] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [47] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [48] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [49] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [50] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [51] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [52] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [53] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [54] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [55] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [56] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [57] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [58] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [59] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [60] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [61] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [62] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [63] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [64] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) RADEON(0): RADEONScreenInit b0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    (II) RADEON(0): Dynamic Power Management Disabled
    mc fb loc is 00cf00b0
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x20000000
    (II) RADEON(0): MC_FB_LOCATION : 0x00cf00b0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00cf00b0 0x00ff00e0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (EE) RADEON(0): Acceleration initialization failed
    (II) RADEON(0): Acceleration disabled
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Mode 1024x768 - 1376 808 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00cf00b0 0x00cf00b0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    before 9450
    after 9450
    freq: 94500000
    best_freq: 94500000
    best_feedback_div: 70
    best_frac_feedback_div: 0
    best_ref_div: 2
    best_post_div: 10
    (II) RADEON(0): crtc(0) Clock: mode 94500, PLL 94500
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x46(70), fracfbdiv 0, pdiv 10
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Output CRT1 enable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Mode 1024x768 - 1376 808 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00cf00b0 0x00cf00b0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    before 9450
    after 9450
    freq: 94500000
    best_freq: 94500000
    best_feedback_div: 70
    best_frac_feedback_div: 0
    best_ref_div: 2
    best_post_div: 10
    (II) RADEON(0): crtc(0) Clock: mode 94500, PLL 94500
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x46(70), fracfbdiv 0, pdiv 10
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Output CRT1 enable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 320 x 240
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device PS2++ Logitech TrackMan
    (**) PS2++ Logitech TrackMan: always reports core events
    (**) PS2++ Logitech TrackMan: Device: "/dev/input/event6"
    (II) PS2++ Logitech TrackMan: Found 3 mouse buttons
    (II) PS2++ Logitech TrackMan: Found x and y relative axes
    (II) PS2++ Logitech TrackMan: Found scroll wheel(s)
    (II) PS2++ Logitech TrackMan: Configuring as mouse
    (**) PS2++ Logitech TrackMan: YAxisMapping: buttons 4 and 5
    (**) PS2++ Logitech TrackMan: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "PS2++ Logitech TrackMan" (type: MOUSE)
    (**) PS2++ Logitech TrackMan: (accel) keeping acceleration scheme 1
    (**) PS2++ Logitech TrackMan: (accel) filter chain progression: 2.00
    (**) PS2++ Logitech TrackMan: (accel) filter stage 0: 20.00 ms
    (**) PS2++ Logitech TrackMan: (accel) set acceleration profile 0
    (II) PS2++ Logitech TrackMan: initialized for relative axes.
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event5"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1068 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) RADEON(0): Modeline "800x600"x100.0 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync (63.6 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: GWY Model: 8b1b Serial#: 37107
    (II) RADEON(0): Year: 2004 Week: 44
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    (II) RADEON(0): Gamma: 2.98
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.618 redY: 0.349 greenX: 0.280 greenY: 0.605
    (II) RADEON(0): blueX: 0.152 blueY: 0.063 whiteX: 0.281 whiteY: 0.310
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 100 vid: 26693
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 94.5 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1068 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) RADEON(0): Serial No: MRH4A50037107
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ef91b8bf3900000
    (II) RADEON(0): 2c0e0103082018c6ea5c119e59479b27
    (II) RADEON(0): 10484fa14a0031594559456861598180
    (II) RADEON(0): 010101010101ea240060410028303060
    (II) RADEON(0): 130040f01000001e302a009851002c40
    (II) RADEON(0): 3070130040f01000001e000000fd0032
    (II) RADEON(0): a01e460b000a202020202020000000ff
    (II) RADEON(0): 004d5248344135303033373130370041
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1068 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) RADEON(0): Modeline "800x600"x100.0 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync (63.6 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: GWY Model: 8b1b Serial#: 37107
    (II) RADEON(0): Year: 2004 Week: 44
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    (II) RADEON(0): Gamma: 2.98
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.618 redY: 0.349 greenX: 0.280 greenY: 0.605
    (II) RADEON(0): blueX: 0.152 blueY: 0.063 whiteX: 0.281 whiteY: 0.310
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 100 vid: 26693
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 94.5 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1068 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) RADEON(0): Serial No: MRH4A50037107
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ef91b8bf3900000
    (II) RADEON(0): 2c0e0103082018c6ea5c119e59479b27
    (II) RADEON(0): 10484fa14a0031594559456861598180
    (II) RADEON(0): 010101010101ea240060410028303060
    (II) RADEON(0): 130040f01000001e302a009851002c40
    (II) RADEON(0): 3070130040f01000001e000000fd0032
    (II) RADEON(0): a01e460b000a202020202020000000ff
    (II) RADEON(0): 004d5248344135303033373130370041
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1068 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) RADEON(0): Modeline "800x600"x100.0 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync (63.6 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: GWY Model: 8b1b Serial#: 37107
    (II) RADEON(0): Year: 2004 Week: 44
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    (II) RADEON(0): Gamma: 2.98
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.618 redY: 0.349 greenX: 0.280 greenY: 0.605
    (II) RADEON(0): blueX: 0.152 blueY: 0.063 whiteX: 0.281 whiteY: 0.310
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 100 vid: 26693
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 94.5 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 320 x 240 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1068 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) RADEON(0): Serial No: MRH4A50037107
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ef91b8bf3900000
    (II) RADEON(0): 2c0e0103082018c6ea5c119e59479b27
    (II) RADEON(0): 10484fa14a0031594559456861598180
    (II) RADEON(0): 010101010101ea240060410028303060
    (II) RADEON(0): 130040f01000001e302a009851002c40
    (II) RADEON(0): 3070130040f01000001e000000fd0032
    (II) RADEON(0): a01e460b000a202020202020000000ff
    (II) RADEON(0): 004d5248344135303033373130370041
    (II) RADEON(0): EDID vendor "GWY", prod id 35611
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Mode 1280x1024 - 1688 1068 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00cf00b0 0x00cf00b0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    before 10800
    after 10800
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 72
    best_frac_feedback_div: 0
    best_ref_div: 2
    best_post_div: 9
    (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x48(72), fracfbdiv 0, pdiv 9
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Output CRT1 enable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success

Maybe you are looking for

  • Image size format in PS Touch Ipad

    Hi folks, I cannot understand what the image size box is giving me. I assume it to be mm or pixels. However if I enter say - 50.0 as assumed 50.0 mm, it reduces the image to a ridiculously small size. I wanted that size as it is what I need to upload

  • Invoking a BDC from within a BADI method executing in an update task

    To finish up the MIGO/QM interface we started sometime ago, we need to invoke a BDC of transaction QA02 within the method method IF_EX_INSPECTIONLOT_UPDATE~CREATE_IN_UPDATE. of the BADI: INSPECTION_LOT_UPDATE. Should the BDC be tucked inside: a) an f

  • Itunes has gone weird.

    I updated to the latest version of itunes and since then I have a problem with sound on playback. I can play music tracks with no problem at all. The problem is with music videos and tv programs. The sound  has a warbling effect, sounds garbled and i

  • Inspiration browser download problem

    I'm unable to upgrade the Inspiration browser for elements 10. I folled the instructions and uninstalled the existing inpiration browserand have downloaded AIR. Can you help?

  • SPP for machinery service parts planning within single location ?

    Hello, I'm seeking for general directional advices from anyone having gone thru an SPP implementation. We are currently investigating how to handle machinery service parts in one of our main production plants. ERP6.0 does have anything specific in te