[Pardus-kullanicilari] Klavye Duzeni ve xorg.conf

cem sonmez cemosonmez at gmail.com
14 Oca 2007 Paz 18:07:10 EET


siyah ekran cıkınca konsola da girmistim ama xorg.conf olusmamıstı.startx i
de denedim o zman da ioerror gibi birseyler diyip tekrar konsola
donuyo.xorg.cong dosyam su an bu sekilde ama ben gene de buna guvenmiyorum
acıkcası..
Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "MyMouse" "CorePointer"
    InputDevice    "MyMouse2" "SendCoreEvents"
    InputDevice    "MyKeyboard" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath     "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath     "/usr/share/fonts/local/"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/Speedo/"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/TrueType/"
    FontPath     "/usr/share/fonts/freefont/"
    FontPath     "/usr/share/fonts/75dpi/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/corefonts"
    FontPath     "/usr/share/fonts/CID/"
    FontPath     "/usr/share/fonts/encodings/"
EndSection

Section "Module"
    Load  "dbe"      # Double buffer extension
    SubSection "extmod"
        Option        "omit xfree86-dga"   # don't initialise the DGA
extension
    EndSubSection
    Load  "type1"
    Load  "freetype"
    Load  "glx"
    Load  "dri"
    Load  "v4l"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier  "MyKeyboard"
    Driver      "kbd"
    Option        "AutoRepeat" "500 30"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "tr"
EndSection

Section "InputDevice"
    Identifier  "MyMouse"
    Driver      "mouse"
    Option        "Protocol" "IMPS/2"
    Option        "Device" "/dev/input/mouse0"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "InputDevice"
    Identifier  "MyMouse2"
    Driver      "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/input/mouse1"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "Monitor"
 # DDC-probed
 # DDC-probed
    Identifier   "MyMonitor"
    VendorName   "PARDUS"
    ModelName    "COMAR Auto Dedect"
    HorizSync    28.0 - 81.0
    VertRefresh  48.0 - 75.0
    ModeLine     "640x480" 25.2 640 648 744 784 480 482 484 509 -hsync
-vsync
    ModeLine     "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync
-vsync
    ModeLine     "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync
+vsync
    ModeLine     "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync
+vsync
    ModeLine     "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync
+vsync
    ModeLine     "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync
+vsync
    ModeLine     "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "vcard"
    Driver      "ati"
    Option        "RenderAccel" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
EndSection

Section "Screen"
    Identifier "MyScreen"
    Device     "vcard"
    Monitor    "MyMonitor"
    DefaultDepth     24
    SubSection "Display"
        Depth     8
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

13.01.2007 tarihinde Atamert Ölçgen <muhuk at muhuk.com> yazmış:
>
> cem sonmez wrote On 13-01-2007 00:39:
> > xorg.conf'u silip defalarca yeniden baslattım ama o zaman konsola
> > dusuyor ya da siyah ekran cıkıyor.
> > Su an kopyalşamıs oldugum xorg.conf un ise tam oldugundan emin degilim..
> >
> Siyah ekran çıktığında CTRL+ALT+F1 ile konsola düşebilirsiniz. Buradan
> xorg.conf'un yaratılıp yaratılmadığını kontrol edebilir (yaratılıyor mu
> yaratılmıyor mu?). Ya da nano gibi bir editörle düzenleyebilirsiniz. X'i
> başlatmak için startx komutu var, ya da X içinden CTRL+ALT+BACKSPACE ile
> yeniden başlatma yapabilirsiniz.
>
> xorg.conf dosyanızı gönderirseniz belki daha bilgili birileri bu konuda
> yorum yapabilir.
>
> --
> Saygılarımla,
> Atamert Ölçgen
>
> www.muhuk.com
> muhuk.blogspot.com
> muhuk at jabber.org
>
>
> _______________________________________________
> Pardus-kullanicilari mailing list
> Pardus-kullanicilari at uludag.org.tr
> http://liste.uludag.org.tr/mailman/listinfo/pardus-kullanicilari
> Arama: http://liste.uludag.org.tr/arama/
>
-------------- sonraki bölüm --------------
Bir HTML eklentisi temizlendi...
URL: http://liste.uludag.org.tr/pardus-kullanicilari/attachments/20070114/8d37dccd/attachment.html 


Pardus-kullanicilari mesaj listesiyle ilgili daha fazla bilgi