Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Obnovovací frekvence monitoru [vyřešeno]  (Přečteno 4817 krát)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« kdy: 30 Prosince 2006, 14:37:46 »
Dobrý den mám problém s Obnovovací frekvencí monitoru v Ubuntu 6.06 Dapper. Ve Windows nebo v Suse běží 80 hz a v Ubuntu jenom nedostačujících 60 hz. Prosím pomote mi. Děkuji.

LS

  • Závislák
  • ***
  • Příspěvků: 3849
    • http://linux.euweb.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #1 kdy: 30 Prosince 2006, 15:46:54 »
viz. odkazy v podpisu

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #2 kdy: 31 Prosince 2006, 12:06:43 »
Ještě problémek všechno jsem podle vašeho návodu nastavil a pořád jede 60 hz. Tady je obsah mého Xorg.conf:

Kód: [Vybrat]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-92
VertRefresh 43-160
# 1280x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 159.36 MHz
  Modeline "1280x1024_85.00"  159.36  1280 1376 1512 1744  1024 1025 1028 1075  -HSync +Vsync
EndSection


Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6543
  • Som uzivatel linuxovej distribucie, som linuxak?
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #3 kdy: 31 Prosince 2006, 12:28:38 »
Este musis dat do sekcie screen tam kde mas depth 24 "1280x1024_85.00" cize bude vyzerat takto:
 SubSection "Display"
        Depth        24
        Modes       "1280x1024_85.00" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
    EndSubSection
HP Laptop 17-ca1xxx Ubuntu Mate 24.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #4 kdy: 31 Prosince 2006, 12:39:53 »
No sem resetoval xka (uplne - killall) a porad 60 hz skusim restartovat PC.

Nepovedlo se! i v system - volby - rozliseni je jen 1204 x 1280 a 60 hz.

A nemuze to byt tim ze sem nainstaloval driver nvidia-glx misto nvidia-glx-legacy? Mám Nvidii GeForce 4 440

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6543
  • Som uzivatel linuxovej distribucie, som linuxak?
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #5 kdy: 31 Prosince 2006, 12:58:15 »
Nie pre gf4 440 je to spravny ovladac a 3d akceleracia ti vlastne funguje?
glxinfo | grep direct
pise direct rendering: Yes?


este v sekcii module zakaz # load "dri"
HP Laptop 17-ca1xxx Ubuntu Mate 24.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #6 kdy: 31 Prosince 2006, 13:24:56 »
Ano funguje 3D podpora (pise yes) a skusim to s tim load. a pak tom a vypadat:

# load "dri"

?

Bohužel nepomohlo to.

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6543
  • Som uzivatel linuxovej distribucie, som linuxak?
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #7 kdy: 31 Prosince 2006, 15:06:08 »
Tak uz len posledny pokus v sekcii screen skus zmenit defaultDept na 16 a
 SubSection "Display"
        Depth        16
        Modes       "1280x1024_85" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"


Ak nepomoze ani toto tak uz neviem. A este otazka precital som si to cele a v zakladnej otazke mas vo win ide na 80 Hz a dalsie nastavenie robis na 85 Hz co by malo byt spravne? Ak tych 80 skus to nastavit znova.
HP Laptop 17-ca1xxx Ubuntu Mate 24.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #8 kdy: 31 Prosince 2006, 15:19:10 »
Ja sem se spletl 80 mas pravdu zkusim. pockej.

Tak sem to zkusil vsechno prenastavit a nejde nastavit normalne (s v system - volby - rozliseni) uz ani 1280 x 1024!

Toto je nynější obsah Xorg.conf:




# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath   "/usr/share/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   # Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "cz"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-85.76
   VertRefresh   43-149.57
 # 1280x1024 @ 80.00 Hz (GTF) hsync: 85.76 kHz; pclk: 149.57 MHz
   Modeline "1280x1024_80.00"  149.57  1280 1376 1512 1744  1024 1025 1028 1072 -HSync +Vsync
EndSection


Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
   Monitor      "Generic Monitor"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "1280x1024_80.00" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024_80.00" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024_80.00" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth           24
           Modes           "1280x1024_80.00" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "1x
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection




Asi skusím dát tohle: sudo dpkg-reconfigure -phigh xserver-xorg.

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6543
  • Som uzivatel linuxovej distribucie, som linuxak?
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #9 kdy: 31 Prosince 2006, 15:50:44 »
Skus ale stary xorg.conf si zalohuj.
HP Laptop 17-ca1xxx Ubuntu Mate 24.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #10 kdy: 31 Prosince 2006, 18:34:40 »
Supr sem to reconfiguroval a ted jede i 1204 x 768 na 60 hz. Snad pude obnovit záloha...


Zálohu sem obnovil původní stav tj.:

- nemožnost zvolit 1204 x 1280
- předtím šlo toto rozlišení na 80 hz v ubuntu jde na 60 hz

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #11 kdy: 31 Prosince 2006, 21:00:32 »
Hele tak nic vono se to nějak spravilo... nevim

No tak uz to zase nefacha.,,,,

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #12 kdy: 01 Ledna 2007, 13:07:47 »
Prosiiim pomoc....pořád stejný problém.

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6543
  • Som uzivatel linuxovej distribucie, som linuxak?
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #13 kdy: 01 Ledna 2007, 16:29:55 »
A v tom suse je ako nastaveny xorg.conf ak nieco take pouziva, neda sa to nastavit podla toho? Pripadne tie hodnoty v sekcii monitor su nastavene podla tvojho monitora alebo su generovane automaticky. Inak nechapem to v com este moze byt problem.

P.s inak od zaciatku sa mi paci to posledne rozlisenie co tam mas 1x1. :-)

A tu ti dam moj xorg.conf mozno ta nieco napadne. Ja som zmensoval zo 75Hz na 60Hz(mam LCD).Tych 75 mi nastavilo automaticky po instalacii ovladaca.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
#Section "DRI"
#   Mode   0666
#EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
#   Load   "dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                     # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "JT198x6"
    HorizSync       30.0 - 80.0
    VertRefresh     50.0 - 75.0
 # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
    ModeLine       "1280x1024_60.00" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
    ModeLine       "1280x1024_75.00" 138.5 1280 1368 1504 1728 1024 1025 1028 1069 -hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"

# Option          "TripleBuffer" "true"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
EndSection

Section "Screen"

# Enable 32-bit ARGB GLX Visuals
# does not support rendering into the Composite
# Overlay Window, you will need to disable clipping
# of GLX rendering to the X Root window with this
# option, or you will get a blank screen after
# starting compiz:
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Monitor        "JT198x6"
    DefaultDepth    24
#    Option         "AddARGBGLXVisuals" "True"
# If you are using an older version of compiz that
#    Option         "DisableGLXRootClipping" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024_60" "1280x1024_75" "1280x1024_60" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection
HP Laptop 17-ca1xxx Ubuntu Mate 24.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #14 kdy: 02 Ledna 2007, 10:33:09 »
Eh ja uz SUse nemam le mel sem v nem 80 hz fAKT.

LS

  • Závislák
  • ***
  • Příspěvků: 3849
    • http://linux.euweb.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #15 kdy: 02 Ledna 2007, 10:55:27 »
Napiste presny typ vaseho monitoru. Vypada to, ze pri rozliseni 1280x1024 nepodporuje obnovovaci kmitocet 80Hz.

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #16 kdy: 02 Ledna 2007, 11:46:25 »
Eh no to přesně nevím protože je z firmy.. je na něm napsáno SOny Trinitron MUltiscan300sf. Snad to pomůže. Ale v SuSE opravdu tento kmitočet běžel!

LS

  • Závislák
  • ***
  • Příspěvků: 3849
    • http://linux.euweb.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #17 kdy: 02 Ledna 2007, 12:38:33 »
Skutecne. Tenhle monitor by mel umet 80Hz pri rozliseni 1280x1024. Viz. http://www.abcdata.com.pl/support/sony/sony300sf.html

Muzu doporucit jedine zkusit jinou verzi ovladace pro grafickou kartu. Nekdy starsi verze ovladace muze fungovat lepe nez novejsi!

Ondřej Trhoň

  • Aktivní člen
  • *
  • Příspěvků: 441
    • http://www.trhon.cz
Obnovovací frekvence monitoru [vyřešeno]
« Odpověď #18 kdy: 02 Ledna 2007, 12:42:44 »
dobre zkusim. nejde to nějak přes repozitáře?

 

Provoz zaštiťuje spolek OpenAlt.