xorg server + nvidia nforce chip

Dieses Thema im Forum "Linux & BSD" wurde erstellt von poeffy, 11. Januar 2007 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 11. Januar 2007
    hi
    ich versuch schon verzweifelt xorg zu installieren. leider kommt nach der installation wenn ich versuche xorg zu starten nur eine fehlermeldung. (ich hab mal die xorg.conf auf funpic hochgeladen)
    Code:
    # /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 "Files"
     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"
     # path to defoma fonts
     FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
     Load "bitmap"
     Load "ddc"
     Load "dri"
     Load "extmod"
     Load "freetype"
     Load "glx"
     Load "int10"
     Load "vbe"
    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" "ImPS/2"
     Option "Emulate3Buttons" "true"
    EndSection
    
    Section "Device"
     Identifier "nvidia"
     Driver "fglrx"
    EndSection
    
    Section "Monitor"
     Identifier "Standardbildschirm"
     Option "DPMS"
     HorizSync 28-51
     VertRefresh 43-60
    EndSection
    
    Section "Screen"
     Identifier "Default Screen"
     Device "nvidia"
     Monitor "Standardbildschirm"
     DefaultDepth 24
     SubSection "Display"
     Depth 1
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 4
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 8
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 15
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 16
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 24
     Modes "1024x768" "800x600" "640x480"
     EndSubSection
    EndSection
    
    Section "ServerLayout"
     Identifier "Default Layout"
     Screen "Default Screen"
     InputDevice "Generic Keyboard"
     InputDevice "Configured Mouse"
    EndSection
    
    Section "DRI"
     Mode 0666
    EndSection

    so vll kann mir ja einer helfen.... was mich bei der installation gewundert hat, war, dass ich nicht nach vesa/nv gefragt wurde... und das keine BusID automatisch hinzugefügt wurde. ich hab einen nforce chip drinnen der meiner meinung nach eine geforce 4 mx is.mfg poeffy
     
  2. 11. Januar 2007
    AW: xorg server + nvidia nforce chip

    Code:
    sudo cat /var/log/Xorg.0.log|grep EE
    ausgabe mal posten.
     
  3. 11. Januar 2007
    AW: xorg server + nvidia nforce chip

    Code:
    Section "Device"
     Identifier "nvidia"
     Driver "fglrx"
    EndSection
    Da is doch was falsch?! -> fglrx is doch der ATI-Treiber oder etwa nicht?
    Solltest das mal checken, evtl irre ich mich aber auch.
     
  4. 11. Januar 2007
    AW: xorg server + nvidia nforce chip

    hi
    der befehl geht ned.... aber die Xorg.0.conf kann ich dir auch so geben:

    Code:
    
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN 
    Current Operating System: Linux homie 2.6.17-2-486 #1 Wed Sep 13 15:56:30 UTC 2006 i686
    Build Date: 30 December 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: Thu Jan 11 16:27:45 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Standardbildschirm"
    (**) | |-->Device "nvidia"
    (**) |-->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
    (==) RgbPath set to "/etc/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Module ABI versions:
     X.Org ANSI C Emulation: 0.3
     X.Org Video Driver: 1.0
     X.Org XInput driver : 0.6
     X.Org Server Extension : 0.3
     X.Org Font Renderer : 0.5
    (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.1.1, module version = 1.0.0
     Module class: X.Org Font Renderer
     ABI class: X.Org Font Renderer, version 0.5
    (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.1.1, module version = 1.0.0
     ABI class: X.Org Video Driver, version 1.0
    (--) using VT number 7
    
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80c0 rev a2 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 1043,80c0 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 1043,80c0 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 1043,80c0 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 1043,80c0 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 1043,80c0 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,80ad rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,80ad rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,80ad rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:2: chip 10de,0068 card 1043,80ad rev a4 class 0c,03,20 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,80ad rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 02:00:0: chip 10de,01f0 card 1043,80c0 rev a3 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), 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 (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
     [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0203 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000b (VGA_EN is set)
    (II) Bus 2 non-prefetchable memory range:
     [0] -1 0 0xfbf00000 - 0xfe0fffff (0x2200000) MX[B]
    (II) Bus 2 prefetchable memory range:
     [0] -1 0 0xebc00000 - 0xf3dfffff (0x8200000) MX[B]
    (--) PCI:*(2:0:0) nVidia Corporation NV18 [GeForce4 MX - nForce GPU] rev 163, Mem @ 0xfd000000/24, 0xec000000/26, 0xf3d00000/19, BIOS @ 0xfe000000/17
    (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
     [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
     [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
     [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
     [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
     [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xf4000000 from 0xf7ffffff to 0xf3ffffff
    (II) Active PCI resource ranges:
     [0] -1 0 0xfe700000 - 0xfe700fff (0x1000) MX[B]
     [1] -1 0 0xfe800000 - 0xfe800fff (0x1000) MX[B]
     [2] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
     [3] -1 0 0xfea00000 - 0xfea00fff (0x1000) MX[B]
     [4] -1 0 0xfe900000 - 0xfe900fff (0x1000) MX[B]
     [5] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
     [6] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
     [7] -1 0 0xf3d00000 - 0xf3d7ffff (0x80000) MX[B](B)
     [8] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
     [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
     [10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
     [11] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
     [12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
     [13] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
     [14] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
     [0] -1 0 0xfe700000 - 0xfe700fff (0x1000) MX[B]
     [1] -1 0 0xfe800000 - 0xfe800fff (0x1000) MX[B]
     [2] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
     [3] -1 0 0xfea00000 - 0xfea00fff (0x1000) MX[B]
     [4] -1 0 0xfe900000 - 0xfe900fff (0x1000) MX[B]
     [5] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
     [6] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
     [7] -1 0 0xf3d00000 - 0xf3d7ffff (0x80000) MX[B](B)
     [8] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
     [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
     [10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
     [11] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
     [12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
     [13] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
     [14] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
     [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
     [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
     [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
     [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
     [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
     [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
     [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
     [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
     [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
     [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
     [4] -1 0 0xfe700000 - 0xfe700fff (0x1000) MX[B]
     [5] -1 0 0xfe800000 - 0xfe800fff (0x1000) MX[B]
     [6] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
     [7] -1 0 0xfea00000 - 0xfea00fff (0x1000) MX[B]
     [8] -1 0 0xfe900000 - 0xfe900fff (0x1000) MX[B]
     [9] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
     [10] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
     [11] -1 0 0xf3d00000 - 0xf3d7ffff (0x80000) MX[B](B)
     [12] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
     [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
     [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
     [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
     [16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
     [17] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
     [18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
     [19] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
     [20] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
    (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.1.1, module version = 1.0.0
     ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.0.0
     ABI class: X.Org Server Extension, version 0.3
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
    (II) Module drm: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.0.0
     ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.0.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 0.3
    (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.1.1, module version = 2.1.0
     Module class: X.Org Font Renderer
     ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.0.0
     ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.0.0
     ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
     compiled for 7.1.1, module version = 1.1.0
     ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
     compiled for 7.1.0, module version = 8.28.8
     Module class: X.Org Video Driver
     ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "kbd"
    (WW) Warning, couldn't open module kbd
    (II) UnloadModule: "kbd"
    (EE) Failed to load module "kbd" (module does not exist, 0)
    (II) LoadModule: "mouse"
    (WW) Warning, couldn't open module mouse
    (II) UnloadModule: "mouse"
    (EE) Failed to load module "mouse" (module does not exist, 0)
    (II) ATI Radeon/FireGL: The following chipsets are supported:
     RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
     MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
     RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
     RADEON 9250/9200 Series (RV280 5961),
     RADEON 9250/9200 Series (RV280 5962),
     RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
     MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
     FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
     RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
     RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
     RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
     MOBILITY RADEON 9600/9700 (M10/M11 4E50),
     MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
     RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
     FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
     RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
     FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
     RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
     FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
     RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
     RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
     MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
     RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
     FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
     MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
     MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
     RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
     MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
     MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
     RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
     RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
     FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
     RADEON X800 SE (R420 4A4F),
     RADEON X800 XT Platinum Edition (R420 4A50),
     RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
     RADEON X800 GTO (R423 5549),
     RADEON X800 XT Platinum Edition (R423 554A),
     RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
     FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
     MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
     MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
     RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
     RADEON X850 XT Platinum Edition (R480 5D4D),
     RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
     RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
     RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
     RADEON X850 PRO (R481 4B4B),
     RADEON X850 XT Platinum Edition (R481 4B4C),
     MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
     FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
     RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
     RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
     MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
     MOBILITY RADEON X700 XL (M26-XC 564F),
     RADEON 9000/9100 IGP Series (RS300 5834),
     RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
     MOBILITY RADEON 9000 IGP (RL300MB 7835),
     MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
     RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
     RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
     RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
     RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
     RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
     MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
     FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
     MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
     RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
     RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
     FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
     MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
     RADEON X1600 Series (RV515 7140), RADEON X1300 Series (RV515 7142),
     MOBILITY FireGL (M54 GL 7144), MOBILITY RADEON X1400 (M54 7145),
     RADEON X1300 Series (RV515 7146), MOBILITY RADEON X1300 (M52 7149),
     MOBILITY RADEON X1300 (M52 714A), RADEON X1300 Series (RV515 714D),
     RADEON X1300 Series (RV515 714E), FireGL V3300 (RV515 7152),
     RADEON X1300 Series (RV515 715E), RADEON X1300 (RV516 7180),
     RADEON X1600 Series (RV516 7181), RADEON X1300 (RV516 7183),
     MOBILITY RADEON X1450 (M64P 7186), RADEON X1300 (RV516 7187),
     MOBILITY RADEON X1350 (M62P 718B),
     MOBILITY RADEON X1350 (M62CSP 718C),
     MOBILITY RADEON X1450 (M64CSP 718D),
     MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),
     RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),
     RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),
     RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),
     RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),
     RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),
     RADEON X1900 (R580 724D), FireStream 2U (R580 724E),
     FireStream 2U (R580 724F), RADEON X1600 Series (RV530 71C0),
     RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),
     MOBILITY RADEON X1600 (M56 71C5),
     RADEON X1600 Series (RV530 LE 71C6),
     RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
     MOBILITY RADEON X1700 (M66-XT 71D6), FireGL V5200 (RV530 71DA),
     RADEON X1600 Series (RV530 SE 71DE), RADEON X1600 XT (RV535 XT 71C1),
     MOBILITY FireGL V5250 (M66GL 71D4),
     MOBILITY RADEON X1700 (M66-P 71D5), RADEON Xpress 1200 (RS600 7941),
     RADEON Xpress 1200 (RS600 7942)
    (II) Primary Device is: PCI 02:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.28.8
    (II) ATI Proprietary Linux Driver Release Identifier: LGDr8.28g1 
    (II) ATI Proprietary Linux Driver Build Date: Aug 17 2006 09:28:12
    (II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.28.1.1.2.3-driver-lnx-x86-x86_64-287161
    (EE) No devices detected.
    
    Fatal server error:
    no screens found
    
    jep hab ich mir auch schon gedacht das da was falsch is... aber wie bekomme ich des weg?
     
  5. 11. Januar 2007
    AW: xorg server + nvidia nforce chip

    (EE) Failed to load module "mouse" (module does not exist, 0)
    (EE) Failed to load module "kbd" (module does not exist, 0)

    da sind schonmal 2 sachen die scheinbar falsch verlinkt sind.


    und warum zum geier benutz du AMD/ATI treiber für ne nVIDIA grafikkarte??

    wegen deinstallation: bei gentoo hätte ich gesagt emerge -C ati-drivers ati-drivers-extra, bei den anderen kommts drauf an, wie du die treiber installiert hast.

    lad dir die nvidia treiber und installier die. tutorials dazu findest genug im netz


     
  6. 12. Januar 2007
    AW: xorg server + nvidia nforce chip

    wo ichs seh wundere ich mich auch^^ aber es war halt mal so!!!!!!!! das man einfach apt-get install xserver-xorg x-window-system macht und schon funzt des alles!!!! is des ned mehr so?? und wie kann ich die anderen probleme behebe? was kann an der verlinkung von mouse bzw, kbd falsch sein?mfg poeffy
     
  7. 13. Januar 2007
    AW: xorg server + nvidia nforce chip

    hi
    kann mir jemand helfen wie ich diese problem regeln kann?
    (EE) Failed to load module "mouse" (module does not exist, 0)
    (EE) Failed to load module "kbd" (module does not exist, 0)
    weil des mit nvidia müsste ich hinbekommen... mfg poeffy


    so jetzt hab ich endlich alles geschafft jipi!!! /close topic
     
  8. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.