I installed imake from source but it needs something else to work?

|
Visone_Selektah 2022-07-24 12:21:54
bja_au 2022-07-24 12:20:06
I use ‘xset dpms 0 0 300’

Be aware that to use those you need to have dpms on

bja_au 2022-07-24 12:22:27
I use xset +dpms – is that the same?
Visone_Selektah 2022-07-24 12:22:33
bja_au 2022-07-24 12:21:49
reading that page you sent me it talks about using ‘xset s …’ – will try that

Check this one too
https://ptspts.blogspot.com/2009/10/screen-blanking-dpms-screen-saver.html

Screen blanking, DPMS, screen saver control and timeout settings on X11Blogspot
This blog post explains how to blank and unblank the screen manually, how to activate and deactivate display power saving (DPMS), and how to…
bja_au 2022-07-24 14:20:54
Visone_Selektah 2022-07-24 12:22:33
Check this one too
https://ptspts.blogspot.com/2009/10/screen-blanking-dpms-screen-saver.html

well I have tried EVERYTHING and no joy!! Going to kill off all running programs, eg telegram, and see if I can get it to work – the only way it works is to use xset force blah

Visone_Selektah 2022-07-24 15:13:50
bja_au 2022-07-24 14:20:54
well I have tried EVERYTHING and no joy!! Going to kill off all running programs, eg telegram, and see if I can get it to work – the only way it works is to use xset force blah

How do you use it? by command?
Use xset +dpms && xset dpms 300 600 900
I guess if you need to use force is cause you have dpms disable, try to enable it and then run your command

bja_au 2022-07-24 15:19:29
ok I have restarted X and used xset s on and xset dpms 120 180 240 and now its working! go figure!!
Visone_Selektah 2022-07-24 15:21:36
bja_au 2022-07-24 15:19:29
ok I have restarted X and used xset s on and xset dpms 120 180 240 and now its working! go figure!!

xdddd Like I told you, better to make a monitor config with those options

bja_au 2022-07-24 15:21:57
yeah 🙂
bja_au 2022-07-24 15:22:22
just starting programs one by one and testing its still working – so far so good …
Visone_Selektah 2022-07-24 15:23:00
bja_au 2022-07-24 15:22:22
just starting programs one by one and testing its still working – so far so good …

Perfect!!

bja_au 2022-07-24 15:26:10
now I just need to be able to start my screen locking program …
bja_au 2022-07-24 19:19:09
me again 😎 – as you may know I use the Vivaldi browser which works fine , except for audio which refuses to use my standard speakers (on Dell monitor connected via HDMI) but insist on using the one(s) built into my Mac Mini – which as you expect sound crap! According to this Arch page (https://wiki.archlinux.org/title/Vivaldi) I need to install ‘ vivaldi-ffmpeg-codecs’ – has anyone converted them to venom please?
bja_au 2022-07-25 06:54:00
Also I have purchased a Logitech M720 mouse which, as well as coming with a connector, is supposed to support bluetooth – however when I connect, which it does fine, nothing happens, ie. no movement or clicks are registered. According to the Arch wiki I need some thing called bluez-utils-compat which adds support for LE devices. Has anyone tested this please? Thanks
bja_au 2022-07-25 07:17:36
While I’m on a roll 😎 – has anyone got xautolock working on venom please? I fail at the first install command 🙁
Per Backman 2022-07-25 09:10:46
bja_au 2022-07-25 07:17:36
While I’m on a roll 😎 – has anyone got xautolock working on venom please? I fail at the first install command 🙁

Yes, no problem here, neither with make install or make install.man

bja_au 2022-07-25 09:44:06
what do you mean by ‘install.man’ please?
bja_au 2022-07-25 09:45:41
make says ‘no targets’!
Per Backman 2022-07-25 09:46:18
bja_au 2022-07-25 09:44:06
what do you mean by ‘install.man’ please?

Command to install the manpages if they are not installed by just running “make install”

bja_au 2022-07-25 09:49:33
the first install command (according to the Readme file) is ‘xmkmf’ which is part of imake. I installed imake from source but it needs something else to work? Maybe you could send me your xautolock binary please?
Per Backman 2022-07-25 09:53:08
bja_au 2022-07-25 09:49:33
the first install command (according to the Readme file) is ‘xmkmf’ which is part of imake. I installed imake from source but it needs something else to work? Maybe you could send me your xautolock binary please?

“make install” does a few other things exept just installing the binary, so I do not think that is a good idea. Try xmkmf -a

bja_au 2022-07-25 09:59:02
bash-5.1$ xmkmf -a
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/local/lib/X11/config
Imakefile.c:34:2: fatal error: Imake.tmpl: No such file or directory
compilation terminated.
imake: Exit code 1.
Stop.
bash-5.1$
bja_au 2022-07-25 09:59:30
same error I get regardless of how I run xmkmf
Per Backman 2022-07-25 10:04:38
This is what I used, it should be enough to run “make install” and then “make install.man” from the top directory (not ./src)
bja_au 2022-07-25 10:05:22
thanks
Per Backman 2022-07-25 10:06:19
bja_au 2022-07-25 10:05:22
thanks

Does it work?

bja_au 2022-07-25 10:07:53
well its installed it 🙂
Per Backman 2022-07-25 10:10:19
bja_au 2022-07-25 10:07:53
well its installed it 🙂

Great!

Per Backman 2022-07-25 10:12:43
Imake.tmpl is in xorg-cf-files package https://www.x.org/releases/individual/util/
bja_au 2022-07-25 10:17:46
ahh thanks – well this is working now 🙂
bja_au 2022-07-25 10:17:50
thanks again
Per Backman 2022-07-25 10:35:44
bja_au 2022-07-25 10:17:50
thanks again

Always nice to be able to help someone, usually I am the one asking for help…

bja_au 2022-07-25 14:39:31
bja_au 2022-07-25 10:17:46
ahh thanks – well this is working now 🙂

well I spoke too soon 🙁 After a reboot I can’t get xautolock to work at all, tghink there is a clash between xset and xautolock – have used ‘xset -dpms’ which disables the xset screensaver however xautolock refuses to function 🙁

bja_au 2022-07-25 15:28:55
Damn this is confusing!! Now it is all working! The magical change was to specify the -locker program with a shell script (found an obscure reference on reddit) – who knows why this fixes it but I’m not arguing 🙂
Visone_Selektah 2022-07-25 15:30:01
bja_au 2022-07-25 15:28:55
Damn this is confusing!! Now it is all working! The magical change was to specify the -locker program with a shell script (found an obscure reference on reddit) – who knows why this fixes it but I’m not arguing 🙂

I think your problem start when you disable dmps…… I guess xauthlock needs it

bja_au 2022-07-25 15:32:57
nope , as I have this line in my openbox autostart file …
|