[Çözüldü] Ekran kartimi tanitiyorum veya tanıttığımız zannediyorum

Başlatan cookie, 20 Haziran 2008 - 10:33:01

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

cookie

merhaba arkadaşlar. ubuntuyu kurdum ve sitede anlattiğiniz yöntemler ile (envy, harware drivers) ekran kartimi tanitmayi denedim. Tanitabildimmi bilmiyorum ama çözünürlüğümü yükseltmek için /etc/X11/xorg.conf dosyasına baktım ve çözünürlük ile ilgili birşey bulamadım.  bana yardımcı olabilirmisiniz. ekran kartım nvidia mx/400


# 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"
EndSection

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

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

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

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

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

izzetguntalaz

#1
Settings başlığı altında normal yoldan değişmiyor mu çözünürlük.
"Settings>preferences>çözünürlük"(başka sistemdeyim adı aklıma gelmedi)

cookie


izzetguntalaz

Alıntı yapılan: cookie - 20 Haziran 2008 - 10:45:21
maximum 1024x768 var

Şuan başka sistemdeyim. Bütün notlarım evde kaldı.
Ama çok net hatırlıyorum forumda böyle bir yazı var.
Araçtırırsanız...

cookie


ufuk_k

lspci | grep VGA ve glxinfo | grep render çıktılarını vermen gerek, yüklenip yüklenmediğini görmek için.

cookie

buyur,,
root@cookie:~# lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)


root@cookie:~# glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce2 MX/AGP/SSE2

ufuk_k

Tamam sürücülerin düzgün yüklenmiş ve 3D desteğin var. Yapılacak şey çözünürlük değerlerini xorg.conf dosyasına eklemek:

Alıntı YapSection "Screen"
     Identifier   "Default Screen"
     Device      "Configured Video Device"
     Monitor      "Configured Monitor"
     Defaultdepth   24
          SubSection "Display"
      Depth   24
      Virtual   1024   768
      Modes   "1280x1024@60"  "1024x768@60"   "800x600@60"   "800x600@56"   "640x480@60"
   EndSubSection

Bu şekilde..Mesela ben bu örnekte 1280x1024 ekledim. Sen de ekran kartın+monitörün en fazla kaç destekliyorsa o değerleri eklemelisin.

cookie

abicim biryerde hata mı yaptım? dediğini yaptım, bilgisayarımı yeniden başlattım demin çözünürlük 1024x768 di şimdi 800x600oldu. 1280x1024 >tercihler>ekran çözünürlüğünde de yok . acaba kopyalarken bir hata mı yaptım. xorg.confu yolluyorum


# 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 "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   Option      "AddARGBGLXVisuals"   "True"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1024   768
      Modes   "1280x1024@60"  "1024x768@60"   "800x600@60"   "800x600@56"   "640x480@60"
EndSection

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

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "tr"
EndSection

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

Section "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen"
EndSection

Section "Module"
   Load      "glx"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Extensions"
   Option      "Composite"   "Enable"
EndSection

ufuk_k

Alıntı YapSection "Screen"
     Identifier   "Default Screen"
     Device      "Configured Video Device"
     Monitor      "Configured Monitor"
     Option      "AddARGBGLXVisuals"   "True"
     Defaultdepth   24
     SubSection "Display"
      Depth   24
      Modes   "1280x1024@60"  "1024x768@75"   "800x600@75"   "800x600@75"   "640x480@75"
      EndSubSection
EndSection

EndSubSection yazarak SubSection kısmını kapamamışsın ki. Aynen bu şekilde yap. Ayrıca monitör kaç inch (15,17,19)?
   


ufuk_k

Tamam o zaman, verdiğim değerler uygun. Ayrıca xorg.confu değiştirip kaydettikten sonra X'i yeniden başlatman gerek, ctr+alt+backspace kombinasyonuyla.

cookie

yaptım, x'i yeniden başlattım. şu an çözünürlüğüm 1024x768 ama yine >sistem>Tercihler> Ekran çözünürlük ü açtığımda 1280x1024 yine yok.  :-[

ufuk_k

Alıntı YapSection "Screen"
     Identifier   "Default Screen"
     Device      "Configured Video Device"
     Monitor      "Configured Monitor"
     Option      "AddARGBGLXVisuals"   "True"
     Defaultdepth   24
     SubSection "Display"
      Depth   24
      Modes   "1280x1024" "1024x768" "800x600" "800x600" "640x480"
      EndSubSection
EndSection

Şeklinde bir daha dene. Sebebini anlayamadım.

cookie

çok sağol abi. bu sefer oldu.  :) ama bişey sormak istiyorum demin neden olmadı ???

ufuk_k

"1280x1024@75" gibi yenilenme hızı değeri eklemekten dolayı olmuş olabilir, ufak bir yazım hatasından olablir, kısacası sebebi çok. Çünkü xorg.conf dosyası en ufak bir hatada yazılan değeri okumaz ya da X'in başlamasına engel olur. Dikkatli düzenlemek gerek, X açılmazsa komut satırından sudo nano /etc/X11/xorg.conf ile nano düzenleyecisiyle düzenlenebilir.