LINUX.ORG.RU

Меняем геометрию монитора и разрешение


0

0

На данный момент геометрия монитора просто ужасна, по бокам с 4-х сторон от краев монитора приличное расстояние (~1см), стоит 1280X960 + 60hz :(( просто ужасная картина.
Странно, после перизагрузки с моими параметрами (см второй пост) , ничего не изменилось, как было 1280x960x60hz так и осталось.. А в панели: "Системные параметры->монитор" вообше стоит 800x600.. :(((( как быть..
Скажите пожалуйста есть ли еше места помима xorg.conf где насторойки монитора храняться, ведь система откуда-то берет эти 1280x960x60hz..
ОЧень нужно чтоб было 1024 x 768 _ 85hz ...
anonymous

<<------ КУСОК ------->>> ********************************************************************** # Monitor section **********************************************************************

# Any number of monitor sections may be present

#Section "Monitor" #Identifier "Monitor0" #HorizSync 31.5 - 68.7 #VertRefresh 50 - 70 #Option "DPMS" #Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync

#EndSection # ********************************************************************** # Graphics device section # **********************************************************************

# Chipset "generic" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection

# === ATI device section === Section "Device" Identifier "ATI Graphics Adapter" Driver "fglrx" # ### generic DRI settings ### # === disable PnP Monitor === #Option "NoDDC" # === disable/enable XAA/DRI === Option "no_accel" "no" Option "no_dri" "no" # === misc DRI settings === Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr # ### FireGL DDX driver module specific settings ### # === Screen Management === Option "DesktopSetup" "single" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" Option "GammaCorrectionI" "0x00000000" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === Option "Capabilities" "0x00000000" Option "CapabilitiesEx" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Center Mode (Laptops only) === Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === Option "PseudoColorVisuals" "off" # === QBS Management === Option "Stereo" "off" Option "StereoSyncEnable" "1" # === FSAA Management === Option "FSAAEnable" "no" Option "FSAAScale" "1" Option "FSAADisableGamma" "no" Option "FSAACustomizeMSPos" "no" Вырезано... ->> # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "yes" Option "ForceGenericCPU" "no" BusID "PCI:1:0:0" # vendor=1002, device=4150 Screen 0 EndSection ********************************************************************** # Screen sections ********************************************************************* Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 Modes "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync ViewPort 0 0 # initial origin if mode is smaller than desktop # Virtual 1024 768 EndSubsection EndSection <<------ КУСОК ------->>>

anonymous
()

<<------ КУСОК ------->>>
**********************************************************************
# Monitor section **********************************************************************

# Any number of monitor sections may be present

#Section "Monitor"
    #Identifier  "Monitor0"
    #HorizSync   31.5 - 68.7
    #VertRefresh 50 - 70
    #Option "DPMS"
#Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync


#EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************

#    Chipset     "generic"
     Driver      "vga"
#    BusID       "PCI:0:10:0"
#    VideoRam    256
#    Clocks      25.2 28.3
EndSection

# === ATI device section ===
Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "single" 
    Option "HSync2"                     "unspecified" 
    Option "VRefresh2"                  "unspecified" 
    Option "ScreenOverlap"              "0" 
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"

# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4150
    Screen 0
EndSection
**********************************************************************
# Screen sections
*********************************************************************
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
    Subsection "Display"
        Depth       24
        Modes       "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1024 768
    EndSubsection
EndSection
<<------ КУСОК ------->>>

anonymous
()

Простите за ошибку, никак не могу привыкнуть к форуму..

anonymous
()
Ответ на: комментарий от anonymous

Берешь эту строку:
Modes       "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync

Приводишь ее в такой вид:

ModeLine       "1024x768"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync

И впихиваешь в секцию Monitor

В итоге у тебя должно быть что-то типа:
Section "Monitor"
    Identifier     "Samsung SAMTRON"
    HorizSync       31.5 - 91.0
    VertRefresh     50.0 - 90.0
    ModeLine       "1152x864" 105.0 1152 1224 1352 1552 864 865 868 902 -hsync +vsync
EndSection

Vanilin ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.