LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   change color of XOrg gray screen (https://www.linuxquestions.org/questions/linux-software-2/change-color-of-xorg-gray-screen-258932/)

toffi22 11-24-2004 04:09 PM

change color of XOrg gray screen
 
Hi,

Whenever i boot my computer, X displays a gray screen for some seconds before kdm is loaded.
It's the same screen that you see when no display manager is loaded.

However, this is screen isn't really what I want to see ;)

Does anybody know where I can set the background-color of it?

Thx,
Christoph :Pengy:

madluther 11-24-2004 04:19 PM

I've never really looked into changing its color, but you can disable it and force a black screen, which IMHO looks a lot better.

Edit KDM's Xservers file which on LFS is in /opt/kde/share/config/kdm/Xservers and look for line like this ...

Code:

:0 local@tty1 /usr/X11R6/bin/X
and change it thusly
Code:

:0 local@tty1 /usr/X11R6/bin/X -br

Now when X is started by kdm you'll briefly get a black screen with a cursor till the login window appears.

HTH
Mad

toffi22 12-04-2004 05:20 AM

I haven't found the time to try this until today and it works great - that's pretty much exactly what I wanted!!

Thank you! :)


All times are GMT -5. The time now is 09:15 AM.