[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xorg und Monitoreinstellungen



Hallo,

ich kann die Konsole in Lenny mit dem Monitor einwandfrei sehen.
Wenn ich nun X starte, dann flackert der Monitor im
Monitor-Bildschirmschoner.
Meine Xorg.conf sieht wie folgt aus:


<xorg.conf>
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"                                                       

EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
                                       
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/" 
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    # FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"
EndSection                                

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"     
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg" 
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"   
EndSection                     

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/input/mice"
EndSection                               

Section "Monitor"
    Identifier  "monitor1"
    HorizSync   30.0 - 72.0
    VertRefresh 50.0 - 160.0

    Modeline "1368x768@60"   81.4 1368 1480 1608 1696  768 780 783 800
-hsync -vsync                                     
EndSection                                                                              


Section "Device"
    Identifier  "card1"
    VendorName  "siliconmotion"
    BoardName   "cougar 3DR"  
                              
    Option      "UseBios" "off"
    Option      "ClockPolarity" "-"
    Option      "DPMS" "on"       
    Driver      "siliconmotion"   
EndSection                        

Section "Screen"
    Identifier  "Screen 1"
    Device      "card1"  
    Monitor     "monitor1"
    DefaultDepth 16      

    Subsection "Display"
        Depth       16 
        Modes       "1368x768@60"
        ViewPort    0 0         
    EndSubsection               
EndSection                      

Section "ServerLayout"
    Identifier  "serverlayout1"
    Screen "Screen 1"         
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

    Option "BlankTime"    "0"
    Option "StandbyTime"  "0"
    Option "SuspendTime"  "0"
    Option "OffTime"      "0"
                            
EndSection
</xorg.conf>

Ich bekomme den Monitor leider nicht ans laufen.
Könnt Ihr mir einen Tipp geben oder Einstellungen nennen, die ich
besonders im Augenmerk haben sollte?

Vielen Dank,

Michael


Reply to: