Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[xorg] problem z rozdzielczością ekranu
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
madallenka
n00b
n00b


Joined: 03 Feb 2006
Posts: 12
Location: Kraków

PostPosted: Thu Aug 03, 2006 8:30 am    Post subject: [xorg] problem z rozdzielczością ekranu Reply with quote

Używam xorg7, mam problem z odświerzaniem ekranu. Przed zainstalowaniem xorg7 oraz nvidii[sterowników], miałam xorg6.8 oraz sterownik do graficznej nv, mogłam ustawić rozdzielczość 1280x960@85Hz. Teraz mimo niezmienionego xorg.conf obraz mam 1280x 960@75Hz. Czego to możę być wina?
Mój xorg.conf:
Code:
Section "ServerLayout"

    Identifier     "Simple Layout"
    Screen         "Screen 1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/local/"
EndSection

Section "Module"

    Load           "dbe"     # Double buffer extension
    SubSection     "extmod"
        Option         "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load           "type1"
#    Load        "speedo"
    Load           "freetype"
#    Load        "xtt"
    Load           "glx"
EndSection

Section "InputDevice"

    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"
EndSection

Section "InputDevice"

    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/psaux"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"
EndSection

Section "Monitor"

    Identifier     "monitorek"
    HorizSync       31.5 - 95.0
    VertRefresh     80.0 - 200.0
   
  # 1280x960 @ 85.00 Hz (GTF) hsync: 85.68 kHz; pclk: 149.43 MHz
  Modeline "1280x960_85.00"  149.43  1280 1376 1512 1744  960 961 964 1008 -HSync +Vsync

  # 1280x960 @ 80.00 Hz (GTF) hsync: 80.40 kHz; pclk: 140.22 MHz
  Modeline "1280x960_80.00"  140.22  1280 1376 1512 1744  960 961 964 1005 -HSync +Vsync

  # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
  Modeline "1280x960_75.00"  129.86  1280 1368 1504 1728  960 961 964 1002 -HSync +Vsync

  # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
  Modeline "1152x864_85.00"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync

  # 1152x864 @ 80.00 Hz (GTF) hsync: 72.40 kHz; pclk: 112.36 MHz
  Modeline "1152x864_80.00"  112.36  1152 1224 1352 1552  864 865 868 905  -HSync +Vsync

  # 1152x864 @ 75.00 Hz (GTF) hsync: 67.65 kHz; pclk: 104.99 MHz
  Modeline "1152x864_75.00"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
EndSection

#Section "Device"
#
#    Identifier     "Standard VGA"
#    Driver         "vga"
#    VendorName     "Unknown"
#    BoardName      "Unknown"
#    ChipSet        "GeForce4 MX 440 with AGP8X"
#    Card           "nv GeForce4 MX 440 with AGP8X"
#EndSection

Section "Device"

    VideoRam    65536
    # Insert Clocks lines here if appropriate
    Identifier     "karta"
    Driver         "nvidia"
    Option       "AllowGLXWithComposite" "True"
    Option       "RenderAccel" "True"
    #Option       "NoLogo" "True"
    #Option    "Coolbits" "1"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "karta"
    Monitor        "monitorek"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x960x85" "1280x960x70"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x960_85.00" "1280x960_75.00"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x960_85.00" "1280x960_75.00"
    EndSubSection
EndSection

Section "Extensions"
   Option "Composite""Enable"
EndSection
Back to top
View user's profile Send private message
Drwisz
Apprentice
Apprentice


Joined: 16 Feb 2005
Posts: 191
Location: Warszawa

PostPosted: Thu Aug 03, 2006 8:42 am    Post subject: Reply with quote

Jest taki programik
Code:
xvidtune

Jak znam życie to jest nawet u Ciebie zainstalowany. Tylko uwaga można sobie zniszczyć monitor!

Coś mnie tknęło i jest podobny post: https://forums.gentoo.org/viewtopic-t-485667.html
Ciekawe jest to że dla ATI. Odpada więc sterownik, producenta. A co za tym idzie trzeba szukać gdzieś indziej. Prawdopodobnie w samym xorgu.
_________________
https://przyrodamm.blogspot.com/
https://drwisz.blogspot.com/
Back to top
View user's profile Send private message
Gabrys
Veteran
Veteran


Joined: 05 Dec 2005
Posts: 1096
Location: Toruń [PL]

PostPosted: Thu Aug 03, 2006 3:09 pm    Post subject: Reply with quote

A co się dzieje, jeśli na chwilę na chama wrzucisz VerticalRefresh 85 zamiast linijki VertRefresh 80.0 - 200.0?

Kiedyś miałem podobne problemy i trzeba było ustawić inny HorizSync.

Najlepiej sprawdź sobie gdzieś w monitorkowym OSD jakie wartości odświeżania (jednego i drugiego powinien mieć, przy rozdzielczości 1280x960, a następnie rozszerz zakres HorizSync do odpowiedniej wartości, bo Vert jest raczej aż za nadto rozciągnięty ;)).

PS jaki masz monitor?
_________________
Sabayon Professional 1.1 (czyli zdradziłem oryginalne Gentoo)
@ Dell Inspiron 8600 (nVidia, Realtek, Pentium M)
Back to top
View user's profile Send private message
madallenka
n00b
n00b


Joined: 03 Feb 2006
Posts: 12
Location: Kraków

PostPosted: Thu Aug 03, 2006 5:34 pm    Post subject: Reply with quote

Zmiana parametrów niestety we wszystkich możliwych kombinacjach nie przynosi rezultatów.

Mój monitor to Hitachi CM1711-ME
Back to top
View user's profile Send private message
Qlawy
Apprentice
Apprentice


Joined: 11 Jul 2006
Posts: 200

PostPosted: Thu Aug 03, 2006 10:06 pm    Post subject: Reply with quote

trzeba zmienic cos w modeline ja zmienialem tylko w tej chwili nie jestem w stanie Ci powiedzeić co ddklanie chodzilo napewno o zmiane jednego znaku albo @ na _ albo odwrotnie, sporóbuj, nie powinno zaszkodzic

Przynajmniej u mnie takie coś pomoglo
Back to top
View user's profile Send private message
dlugidll
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2005
Posts: 143

PostPosted: Thu Aug 03, 2006 11:41 pm    Post subject: Reply with quote

wygeneruj sobie modeline dla potrzebnej rozdzielczosci i odswieżania za pomoca programu
gtf, a potem wstaw do xorg.con
np tak
gtf 800 600 100
dla 800x600 i 100 Herzow
ale potem moze byc tak, ze musisz dodac nieco inny wpis
Code:
 
Depth     24
   Modes     "1024x768"  "800x600_100.00"  "800x600"


dokaldnie chodzi o wpis "800x600_100.00"
musi byc czasami po rozdzielczosci wpis _odswieżanie zeby dzialalo


przeszukaj polskie forum gentoo pod katem
gtf
lub polecam
http://64.233.183.104/search?q=cache:PNzp5Qla9hQJ:forum.slackware.pl/viewtopic.php%3Fp%3D83107+gtf+1024x768&hl=pl&gl=pl&ct=clnk&cd=1&lr=lang_pl&client=firefox-a

..::Milu Edit: ort! i to podwójny.
_________________
Przyspiesz Firefoxa, dodaj w about:config
nglayout.initialpaint.delay [integer] default: 120 miliseconds, best: 0
content.notify.interval [integer] default: 120000 microseconds,best: 12000
do zdjec najlepszy jest
http://picasa.google.pl/
Back to top
View user's profile Send private message
canis_lupus
l33t
l33t


Joined: 22 Dec 2005
Posts: 773
Location: Kraków

PostPosted: Fri Aug 04, 2006 6:49 am    Post subject: Reply with quote

Przeciez są wygenerowane modeliny, i to własnie za pomocą GTF'a.
_________________
"I love you cię" Różyczko...
Back to top
View user's profile Send private message
dlugidll
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2005
Posts: 143

PostPosted: Fri Aug 04, 2006 10:19 am    Post subject: Reply with quote

canis_lupus wrote:
Przeciez są wygenerowane modeliny, i to własnie za pomocą GTF'a.

to chyba dalme plame, nie przyjrzalem sie dokladnie Twojemu xorg.conf
sorry
_________________
Przyspiesz Firefoxa, dodaj w about:config
nglayout.initialpaint.delay [integer] default: 120 miliseconds, best: 0
content.notify.interval [integer] default: 120000 microseconds,best: 12000
do zdjec najlepszy jest
http://picasa.google.pl/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum