[Çözüldü] Notebook S3 UniChrome

Başlatan blauzahn, 08 Aralık 2008 - 15:32:35

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

blauzahn

Merhaba,

Benim FujitsuSiemens bir notebook um var ve üzerinde s3 unichrome onboard bir ekran kartı bulunmakta. Üzerine Ubuntu 8.04 versiyonunu kurdum ve kurulumun sonunda ekran kartı alabildiği en yüksek çözünürlüğü aldı. Monitörde bu çözünürlüğü gösteremeyince ekranda sadece görüntünün bir bölümü görülmekte. Via nın sitesinden bulduğum driver ise ubuntu 7 versiyonuna uygun olduğu için yükleyemedim ve forumdaki çözülen konudakileride yapmama rağmen ilgili çözünürlükte görüntü alamamaktayım. Konu hakkında ne yapmam gerekir???

Çağlar

Hertz sorunu olduğunu düşünüyorum. Kararan ekranda ctrl+alt+f1 yapıp /etc/X11/xorg.conf dosyanızın bir örneğini atarsanız sizin için düzenlerim.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

ironic

Çağlar'ın meşhur ilacı bu derde de deva olacak sanırım.  :) aman nazar değmesin. (güzelim masaüstüne göz değmişti  )

Çağlar

Şaka maka yandı canım masaüstüm yaa :'( :'( :'( :'(
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

Alıntı yapılan: Çağlar - 08 Aralık 2008 - 18:06:24
Hertz sorunu olduğunu düşünüyorum. Kararan ekranda ctrl+alt+f1 yapıp /etc/X11/xorg.conf dosyanızın bir örneğini atarsanız sizin için düzenlerim.

# 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" "tr"
Option "XkbVariant" "f"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync

EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1024x768_60.00"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection


sanırım 1024x768 ile ilgili değerleri ben eklemiştim...

Çağlar

#5
# 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" "tr"
Option "XkbVariant" "f"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-50
VertRefresh 50-60
EndSection

EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
        SubSection "Display"
Depth 1
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

Hadi bakalım rastgele olmazsa bir fikir daha var aklımda :)
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

Bu sefer Safe Graphics Mode da açılmaya çalıştı ama hep konsola düşüyor... konsolda da wireless kartımın firmware i hatalı görünüyor :) neyseki onunla uğraşabileceğim de çözünürlük başımın derdi..

Çağlar

Üstteki mesajımı düzenledim tekrar dener misiniz?
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

consol da iken nasıl düzenleyeceğimi bilemiyorum.. gedit komutu iş yapmıyor :(

blauzahn

Console ile uğraştırmayım sizi yeniden kurup deneyeceğim çok çabuk kurulabiliyor :)

Çağlar

Yo yo kurmayın tekrar faydası olmaz.
sudo nano /etc/X11/xorg.conf
yaparsanız sonrada ctrl+x ile kaydedersiniz tamamdır. :)
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

Başlatmıştım :/ %65 de zaten şu anda...

Çağlar

Tekrar aynısı olacak yanlız neyse bunu deneyin olmadı konsolu da kurcalarız birlikte :)
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

heartsmagic

Değiştirmeden önce bir yedek alın bence, sonra geriye dönüşü tek komutluk iştir.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

blauzahn

Alıntı yapılan: Çağlar - 08 Aralık 2008 - 20:00:33
Tekrar aynısı olacak * yalnız neyse bunu deneyin olmadı konsolu da kurcalarız birlikte :)

evet aynısı oldu malesef...

Çağlar

# 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" "tr"
Option "XkbVariant" "f"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
        SubSection "Display"
Depth 1
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

Şimdi bu halini deneyelim bir de...
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

erginemr

Çağlar, bu arada senin dosya F klavyeyi işaret ediyor:
Alıntı YapOption      "XkbVariant"   "f"

Bu kısmı değiştirmek isteyebilirsin.

Çağlar

Abi o arkadaşın klavyesi sanırım öyle.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

evet öyle :) 11 yıllık deneyimden sonra Q benim için zor artık..

blauzahn

şu an hiç grafik ekrana dönemiyorum... xorg.conf dosyasını ilk defasında yedeklememiş olmamdan dolayıda eski halinede dönemiyorum... hala low-graphics mode da takılıp kaldım :( son yazdığınızı deneyemedim çünkü bir türlü kopyala yapıştır yapamadım.. dışarıdan taktığım usb diske ulaşamadım vs..

Çağlar

Korkmayın açılışta grub dan recovery seçin tekrar başlatın x resetler kendini üzülmeyin hem de :)
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

Bir türlü yapamadık yapamadık... 8.10 u mu beklemeliyim yoksa biraz daha mı uğraşmalıyız?

Çağlar

Tabi ki uğraşmalıyız :) Şimdi açılırken esc tuşuna basıp recovery yaptınız mı?
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

blauzahn

yaptım fakat bir değişiklik olmadı, şu an bir kaç ayar ile sadece low-graphics mode ile açabiliyorum, 1280x768 olarak..

Çağlar

İstediğiniz çözünürlük nedir? Açtıktan sonra ayarlardan bir kontrol edin hem var mı diye bir de açtıktan sonra
alt+f2 yapın gelen ekrana
sudo displayconfig-gtk yapıp monitor seçeneğinin doğru olduğundan emin olun farklı monitorler deneyin.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...