x11

    0熱度

    1回答

    在老的Fedora版本,我可以做到以下幾點: xinput --list 找到我的設備:「高級芯片SA冷觸激光(TM)系統」 ,並可以簡單的設置道具我需要: xinput set-prop 'Advanced Silicon S.A. CoolTouch(TM) System' --type=float 'Coordinate Transformation Matrix' 0.53333333

    0熱度

    1回答

    我想在另一個窗口上顯示一個圖像,但在同一個窗口中。我看過帖子並肩作戰,但我已經知道如何做到這一點。這裏是我到目前爲止有: string firstFile = ""; string secondFile = ""; cout << "Enter the filenames corresponding to the Image and the Logo (in that order): " <<

    0熱度

    1回答

    可以將Xorg的背景恢復爲舊X11的灰色網格,如下面的截圖所示? http://dsl.org/cookbook/x-fvwm2.jpg http://toastytech.com/guis/nbsd5icons.png 我試圖通過Debian發行的基於Linux系統的Xorg(穩定版 「拉伸」)。我嘗試了xsetroot -def,但我的背景已恢復爲黑色。我從控制檯以startx開始X測試,其~

    5熱度

    2回答

    我想記錄活動的應用程序並保存活動應用程序的歷史記錄。我說積極的應用程序,因爲如果我運行一個應用程序,它最小化等,我不會把它算作一個活躍的應用程序。 爲了讓我的問題更清晰,讓我們看看這個例子。 我打開Firefox並在網上衝浪20分鐘。然後我打開一個文本編輯器並開始寫5分鐘(Firefox正在運行,但我沒有使用它,所以Firefox不應該算作一個活動的應用程序)。所以,我應該能夠記錄以下信息: Fi

    0熱度

    1回答

    我在Qt 5.9中構建一個需要在X11顯示器上運行的UI。我正在嘗試將陰影添加到我的對話窗口 - 但它們不能在X11上工作。 我採取的方法是從zeFree的回答This Question。 (將所有內容放在窗口中,將窗口設置爲半透明,並在窗口小部件上創建陰影效果)。 setAttribute(Qt::WA_TranslucentBackground); //enable Window to be

    -1熱度

    1回答

    我正在尋找一個Python腳本,它可以「按下」鍵並將光標移動到我的linux電腦屏幕上的任意位置。有沒有這樣做?

    -1熱度

    1回答

    我正在Qt 5.9中構建一個需要在X11顯示器上運行的UI。我正在嘗試將陰影添加到我的對話窗口 - 但它們不能在X11上工作。 我採取的方法是從zeFree的回答This Question。 (將所有內容放在窗口中,將窗口設置爲半透明,並在窗口小部件上創建陰影效果)。 setAttribute(Qt::WA_TranslucentBackground); //enable Window to be

    2熱度

    1回答

    我有R半透明問題(R版本3.3.2)。 我得到這個錯誤,當我嘗試: ggplot(iris, aes(x = factor(Species), y = Sepal.Length, fill = Species)) + + geom_boxplot(alpha = 0.4) Warning messages: 1: In grDevices::x11(..., type = "cairo")

    0熱度

    1回答

    從XSetErrorHandler設置的錯誤處理程序中調用XGetErrorText是否安全? E.g. int errorHandler(Display *dpy, XErrorEvent *err) { char buf[BUFLEN]; XGetErrorText(dpy, err->error_code, buf, BUFLEN); printf("%s\n

    1熱度

    1回答

    我已經嘗試了下面的簡單程序來使用XShmGetImage來獲取桌面圖像。 #include <X11/Xlib.h> #include <X11/Xatom.h> #include <X11/Xutil.h> #include <X11/extensions/XShm.h> #include <X11/extensions/Xfixes.h> #include <stdio.h> #i