X.org 7 und nVidia GeForce 6100

sotex

sotex

Linux-Neuling
Hab da n etwas krasses Problem wieder XD

Nach der Installation des aktuellsten nVidia Display Treibers ladet mein X server nicht mehr.

Er meint das er ein Submodul von glx nicht finden kann und das modul nvidia erst garnicht findet, ein modprobe nvidia klappt aber Perfekt O_o

Hab mal versucht in der xorg.conf glx auszukommentieren, dann mekert er aber immer noch üver einen nicht findbaren "nvidia" treiber habs mal mit "nv" statt nvidia probiert u.s.w. der will einfach nicht starten O_o auch der nvidia-xconfig'er hillft mir nicht weiter :hilfe2:

Hier mal meine xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Mon May 15 14:17:32 PDT 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Standardbildschirm"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"

   #"nvidia"
    Identifier     "Standardgrafikkarte"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Standardgrafikkarte"
    Monitor        "Standardbildschirm"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

währe über Hilfestellung sehr dankbar :-)
 
Poste dochmal den syslog-abschnitt wo das nvidia modul geladen wird.

Nur das du beim "modprobe nvidia" keinen Fehler bekommst, bedeutet das nicht das es geladen wurde ;)
 
Soviel ich weiß geht der nvidia glx support nicht mit dem neuen Xorg-7.1
Bei Gentoo, im unstable tree, blocken sich nvidia-glx und der xserver noch. den nvidia-kernel(das nvidia modul) kann ich auch installieren und laden. Auch ich wäre an einer Lösung interessiert.
 
Ich weis nicht ob AMD64 Xorg 7.1 benutzt , dachte ich hätt 7.0 O_o ,

Mal zum syslog. Meinste den log vom Xserverstart ? oder wo is den der den ? XD
 
ich nutz den unstable tree mit amd64, und der will wenn man ihm nicht explizit sagt das xorg-7.1 emergen, und da blockt der xserver noch das nvidia-glx.
 
Habs selbst gefunden ^^
Hier der syslog vom letztem Start:
Code:
Jul 21 10:26:25 localhost syslogd 1.4.1#18: restart.
Jul 21 10:26:25 localhost kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Jul 21 10:26:25 localhost kernel: Bootdata ok (command line is root=/dev/sda5 ro )
Jul 21 10:26:25 localhost kernel: Linux version 2.6.15-1-amd64-k8 (Debian 2.6.15-8) (waldi@debian.org) (gcc version 4.0.3 (Debian 4.0.3-1)) #2 Mon Mar 20 11:13:14 UTC 2006
Jul 21 10:26:25 localhost kernel: BIOS-provided physical RAM map:
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 0000000000000000 - 000000000009c000 (usable)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 000000000009c000 - 00000000000a0000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 0000000000100000 - 000000003bef0000 (usable)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 000000003bef0000 - 000000003bef3000 (ACPI NVS)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 000000003bef3000 - 000000003bf00000 (ACPI data)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 000000003c000000 - 0000000040000000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000fefffc00 - 00000000ff000000 (reserved)
Jul 21 10:26:25 localhost kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Jul 21 10:26:25 localhost kernel: ACPI: RSDP (v000 Nvidia                                ) @ 0x00000000000f7db0
Jul 21 10:26:25 localhost kernel: ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000003bef3040
Jul 21 10:26:25 localhost kernel: ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000003bef30c0
Jul 21 10:26:25 localhost kernel: ACPI: MCFG (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000003bef94c0
Jul 21 10:26:25 localhost kernel: ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000003bef9400
Jul 21 10:26:25 localhost kernel: ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x0000000000000000
Jul 21 10:26:25 localhost kernel: On node 0 totalpages: 241277
Jul 21 10:26:25 localhost kernel:   DMA zone: 3185 pages, LIFO batch:0
Jul 21 10:26:25 localhost kernel:   DMA32 zone: 238092 pages, LIFO batch:31
Jul 21 10:26:25 localhost kernel:   Normal zone: 0 pages, LIFO batch:0
Jul 21 10:26:25 localhost kernel:   HighMem zone: 0 pages, LIFO batch:0
Jul 21 10:26:25 localhost kernel: Nvidia board detected. Ignoring ACPI timer override.
Jul 21 10:26:25 localhost kernel: ACPI: PM-Timer IO Port: 0x1008
Jul 21 10:26:25 localhost kernel: ACPI: Local APIC address 0xfee00000
Jul 21 10:26:25 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jul 21 10:26:25 localhost kernel: Processor #0 15:12 APIC version 16
Jul 21 10:26:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul 21 10:26:25 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Jul 21 10:26:25 localhost kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Jul 21 10:26:25 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 21 10:26:25 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
Jul 21 10:26:25 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
Jul 21 10:26:25 localhost kernel: ACPI: IRQ9 used by override.
Jul 21 10:26:25 localhost kernel: ACPI: IRQ14 used by override.
Jul 21 10:26:25 localhost kernel: ACPI: IRQ15 used by override.
Jul 21 10:26:25 localhost kernel: Setting APIC routing to flat
Jul 21 10:26:25 localhost kernel: Using ACPI (MADT) for SMP configuration information
Jul 21 10:26:25 localhost kernel: Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Jul 21 10:26:25 localhost kernel: Checking aperture...
Jul 21 10:26:25 localhost kernel: CPU 0: aperture @ 4ab8000000 size 32 MB
Jul 21 10:26:25 localhost kernel: Aperture from northbridge cpu 0 too small (32 MB)
Jul 21 10:26:25 localhost kernel: No AGP bridge found
Jul 21 10:26:25 localhost kernel: Built 1 zonelists
Jul 21 10:26:25 localhost kernel: Kernel command line: root=/dev/sda5 ro 
Jul 21 10:26:25 localhost kernel: Initializing CPU#0
Jul 21 10:26:25 localhost kernel: PID hash table entries: 4096 (order: 12, 131072 bytes)
Jul 21 10:26:25 localhost kernel: time.c: Using 3.579545 MHz PM timer.
Jul 21 10:26:25 localhost kernel: time.c: Detected 2628.276 MHz processor.
Jul 21 10:26:25 localhost kernel: time.c: Using PIT/TSC based timekeeping.
Jul 21 10:26:25 localhost kernel: Console: colour VGA+ 80x25
Jul 21 10:26:25 localhost kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Jul 21 10:26:25 localhost kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Jul 21 10:26:25 localhost kernel: Memory: 957864k/981952k available (1704k kernel code, 23152k reserved, 738k data, 148k init)
Jul 21 10:26:25 localhost kernel: Calibrating delay using timer specific routine.. 5266.00 BogoMIPS (lpj=2633003)
Jul 21 10:26:25 localhost kernel: Security Framework v1.0.0 initialized
Jul 21 10:26:25 localhost kernel: SELinux:  Disabled at boot.
Jul 21 10:26:25 localhost kernel: Capability LSM initialized
Jul 21 10:26:25 localhost kernel: Mount-cache hash table entries: 256
Jul 21 10:26:25 localhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Jul 21 10:26:25 localhost kernel: CPU: L2 Cache: 256K (64 bytes/line)
Jul 21 10:26:25 localhost kernel: mtrr: v2.0 (20020519)
Jul 21 10:26:25 localhost kernel: CPU: AMD Sempron(tm) Processor 2800+ stepping 02
Jul 21 10:26:25 localhost kernel: Using local APIC timer interrupts.
Jul 21 10:26:25 localhost kernel: Detected 20.533 MHz APIC timer.
Jul 21 10:26:25 localhost kernel: testing NMI watchdog ... OK.
Jul 21 10:26:25 localhost kernel: checking if image is initramfs... it is
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 16
Jul 21 10:26:25 localhost kernel: ACPI: bus type pci registered
Jul 21 10:26:25 localhost kernel: PCI: Using configuration type 1
Jul 21 10:26:25 localhost kernel: PCI: Using MMCONFIG at e0000000
Jul 21 10:26:25 localhost kernel: ACPI: Subsystem revision 20050902
Jul 21 10:26:25 localhost kernel: ACPI: Interpreter enabled
Jul 21 10:26:25 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Jul 21 10:26:25 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jul 21 10:26:25 localhost kernel: PCI: Probing PCI hardware (bus 00)
Jul 21 10:26:25 localhost kernel: Boot video device is 0000:00:05.0
Jul 21 10:26:25 localhost kernel: PCI: Transparent bridge - 0000:00:10.0
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 *10 11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 *11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LACI] (IRQs *5 7 9 10 11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 *10 11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs *5 7 9 10 11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
Jul 21 10:26:25 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Jul 21 10:26:25 localhost kernel: pnp: PnP ACPI init
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0C02
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0C02
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0200
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0B00
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0800
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0C04
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0700
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0501
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0400
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0303
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0C02
Jul 21 10:26:25 localhost kernel: pnp: ACPI device : hid PNP0C01
Jul 21 10:26:25 localhost kernel: pnp: PnP ACPI: found 12 devices
Jul 21 10:26:25 localhost kernel: usbcore: registered new driver usbfs
Jul 21 10:26:25 localhost kernel: usbcore: registered new driver hub
Jul 21 10:26:25 localhost kernel: PCI: Using ACPI for IRQ routing
Jul 21 10:26:25 localhost kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Jul 21 10:26:25 localhost kernel: TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
Jul 21 10:26:25 localhost kernel: PCI-DMA: Disabling IOMMU.
Jul 21 10:26:25 localhost kernel: pnp: the driver 'system' has been registered
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:00' and the driver 'system'
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1000-0x107f could not be reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1080-0x10ff has been reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1400-0x147f has been reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1480-0x14ff could not be reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1800-0x187f has been reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x1880-0x18ff has been reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x2000-0x207f has been reserved
Jul 21 10:26:25 localhost kernel: pnp: 00:00: ioport range 0x2080-0x20ff has been reserved
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:01' and the driver 'system'
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:0a' and the driver 'system'
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:0b' and the driver 'system'
Jul 21 10:26:25 localhost kernel: PCI: Bridge: 0000:00:02.0
Jul 21 10:26:25 localhost kernel:   IO window: a000-afff
Jul 21 10:26:25 localhost kernel:   MEM window: fd700000-fd7fffff
Jul 21 10:26:25 localhost kernel:   PREFETCH window: fde00000-fdefffff
Jul 21 10:26:25 localhost kernel: PCI: Bridge: 0000:00:03.0
Jul 21 10:26:25 localhost kernel:   IO window: 9000-9fff
Jul 21 10:26:25 localhost kernel:   MEM window: fdd00000-fddfffff
Jul 21 10:26:25 localhost kernel:   PREFETCH window: fdc00000-fdcfffff
Jul 21 10:26:25 localhost kernel: PCI: Bridge: 0000:00:04.0
Jul 21 10:26:25 localhost kernel:   IO window: b000-bfff
Jul 21 10:26:25 localhost kernel:   MEM window: fd900000-fd9fffff
Jul 21 10:26:25 localhost kernel:   PREFETCH window: fd800000-fd8fffff
Jul 21 10:26:25 localhost kernel: PCI: Bridge: 0000:00:10.0
Jul 21 10:26:25 localhost kernel:   IO window: c000-cfff
Jul 21 10:26:25 localhost kernel:   MEM window: fdb00000-fdbfffff
Jul 21 10:26:25 localhost kernel:   PREFETCH window: fda00000-fdafffff
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:03.0 to 64
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:10.0 to 64
Jul 21 10:26:25 localhost kernel: IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
Jul 21 10:26:25 localhost kernel: audit: initializing netlink socket (disabled)
Jul 21 10:26:25 localhost kernel: audit(1153477509.607:1): initialized
Jul 21 10:26:25 localhost kernel: VFS: Disk quotas dquot_6.5.1
Jul 21 10:26:25 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 21 10:26:25 localhost kernel: Initializing Cryptographic API
Jul 21 10:26:25 localhost kernel: io scheduler noop registered
Jul 21 10:26:25 localhost kernel: io scheduler anticipatory registered
Jul 21 10:26:25 localhost kernel: io scheduler deadline registered
Jul 21 10:26:25 localhost kernel: io scheduler cfq registered
Jul 21 10:26:25 localhost kernel: 0000:00:0b.1 EHCI: early BIOS handoff failed (BIOS bug ?)
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Jul 21 10:26:25 localhost kernel: pcie_portdrv_probe->Dev[02fc:10de] has invalid IRQ. Check vendor BIOS
Jul 21 10:26:25 localhost kernel: assign_interrupt_mode Found MSI capability
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie00]
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie03]
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:03.0 to 64
Jul 21 10:26:25 localhost kernel: pcie_portdrv_probe->Dev[02fd:10de] has invalid IRQ. Check vendor BIOS
Jul 21 10:26:25 localhost kernel: assign_interrupt_mode Found MSI capability
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie00]
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie03]
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Jul 21 10:26:25 localhost kernel: pcie_portdrv_probe->Dev[02fb:10de] has invalid IRQ. Check vendor BIOS
Jul 21 10:26:25 localhost kernel: assign_interrupt_mode Found MSI capability
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie00]
Jul 21 10:26:25 localhost kernel: Allocate Port Service[pcie03]
Jul 21 10:26:25 localhost kernel: Real Time Clock Driver v1.12
Jul 21 10:26:25 localhost kernel: Linux agpgart interface v0.101 (c) Dave Jones
Jul 21 10:26:25 localhost kernel: pnp: the driver 'i8042 kbd' has been registered
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:09' and the driver 'i8042 kbd'
Jul 21 10:26:25 localhost kernel: pnp: the driver 'i8042 aux' has been registered
Jul 21 10:26:25 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jul 21 10:26:25 localhost kernel: PNP: PS/2 controller doesn't have AUX irq; using default 12
Jul 21 10:26:25 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 21 10:26:25 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 21 10:26:25 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Jul 21 10:26:25 localhost kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Jul 21 10:26:25 localhost kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 0) is a 16550A
Jul 21 10:26:25 localhost kernel: pnp: the driver 'serial' has been registered
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:07' and the driver 'serial'
Jul 21 10:26:25 localhost kernel: 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Jul 21 10:26:25 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
Jul 21 10:26:25 localhost kernel: usbmon: debugfs is not available
Jul 21 10:26:25 localhost kernel: mice: PS/2 mouse device common for all mice
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 2
Jul 21 10:26:25 localhost kernel: IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
Jul 21 10:26:25 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jul 21 10:26:25 localhost kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Jul 21 10:26:25 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 21 10:26:25 localhost kernel: TCP reno registered
Jul 21 10:26:25 localhost kernel: TCP bic registered
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 1
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 17
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 8
Jul 21 10:26:25 localhost kernel: NET: Registered protocol family 20
Jul 21 10:26:25 localhost kernel: ACPI wakeup devices: 
Jul 21 10:26:25 localhost kernel: SLPB HUB0 XVRA XVRB XVRC USB0 USB2 AZAD MMAC MMCI UAR1 
Jul 21 10:26:25 localhost kernel: ACPI: (supports S0 S1 S4 S5)
Jul 21 10:26:25 localhost kernel: Freeing unused kernel memory: 148k freed
Jul 21 10:26:25 localhost kernel: ACPI: Fan [FAN] (on)
Jul 21 10:26:25 localhost kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
Jul 21 10:26:25 localhost kernel: ACPI: Thermal Zone [THRM] (40 C)
Jul 21 10:26:25 localhost kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Jul 21 10:26:25 localhost kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.48.
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
Jul 21 10:26:25 localhost kernel: GSI 16 sharing vector 0xB1 and IRQ 16
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt 0000:00:14.0[A] -> Link [APCH] -> GSI 23 (level, low) -> IRQ 16
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:14.0 to 64
Jul 21 10:26:25 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Jul 21 10:26:25 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jul 21 10:26:25 localhost kernel: NFORCE-MCP51: IDE controller at PCI slot 0000:00:0d.0
Jul 21 10:26:25 localhost kernel: NFORCE-MCP51: chipset revision 161
Jul 21 10:26:25 localhost kernel: NFORCE-MCP51: not 100%% native mode: will probe irqs later
Jul 21 10:26:25 localhost kernel: NFORCE-MCP51: 0000:00:0d.0 (rev a1) UDMA133 controller
Jul 21 10:26:25 localhost kernel:     ide0: BM-DMA at 0xf400-0xf407, BIOS settings: hda:DMA, hdb:DMA
Jul 21 10:26:25 localhost kernel:     ide1: BM-DMA at 0xf408-0xf40f, BIOS settings: hdc:DMA, hdd:DMA
Jul 21 10:26:25 localhost kernel: Probing IDE interface ide0...
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
Jul 21 10:26:25 localhost kernel: GSI 17 sharing vector 0xB9 and IRQ 17
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt 0000:00:0b.1[B] -> Link [APCL] -> GSI 22 (level, low) -> IRQ 17
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:0b.1 to 64
Jul 21 10:26:25 localhost kernel: ehci_hcd 0000:00:0b.1: EHCI Host Controller
Jul 21 10:26:25 localhost kernel: ehci_hcd 0000:00:0b.1: debug port 1
Jul 21 10:26:25 localhost kernel: PCI: cache line size of 64 is not supported by device 0000:00:0b.1
Jul 21 10:26:25 localhost kernel: ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1
Jul 21 10:26:25 localhost kernel: ehci_hcd 0000:00:0b.1: irq 17, io mem 0xfe02e000
Jul 21 10:26:25 localhost kernel: ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Jul 21 10:26:25 localhost kernel: hub 1-0:1.0: USB hub found
Jul 21 10:26:25 localhost kernel: hub 1-0:1.0: 8 ports detected
Jul 21 10:26:25 localhost kernel: ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
Jul 21 10:26:25 localhost kernel: GSI 18 sharing vector 0xC1 and IRQ 18
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [APCF] -> GSI 21 (level, low) -> IRQ 18
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:0b.0 to 64
Jul 21 10:26:25 localhost kernel: ohci_hcd 0000:00:0b.0: OHCI Host Controller
Jul 21 10:26:25 localhost kernel: ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
Jul 21 10:26:25 localhost kernel: ohci_hcd 0000:00:0b.0: irq 18, io mem 0xfe02f000
Jul 21 10:26:25 localhost kernel: hub 2-0:1.0: USB hub found
Jul 21 10:26:25 localhost kernel: hub 2-0:1.0: 8 ports detected
Jul 21 10:26:25 localhost kernel: eth0: forcedeth.c: subsystem: 01565:2501 bound to 0000:00:14.0
Jul 21 10:26:25 localhost kernel: SCSI subsystem initialized
Jul 21 10:26:25 localhost kernel: libata version 1.20 loaded.
Jul 21 10:26:25 localhost kernel: usb 2-4: new full speed USB device using ohci_hcd and address 2
Jul 21 10:26:25 localhost kernel: hdb: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
Jul 21 10:26:25 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jul 21 10:26:25 localhost kernel: Probing IDE interface ide1...
Jul 21 10:26:25 localhost kernel: usb 2-6: new low speed USB device using ohci_hcd and address 3
Jul 21 10:26:25 localhost kernel: sata_nv 0000:00:0e.0: version 0.8
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
Jul 21 10:26:25 localhost kernel: GSI 19 sharing vector 0xC9 and IRQ 19
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt 0000:00:0e.0[A] -> Link [APSI] -> GSI 20 (level, low) -> IRQ 19
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:0e.0 to 64
Jul 21 10:26:25 localhost kernel: ata1: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xE000 irq 19
Jul 21 10:26:25 localhost kernel: ata2: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xE008 irq 19
Jul 21 10:26:25 localhost kernel: ata1: no device found (phy stat 00000000)
Jul 21 10:26:25 localhost kernel: scsi0 : sata_nv
Jul 21 10:26:25 localhost kernel: usb 2-8: new full speed USB device using ohci_hcd and address 4
Jul 21 10:26:25 localhost kernel: usbcore: registered new driver hiddev
Jul 21 10:26:25 localhost kernel: Initializing USB Mass Storage driver...
Jul 21 10:26:25 localhost kernel: input: Razer Razer Diamondback Optical Mouse as /class/input/input1
Jul 21 10:26:25 localhost kernel: input: USB HID v1.10 Mouse [Razer Razer Diamondback Optical Mouse] on usb-0000:00:0b.0-6
Jul 21 10:26:25 localhost kernel: usbcore: registered new driver usbhid
Jul 21 10:26:25 localhost kernel: drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Jul 21 10:26:25 localhost kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Jul 21 10:26:25 localhost kernel: usbcore: registered new driver usb-storage
Jul 21 10:26:25 localhost kernel: USB Mass Storage support registered.
Jul 21 10:26:25 localhost kernel: usb-storage: device found at 4
Jul 21 10:26:25 localhost kernel: usb-storage: waiting for device to settle before scanning
Jul 21 10:26:25 localhost kernel: ata2: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4773 85:7c69 86:3e01 87:4763 88:407f
Jul 21 10:26:25 localhost kernel: ata2: dev 0 ATA-7, max UDMA/133, 490234752 sectors: LBA48
Jul 21 10:26:25 localhost kernel: ata2: dev 0 configured for UDMA/133
Jul 21 10:26:25 localhost kernel: scsi1 : sata_nv
Jul 21 10:26:25 localhost kernel:   Vendor: ATA       Model: Maxtor 6V250F0    Rev: VA11
Jul 21 10:26:25 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul 21 10:26:25 localhost kernel: hdb: ATAPI 79X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Jul 21 10:26:25 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Jul 21 10:26:25 localhost kernel: SCSI device sda: 490234752 512-byte hdwr sectors (251000 MB)
Jul 21 10:26:25 localhost kernel: SCSI device sda: drive cache: write back
Jul 21 10:26:25 localhost kernel: SCSI device sda: 490234752 512-byte hdwr sectors (251000 MB)
Jul 21 10:26:25 localhost kernel: SCSI device sda: drive cache: write back
Jul 21 10:26:25 localhost kernel:  sda: sda1 sda2 sda3 < sda5 sda6 >
Jul 21 10:26:25 localhost kernel: sd 1:0:0:0: Attached scsi disk sda
Jul 21 10:26:25 localhost kernel: Attempting manual resume
Jul 21 10:26:25 localhost kernel: kjournald starting.  Commit interval 5 seconds
Jul 21 10:26:25 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jul 21 10:26:25 localhost kernel: input: PC Speaker as /class/input/input2
Jul 21 10:26:25 localhost kernel: FDC 0 is a post-1991 82077
Jul 21 10:26:25 localhost kernel: pnp: the driver 'parport_pc' has been registered
Jul 21 10:26:25 localhost kernel: pnp: match found with the PnP device '00:08' and the driver 'parport_pc'
Jul 21 10:26:25 localhost kernel: parport: PnPBIOS parport detected.
Jul 21 10:26:25 localhost kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Jul 21 10:26:25 localhost kernel: nvsound: module license 'NVIDIA' taints kernel.
Jul 21 10:26:25 localhost kernel: Nvsound: Nvidia Audio Init Module, 01:41:10 Jul 17 2006 version 1.0-7 
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 23
Jul 21 10:26:25 localhost kernel: ACPI: PCI Interrupt 0000:00:10.2[C] -> Link [APCJ] -> GSI 23 (level, low) -> IRQ 16
Jul 21 10:26:25 localhost kernel: PCI: Setting latency timer of device 0000:00:10.2 to 64
Jul 21 10:26:25 localhost kernel: Nvsound: NVIDIA MCP51 Audio aci 0xd800 and ac97 0xdc00, IRQ 10
Jul 21 10:26:25 localhost kernel: Nvsound: DEV MIXER 0 DEV AUDIO 3 
Jul 21 10:26:25 localhost kernel: Adding 1903628k swap on /dev/sda6.  Priority:-1 extents:1 across:1903628k
Jul 21 10:26:25 localhost kernel: EXT3 FS on sda5, internal journal
Jul 21 10:26:25 localhost kernel:   Vendor:           Model:                   Rev:     
Jul 21 10:26:25 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 00
Jul 21 10:26:25 localhost kernel: SCSI device sdb: 2051809 512-byte hdwr sectors (1051 MB)
Jul 21 10:26:25 localhost kernel: sdb: Write Protect is off
Jul 21 10:26:25 localhost kernel: sdb: Mode Sense: 00 c0 00 00
Jul 21 10:26:25 localhost kernel: sdb: assuming drive cache: write through
Jul 21 10:26:25 localhost kernel: SCSI device sdb: 2051809 512-byte hdwr sectors (1051 MB)
Jul 21 10:26:25 localhost kernel: sdb: Write Protect is off
Jul 21 10:26:25 localhost kernel: sdb: Mode Sense: 00 c0 00 00
Jul 21 10:26:25 localhost kernel: sdb: assuming drive cache: write through
Jul 21 10:26:25 localhost kernel:  sdb: unknown partition table
Jul 21 10:26:25 localhost kernel: sd 2:0:0:0: Attached scsi removable disk sdb
Jul 21 10:26:25 localhost kernel: usb-storage: device scan complete
Jul 21 10:26:25 localhost kernel: Probing IDE interface ide1...
Jul 21 10:26:25 localhost kernel: device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Jul 21 10:26:25 localhost kernel: ACPI: Power Button (FF) [PWRF]
Jul 21 10:26:25 localhost kernel: ACPI: Power Button (CM) [PWRB]
Jul 21 10:26:25 localhost kernel: ACPI: Sleep Button (CM) [SLPB]
Jul 21 10:27:01 localhost lpd[3941]: restarted
Jul 21 10:27:01 localhost rpc.statd[3983]: Version 1.0.8 Starting
Jul 21 10:27:01 localhost /usr/sbin/cron[3995]: (CRON) INFO (pidfile fd = 3)
Jul 21 10:27:01 localhost /usr/sbin/cron[3996]: (CRON) STARTUP (fork ok)
Jul 21 10:27:01 localhost /usr/sbin/cron[3996]: (CRON) INFO (Running @reboot jobs)
Jul 21 10:27:03 localhost kdm: :0[4046]: IO Error in XOpenDisplay
Jul 21 10:27:03 localhost kdm[4011]: X server for display :0 terminated unexpectedly
Jul 21 10:27:03 localhost kdm[4011]: Display :0 cannot be opened
Jul 21 10:27:03 localhost kdm[4011]: Unable to fire up local display :0; disabling.

Aber was is n das jetzt nur fürn Problem? XD Kann Debian kein PCIe? XD

Bevor ichs vergesse XD vielleicht sieht ja einer von euch in dem Xorg Log was :
Code:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-1-vserver-amd64-k8 x86_64
Current Operating System: Linux nexus9 2.6.15-1-amd64-k8 #2 Mon Mar 20 11:13:14 UTC 2006 x86_64
Build Date: 16 March 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 21 10:27:01 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Standardgrafikkarte"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f1 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1565,3402 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 10de,0242 card 1565,1401 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 1565,3402 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0261 card 1565,3402 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1565,3402 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:0a:2: chip 10de,0272 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1565,3402 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1565,3402 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1565,3402 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1565,5401 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:2: chip 10de,026b card 1565,8213 rev a2 class 04,01,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1565,2501 rev a1 class 06,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd700000 - 0xfd7fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[1] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[2] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[3] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,4), BCTRL: 0x0008 (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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(0:5:0) nVidia Corporation C51 PCI Express Bridge rev 162, Mem @ 0xfb000000/24, 0xd0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) 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	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[1] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[2] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[3] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
	[4] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[5] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[6] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[7] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[11] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[12] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[13] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[14] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[15] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[16] -1	0	0x0000f400 - 0x0000f40f (0x10) IX[B]
	[17] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[18] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[1] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[2] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[3] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
	[4] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[5] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[6] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[7] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[11] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[12] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[13] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[14] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[15] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[16] -1	0	0x0000f400 - 0x0000f40f (0x10) IX[B]
	[17] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[18] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[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) All system 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	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[6] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[7] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[8] -1	0	0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
	[9] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[10] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[11] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[19] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[20] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[21] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[22] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[23] -1	0	0x0000f400 - 0x0000f40f (0x10) IX[B]
	[24] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[25] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(WW) Warning, couldn't open module GLcore
(II) UnloadModule: "GLcore"
(II) UnloadModule: "glx"
(II) Unloading /usr/lib/xorg/modules/extensions/libglx.so
(EE) Failed to load module "glx" (a required submodule could not be loaded, 0)
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.4
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(EE) No drivers available.

Fatal server error:
no screens found
 
Zuletzt bearbeitet:
Haste die Pakete

xserver-xorg-input-kbd
xserver-xorg-input-mouse

installiert?
 
der Xorg server hat ja vorher ohne nVidia-Treiber funktioniert ^^ an den Imputdevices kanns ja dann schlecht liegen wenn der vorher geklappt hat XD

Die Packete sollten also drauf sein :-)
 
Hmmm ... verlesen ...

Laut lsmod ist der nvidia-Treiber geladen?
Gibts beim Treiberladen irgendwelche Meldungen im syslog?

Beim Booten scheint es ja nicht mit geladen zu werden ... zumindest steht da nix in Deinem syslog-Auszug ...
 
nen lsmod hab ich ned gemacht XD gute Idee, aber ein "modprobe nvidia" bringt mir ja die Meldung das er erfolgreich geladen hat und selbst dann will der Xserver nicht O_o.
 
Trotzdem würde mich interessieren, was nach dem Laden ins Syslog geschrieben wird ...
 
Ei das spreibt der Syslog:
Code:
Jul 21 13:17:01 localhost /USR/SBIN/CRON[4059]: (root) CMD (   run-parts --report /etc/cron.hourly)
Jul 21 13:17:07 localhost kernel: ACPI: PCI Interrupt Link [APC7] enabled at IRQ 16
Jul 21 13:17:07 localhost kernel: GSI 20 sharing vector 0xD1 and IRQ 20
Jul 21 13:17:07 localhost kernel: ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [APC7] -> GSI 16 (level, low) -> IRQ 20
Jul 21 13:17:07 localhost kernel: PCI: Setting latency timer of device 0000:00:05.0 to 64
Jul 21 13:17:07 localhost kernel: NVRM: loading NVIDIA Linux x86_64 Kernel Module  1.0-8762  Mon May 15 13:58:14 PDT 2006
 
O.k. ... dann fragen wir mal weiter ...

xserver-xorg-core
nvidia-glx

installiert?
 
Also der Xorg kern is installiert( wie gesagt XD sonst wär der vorher ja nicht gelaufen ^^) habs trotzdessen extra nochmal nachgeprüft.

nvidia-glx ist nicht installiert , stand auch bei der treiberinstallationsbeschreibung das man wenns installeirt is deinstalieren soll bevor man den treiber installiert. jo wenn ich das dann wieder installieren will sagt apt-get das das packet keine instalationskandidaten hat und nur von anderen packeten referenziert wird XD
 
?? Welchen Treiber von wo hast Du denn wie installiert???

nvidia-lx gibt es in stable und unstable ... da wo es auch den Treiber gibt ...

Ach ja ... gibt es /usr/lib/libGLcore.so.1 ?
 
ne ich hab den orginal von nvidia, der neuste, hab dort auch den nforce treiber
 
Dann schau mal, ob's die lib gibt ... oder /usr/lib/libGLcore.so.1.0.8762

Wenn nicht, ist schätzungsweise was bei der Install schief gelaufen ...
 
probiers doch mal mit dem nvidia installer. mach die ganzen nvidia pakete und glx zeugs runter und starte den installer mit --x-module-path=/usr/lib/xorg/modules.
dann sollte es gehn
 
braucht der installer internet? weil das geht bei mir kommischerweise wegen dem dhcp ned
 
nein braucht er nicht. natuerlich musst du dir den installer aussem netz ziehn, ausser du hast ihn irgendow gespeichert...
 

Ähnliche Themen

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Zweiter Monitor geht bei Vollbildspielen aus.

XFCE freezes at startup

2 Bildschirme unter Suse

OpenSource ATI-Treiber: Automatische Konfiguration (zwei X-Screens)

Zurück
Oben