New log.txt is 2.2 Mb. What can I do? Can I add here? Xorg.conf : Code: Section "Module" Load "dbe" # Double buffer extension Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "record" Load "xtrap" Load "glx" Load "dri" Load "v4l" EndSection Section "Extensions" # Option "Composite" "enable" EndSection Section "dri" Mode 0666 EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/encodings" FontPath "/usr/local/share/fonts" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "True" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "trq" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "WizardPen Tablet" Option "SendCoreEvents" "true" Driver "wizardpen" Option "Device" "/dev/input/event4" Option "TopX" "826" Option "TopY" "2626" Option "BottomX" "32747" Option "BottomY" "32762" Option "MaxX" "32747" Option "MaxY" "32762" EndSection Section "Device" Screen 0 Identifier "VideoCard0" Driver "nv" VendorName "nVidia Corporation" BoardName "C51G [GeForce 6100]" # BusID "PCI:00:05:0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28-80 VertRefresh 48-80 EndSection Section "Screen" Identifier "Screen0" Device "VideoCard0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "WizardPen Tablet" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" # Multihead stuff # Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" RightOf "Screen0" Option "Xinerama" "off" Option "Clone" "off" EndSection