Welcome to the Linux Foundation Forum!
xscreensaver is NOT automatically starting as F14
fredsilsbee
Posts: 8
what file do I change?
locate xinitrc
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xinitrc-common
/etc/X11/xinit/xinitrc.d
/etc/X11/xinit/xinitrc.d/00-start-message-bus.sh
/etc/X11/xinit/xinitrc.d/50-xinput.sh
/etc/X11/xinit/xinitrc.d/localuser.sh
/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
/etc/xdg/xfce4/xinitrc
/etc/xdg/xfce4/xinitrc already contains:
# Launch xscreensaver (if available), but only as non-root user
if test $UID -gt 0 -a -z "$VNCSESSION"; then
if test x"`which xscreensaver 2>/dev/null`" != x""; then
xscreensaver -no-splash &
elif test x"`which gnome-screensaver 2>/dev/null`" != x""; then
gnome-screensaver &
fi
fi
I use kde on Fedora 14
I respect "X" windowing and video drivers as a deep career
0
Comments
-
Generally the screensaver settings in KDE are under, System Settings -> Desktop -> screensaver.
But if you wish to use xscreensaver instead you can append the screen you listed on the end of the /etc/X1/xinit/xinitrd.kde file, which will force it to start when any user logs into kde.0 -
Generally the screensaver settings in KDE are under, System Settings -> Desktop -> screensaver.
sorry
nothing about screensaver there
But if you wish to use xscreensaver instead you can append the screen you listed on the end of the /etc/X1/xinit/xinitrd.kde file, which will force it to start when any user logs into kde.
close as I can get to that directory
[root@localhost xinit]# pwd
/etc/X11/xinit
[root@localhost xinit]# lsa
total 36
drwxr-xr-x. 5 root root 4096 Jan 9 15:45 ./
drwxr-xr-x. 7 root root 4096 Nov 17 01:08 ../
-rwxr-xr-x. 1 root root 2030 Aug 27 09:32 Xclients*
drwxr-xr-x. 2 root root 4096 Aug 27 09:32 Xclients.d/
-rwxr-xr-x. 1 root root 1486 Aug 27 09:32 xinitrc*
-rw-r--r--. 1 root root 1965 Aug 27 09:32 xinitrc-common
drwxr-xr-x. 2 root root 4096 Dec 25 13:00 xinitrc.d/
drwxr-xr-x. 2 root root 4096 Jan 9 15:44 xinput.d/
lrwxrwxrwx 1 root root 26 Jan 9 15:45 xinputrc -> /etc/alternatives/xinputrc
-rwxr-xr-x. 1 root root 3547 Aug 27 09:32 Xsession*0 -
I've had problems w/Xscreensaver not loading automatically in the past and had to put "xscreensaver &" in one of these files:
~/.xsession (if using gdm/kdm/graphical login)
~/.xinitrc (if using startx from command line to start desktop GUI)
you can also use gconf-editor (GUI) or gconftool-2 (command line) to do it ...
-b0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 723 Software Development
- 1K Software
- 418 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)