search for: xset

Displaying 20 results from an estimated 86 matches for "xset".

Did you mean: set
2018 Mar 10
0
[ANNOUNCE] xset 1.2.4
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xset 1.2.4 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (1): Include unistd.h for usleep() if HAVE_USLEEP Matthieu Herrb (1): Fix one last warning about usage() format string. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1):...
2008 Mar 06
0
[ANNOUNCE] xset 1.0.4
Adam Jackson (1): xset 1.0.4 Alan Coopersmith (3): Make code formatting consistent Convert function declarations from K&R to ANSI C Delete duplicated #include statements James Cloos (1): Add *~ to .gitignore to skip patch/emacs droppings gsr.bugs (1): Manpage: Add mention of mouse acc...
2017 Oct 21
4
[Bug 103383] New: "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode)
https://bugs.freedesktop.org/show_bug.cgi?id=103383 Bug ID: 103383 Summary: "xset dpms force on" does not unblank laptop screen after "xset dpms force off" is run (or system enters sleep mode) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Statu...
2018 Apr 05
2
[Bug 105916] New: "xset dpms force off" can't be undone on hp omen 17-an0xx laptop
https://bugs.freedesktop.org/show_bug.cgi?id=105916 Bug ID: 105916 Summary: "xset dpms force off" can't be undone on hp omen 17-an0xx laptop Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Componen...
2015 Jul 15
3
[Bug 91354] New: [Quadro K610M] "xset dpms force on" blinks the screen
https://bugs.freedesktop.org/show_bug.cgi?id=91354 Bug ID: 91354 Summary: [Quadro K610M] "xset dpms force on" blinks the screen Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.free...
2015 Jun 16
3
[Bug 90999] New: xset dpms force off does not turn off LCD backlight
https://bugs.freedesktop.org/show_bug.cgi?id=90999 Bug ID: 90999 Summary: xset dpms force off does not turn off LCD backlight Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assig...
2014 Aug 12
16
[Bug 82527] New: xset dpms force {off, standby, suspend} returns after ~20 seconds (GeForce 8400 GS)
https://bugs.freedesktop.org/show_bug.cgi?id=82527 Priority: medium Bug ID: 82527 Assignee: nouveau at lists.freedesktop.org Summary: xset dpms force {off,standby,suspend} returns after ~20 seconds (GeForce 8400 GS) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: martin at mvath.de Hardware: Other...
2013 Nov 07
6
[Bug 71351] New: xset dpms force off only works after suspend
https://bugs.freedesktop.org/show_bug.cgi?id=71351 Priority: medium Bug ID: 71351 Assignee: nouveau at lists.freedesktop.org Summary: xset dpms force off only works after suspend QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: davidesousa at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version...
2011 Sep 05
6
help with warcraft please launcher problem
i have read everything i can find relating to this and i got nothing i have ubuntu 11.04 wine 1.3.15 amd athlon x2 dual core QL-60 ati radeon graphics card 3100 i belive at first i was running wine 1.2 and i got the water glitch. trolled for a while and updated the version to 1.3 now WoW wont load after pushing the play button on the loader. after more looking i fount that wine 1.3.26 will work
2007 Oct 31
2
Shell Bash with R
...lotFontFamily <- "Helvetica" plotFontPointsize <- 22 plotWidth <- 10 plotHeight <- 10 plotConfidence <- 0.95 mainTitle <- "Deregistrations by Timeout" xSet <- data$Steps[1] xTitle <- "Steps" ySet <- data$Time[s] yTitle <- "Time]" zSet <- data$Region zTitle <- "Region{R}" vSet <- c() vTitle <- "" wSe...
2010 Sep 16
2
glm: formula vs character
...wing message: "Error in eval(predvars, data, env) : invalid 'envir' argument." Any insight into what is going on "under the hood"? Many thanks, --Krishna x1 = rnorm(100) x2 = rnorm(100) x3 = rnorm(100) y = x1 + 2*x2 + 3*x3 + 0.05*rnorm(100) d = data.frame(y,x1,x2,x3) xset = paste("x",1:3,sep="") reg1<-function(dep,cand,data){ f = paste(dep,"~1",sep="") reg = glm(as.formula(f),family="gaussian",data) add = add1(reg,cand,test="F") } reg2<-function(dep,cand,data){ f = paste(dep,"~1",s...
2004 Dec 11
3
[fdo] Idea for more consistency across toolkits
...means for the user to specify a mapping from the display toolkit style to the style that should be used by the toolkit. Other properties that would be good to store would be the colors to use (e.g. selected text color, background color, text foreground color etc). I noticed there is a project XSettings on freedesktop.org but I could not find out much about it to know how this idea fits in with that. It appears to me that XSettings is only the colors, double click delay etc but does not provide a means to specify the look and feel of the display. If these properties could be standardised...
2006 Jul 29
1
R | vnc | X11 fonts
...edora Core 5), and can start R from a terminal. However, for a lot of the R scripts I've tried, I get 'font errors' - the general error message is Error in X11() : could not find any X11 fonts Check that the Font Path is correct OK, bring up another terminal window on VNC, and try xset q, which shows Font Path /usr/share/fonts/default/Type1/, /usr/share/X11/fonts/75dpi/, /usr/share/X11/fonts/100dpi/, ... and so on, and so on - about 10 different font directories in all. So, given that xset q shows that I have lots of X11 fonts in the Font Path, then why does X11() in R tell...
2017 Jan 15
0
[PATCH 1/2] Do not override CFLAGS, as CFLAGS is a user flag.
...ONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AC_MSG_CHECKING([whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS]) +AS_IF([test "x${CFLAGS+set}" = "xset" || test "x${CXXFLAGS+set}" = "xset" || test "x${CPPFLAGS+set}" = "xset" || test "x${LDFLAGS+set}" = "xset"], + [enable_flags_setting=no], + [enable_flags_setting=yes] +) +AC_MSG_RESULT([${enable_flags_setting}]) +AX_CHECK_ENABLE_DEBU...
2016 Jan 26
3
help with signal from monitor
On 01/26/2016 03:58 PM, Ilia Mirkin wrote: > On Tue, Jan 26, 2016 at 5:54 PM, don fisher <hdf3 at comcast.net> wrote: >> On 01/26/2016 03:24 PM, Ilia Mirkin wrote: >>> >>> sleep 1 && xset dpms force off >> >> Could you confirm exactly how to add the drm.debug=0x1e option. Is it >> another parameter on the kernel command line? > > Yep > >> Where does the output data go? > > dmesg > >> Is there a way to get it into a file? > > dmes...
2005 Sep 20
0
Way to tell if monitor is on or off???
I am looking for a way to tell if the monitor is on or off? xset q - seems to only work if DPMS turns off the monitor. If I or someone actually turns off the monitor xset q still shows on. If I do xset dpms force off ; sleep 5; xset q the monitor shows off. So is there a way to tell if the monitor is actually on or off? Thanks, Jerry
2014 Aug 27
3
CentOS 5 takes one second holding each keyboard key until it shows.
I used CentOS 5 for years. Suddenly, it takes one second holding a keyboard key until it shows on the screen: # uname -a Linux nitrogen 2.6.18-371.11.1.el5PAE #1 SMP Wed Jul 23 15:54:19 EDT 2014 i686 i686 i386 GNU/Linux # xset -q Keyboard Control: auto repeat: off key click percent: 50 LED mask: 00000000 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fadfffdfffdfe5ef ffffffffffffffff ffffffffff...
2015 Apr 21
1
MATE power save and dpms
...the detailed info: http://docs.fedoraproject.org/en-US/Fedora/19/pdf/Power_Management_Guide/Fedora-19-Power_Management_Guide-en-US.pdf (see page 37 in the document index ... or page 45 of 52 in the pdf reader) But basically, I needed to do this to turn on DPMS to happen at the 10 minute point: xset +dpms; xset dpms 0 0 600 I figured I can't be the only one who had this problem .. so I thought I would post it here. Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc:...
2016 Jan 26
2
help with signal from monitor
...>> >> Don >> _______________________________________________ >> Nouveau mailing list >> Nouveau at lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/nouveau > I am running under openSuse, but trying to avoid most of the GUIs. I cannot get xset to blank the screen, so I added consoleblank=600 in the grub file to be added to the kernel command line. The system blanks after 10 minutes, as expected. The monitor then displays "HDMI/MHL-1 NO SIGNAL", the monitor blanks, prints another message that says nothing and the monitor is...
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
Hi Erik, I've found a middleground for the problem of setting default CFLAGS. I've gone back to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script (i.e., the user hasn't specified anything) and then proceed to set them to the defaults as before. This has been suggested before: https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html In