X windows crash ... ΤΕΧΝΙΚΕΣ ΔΙΑΓΝΩΣΗΣ
    Giorgos Keramidas 
    keramida at ceid.upatras.gr
       
    Sat Jul  1 01:05:46 EEST 2006
    
    
  
On 2006-06-30 23:57, Nick Demou <ndemou at gmail.com> wrote:
>Την 30/6/2006, Giorgos Keramidas <keramida at ceid.upatras.gr> έγραψε:
>>Εγώ θα δοκίμασα με σκέτο "VESA" vga driver, χωρίς σχεδόν κανένα X server
>>module, μήπως είναι κάνα άσχετο driver bug.
>
> θα είναι πολύ "κουφό" αλλά έχουμε δει πολά στη ζωή μας*
>
> θα βρώ πως να βάλω τον VESA driver (αφού βρήκα πως να βάλω τον nvidia
> πέριση :-) ) αλλά θα θελα λίγη βοήθεια για το πως ξεκινάω τα X χωρίς
> κανένα X server module
Στο `xorg.conf' ορίζεται αυτό.  Π.χ. σε μένα, το `xorg.conf' είναι στη
θέση `/etc/X11/xorg.conf'.  Η κάρτα γραφικών σε αυτό το desktop είναι
μια ATI, οπότε υπάρχουν στο `xorg.conf' το section:
    Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "ViewSonic"
        ModelName    "P70f"
        Gamma 1.32
    #   HorizSync    31.5 - 108.0
    #   VertRefresh  50.0 - 100.0
    EndSection
    Section "Device"
        Identifier  "Card0"
        Driver      "ati"
    EndSection
    Section "Screen"
        Identifier  "Screen0"
        Device      "Card0"
        Monitor     "Monitor0"
        DefaultDepth 16
        ...
Αλλάζοντας τον `Driver' στο `Device' section είσαι εντάξει λογικά.
Οσο για τα modules, υπάρχει στο `xorg.conf' και το section:
    Section "Module"
        Load "dds"
        Load "xie"
        Load "pex5"
        Load "glx"
        Load "dri"
        Load "dbe"
        Load "record"
        Load "extmod"
        Load "type1"
        Load "freetype"
    EndSection
Αν έχεις υποψία ότι κάποιο από αυτά φταίει, δοκίμασε να τα βγάλεις
ένα-ένα.  Τεκμηρίωση για το τι είναι το κάθε module υπάρχει στα release
notes των X.org, π.χ. εδώ:
http://xorg.freedesktop.org/releases/X11R7.1/doc/RELNOTES4.html#9
    
    
More information about the Linux-greek-users
mailing list