(b4b90bfbaf8edfa7a2084adbaff0a2c0bc68acd1)
#include "qlinuxfbscreen.h"
#include <QtFbSupport/private/qfbcursor_p.h>
#include <QtFbSupport/private/qfbwindow_p.h>
#include <QtCore/QFile>
#include <QtCore/QRegularExpression>
#include <QtCore/q20utility.h>
#include <QtGui/QPainter>
#include <private/qcore_unix_p.h>
#include <qimage.h>
#include <qdebug.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <linux/kd.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <limits.h>
#include <signal.h>
#include <linux/fb.h>
#include "moc_qlinuxfbscreen.cpp"
Go to the source code of this file.
◆ blankScreen()
void blankScreen |
( |
int | fd, |
|
|
bool | on ) |
|
static |
◆ determineDepth()
int determineDepth |
( |
const fb_var_screeninfo & | vinfo | ) |
|
|
static |
◆ determineFormat()
QImage::Format determineFormat |
( |
const fb_var_screeninfo & | info, |
|
|
int | depth ) |
|
static |
◆ determineGeometry()
QRect determineGeometry |
( |
const fb_var_screeninfo & | vinfo, |
|
|
const QRect & | userGeometry ) |
|
static |
◆ determinePhysicalSize()
QSizeF determinePhysicalSize |
( |
const fb_var_screeninfo & | vinfo, |
|
|
const QSize & | mmSize, |
|
|
const QSize & | res ) |
|
static |
◆ openFramebufferDevice()
int openFramebufferDevice |
( |
const QString & | dev | ) |
|
|
static |
◆ openTtyDevice()
int openTtyDevice |
( |
const QString & | device | ) |
|
|
static |
◆ resetTty()
void resetTty |
( |
int | ttyfd, |
|
|
int | oldMode ) |
|
static |
◆ switchToGraphicsMode()
void switchToGraphicsMode |
( |
int | ttyfd, |
|
|
bool | doSwitch, |
|
|
int * | oldMode ) |
|
static |