Samsung 765 MB 1024x768 @ 100 hz Gutsy alatt

Fórumok

Üdv!

A Gustyban megjelenő új monitorkezelés újból előhozta a százherces problémám.

Van egy Samsung 765MB monitorom, amit 1024x768 @ 100 Hz-en akarok használni, de alapból általában 85 fölé nem lehet tenni a Linuxok alatt (eddig az UHU volt régen az egyetlen kivétel). Mivel már évek óta (5.04 óta) Ubuntut használok, így nem új keletű a probléma, csak eddig az xorg.conf modeline sorokkal való feltöltése megoldotta a problmát.

Csakhogy az új monitorkezelő rendszernek köszönhetően ez nem akar nekem menni. Hiába töltöm be a régebbi conf szerint, akkor el se indul a grafikus felület, ha a Hsync-Vsync értékeket feltöltöm a gyári adattal (mert hogy az Ubuntu magától nem azt írja be), akkor meg csak 75 Herzen jön be (most 85 van azért), tehát tanácstalan vagyok

Esetleg valakinek ötlete?

Ja, és a Gnome frekvenciaválasztójában híre-hamva a 100 Hz-nek, ráadásul pl. a 85 Hz is akkor lesz, ha 50-et választok... Érti a fene.

Hozzászólások

xorg.conf-ban

modes "1024x768_100" nem segít?

Mindenképpen meg lett tisztítva egy csomó szeméttől, ill. minden adatot manuálisan megadtam neki, így a monitorkezelő nem szólt bele, és most annyit ír ki, hogy Custom Monitor 1 azt jólvan.

Érdekes volt még, hogy az Ubi által generált xorg.conf-ban a screen, monitor és device részek valamiért kétszer szerepeltek...

Na mindegy, álljon itt az xorg.conf-om (nem kell valami hűde meglepőre számítani)

Section "Files"
EndSection

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

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

Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:3:0:0"
Option "NoLogo"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768_100" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection

Section "ServerFlags"
EndSection

Nekem hasonló problémám van, csak az ellenkező "irányban", ugynis LCD-t használok, amit induláskor túl nagy frissítési frekvenciával próbál működtetni, ezért az hibaüzenetet jelenít csak meg. (Samsung 710N, Not optimum mode), aztán mégis magához tér, de akkor is csak 1024x768@60Hz módban. Az xorg.con-fban átírtam az optimális felbontásra, sőt, még a 60 Hz-et is hozzáírtam az itt ellesett módszerrel, de semmi változás. A kattintgatós megoldásnál a listában nem szerepel 1024x768-nál nagyobb felbontás.

Ilyenkor mit lehet tenni?

Így nézett ki az eredeti xorg.conf

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

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

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

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

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

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

Section "Device"
Identifier "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-61
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

________________________________________
Ezt modositottam ugy, hogy a
SubSection "Display"
Modes sorba beirtam az 1280x1024-et. Mindez a rendszerre nem volt hatassal.

-Garli

Hi!
Kezdő vagyok, bocs ha hülyeséget kérdezek.

Szintén 765MB-t szeretnék használni 100 Hz-en, de sehogy sem akaródzik. Leírom mit sikerült eddig csinálni:
Telepítettem a 9.10-es ubuntut, ami telepítés után nem indult el, lefagyott még az X betöltése előtt. Egy kernelfrissítés megoldotta a problémát, de csak butított grafikus felület indult, ahol közölte a rendszer, hogy nem megfelelő a grafikus drájver. Feltettem az nvidia 96-os csomagját, azzal már majdnem minden jó, csak nem enged 85 Hz fölé és a linux saját kijelzőkezelőjében csak 50, 51, 52, 53 Hz-re lehet állítani a monitort.
Megpróbáltam a xorg.confot szerkeszteni, de semmi siker. Eredetileg így néz ki:

Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

hw/sw:
nVidia Corporation NV11 [GeForce2 MX/MX400] (revb2)
Ubuntu, Linux 2.6.31-16-generic

A monitor beállítási lehetőségeként találtam olyat, hogy edid alapján a frissítési lista jó lesz, de sehol sem találtam ehhez a monitorhoz való edid.bin fájlt.

Köszönöm a segítséget.

Szerintem ez a monitor alapból nem akar1024x768@100 Hz-et tudni, tehát az EDID inkább tiltásra szorul.

Nem vagyok képben az X-es dolgokban, de talán így jó lesz:


Section "Module"
  Load "glx"
EndSection

Section "Device"
  Identifier "Default Device"

  Driver "nvidia"

  Option "NoLogo" "True"
  Option "UseEdidFreqs" "False"
  Option "UseEDID" "False"
EndSection

Section "Monitor"
  Identifier "SyncMaster"

  HorizSync 30-100
  VertRefresh 50-160

  Option "DPMS"
  Option "PreferredMode" "1024x768"
  Option "TargetRefresh" "100"

  Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
EndSection

Section "Screen"
  Identifier "Default Screen"

  Device "Default Device"
  Monitor "SyncMaster"

  DefaultDepth 24

  SubSection "Display"
    Depth 24
    Modes "1024x768_100"
  EndSubSection

  Option "AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  Screen "Default Screen"
EndSection

Lehet, hogy a

ServerLayout

részbe fel kell venni az egeret és a billentyűzetet.

Itt vannak az

nvidia

driver opciói.

:)

MŰKÖDIK!! :-DDDDDDDDDDDDDDDDDDDD

Ezer köszönet és hála!