Sorry for my previous hurried post.
If X crashes without writing any log file I haven't any error to read and post.
Also, plop shows "device connected" and then freezes without further messages, so I haven't any error to post as well.
Assuming that at least vesa should work, I set it in the xorg.conf and run "X -config ./xorg.conf". It crashed without writing any log file.
Next, the "plain old" apt-get install is new to me since all the debian stuff is new. As is, it doesn't work.
It has probably to point to a different repo than the default one.
Tried "noaccel" as well.
I'm too ignorant about debian and Xorg and I had promised it.
I want to say thank to all of you for the time you have devoted to me.
If X crashes without writing any log file I haven't any error to read and post.
Also, plop shows "device connected" and then freezes without further messages, so I haven't any error to post as well.
Assuming that at least vesa should work, I set it in the xorg.conf and run "X -config ./xorg.conf". It crashed without writing any log file.
Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
EndSection
Section "Module"
Load "fbdevhw"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 57.5
#31.5 - 37.9
VertRefresh 40.0 - 80.0
#50.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
BusID "PCI:0:2:0"
VendorName "Videocard vendor"
BoardName "Silicon Motion Lynx"
Option "NoMTRR"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Next, the "plain old" apt-get install is new to me since all the debian stuff is new. As is, it doesn't work.
It has probably to point to a different repo than the default one.
Tried "noaccel" as well.
I'm too ignorant about debian and Xorg and I had promised it.
I want to say thank to all of you for the time you have devoted to me.