LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   About xorg.conf (https://www.linuxquestions.org/questions/fedora-35/about-xorg-conf-509405/)

satimis 12-11-2006 10:35 AM

About xorg.conf
 
Just finished installing FC6 and "yum update"

On /etc/X11/xorg.conf
only few entry there
Code:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier    "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"you or
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection

There is some vibration on the screen. I expect manually editng xorg.conf.

I have no FC5 box here. Can any folk post FC5 xorg.conf for my reference. TIA

B.R.
satimis

jantman 12-12-2006 01:20 AM

If there's vibration and it's not a hardware problem, check your refresh/scan rates.

satimis 12-12-2006 01:35 AM

Hi jantman,

Quote:

If there's vibration and it's not a hardware problem, check your refresh/scan rates.
There is now such a section on xong.conf
Code:

....
        DisplaySize  520        330
        HorizSync    30.0 - 83.0
        VertRefresh  56.0 - 76.0
        Option            "dpms"
...


B.R.
satimis

jantman 12-12-2006 01:41 AM

Check the manufacturer's hardware specs for the monitor. It should list the correct values. Sometimes it will be on the back of the monitor, other times you'll need to check the manual or their web site.

satimis 12-12-2006 01:54 AM

Quote:

Originally Posted by jantman
Check the manufacturer's hardware specs for the monitor. It should list the correct values. Sometimes it will be on the back of the monitor, other times you'll need to check the manual or their web site.

Hi jantman,

Sorry, I was talking where shall I add those data, the specification of the monitor, if I found them. I have not samplexong.conf here. My old FC5 has been erased.


B.R.
satimi


All times are GMT -5. The time now is 08:22 PM.