640*350 den yüksek çözünürlük yok

Başlatan hatas, 09 Ekim 2008 - 22:35:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

maxim42

xorg.conf dosyamın içeriği çağlar arkadaşın son yazdığı içerik.


@zeitgeist:

keşke o menüde monitör secenekleri olsa :)

o menude sadece CRT-0 (CRT-0 on GPU) yazıyor başka seçenek yok:(

Ç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.
#
# 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 "Generic Monitor"
Option "DPMS"
HorizSync 30-50
VertRefresh 50-80
EndSection


Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "nvidia"
DefaultDepth 24
        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 "Module"
   Load   "glx"
   Disable   "dri2"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "nvidia"
EndSection


Bir de bunu dener misiniz şu an iddialıyım :D
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

maxim42

Sonunda....


Çağlar kardeş Allah razı olsun :)

Çok teşekkürler...şu an 1024*768 oldu..derin bi nefes aldım.

Çağlar

Ya ben bu xorg işini çözdüm kanımca :D Hayırlı olsun @maxim42
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

erginemr

Bilen anlamıştır ancak ben yine de neyin değiştiğini göstermek istiyorum:
Alıntı YapSection "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   30-50
   VertRefresh   50-80

EndSection

Böylece monitörün desteklediği yenileme hızlarını X sunucusuna elle göstermiş olduk. @Çağlar'a teşekkürler. :)

heartsmagic

Ben bir önceki mesajımda 3. sayfayı görmeden soruyu sormuşum, özür dilerim :D
Konu çözüme kavuşmuş. Bu @Çağlar'ın xorg.conf dosyasının çözdüğü kaçıncı başlık hatırlamıyorum.
Konuyu kapatalım derdim ancak başlıkta soru soran diğer arkadaşlar geri dönüş yapmamışlar. Bir süre daha açık kalsın.
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.

caylak51

Merhaba arkadaşlar. Benim sorunum ekranımı 1280x1024 te çalıştıramamak. Laptop kullanıyorum 15 inc. Forumdan anladığım kadarıyla ve nvidia x server settings ten ayarlama yapıyorum ama ekran aşağıya kayıyor. Yani Menuler aşağıda kalıyor ve fare ile aşağıya doğru indikçe aynı sayfanın aşağı inmesi gibi masaüstü aşağıya doğru kayıyor ve menuler ortaya çıkıyor. Bazı komutların çıktısı aşağıdadır. Yardımcı olursanız sevinirim...

Code: gedit /etc/X11/xorg.conf

# 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

------------------------------------------


Code: lspci | grep -i vga
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M G (rev a1)

--------------------------------------------

code: glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce 8400M G/PCI/SSE2
    GL_NV_depth_buffer_float, GL_NV_conditional_render, GL_NV_depth_clamp,
    GL_NV_vertex_program3, GL_NVX_conditional_render, GL_SGIS_generate_mipmap,

Çağlar

# 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
   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 "Module"
   Load   "glx"
EndSection

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


Bu şekilde deneyebilir misiniz? @caylak51
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

caylak51

Alakan için teşekkur ederim. Bunu daha önce yine bu sayfalarda görmüş ve uygulamıştım olmamıştı. Şimdi tekrardan denedim yine olmadı. Bilgisayarı restart ettiğimde direk 1024x768 le başladı. Ekran çözünürlük ayarlarında maksimum çözünürlük 1024x768 olarak görünüyor. Daha önce 1280x800 de vardı. nvidia ayarlarından denediğimde sonuç yine aynı. 1280x800 de sorun yine yok fakat 1280x1024 ü yine göremiyorum. Nvidia dan ayarladığımda sonuç yine aynı...

Çağlar

Monitor ayarınız doğru değil aslında ama nasıl bir şey olduğunu bilmediğim için size uygun ayar yazamam. Eğer tüplü monitorunuz olsaydı hallederdim ama lcd sanırım :/
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

caylak51

Ekran çözünürlüğü ayarla kısmında şuan için 1280x1024 (5/4) şeklinde gördü. Tazeleme hızı 66. Fakat masa üstü yine aynı fareyi nereye götürürsem ekran oraya doğru gidiyor:)

caylak51

Alıntı yapılan: Çağlar - 01 Aralık 2008 - 18:53:58
Monitor ayarınız doğru değil aslında ama nasıl bir şey olduğunu bilmediğim için size uygun ayar yazamam. Eğer tüplü monitorunuz olsaydı hallederdim ama lcd sanırım :/

Acer 5520 G Amd laptop kullanıyorum...

Çağlar

Demek ki xorg işe yaradı :) ama monitor seçimi gerekli.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

caylak51

Alıntı yapılan: Çağlar - 01 Aralık 2008 - 18:59:17
Demek ki xorg işe yaradı :) ama monitor seçimi gerekli.

Ekran seçimini nereden yapabilirim?