Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation doubts
#51
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.

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.
Reply


Messages In This Thread
Installation doubts - by x18 - 05-12-2024, 07:38 AM
RE: Installation doubts - by Yan - 05-12-2024, 07:20 PM
RE: Installation doubts - by x18 - 05-12-2024, 08:26 PM
RE: Installation doubts - by Yan - 05-12-2024, 11:24 PM
RE: Installation doubts - by x18 - 05-13-2024, 07:35 AM
RE: Installation doubts - by Yan - 05-13-2024, 08:50 PM
RE: Installation doubts - by x18 - 05-13-2024, 06:58 PM
RE: Installation doubts - by grindstone - 05-13-2024, 08:47 PM
RE: Installation doubts - by x18 - 05-13-2024, 09:38 PM
RE: Installation doubts - by grindstone - 05-14-2024, 12:27 PM
RE: Installation doubts - by x18 - 05-14-2024, 05:33 PM
RE: Installation doubts - by Yan - 05-14-2024, 06:59 PM
RE: Installation doubts - by grindstone - 05-14-2024, 07:41 PM
RE: Installation doubts - by x18 - 05-14-2024, 08:39 PM
RE: Installation doubts - by Yan - 05-14-2024, 09:21 PM
RE: Installation doubts - by grindstone - 05-15-2024, 12:40 AM
RE: Installation doubts - by x18 - 05-15-2024, 06:32 AM
RE: Installation doubts - by Yan - 05-15-2024, 05:27 PM
RE: Installation doubts - by x18 - 05-16-2024, 08:48 AM
RE: Installation doubts - by grindstone - 05-16-2024, 02:32 PM
RE: Installation doubts - by x18 - 05-16-2024, 04:24 PM
RE: Installation doubts - by grindstone - 05-16-2024, 06:25 PM
RE: Installation doubts - by x18 - 05-16-2024, 08:08 PM
RE: Installation doubts - by grindstone - 05-16-2024, 08:55 PM
RE: Installation doubts - by x18 - 05-17-2024, 07:32 AM
RE: Installation doubts - by grindstone - 05-17-2024, 06:09 PM
RE: Installation doubts - by x18 - 05-17-2024, 08:09 PM
RE: Installation doubts - by grindstone - 05-17-2024, 11:50 PM
RE: Installation doubts - by x18 - 05-18-2024, 11:04 AM
RE: Installation doubts - by grindstone - 05-18-2024, 02:16 PM
RE: Installation doubts - by x18 - 05-18-2024, 03:06 PM
RE: Installation doubts - by grindstone - 05-18-2024, 06:34 PM
RE: Installation doubts - by x18 - 05-19-2024, 07:35 AM
RE: Installation doubts - by Yan - 05-19-2024, 04:30 PM
RE: Installation doubts - by grindstone - 05-19-2024, 03:01 PM
RE: Installation doubts - by x18 - 05-19-2024, 08:04 PM
RE: Installation doubts - by Yan - 05-19-2024, 09:30 PM
RE: Installation doubts - by x18 - 05-21-2024, 01:24 PM
RE: Installation doubts - by grindstone - 05-21-2024, 04:01 PM
RE: Installation doubts - by x18 - 05-21-2024, 08:31 PM
RE: Installation doubts - by grindstone - 05-21-2024, 11:24 PM
RE: Installation doubts - by x18 - 05-22-2024, 07:11 AM
RE: Installation doubts - by grindstone - 05-22-2024, 11:51 AM
RE: Installation doubts - by x18 - 05-23-2024, 10:28 AM
RE: Installation doubts - by grindstone - 05-23-2024, 03:05 PM
RE: Installation doubts - by x18 - 05-24-2024, 02:41 PM
RE: Installation doubts - by grindstone - 05-24-2024, 02:53 PM
RE: Installation doubts - by x18 - 05-25-2024, 07:38 PM
RE: Installation doubts - by grindstone - 05-26-2024, 01:19 AM
RE: Installation doubts - by Nathan - 05-27-2024, 12:44 AM
RE: Installation doubts - by x18 - 05-27-2024, 05:54 PM
RE: Installation doubts - by grindstone - 05-28-2024, 12:49 AM
RE: Installation doubts - by Yan - 05-28-2024, 02:14 PM
RE: Installation doubts - by x18 - 05-30-2024, 10:38 AM
RE: Installation doubts - by grindstone - 05-30-2024, 01:37 PM
RE: Installation doubts - by x18 - 05-30-2024, 02:36 PM
RE: Installation doubts - by Nathan - 05-30-2024, 06:11 PM
RE: Installation doubts - by grindstone - 06-01-2024, 07:58 PM
RE: Installation doubts - by x18 - 06-02-2024, 09:14 PM
RE: Installation doubts - by grindstone - 06-03-2024, 02:24 AM
RE: Installation doubts - by x18 - 06-03-2024, 09:04 AM
RE: Installation doubts - by grindstone - 06-03-2024, 11:29 AM
RE: Installation doubts - by grindstone - 06-03-2024, 09:42 PM
RE: Installation doubts - by x18 - 06-04-2024, 08:21 AM
RE: Installation doubts - by grindstone - 06-04-2024, 03:30 PM
RE: Installation doubts - by x18 - 06-04-2024, 05:16 PM

Forum Jump:


Users browsing this thread: 11 Guest(s)