LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   File containing Display configuration in RHEL 7 (https://www.linuxquestions.org/questions/red-hat-31/file-containing-display-configuration-in-rhel-7-a-4175581672/)

gly 06-07-2016 11:27 AM

File containing Display configuration in RHEL 7
 
Want to configure dual display(mirrored) having different resolution and refresh rate in RHEL 7.1. Just want to know the file which stores the display configuration in RHEL 7 !

John VV 06-07-2016 01:54 PM

Have you read through the redhat documentation ?
https://access.redhat.com/documentation/en/

gly 06-07-2016 11:52 PM

yes i have checked. contains gui settings mainly, but no mention about the files containing display settings as it was in rhel 4

John VV 06-08-2016 12:47 AM

rhel7.2 is using systemd
this IS a paid for and registered install ? right?

but xorg.conf is still used if you make one

login to the redhat site with the credentials you set up with the license
and do a search

you WILL need to be logged in to read most of the search results

But servers normally do not have a GUI
so i am assuming that this is a desktop with a nvidia 3d card ( or a ati/amd one)

install the driver and set it there


Quote:

but no mention about the files containing display settings as it was in rhel 4
not even redhat with the 10 year support is supporting even the very last rhel4.9
normal support for rhel4 ended in 2012



you use redhat FOR!!!! the support you have to buy $$$

or you use the free clone CentOS 7.2

gly 06-08-2016 02:07 AM

red-hat customer portal account we have, but the installed OS is not registered as internet connection is not possible. just want to know the file name/location where display settings are kept so that it can be copied to several other systems in the network where the similar display requirements are. The file may be in binary too. Using the xrandr command I succeeded in attaining the requirement, but it does not save the config. in a file.

We're using server with GUI environment.

John VV 06-08-2016 02:23 PM

then add a second display section in the xorg.conf

rhel7 can still use one if it is there

Code:


Section "Monitor1"

 
    Identifier    "Monitor1"
    VendorName    "Unknown"
    ModelName      "PlaceTheNameHERE"
    HorizSync      30.0 - 83.0
    VertRefresh    50.0 - 76.0
    Option        "DPMS"
EndSection


gly 06-09-2016 01:22 AM

In rhel 7.1 there is no xorg.conf file in /etc/X11/ path. Say for example, there is a projector and a monitor connected via DVI cable. Want to set resolution on projector 1280x1024 with refresh rate 60 and 1600x1200 with refresh rate 60 on the monitor with mirror configuration. So what should be the content of /etc/X11/xorg.conf file ? Can you please explain.

John VV 06-09-2016 02:14 AM

see
Code:

man Xorg
and run
Code:

su -
Xorg -configure


gly 06-12-2016 11:12 PM

thank you...
hope it works :)


All times are GMT -5. The time now is 05:28 PM.