Portál AbcLinuxu, 1. června 2025 23:05


Dotaz: Debian 5 nepoznal ADI LD-521

Roninn avatar 19.2.2009 10:34 Roninn | skóre: 19 | blog: Starej_pes | Never Neverland
Debian 5 nepoznal ADI LD-521
Přečteno: 409×
Odpovědět | Admin

Dobry den. Mam problem a prosim o radu. Na pocitaci HP Vectra VL420 je cerstve nainstalovany Debian 5. Instalace z netu v poradku. Jenze pocitac nenajede do X a hlasi fatalni chybu Xorgu. Hledal jsem kde se dalo a prisel na to, ze nektere monitory system nerozpozna. Pouzit byl 15" LCD ADI LD-521. Pri vymene lcd za crt HYUNDAI ImageQuest V770 je vse v poradku a system s timto monitorem slape. Poradite jak do systemu dopsat to moje stary lcd-cko? Dekuji.

Mint 18.2 Cinnamon 64bit, Debian 8 Mate 64bit
Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

houska avatar 20.2.2009 08:26 houska | skóre: 41 | blog: HW
Rozbalit Rozbalit vše Re: Debian 5 nepoznal ADI LD-521
Odpovědět | | Sbalit | Link | Blokovat | Admin

z manualu si zjisti parametry toho monitoru vsync, hsync a zkus podle toho upravit xorg.conf

spoustu prispevku najdes i tady

Roninn avatar 26.2.2009 01:20 Roninn | skóre: 19 | blog: Starej_pes | Never Neverland
Rozbalit Rozbalit vše Re: Debian 5 nepoznal ADI LD-521

Parametry sem nesehnal, odpalil sitovou kartu a debian tam jiz nedostal protoze mam netinstall. Ale Ubuntu vychazi z Debianu a problemy jsou ty samy. Jediny distro ktery tento monitor zvladlo je Mandriva. Pouzil jsem live CD 2009 ktery nainstalil. Prekopiroval xorg z Mandrivy do Ubuntu, teda tu podstatnou cast, a slape to. Jen mam rozliseni pouze 800x600. Vyssi zvolit nelze. Poradite jak s tim dal? Dodavam puvodni soubor xorgu Ubuntu, Mandrivy a jako posledni ten upraveny ktery v pc bezi ted.

Ubuntu

# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection

Mandriva

# File generated by XFdrake (rev 247269)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "cz"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "evdev"
    Option "device" "/dev/input/by-id/usb-0b38_USB-compliant_keyboard-event-mouse"
    Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "ADI LD-521H"
    HorizSync 31.5-85
    VertRefresh 31-56
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Rage 128-based cards"
    Driver "r128"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection

A upraveny - nyni pouzivany

# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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

# File generated by XFdrake (rev 247269)


Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "cz"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "evdev"
    Option "device" "/dev/input/by-id/usb-0b38_USB-compliant_keyboard-event-mouse"
    Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "ADI LD-521H"
    HorizSync 31.5-85
    VertRefresh 31-56
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Rage 128-based cards"
    Driver "r128"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection

 

Mint 18.2 Cinnamon 64bit, Debian 8 Mate 64bit
houska avatar 28.2.2009 00:16 houska | skóre: 41 | blog: HW
Rozbalit Rozbalit vše Re: Debian 5 nepoznal ADI LD-521

hele a nejmenuje se ten monitor nejak jinak?

neni to tenhleten?

jestli jo skus podle toho poopisu upravit v konfigu vsync a hysnc

Roninn avatar 11.3.2009 22:26 Roninn | skóre: 19 | blog: Starej_pes | Never Neverland
Rozbalit Rozbalit vše Re: Debian 5 nepoznal ADI LD-521

Podle obrazku je totozny ale typ jsem opsal spravne. Nicmene jsem se snazil tyden s tim neco udelat a h..... Nic nejede. Pomoc zde zadna neprisla tak to vzdavam a vyresil jsem to instalaci Windows XP Professional kde vse funguje. Pocitac jde samozrejme prodat a nebo zvazim vyhozeni lcd a porizeni jineho ktery linux snad bude znat :-D. Takze nereagujte. Koncim. Dik fuckt moc.

Mint 18.2 Cinnamon 64bit, Debian 8 Mate 64bit

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.