Portál AbcLinuxu, 20. prosince 2025 11:55
Identifier "Hundai"
HorizSync 64
VertRefresh 60ale stejne si to hazi sve
Option "UseEdidFreqs" "boolean"
This option controls whether the NVIDIA X driver will use the HorizSync
and VertRefresh ranges given in a display device's EDID, if any. When
UseEdidFreqs is set to True, EDID-provided range information will override
the HorizSync and VertRefresh ranges specified in the Monitor section. If
a display device does not provide an EDID, or the EDID does not specify an
hsync or vrefresh range, then the X server will default to the HorizSync
and VertRefresh ranges specified in the Monitor section of your X config
file. These frequency ranges are used when validating modes for your
display device.
Default: True (EDID frequencies will be used)
Option "IgnoreEDID" "boolean"
Disable probing of EDID (Extended Display Identification Data) from your
monitor. Requested modes are compared against values gotten from your
monitor EDID (if any) during mode validation. Some monitors are known to
lie about their own capabilities. Ignoring the values that the monitor
gives may help get a certain mode validated. On the other hand, this may
be dangerous if you do not know what you are doing. Default: false (use
EDID).
Option "NoDDC" "boolean"
Synonym for "IgnoreEDID"
Můj xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/extensions"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz_qwerty"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
DisplaySize 320 240
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.