[Çözüldü] Ati HD 3850 Agp yenileme hızı 60 Hz'den fazla olmuyor.

Başlatan kan_ikon, 10 Ocak 2011 - 22:46:34

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

kan_ikon

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 23 Ocak 2011 - 23:23:44

aslında sorunun çözümüne çok yaklaştım aşağıdaki komutları sırasıyla girince 1024x768 85 Hz e ayarlayabildim. Fakat bilgisayarı kapatıp açınca eski haline dönüyor. Şimdi bir betik oluşturup içine aşağıdaki komutları yerleştirip bu betiğin açılışta çalışmasını sağlamam lazım. Yardımlarınızı bekliyorum. Komutlar şöyle

xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
xrandr --addmode DVI-0 "1024x768_85.00"
xrandr --output DVI-0 --mode "1024x768_85.00"
Katı olan herşey buharlaşıyor.

guestwho

    Şu bağlantıda grub ayar dosyasına "nomodeset" parametresini ekleyerek "1024*768" çözünürlüğünde "85Hz" tazeleme hızı elde edilmiş:

http://fedoraforum.org/forum/showthread.php?t=227044

    Eğer "xrandr" komutu ile de "85Hz" elde edebiliyorsan uygulaman gereken komutlar söylediğin gibi:

xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
xrandr --addmode DVI-0 "1024x768_85.00"
xrandr --output DVI-0 --mode "1024x768_85.00"


    Buradan sonra değişiklikleri kalıcı kılmak için:

gksudo gedit /etc/gdm/Init/Default

    Şu satırları bulup:

PATH=/usr/bin:$PATH
OLD_IFS=$IFS


    Bir alt satıra yukarıdaki "xrandr" komutlarını eklemelisin:

xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
xrandr --addmode DVI-0 "1024x768_85.00"
xrandr --output DVI-0 --mode "1024x768_85.00"


    Eğer bu şekilde tazeleme hızı "85Hz" de kalmazsa grub ayar dosyasında değişikliğe giderek deneriz bir de.
You want weapons? We're in a library. Books are the best weapon in the world. This room's the greatest arsenal we could have. Arm yourself!

kan_ikon

Sonunda oldu inanamıyorum. Temiz bir anlatımla baştan anlatayım.

önce şu komutu verdim
cvt 1024 768 85
sondaki sayı tazeleme hızını simgelediği için değiştirilebilir. 75 veya 60 örneğin. buradan şöyle bir çıktı oluştu
# 1024x768 84.89 Hz (CVT 0.79M3) hsync: 68.68 kHz; pclk: 94.50 MHz
Modeline "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync

modeline den sonraki kısmı kopyalayım söyle bir komut verdim
xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
devam ettim
xrandr --addmode DVI-0 "1024x768_85.00"
ve son olarak
xrandr --output DVI-0 --mode "1024x768_85.00"

bu üç satırı aşağıdaki gibi kopyaladım
   xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
   xrandr --addmode DVI-0 "1024x768_85.00"
   xrandr --output DVI-0 --mode "1024x768_85.00"

bunlar bir kenarda duruken şu komutu verdim
gksudo gedit /etc/gdm/Init/Default
aydından açılan metinde aşağıdaki iki satırı buldum
PATH=/usr/bin:$PATH
OLD_IFS=$IFS

bu iki satırın altına az önce kopyalayıp ayırdığım xrandr komutlarını yapıştırdım. ve son hali şöyle oldu
#!/bin/sh
# Stolen from the debian kdm setup, aren't I sneaky
# Plus a lot of fun stuff added
#  -George

PATH="/usr/bin:$PATH"
OLD_IFS=$IFS
    xrandr --newmode "1024x768_85.00"   94.50  1024 1096 1200 1376  768 771 775 809 -hsync +vsync
    xrandr --addmode DVI-0 "1024x768_85.00"
    xrandr --output DVI-0 --mode "1024x768_85.00"

#if [ -x '/usr/bin/xsplash' ];
#then
#        /usr/bin/xsplash --gdm-session --daemon
#fi

/sbin/initctl -q emit login-session-start DISPLAY_MANAGER=gdm

gdmwhich () {
  COMMAND="$1"
  OUTPUT=
  IFS=:
  for dir in $PATH
  do
    if test -x "$dir/$COMMAND" ; then
      if test "x$OUTPUT" = "x" ; then
        OUTPUT="$dir/$COMMAND"
      fi
    fi
  done
  IFS=$OLD_IFS
  echo "$OUTPUT"
}

sysresources=/etc/X11/Xresources

# merge in defaults
if [ -f "$sysresources" ]; then
    xrdb -merge "$sysresources"
fi

sysmodmap=/etc/X11/Xmodmap

XMODMAP=`gdmwhich xmodmap`
if [ "x$XMODMAP" != "x" ] ; then
  if [ "x$GDM_PARENT_DISPLAY" = "x" ]; then
    if [ -f $sysmodmap ]; then
      $XMODMAP $sysmodmap
    fi
  else
    ( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $XMODMAP -pke ) | $XMODMAP -
  fi

  #
  # Switch Sun's Alt and Meta mod mappings
  #

  UNAME=`gdmwhich uname`
  PROCESSOR=`$UNAME -p`
  if [ "x$PROCESSOR" = "xsparc" ]; then
    if $XMODMAP | /usr/bin/grep mod4 | /usr/bin/grep Alt > /dev/null 2>/dev/null
    then
      $XMODMAP -e "clear Mod1" \
               -e "clear Mod4" \
               -e "add Mod1 = Alt_L" \
               -e "add Mod1 = Alt_R" \
               -e "add Mod4 = Meta_L" \
               -e "add Mod4 = Meta_R"
    fi
  fi
fi

SETXKBMAP=`gdmwhich setxkbmap`
if [ "x$SETXKBMAP" != "x" ] ; then
  # FIXME: is this all right?  Is this completely on crack?
  # What this does is move the xkb configuration from the GDM_PARENT_DISPLAY
  # FIXME: This should be done in code.  Or there must be an easier way ...
  if [ -n "$GDM_PARENT_DISPLAY" ]; then
    XKBSETUP=`( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $SETXKBMAP -v )`
    if [ -n "$XKBSETUP" ]; then
      XKBKEYMAP=`echo "$XKBSETUP" | grep '^keymap' | awk '{ print $2 }'`
      XKBTYPES=`echo "$XKBSETUP" | grep '^types' | awk '{ print $2 }'`
      XKBCOMPAT=`echo "$XKBSETUP" | grep '^compat' | awk '{ print $2 }'`
      XKBSYMBOLS=`echo "$XKBSETUP" | grep '^symbols' | awk '{ print $2 }'`
      XKBGEOMETRY=`echo "$XKBSETUP" | grep '^geometry' | awk '{ print $2 }'`
      if [ -n "$XKBKEYMAP" ]; then
        $SETXKBMAP -keymap "$XKBKEYMAP"
      elif [ -n "$XKBTYPES" -a -n "$XKBCOMPAT" -a -n "$XKBSYMBOLS" -a -n "$XKBGEOMETRY" ]; then
        $SETXKBMAP -types "$XKBTYPES" -compat "$XKBCOMPAT" -symbols "$XKBSYMBOLS" -geometry "$XKBGEOMETRY"
      elif [ -n "$XKBTYPES" -a -n "$XKBCOMPAT" -a -n "$XKBSYMBOLS" ]; then
        $SETXKBMAP -types "$XKBTYPES" -compat "$XKBCOMPAT" -symbols "$XKBSYMBOLS"
      elif [ -n "$XKBSYMBOLS" ]; then
        $SETXKBMAP -symbols "$XKBSYMBOLS"
      fi
    fi
  fi
fi

exit 0


kaydettim ve kapattım. Sonuç olarak tekrar açtığımda 85 Hz tazeleme hızına kavuştum.



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Ocak 2011 - 00:08:03

guestwho aynı anda bulmuşuz. ben anlatımı hazırlarken sizin mesajınız gelmiş. Yardımlarınız için çok teşekkür ediyorum. konuya çözüldü ibaresini ekleyebiliriz sanırım:)
Katı olan herşey buharlaşıyor.

zeitgeist

Tazeleme hızıyla ilgili örnek gösterebileceğimiz bir başlık oldu burası  ;) Başlık da etiketlendiğine göre kilitleyelim.
Özgürlüğü ne kadar anlarsan o kadar az sahip olursun. John Fowles