Skocz do zawartości

Zarchiwizowany

Ten temat jest archiwizowany i nie można dodawać nowych odpowiedzi.

gramfan

Rodzielczosć ekranu, chyba mi uszkodziło monitor

Polecane posty

Eh, chłopcy z elektrowni wyłączyli mi prąd 2x na sekundę<mniej więcej> kiedy komp mi się włączył wylądowałem na rozdzielczości 640x480 i nie mogę dać większej, nie wiem co się stało, mam linuxa, ale i tak mam nadzieję ze ktoś mi pomorze, niestety obawiam się że monitor mógł zostać uszkodzony min. dlatego ze ubuntu uruchamiany z LiveCD ma rozdzielczość max 800x600 choć przedtem było to 1280x1024, karta graficzna to Geforce FX 5200<wiem kiepska,ale i tak kupuję laptopa>,monitor Belinea<modelu nie pamiętam ale już przedtem ubuntu go nie wykrywał> a to plik xorg.conf, wydaje mi się jakoś... pusty:

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

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

Section "Module"
    Load    "glx"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
EndSection

próbowałem wstukać coś takiego ale zero rezultatu :? :

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

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

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load       "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection


Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Link do komentarza
Udostępnij na innych stronach

W Ubuntu powinno być jakieś narzędzie graficzne do konfiguracji Xorg-a. Jeśli nie ma takowego, to możesz spróbować postępować zgodnie z tym, co jest napisane na forum Ubuntu: http://forum.ubuntu.pl/showthread.php?t=78730.

Sprawdź również w katalogu /etc/X11, czy nie ma tam jakiejś starej kopii pliku xorg.conf, która działa.

Jeśli zaś chodzi o plik, który napisałeś, to moim zdaniem powinien wyglądać mniej więcej tak:

# 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 "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105" #1
    Option        "XkbLayout"    "pl"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    SubSection     "Display"
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection

EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load       "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection


Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Mouse0"
EndSection

Problem w Twoim pliku jest taki, że w wpisie 'Section "Screen"', którego chciałbyś używać masz odwołania do wpisów, które nie zostały zdefiniowane (Device0 i Monitor0), brakuje mi również konfiguracji klawiatury oraz Sekcji "ServerLayout". Trochę to wyczyściłem i dodałem, to co mogłem wywnioskować z tego co zrobiłeś oraz dodałem standardową klawiaturę, aczkolwiek ten plik nadal nie jest kompletny. W 'Section"Monitor"' trzebaby dodać wartości odświeżania poziomego i pionowego, wartości te możesz znaleźć w instrukcji monitora, pod żadnym pozorem nie wpisuj ich na wyczucie.

Link do komentarza
Udostępnij na innych stronach

heh koleś z forum.ubuntu< swoją drogą znam to forum od jakiegoś czasu> polecił mi abym odłączył kompa z sieci, więc odłączyłem dzisiaj rano, włączyłem parę chwil temu i dział, podobno kondensatory miały się rozładować, ktoś mi wytłumaczy na czym polegało rozwiązanie?

i tak na marginesie macie do plecenia jakiś godny model UPS? taki tani a dobry, no i z szybką reakcją....

Link do komentarza
Udostępnij na innych stronach

GeForce 5200 FX

Inter Celeron 2.4 Gh

HDD Baracuda 80 GB

USB-HDD-320GB

Monitor Belinea 19'<modelu nie pamiętam>

Płyta główna: ASRock P4i45D+

RAM: 1280 MB< choć ubuntu widzi około 1000 MB sam nie wiem dlaczego , może nie widzi tej mniejszej kości(256)>

2x napęd DVD ale to chyba nie istotne

Zasilacz: Mode Com<modelu nie pamiętam wiem ze 400W>

o czym zapomniałem?

Link do komentarza
Udostępnij na innych stronach



  • Kto przegląda   0 użytkowników

    • Brak zalogowanych użytkowników przeglądających tę stronę.
×
×
  • Utwórz nowe...