LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install system-config-display in rhel 6 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-system-config-display-in-rhel-6-a-4175526887/)

bikesh 11-30-2014 08:22 AM

how to install system-config-display in rhel 6
 
i want to configure my display resolution and when i run system-config-display command it returns bash:system-config-display : command not found and i tried to install it with yum command it replies No packages available nothing to do

I am new to linux please help me to install it

knudfl 11-30-2014 08:46 AM

"Display" is when you have a ``Destop Manager´´ e.g. Gnome installed.

The Icon for Display : Menu , System >> Preferences >> Display.

( The command for Gnome is $ gnome-display-properties )

-

michaelk 11-30-2014 08:58 AM

Many of the system-config tools were removed in RHEL 6 including system-config-display. It is no longer in the repositories. If the post above does not help try xrandr.

John VV 11-30-2014 12:07 PM

for a installed program use the DEFAULT bash word complete
hit the <tab> BUTTON
once or twice
Code:

system <tab>
system-

----- twice ----
system <tab> <tab>
system-config-authentication  system-config-network-tui
system-config-date            system-config-printer
system-config-firewall        system-config-printer-applet
system-config-firewall-tui    system-config-selinux
system-config-kdump          system-config-services
system-config-keyboard        system-config-users
system-config-network        system-setup-keyboard
system-config-network-cmd


for "display"
that is Desktop spiffic
-- gome2 ---
Code:

gnome-display-properties
or better yet
use the control center
Code:

gnome-control-center

bikesh 11-30-2014 09:46 PM

thanks
knudlf, michaelk and john vv
your suggestion works
thank you all


All times are GMT -5. The time now is 06:49 AM.