Hilfe bei XF86Config LinVDR mit VGA und TFT ...

  • Hallo,


    habe ein Problem mein X zum laufen zu bringen ...


    zum Test auf einem TFT 19 Zoll mit 60 HZ


    späer auf dem 40 Zoll TFT ...


    hat jemand eine Idee ... ist ein HP D530 mit interener Grafikkarte ..
    Chip 82865G
    mir würde aber im Moment auch schonmal VGA ausreichen ..


    X startet aber ich sehe nur 1 grünen Streifen ganz oben auf dem Schirm ...


    lspci
    zeigt mir folgende Karte ..


    00:02.0 VGA compatible controller: Intel Corp.: Unknown device 2572 (rev 02)


    XF86Config


    Section "Files"
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/cyrillic"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/Speedo"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    EndSection


    Section "Module"
    # Load "GLcore"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    # Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "pex5"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    Load "xie"
    EndSection


    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "de"
    EndSection


    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/mouse"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "false"
    Option "ZAxisMapping" "4 5"
    EndSection


    Section "Device"
    Identifier "Generic Video Card"
    Driver "vga"
    #Driver "i810"
    #BusID "PCI:00:02.0"
    EndSection


    Section "Monitor"
    Identifier "Generic Monitor"
    DisplaySize 340 270
    HorizSync 28-60
    VertRefresh 50-60
    Option "DPMS"
    EndSection


    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    DefaultDepth 8
    SubSection "Display"
    Depth
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection


    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection


    /etc/X11/Xsession


    ...
    ganz am Ende ..


    exec /usr/bin/rxvt-xterm
    exit 0


    hier noch das log ..



    This is a pre-release version of XFree86, and is not supported in any
    way. Bugs may be reported to XFree86@XFree86.Org and patches submitted
    to fixes@XFree86.Org. Before reporting bugs in pre-release versions,
    please check the latest version in the XFree86 CVS repository
    (http://www.XFree86.Org/cvs)


    XFree86 Version 4.1.0.1 / X Window System
    (protocol Version 11, revision 0, vendor release 6510)
    Release Date: 21 December 2001
    If the server is older than 6-12 months, or if your card is
    newer than the above date, look for a newer version before
    reporting problems. (See http://www.XFree86.Org/FAQ)
    Build Operating System: Linux 2.6.11-rc4 i686 [ELF]
    Module Loader present
    (==) Log file: "/var/log/XFree86.0.log", Time: Fri Feb 16 19:42:07 2007
    (==) Using config file: "/etc/X11/XF86Config"
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Generic Monitor"
    (**) | |-->Device "Generic Video Card"
    (**) |-->Input Device "Generic Keyboard"
    (**) Option "XkbRules" "xfree86"
    (**) XKB: rules: "xfree86"
    (**) Option "XkbModel" "pc104"
    (**) XKB: model: "pc104"
    (**) Option "XkbLayout" "de"
    (**) XKB: layout: "de"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "Configured Mouse"
    (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
    Entry deleted from font path.
    (**) FontPath set to "/usr/lib/X11/fonts/misc"
    (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (==) ModulePath set to "/usr/X11R6/lib/modules"
    (--) using VT number 5


    (WW) Cannot open APM
    (II) Module ABI versions:
    XFree86 ANSI C Emulation: 0.1
    XFree86 Video Driver: 0.4
    XFree86 XInput driver : 0.2
    XFree86 Server Extension : 0.1
    XFree86 Font Renderer : 0.2
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.2
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.4
    (II) PCI: Probing config type using method 1
    (II) PCI: Config type is 1
    (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2570 card 103c,12bc rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2572 card 103c,12bc rev 02 class 03,00,00 hdr 00
    (II) PCI: 00:1d:0: chip 8086,24d2 card 103c,12bc rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24d4 card 103c,12bc rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24d7 card 103c,12bc rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24dd card 103c,12bc rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24db card 103c,12bc rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,24d1 card 103c,12bc rev 02 class 01,01,8f hdr 00
    (II) PCI: 00:1f:5: chip 8086,24d5 card 103c,12bc rev 02 class 04,01,00 hdr 00
    (II) PCI: 05:02:0: chip 14e4,1696 card 103c,12bc rev 03 class 02,00,00 hdr 00
    (II) PCI: 05:04:0: chip 1131,7146 card 13c2,000e rev 01 class 04,80,00 hdr 00
    (II) PCI: 05:09:0: chip 4444,0016 card 0070,0009 rev 01 class 04,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) LoadModule: "scanpci"
    (II) Loading /usr/X11R6/lib/modules/libscanpci.a
    (II) Module scanpci: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.4
    (II) UnloadModule: "scanpci"
    (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
    (II) Host-to-PCI bridge:
    (II) PCI-to-ISA bridge:
    (II) Host-to-PCI bridge:
    (II) Host-to-PCI bridge:
    (II) Host-to-PCI bridge:
    (II) Host-to-PCI bridge:
    (II) PCI-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x06 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xfc500000 - 0xfc7fffff (0x300000) MX[B]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xebe00000 - 0xefffffff (0x4200000) MX[B]
    (II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
    (II) Bus -1 I/O range:
    (II) Bus -1 non-prefetchable memory range:
    (II) Bus -1 prefetchable memory range:
    (II) Bus 1: bridge is at (0:0:0), (-1,1,0), BCTRL: 0x00 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 2: bridge is at (0:0:0), (-1,2,0), BCTRL: 0x00 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 3: bridge is at (0:0:0), (-1,3,0), BCTRL: 0x00 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 4: bridge is at (0:0:0), (-1,4,0), BCTRL: 0x00 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (--) PCI:*(0:2:0) Intel unknown chipset (0x2572) rev 2, Mem @ 0xf0000000/27, 0xfc400000/19, I/O @ 0x14e0/3
    (--) PCI: (5:9:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xec000000/26
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) Active PCI resource ranges:
    [0] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [1] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [2] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [3] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [4] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [5] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [6] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [7] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [9] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [10] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [11] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [12] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [13] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [14] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [15] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [16] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [17] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [18] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [19] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [20] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [21] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [22] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [23] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [24] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [1] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [2] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [3] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [4] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [5] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [6] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [7] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [9] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [10] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [11] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [12] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [13] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [14] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [15] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [16] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [17] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [18] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [19] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [20] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [21] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [22] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [23] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [24] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [6] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [7] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [8] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [9] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [10] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [12] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [13] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [17] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [18] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [19] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [20] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [21] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [22] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [23] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [24] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [25] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [26] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [27] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [28] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [29] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [30] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [31] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Loading font Bitmap
    (II) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"
    (II) Loading /usr/X11R6/lib/modules/libddc.a
    (II) Module ddc: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.4
    (II) LoadModule: "extmod"
    (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension FontCache
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
    (II) Module freetype: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.1.9
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.2
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
    (II) Module glx: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
    (II) Module GLcore: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
    (II) Module int10: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.4
    (II) LoadModule: "pex5"
    (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
    (II) Module pex5: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension X3D-PEX
    (II) LoadModule: "record"
    (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
    (II) Module record: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.13.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension RECORD
    (II) LoadModule: "speedo"
    (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
    (II) Module speedo: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.2
    (II) Loading font Speedo
    (II) LoadModule: "type1"
    (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
    (II) Module type1: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.2
    (II) Loading font Type1
    (II) Loading font CID
    (II) LoadModule: "vbe"
    (II) Loading /usr/X11R6/lib/modules/libvbe.a
    (II) Module vbe: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.4
    (II) LoadModule: "xie"
    (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
    (II) Module xie: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension XIE
    (II) LoadModule: "vga"
    (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
    (II) Module vga: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 4.0.0
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.4
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.2
    (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
    (II) Primary Device is: PCI 00:02:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset generic found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [6] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [7] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [8] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [9] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [10] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [12] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [13] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [17] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [18] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [19] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [20] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [21] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [22] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [23] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [24] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [25] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [26] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [27] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [28] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [29] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [30] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [31] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    (II) resource ranges after probing:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [6] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [7] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [8] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [9] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [10] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [12] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [13] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [19] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [20] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [21] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [22] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [23] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [24] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [25] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [26] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [27] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [28] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [29] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [30] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [31] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [32] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [33] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [34] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) VGA(0): Depth 8, (--) framebuffer bpp 8
    (==) VGA(0): RGB weight 666
    (==) VGA(0): Default visual is PseudoColor
    (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) VGA(0): videoRam: 64 kBytes.
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/X11R6/lib/modules/libvgahw.a
    (II) Module vgahw: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.4
    (==) VGA(0): Virtual size is 320x200 (pitch 320)
    (**) VGA(0): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
    (II) VGA(0): Modeline "Generic 320x200 default mode" 12.59 320 336 384 400 200 206 207 224 vscan 2 -hsync +vsync
    (**) VGA(0): Display dimensions: (800, 600) mm
    (**) VGA(0): DPI set to (10, 8)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/X11R6/lib/modules/libfb.a
    (II) Module fb: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 ANSI C Emulation, version 0.1
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfc400000 - 0xfc47ffff (0x80000) MS[B]
    [1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MS[B]
    [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [3] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xfc510000 - 0xfc5101ff (0x200) MX[B]
    [8] -1 0 0xfc480600 - 0xfc4806ff (0x100) MX[B]
    [9] -1 0 0xfc480400 - 0xfc4805ff (0x200) MX[B]
    [10] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
    [11] -1 0 0xfc480000 - 0xfc4803ff (0x400) MX[B]
    [12] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
    [13] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
    [14] -1 0 0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
    [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
    [19] 0 0 0x000014e0 - 0x000014e7 (0x8) IS[B]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x00001400 - 0x0000143f (0x40) IX[B]
    [23] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [24] -1 0 0x000014d0 - 0x000014df (0x10) IX[B]
    [25] -1 0 0x00001814 - 0x00001817 (0x4) IX[B]
    [26] -1 0 0x00001800 - 0x00001807 (0x8) IX[B]
    [27] -1 0 0x00001810 - 0x00001813 (0x4) IX[B]
    [28] -1 0 0x000014f8 - 0x000014ff (0x8) IX[B]
    [29] -1 0 0x000014c0 - 0x000014cf (0x10) IX[B]
    [30] -1 0 0x0000180c - 0x0000180c (0x1) IX[B]
    [31] -1 0 0x000014f0 - 0x000014f0 (0x1) IX[B]
    [32] -1 0 0x00001808 - 0x00001808 (0x1) IX[B]
    [33] -1 0 0x000014e8 - 0x000014e8 (0x1) IX[B]
    [34] -1 0 0x00001480 - 0x0000149f (0x20) IX[B]
    [35] -1 0 0x00001460 - 0x0000147f (0x20) IX[B]
    [36] -1 0 0x00001440 - 0x0000145f (0x20) IX[B]
    [37] -1 0 0x000014e0 - 0x000014e7 (0x8) IX[B](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (**) Option "dpms"
    (**) VGA(0): DPMS enabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension LBX
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    PEXExtensionInit: Couldn't open default PEX font file Roman_M
    error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
    (II) Keyboard "Generic Keyboard" handled by legacy driver
    (**) Option "Protocol" "ImPS/2"
    (**) Configured Mouse: Protocol: "ImPS/2"
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Device" "/dev/mouse"
    (==) Configured Mouse: Buttons: 3
    (**) Option "Emulate3Buttons" "false"
    (**) Option "ZAxisMapping" "4 5"
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)

  • Der X-server scheint ja zu laufen. So weit so gut.


    Zunächst würde ich es mal in geringerer Auflösung versuchen:

    Code
    Depth 8  
    Modes "1280x960" "1024x768" "800x600" "640x480"

    in

    Code
    Depth 8  
    Modes "800x600" "640x480"

    ändern


    Ansonsten versuchs mal in der Section "Device" mit Driver "i810" (# wegnehmen)


    Gruß
    findus

    Mein VDR: LinVDR 0.7 + MT, ASROCK K7VM4, Duron 1000@500, 128 MB RAM, Samsung SP1604+SP2014, Medion 4688, TT 1.3 + Skystar 2.6D

  • Hallo Findus,


    poste doch mal bitte Deinen Bereich


    Section "Monitor"
    Section "Device"
    Section "Screen"
    Subsection "Display"


    Was benutzt Du denn für eine Grafikkarte ...


    (II) PCI: End of PCI scan


    (--) PCI:*(0:2:0) Intel unknown chipset (0x2572) rev 2, Mem @ 0xf0000000/27, 0xfc400000/19, I/O @ 0x14e0/3
    (--) PCI: (5:9:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xec000000/26


    also bringt das laden des i810 nichts wird nicht erkannt ...


    Subsection "Display"
    Depth 8
    Modes "640x400"
    ViewPort 0 0
    EndSubsection



    und das hat auch nichts gebracht ...


    (II) Setting vga for screen 0.
    (**) VGA(0): Depth 8, (--) framebuffer bpp 8
    (==) VGA(0): RGB weight 666
    (==) VGA(0): Default visual is PseudoColor
    (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) VGA(0): videoRam: 64 kBytes.
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/X11R6/lib/modules/libvgahw.a
    (II) Module vgahw: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.4
    (==) VGA(0): Virtual size is 320x200 (pitch 320)
    (**) VGA(0): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
    (II) VGA(0): Modeline "Generic 320x200 default mode" 12.59 320 336 384 400 200 206 207 224 vscan 2 -hsync +vsync
    (==) VGA(0): DPI set to (75, 75)



    (II) LoadModule: "fb"
    (II) Loading /usr/X11R6/lib/modules/libfb.a
    (II) Module fb: vendor="The XFree86 Project"
    compiled for 4.1.0.1, module version = 1.0.0
    ABI class: XFree86 ANSI C Emulation, version 0.1
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:


    (II) Setting vga for screen 0.


    Also irgendwie startet der immer gleich


    VGA(0): Modeline "Generic 320x200 default mode" 12.59 320 336 384 400 200 206 207 224 vscan 2 -hsync +vsync


    Und was ist das fb ist das Framebuffer ...


    oder kann es etwa gar mit dem grub vga Einstellungen zu tun haben ..


    title LinVDR (800x600)
    root
    kernel /boot/vmlinuz vga=0x314 root=/dev/hda1 quiet
    savedefault
    boot


    Was sollte den auf dem screen zu sehen sein ein Xterm irgendwo oder ..??

  • Mein Einstellungen nützen dir wenig, da mein MB einen SIS-Chipsatz hat.


    Es scheint das deine Graphik erst ab XFree86 Version 4.3 unterstützt wird (siehe hier). Dann wäre i810 aber auch der richtige Treiber.


    Das hier habe ich noch gefunden. Schau dir mal den unteren Abschnitt zu XFree86 an...
    Insbesondere scheint die Angabe des Video-RAM wichtig zu sein...


    Die grub-Einstellungen sind nicht von belang.


    Quote

    Was sollte den auf dem screen zu sehen sein ein Xterm irgendwo oder ..??


    genau

    Mein VDR: LinVDR 0.7 + MT, ASROCK K7VM4, Duron 1000@500, 128 MB RAM, Samsung SP1604+SP2014, Medion 4688, TT 1.3 + Skystar 2.6D

  • Hallo Findus,


    Dein Tip war Gold Wert X startet nun ..


    X startet nun ... aber ich habe weder Zugriff auf die Maus noch auf das Keyboard ...


    error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
    (**) Option "Protocol" "PS/2"
    (**) Mouse: Protocol: "PS/2"
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/mouse"
    (==) Mouse: Buttons: 3
    (**) Option "Emulate3Buttons"
    (**) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (II) Keyboard "Keyboard" handled by legacy driver
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)


    Ich habe eine PS2 Mouse und ein PS2 Keyboard angeschlossen ...


    Muss hier noch Treiber laden ...


    lrwxrwxrwx 1 root root 7 Aug 5 2006 /dev/mouse -> gpmdata



    Der Eintrag in der Xsession nützt gar nichts da immer ein xterm gestartet wird ..
    Ganz egal was ich in der Xsession Eintrage ...


    ps -ef


    root 1802 1801 0 14:18 ttyp0 00:00:00 /bin/sh /usr/X11R6/bin/startx
    root 1811 1802 0 14:18 ttyp0 00:00:00 xinit --
    root 1812 1811 0 14:18 ? 00:00:00 X :0
    root 1817 1811 0 14:18 ttyp0 00:00:00 xterm -geometry +1+1 -n login



    Was ist hier noch falsch ...


    Fehlen noch Module und oder Files ...


    Muss noch was in die ServerFlags ..


    Section "Module"
    Load "dbe" # Double buffer extension


    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection


    Load "type1"
    Load "freetype"
    EndSection


    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    EndSection


    Section "ServerFlags"
    EndSection


    Section "InputDevice"
    Identifier "Keyboard"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "compaq"
    Option "XkbLayout" "de"
    EndSection


    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/mouse"
    Option "Emulate3Buttons"
    EndSection


    Section "Monitor"
    Identifier "TFT"
    HorizSync 20-85
    VertRefresh 50-85
    Option "DPMS"
    EndSection


    Section "Device"
    Identifier "Intel810"
    Driver "vesa"
    VendorName "Intel 810"
    BoardName "Intel 810"
    VideoRam 16384
    EndSection


    Section "Screen"
    Identifier "Screen 1"
    Device "Intel810"
    Monitor "TFT"
    DefaultDepth 16


    SubSection "Display"
    Depth 8
    Modes "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection


    SubSection "Display"
    Depth 16
    Modes "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection


    SubSection "Display"
    Depth 32
    Modes "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection


    EndSection



    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen 1"
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection




    Vesa Scan erkennt nun folgende Modes:


    Mode: 13c (1920x1440)
    BitsPerPixel: 8
    Mode: 14d (1920x1440)
    BitsPerPixel: 16
    Mode: 15c (1920x1440)
    BitsPerPixel: 32


    Mode: 13a (1600x1200)
    BitsPerPixel: 8
    Mode: 14b (1600x1200)
    BitsPerPixel: 16
    Mode: 15a (1600x1200)
    BitsPerPixel: 32


    Mode: 107 (1280x1024)
    BitsPerPixel: 8
    Mode: 11a (1280x1024)
    BitsPerPixel: 16
    Mode: 11b (1280x1024)
    BitsPerPixel: 32


    Mode: 105 (1024x768)
    BitsPerPixel: 8
    Mode: 117 (1024x768)
    BitsPerPixel: 16
    Mode: 118 (1024x768)
    BitsPerPixel: 32


    Mode: 103 (800x600)
    BitsPerPixel: 8
    Mode: 114 (800x600)
    BitsPerPixel: 16
    Mode: 115 (800x600)
    BitsPerPixel: 32


    Mode: 101 (640x480)
    BitsPerPixel: 8
    Mode: 111 (640x480)
    BitsPerPixel: 16
    Mode: 112 (640x480)
    BitsPerPixel: 32

  • Quote

    X startet nun ...


    Das wichtigste ist also geschafft...


    Quote

    X startet nun ... aber ich habe weder Zugriff auf die Maus noch auf das Keyboard ...


    /dev/mouse ist der Standard muß aber nicht stimmen
    bei mir wars /dev/input/mouse0
    mach mal ein cat auf das device und beweg die Maus. So kannst du rausfinden was du eintragen mußt (analog fürs keyboard).


    Quote

    Der Eintrag in der Xsession nützt gar nichts da immer ein xterm gestartet wird .. Ganz egal was ich in der Xsession Eintrage ...


    Schau mal was in der /usr/X11R6/lib/X11/xinit/xinitrc steht (sollte auf Xsession zeigen)

    Mein VDR: LinVDR 0.7 + MT, ASROCK K7VM4, Duron 1000@500, 128 MB RAM, Samsung SP1604+SP2014, Medion 4688, TT 1.3 + Skystar 2.6D

  • Hallo Findus ,


    suppi Danke für die Hilfe ich bin begeistert ...


    Es gab eigentlich nur ein paar Probleme ...


    Das mit der Maus war ...


    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    EndSection


    der ps2 Ausgang heisst /dev/psaux


    und mein startx zeigt auf /root/.xinitrc


    habe das file so angelegt ..


    #/etc/X11/xinit/xinitrc
    #!/bin/sh


    # Beseitigung des störenden Backspace Problems
    xmodmap -e "keycode 22=BackSpace"


    # Hintergrund
    xsetroot -solid LightSlateGrey


    # Screensaver nach 5 Minuten
    xset s 300


    # X-Clients, die immer gestartet werden sollen
    #xterm -g 80x20+150+8 & # startet ein xterm-Fenster
    #xterm -g 80x20+150+325 & # startet ein 2.xterm darunter
    #xload -g +4+0 & # startet ein cpu load meter
    #xclock -g +815+0 -digital & # startet eine Digitaluhr
    dillo -g +0 +0 & # startet den Browser



    # Start Window Manager
    exec /usr/bin/fluxbox



    Leider kann dillo keine Frames .. ?? Welcher woody Broser kann Frames ...??


    Oder muss ich wirklich Firefox kompelieren ..??


    Nochmals vielen Dank .-)

  • Schön daß alles funktioniert.


    Das mit den frames bei dillo hat mich auch irgendwann genervt und ich hab mich auf die Suche begeben. Da ich auch sonst mit Opera arbeite habe ich mir den hier installiert. Kann alles was man braucht.


    Gruß
    findus

    Mein VDR: LinVDR 0.7 + MT, ASROCK K7VM4, Duron 1000@500, 128 MB RAM, Samsung SP1604+SP2014, Medion 4688, TT 1.3 + Skystar 2.6D

  • So weit ich mich erinnere fragt er nur beim ersten Start, danach nicht mehr...

    Mein VDR: LinVDR 0.7 + MT, ASROCK K7VM4, Duron 1000@500, 128 MB RAM, Samsung SP1604+SP2014, Medion 4688, TT 1.3 + Skystar 2.6D

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!