screendata->screenUniqueName=TQString::fromLatin1("%1:%2").arg(":0").arg(capitalizeString(output_info->name); // [FIXME] How can I get the name of the Xorg graphics driver currently in use?
screendata->screenUniqueName=TQString::fromLatin1("%1:%2").arg(":0").arg(capitalizeString(output_info->name)); // [FIXME] How can I get the name of the Xorg graphics driver currently in use?
screendata->screenFriendlyName=TQString(i18n("%1. %2 output on %3")).arg(i+1).arg(capitalizeString(output_info->name)).arg(":0");// [FIXME] How can I get the name of the Xorg graphics driver currently in use?
screendata->screenFriendlyName=TQString(i18n("%1. %2 output on %3")).arg(i+1).arg(capitalizeString(output_info->name)).arg(":0");// [FIXME] How can I get the name of the Xorg graphics driver currently in use?