Xorg.conf dosyasını editlerken bozdum herlade nasıl düzelteceğim ?

Başlatan Cyberwolf, 29 Nisan 2008 - 19:13:50

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Cyberwolf

merhaba arkadaşlar xorg.conf dosyasını , çözünürlük problemini ortadan kaldırmak için editliyordum heralde 1 yerde yanlıs yaptım sistemi yeniden baslatınca zarar gördüğünü ve ubuntunun kendisi düzelteceğini söyledi ok dedim bu hali aldı ancak kurulu olan driverim su anda calısmıyor , compiz falan calısmıyor.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "tr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "Device"
identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection

Section "Monitor"
identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce MX 4000]"
    Monitor        "SDM-HS95"
    DefaultDepth    24
    Option "AddARGBGLXVisuals" "True"
   
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400"
"640x480"
    EndSubSection
EndSection


Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection



simdi driverimi tekrar calıstırmak için ne yapmalıyım ? daha genç bir linux kullanıcısıyım biraz acıklayıcı yazarsanız cok minnettar kalırım  , anlayışınız için teşekkür ederim.

ufuk_k

Hangi satırla ilgili hata verdiğini okursan o satırı düzeltebilirsin. Dosyayı değiştirmeden önce xorg.conf_backup diye bir dosyaya kaydederek yedeğini alman gerekirdi. Tekrar düzenlesin istiyorsan:
sudo dpkg-reconfigure -phigh xserver-xorg Dosyanın başında yazıyor zaten. Bir de dosyayı komut satırından düzenlemek istiyorsan: sudo nano /etc/X11/xorg.conf