Forum otwartych umysłów
Forum dla wszystkich i o wszystkim, a zwłaszcza dla tych co mają otwarty umysł.

| FAQ |  Szukaj |  Użytkownicy |  Grupy |  Mapa Google |
| Rejestracja |  Zaloguj |  Album |

Poprzedni temat «» Następny temat
[Kubuntu 8.04] Xorg.conf - jak włączyć 85Hz dla 1024x768?
Autor Wiadomość
Raknor 
Mała Mi


Znak zodiaku:
wodnik

Pomógł: 2 razy
Wiek: 23
Dołączył: 02 Gru 2006
Posty: 216
Skąd: Warszawa
Wysłany: 2008-04-28, 00:43   [Kubuntu 8.04] Xorg.conf - jak włączyć 85Hz dla 1024x768?

Xorg.conf zawiera:
Kod:
# 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.
#
# 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        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
EndSection

Section "Device"
    Identifier    "nVidia Corporation NV34 [GeForce FX 5200]"
    Boardname    "nv"
    Busid        "PCI:2:0:0"
    Driver        "nvidia"
    Screen    0
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "PHILIPS 107T"
    Vendorname    "Plug 'n' Play"
    Modelname    "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "PHILIPS 107T"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1400    1050
        Modes        "1024x768@85"    "1024x768@75"    "832x624@75"    "1024x768@70"    "800x600@60"    "1024x768@60"    "800x600@85"    "1024x768@43"    "800x600@75"    "1152x864@75"    "800x600@72"    "1280x960@60"    "800x600@56"    "1280x1024@60"    "640x480@85"    "1400x1050@60"    "640x480@75"    "640x480@72"    "640x480@60"
    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        "GLcore"
    Load        "v4l"
EndSection

Section "device" #
    Identifier    "device1"
    Boardname    "NVIDIA GeForce FX (generic)"
    Busid        "PCI:2:0:0"
    Driver        "nv"
    Screen    1
    Vendorname    "NVIDIA"
EndSection

Section "screen" #
    Identifier    "screen1"
    Device        "device1"
    Defaultdepth    24
    Monitor        "monitor1"
EndSection
Section "monitor" #
    Identifier    "monitor1"
    Gamma    1.0
EndSection
Section "ServerFlags"
EndSection
Obecnie mam maksymalnie do wyboru 72Hz. Monitor natomiast informuje, że jest 75Hz.

Jak włączyć 85Hz dla rozdzielczości 1024x768?
 
 
Paszczak000 



Znak zodiaku:
panna

Zaproszone osoby: 54
Pomógł: 92 razy
Wiek: 22
Dołączył: 27 Lut 2004
Posty: 6666
Skąd: Łódź
Wysłany: 2008-04-28, 11:44   

http://ubuntuforums.org/showthread.php?t=83973
http://www.bohne-lang.de/spec/linux/modeline/
;-)
_________________
 
 
 
 
Olbi 
Mała Mi



Znak zodiaku:
waga

Pomógł: 4 razy
Wiek: 22
Dołączył: 31 Maj 2007
Posty: 392
Skąd: Łódź
Wysłany: 2008-05-05, 22:15   

To i tak masz lepiej, niż ja. Oto mój plik:
Kod:
# 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.
#
# 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          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

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

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

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

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
        Load            "glx"
EndSection

To już mój xorg.conf lepiej wyglądał na Debianie, po instalacji nvidia, a tutaj to jakieś bardziewie jest chyba, bo nawet nie wykrył dobrze producenta :P
Chyba będę musiał samodzielnie zainstalować te sterowniki, bo jak to tak wygląda, to ja dziękuję :P
_________________
Chwytaj Miecz i Komercyjne Oprogramowanie Siecz.
 
 
 
Raknor 
Mała Mi


Znak zodiaku:
wodnik

Pomógł: 2 razy
Wiek: 23
Dołączył: 02 Gru 2006
Posty: 216
Skąd: Warszawa
Wysłany: 2008-06-25, 08:22   

Ciekawe... działam na rozdzielczości 1024x768 w 85Hz a w dostępnym zestawie nie ma takiej możliwości. Ktoś wie czy da się tak sprawić by system poprawnie przypisywał odświeżanie?

Jedyną zmianę jaką wprowadziłem to linia z rozdzielczością 1024x768.
Kod:
modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -hsync +vsync
Bash:
raknor@stardazer:~$ xrandr
Screen 0: minimum 320 x 175, current 1024 x 768, maximum 1280 x 1024
default connected 1024x768+0+0 0mm x 0mm
   1024x768       50.0     52.0     54.0     56.0     71.0     72.0*    73.0
   832x624        51.0
   800x600        53.0     55.0     57.0     59.0     61.0     75.0     76.0
   1152x864       58.0
   1280x960       60.0     67.0
   1280x1024      62.0     50.0
   640x480        63.0     64.0     65.0     66.0     81.0     82.0     83.0     84.0
   1280x800       68.0
   1280x768       69.0
   1152x768       70.0
   840x525        74.0
   800x512        77.0
   720x450        78.0
   720x400        79.0
   640x512        80.0
   640x400        85.0     86.0
   640x384        87.0
   640x350        88.0     89.0
   576x432        90.0
   576x384        91.0
   512x384        92.0     93.0     94.0     95.0     96.0
   416x312        97.0
   400x300        98.0     99.0    100.0    101.0    102.0
   360x200       103.0
   320x240       104.0    105.0    106.0    107.0
   320x200       108.0
   320x175       109.0
 
 
Wyświetl posty z ostatnich:   
Odpowiedz do tematu
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Nie możesz ściągać załączników na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  

Powered by phpBB modified by Przemo © 2003 phpBB Group

Hosting zapewnia www.netlook.pl
Dyskutuj na Forum