BMS-HOSxP Community
HOSxP => Linux => ข้อความที่เริ่มโดย: doramon ที่ ตุลาคม 22, 2007, 17:07:31 PM
-
Run: Quote:
yum grouplist
and make sure atleast "X Window System" is in the "Installed Groups:" section. If not run:
Quote:
yum groupinstall 'X Window System'
(and likely want "GNOME Desktop Environment", also)
Edit: The display config gui is called "system-config-display"
yum install system-config-display
-
yum can help with *many* of the "I can't find program xxxxx" issues... For example Quote:
yum search system-config-display
will case insensitive look for the pattern you provided in the package summaries. Another helpful yum option is Quote:
yum provides system-config-display
. This will search for the pattern you provide in *ANY* package file listing that yum can find (eg repos). This can be ALOT if your pattern is common (eg "yum provides png")