[xorg+nvidia] Impossible de le lancer (résolu)

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
paco
Hankyu
Messages : 36
Inscription : lun. 06 nov. 2006, 14:35

[xorg+nvidia] Impossible de le lancer (résolu)

Message par paco »

Bonjour à tous,


Presque heureux nouvel utilisateur de la Arch, je poste car j'ai un petit soucy.
En effet, je n'arrive pas à faire démarrer xorg. J'ai suivi le tuto nvidia, dans le wiki.
Je préfère vous mettre directement mon fichier xorg et mon log de xorg.

xorg.conf:

Code : Tout sélectionner

Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen      0  "screen1" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/local"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/URW"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath        "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/kwintv"
    FontPath        "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath        "/usr/X11R6/lib/X11/fonts/uni:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
  #Load    "dri"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    #Load           "composite"
    Load           "glx"
    #Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "Protocol" "Standard"
    Option         "XkbLayout" "fr"
    Option         "XkbModel" "pc102"
    Option         "XkbRules" "xfree86"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "Logitech N48/M-BB48 [FirstMouse Plus]"
    Option         "Protocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
    ModeLine     "1024x768" 73.9 1024 1080 1192 1360 768 769 772 799
    ModeLine     "1024x768" 72.7 1024 1080 1192 1360 768 769 772 798
    ModeLine     "1024x768" 71.6 1024 1080 1192 1360 768 769 772 798
    ModeLine     "1024x600" 56.4 1024 1072 1176 1328 600 601 604 624
    ModeLine     "1024x600" 55.5 1024 1072 1176 1328 600 601 604 624
    ModeLine     "1024x600" 54.7 1024 1072 1176 1328 600 601 604 624
    ModeLine     "800x600" 44.1 800 840 920 1040 600 601 604 624
    ModeLine     "800x600" 43.5 800 840 920 1040 600 601 604 624
    ModeLine     "800x600" 42.8 800 840 920 1040 600 601 604 624
    ModeLine     "768x576" 40.4 768 800 880 992 576 577 580 599
    ModeLine     "768x576" 39.8 768 800 880 992 576 577 580 599
    ModeLine     "768x576" 39.2 768 800 880 992 576 577 580 599
    ModeLine     "640x480" 27.7 640 664 728 816 480 481 484 500
    ModeLine     "640x480" 27.3 640 664 728 816 480 481 484 499
    ModeLine     "640x480" 26.9 640 664 728 816 480 481 484 499
EndSection

Section "Monitor"
    Identifier     "Monitor[0]"
    VendorName     "--> VESA"
    ModelName      "1024X768@70HZ"
    UseModes       "Modes[0]"
    DisplaySize     305    229
    HorizSync       31.0 - 56.0
    VertRefresh     50.0 - 70.0
EndSection

Section "Monitor"

 #   
    Identifier     "monitor1"
    VendorName     "Hewlett-Packard"
    ModelName      "HP D2819 Ultra VGA 1280 Extra Low Emissions 17-inch Display"
    HorizSync       30.0 - 64.0
    VertRefresh     50.0 - 120.0
    Gamma           0.9
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
    ModeLine       "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1152x768@54" 65.0 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
    ModeLine       "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
    ModeLine       "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine       "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"

 #  
    Identifier     "monitor2"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Device"

    Option       "RenderAccel"         "true"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "GeForce4 MX 4000"
    VideoRam        65536
    Option         "NvAGP" "3"
    Option         "AllowGLXWithComposite" "true"
    BusID          "PCI:01:00:0"
    Screen          0
    Option       "backingstore"    "true"
    Option       "DPMS"
EndSection

Section "Device"

 #   
    Identifier     "device1"
    Driver         "nvidia"
    BoardName      "nvidia"
    BusID          "PCI:01:00:0"
    Screen          0
EndSection

Section "Device"

 #  
    Identifier     "device2"
    Driver         "nvidia"
    BoardName      "nv"
    BusID          "PCI:01:00:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
EndSection

Section "Screen"

 #   
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Virtual     1280 1024
        Depth       24
        Modes      "1024x768@75" "1024x768@70" "832x624@75" "1024x768@60" "800x600@60" "1024x768@43" "800x600@85" "1152x768@54" "800x600@75" "1280x854" "800x600@72" "1280x960@60" "800x600@56" "1280x1024@60" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
    EndSubSection
EndSection

Section "Screen"

 #  
    Identifier     "screen2"
    Device         "device2"
    Monitor        "monitor2"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "640x480@60"
    EndSubSection
EndSection


Section "Extensions"
     Option "Composite" "Enable"
     Option "RENDER" "Enable"
EndSection

log de xorg:

Code : Tout sélectionner

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  6 14:05:31 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/local" 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/100dpi" 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/URW" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" 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/latin2/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/kwintv" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/truetype" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/uni" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
    Entry deleted from font path.
(WW) The directory "/opt/kde3/share/fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(==) RgbPath set to "/usr/share/X11/rgb"
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "Xinerama" "off"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(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 1106,3099 card 1019,0996 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10ec,8029 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 104c,8400 card 1186,3b01 rev 00 class 02,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0b:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0b:2: chip 1106,3104 card 1106,3104 rev 62 class 0c,03,20 hdr 80
(II) PCI: 00:0b:3: chip 1106,3044 card 1106,e8e9 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:0c:0: chip 109e,036e card 144f,3000 rev 02 class 04,00,00 hdr 80
(II) PCI: 00:0c:1: chip 109e,0878 card 144f,3000 rev 02 class 04,80,00 hdr 80
(II) PCI: 00:11:0: chip 1106,3074 card 1019,0997 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1019,0997 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0185 card 1462,9363 rev c1 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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe1ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:12:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xe2013000/12
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] rev 193, Mem @ 0xe0000000/24, 0xd8000000/27
(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 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [1] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [2] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [3] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [4] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [5] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [8] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [9] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [10] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [11] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [12] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [13] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [14] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [15] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [16] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [17] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [18] -1    0    0x0000c000 - 0x0000c01f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [1] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [2] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [3] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [4] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [5] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [8] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [9] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [10] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [11] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [12] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [13] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [14] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [15] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [16] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [17] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [18] -1    0    0x0000c000 - 0x0000c01f (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    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [5] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [6] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [7] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [8] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [9] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [12] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [16] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [17] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [18] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [19] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [20] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [21] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [22] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [23] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [24] -1    0    0x0000c000 - 0x0000c01f (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: "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: "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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-8776  Mon Oct 16 21:57:32 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
    [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    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [5] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [6] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [7] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [8] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [9] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [12] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [16] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [17] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [18] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [19] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [20] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [21] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [22] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [23] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [24] -1    0    0x0000c000 - 0x0000c01f (0x20) IX[b]
(II) resource ranges after probing:
    [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    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [5] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [6] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [7] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [8] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [9] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [12] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [19] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [22] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [23] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [24] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [25] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [26] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [27] -1    0    0x0000c000 - 0x0000c01f (0x20) IX[b]
    [28] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [29] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(**) NVIDIA(0): Using gamma correction (0.9, 0.9, 0.9)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.18.20.39.23
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 4000 at PCI:1:0:0:
(--) NVIDIA(0):     HP (CRT-0)
(--) NVIDIA(0): HP (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1024x768@43"; removing.
(WW) NVIDIA(0): No valid modes for "1152x768@54"; removing.
(WW) NVIDIA(0): No valid modes for "1280x854"; removing.
(WW) NVIDIA(0): No valid modes for "1280x1024@60"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768@75"
(II) NVIDIA(0):     "1024x768@70"
(II) NVIDIA(0):     "832x624@75"
(II) NVIDIA(0):     "1024x768@60"
(II) NVIDIA(0):     "800x600@60"
(II) NVIDIA(0):     "800x600@85"
(II) NVIDIA(0):     "800x600@75"
(II) NVIDIA(0):     "800x600@72"
(II) NVIDIA(0):     "1280x960@60"
(II) NVIDIA(0):     "800x600@56"
(II) NVIDIA(0):     "640x480@85"
(II) NVIDIA(0):     "640x480@75"
(II) NVIDIA(0):     "640x480@72"
(II) NVIDIA(0):     "640x480@60"
(**) NVIDIA(0): Virtual screen size configured to be 1280 x 1024
(WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute
(WW) NVIDIA(0):     DPI from EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    [1] 0    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b]
    [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1    0    0xe2014000 - 0xe2014fff (0x1000) MX[b]
    [7] -1    0    0xe2012000 - 0xe20127ff (0x800) MX[b]
    [8] -1    0    0xe2011000 - 0xe20110ff (0x100) MX[b]
    [9] -1    0    0xe2000000 - 0xe200ffff (0x10000) MX[b]
    [10] -1    0    0xe2010000 - 0xe2010fff (0x1000) MX[b]
    [11] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [13] -1    0    0xe0000000 - 0xe0ffffff (0x1000000) MX[b](B)
    [14] -1    0    0xe2013000 - 0xe2013fff (0x1000) MX[b](B)
    [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [21] -1    0    0x0000e000 - 0x0000e01f (0x20) IX[b]
    [22] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [23] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [24] -1    0    0x0000d400 - 0x0000d40f (0x10) IX[b]
    [25] -1    0    0x0000d000 - 0x0000d07f (0x80) IX[b]
    [26] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [27] -1    0    0x0000c800 - 0x0000c81f (0x20) IX[b]
    [28] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
    [29] -1    0    0x0000c000 - 0x0000c01f (0x20) IX[b]
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Setting mode "1024x768@75"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard[0]: Core Keyboard
(**) Option "Protocol" "Standard"
(**) Keyboard[0]: Protocol: Standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard[0]: XkbRules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) Keyboard[0]: XkbModel: "pc102"
(**) Option "XkbLayout" "fr"
(**) Keyboard[0]: XkbLayout: "fr"
(**) Option "CustomKeycodes" "off"
(**) Keyboard[0]: CustomKeycodes disabled
(**) Option "Protocol" "explorerps/2"
(**) Mouse[1]: Device: "/dev/input/mice"
(**) Mouse[1]: Protocol: "explorerps/2"
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse[1]: ZAxisMapping: buttons 4 and 5
(**) Mouse[1]: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Mouse[1]: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/TTF, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

Dites moi s'il vous plait, ce qui fait défaut.

Merci d'avance.


paco
Dernière modification par paco le mar. 07 nov. 2006, 10:13, modifié 1 fois.
Avatar de l’utilisateur
Skunnyk
Maître du Kyudo
Messages : 1137
Inscription : mer. 06 sept. 2006, 21:31
Localisation : IRC
Contact :

Message par Skunnyk »

Salut =)
Ton xorg.conf semble tres long o_O, tu as rajouté des choses a la main ?
Sinon il apparait un probleme de resolution/frequence de rafraichissement de ton ecran.
As tu deja essayer de lancer le X avec le driver "libre" (nv) ?
hwd peux generer un fichier xorg par rapport a ton materiel, je ne sais plus la commande exact, mais elle est presente sur le forum (hwd -x je crois)
et X ne se lance pas du tout ?
Edit : voir http://forums.archlinux.fr/viewtopic.php?t=192 & http://forums.archlinux.fr/viewtopic.php?t=193 pour hwd.
paco
Hankyu
Messages : 36
Inscription : lun. 06 nov. 2006, 14:35

Message par paco »

Pour mes fréquences de raffraichissement, je me suis basé sur mon xorg.conf de ma ubuntu.
Effectivement, j'ai rajouté des choses à la main.
Pour tout te dire, comme au départ mon fichier xorg.conf n'existait pas, je l'ai copié de ma ubuntu. Et ensuite, je l'ai modifié.
Le fait qu'il soit long, c'est que je voulais faire du dual screen avec ma ubuntu puis j'ai abandonné par manque de temps et ainsi, j'ai laissé mon fichier tel quel, que j'ai donc copié ensuite sur la arch.
Pour le driver libre, il me dit qu'il n'existe pas. Je ne l'ai peut-etre pas installé. Comment s'appelle le paquet à installer?
Je réessayerai avec hwd.
Avatar de l’utilisateur
warnaud
Maître du Kyudo
Messages : 1640
Inscription : ven. 11 août 2006, 17:05
Localisation : Rolle (CH)

Message par warnaud »

Salut ton xorg ne fonctionne pas pour la raison suivante :
- /usr/X11R6/lib/X11/font n'existe plus depuis Xorg 7.0

Solution rapide et efficace :
pacman -S hwd
hwd -u
cd /etc/X11/
mv xorg.conf xorg.conf.sav
hwd -xa

En gros j'installe hwd, je mets ses tables à jours, je fais une sauvegarde de ton xorg.conf et j'en regénère un.
Ensuite avec ton éditeur préféré il te suffira de modifier la section keyboard avec un truc du style :

Code : Tout sélectionner

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "fr"
        Option "XkbVariant" ""
EndSection
(juste Option "XkbLayout" "fr" à remplir en fait)

Et aussi la section de ta carte vidéo :

Code : Tout sélectionner

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:01:00:0"                #lspci pour savoir
        VideoRam    262144
        Option      "RenderAccel" "true"         #pour l'extention composite
        Option      "NoLogo"      "1"            #"0" pas de logo au lancement de X
        Option      "AllowGLXWithComposite" "True" #permet d'avoir l'extention composite + GLX
        Option      "backingstore" "true"
        Option      "DPMS"                       #gestion d'ACnergie
EndSection
Avec ça, ça devrait fonctionner "out of the box"
Tu peux décommenter les polices au fur et à mesur de leur intsallations pour qu'elles soient prisent en compte.

Voir http://wiki.archlinux.fr/howto:environn ... ques:fonts

Voilou !
Plus ça rate, plus ça a de chance de réussir. En somme, un succès n'est qu'une erreur qui a finit par réussir (même par erreur). Ne déséspérez donc pas et perseverez. Utilisez La Rache™
Patientia quod lard quod barrus planto diligo ut licentia
—¤÷(`[¤*Powered By *¤]´)÷¤—
Archlinux ~ Fvwm ~ Irssi ~ URxvt
Avatar de l’utilisateur
warnaud
Maître du Kyudo
Messages : 1640
Inscription : ven. 11 août 2006, 17:05
Localisation : Rolle (CH)

Message par warnaud »

paco a écrit :Pour mes fréquences de raffraichissement, je me suis basé sur mon xorg.conf de ma ubuntu.
Effectivement, j'ai rajouté des choses à la main.
Pour tout te dire, comme au départ mon fichier xorg.conf n'existait pas, je l'ai copié de ma ubuntu. Et ensuite, je l'ai modifié.
Le fait qu'il soit long, c'est que je voulais faire du dual screen avec ma ubuntu puis j'ai abandonné par manque de temps et ainsi, j'ai laissé mon fichier tel quel, que j'ai donc copié ensuite sur la arch.
Pour le driver libre, il me dit qu'il n'existe pas. Je ne l'ai peut-etre pas installé. Comment s'appelle le paquet à installer?
Je réessayerai avec hwd.
Bon j'ai répondu pendant que tu répondais ;)
Pour le dual screen voilà la marche à suivre :
- faire comme j'ai dis au dessus :P
- rajouter ça dans ton xorg.conf

Code : Tout sélectionner

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:01:00:0"                #lspci pour savoir
        VideoRam    262144
        Option      "RenderAccel" "true"         #pour l'extention composite
        Option      "NoLogo"      "1"            #"0" pas de logo au lancement de X
        Option      "AllowGLXWithComposite" "True" #permet d'avoir l'extention composite + GLX
        Option      "backingstore" "true"
        Option      "DPMS"                       #gestion d'ACnergie

        #Option bi-ACcran
        Option "TwinView"
        Option "SecondMonitorHorizSync"   "40-80"
        Option "SecondMonitorVertRefresh" "50-60"
        Option "TwinViewOrientation"      "RightOf"
        Option "MetaModes"                "1600x1200,1280x1024;1024x768,NULL;1280x1024,NULL;800x600,NULL;1600x1200,NULL"
#        Option "MetaModes"                "1280x1024,1280x1024;1280x1024,1280x1024"
        Option "ConnectedMonitor"         "CRT-0, CRT-1"
EndSection
Attention tout de même !
Explications:
Option "TwinView" : obligatoire sinon ça fonctionnera pas
Option "SecondMonitorHorizSync" Fréquence de rafraichissement horizontal de votre second moniteur ( mettez des fréquences compatibles ... )
Option "SecondMonitorVertRefresh" Fréquence de rafraichissement vertical de votre second moniteur ( mettez des fréquences compatibles aussi... )
Option "TwinViewOrientation" Où se trouve le 2ème moniteur par rapport au moniteur principal ?
RightOf ( à droite )
LeftOf ( à gauche )
Above ( au dessus )
Below ( en dessous )
Clone ( Affichage identique sur les 2 )
Option "MetaModes" Modes graphiques, exemple:
"1600x1200,1280x1024;" => Ecran 1 en 1600x1200, Ecran 2 en 1280x1024
"1024x768,NULL;" => modes pour l'OpenGl plein écran sinon vos jeux seraont sur les 2 écran en même temps !!!
Option "ConnectedMonitor" déficnition des types de moniteur connectés
CRT-X = Ecran cathodique ( ceux qui vont à l'église mwouarf )
DFP-X = Ecran Plat ( comme les oeufs ... )

Pour finir je te file mon xorg.conf pour l'exemple : http://arnaud.fortier.free.fr/archlinux/xorg.conf

Attentions aux options que j'ai mise genre

Code : Tout sélectionner

Option      "NvAGP" "3" 
C'est fonction de ta carte et à utiliser avec des pincettes
Plus ça rate, plus ça a de chance de réussir. En somme, un succès n'est qu'une erreur qui a finit par réussir (même par erreur). Ne déséspérez donc pas et perseverez. Utilisez La Rache™
Patientia quod lard quod barrus planto diligo ut licentia
—¤÷(`[¤*Powered By *¤]´)÷¤—
Archlinux ~ Fvwm ~ Irssi ~ URxvt
Avatar de l’utilisateur
warnaud
Maître du Kyudo
Messages : 1640
Inscription : ven. 11 août 2006, 17:05
Localisation : Rolle (CH)

Message par warnaud »

Et pouf direct un wiki sur tout ça ! : http://wiki.archlinux.fr/howto:video:nvidia

Bonne lecture
Plus ça rate, plus ça a de chance de réussir. En somme, un succès n'est qu'une erreur qui a finit par réussir (même par erreur). Ne déséspérez donc pas et perseverez. Utilisez La Rache™
Patientia quod lard quod barrus planto diligo ut licentia
—¤÷(`[¤*Powered By *¤]´)÷¤—
Archlinux ~ Fvwm ~ Irssi ~ URxvt
Avatar de l’utilisateur
chipster
Maître du Kyudo
Messages : 2063
Inscription : ven. 11 août 2006, 22:25
Localisation : Saint-Étienne (42)
Contact :

Message par chipster »

Coucou, je t'invite comme tu es nouveau à lire ce post sinon :sm: :sm:
gniark gniark gniark

Si jamais tu as un soucis pour modifier ton topic, fais le moi savoir vu que je vais suivre ton post ;)
paco
Hankyu
Messages : 36
Inscription : lun. 06 nov. 2006, 14:35

Message par paco »

Merci à tous.

J'ai refais un fichier xorg.conf dans les règles de l'art (hwd) et en m'aidant des vôtre, tout marche nickel!

pleaze chipster, fouettes moi pas trop fort quand meme... :D
Avatar de l’utilisateur
chipster
Maître du Kyudo
Messages : 2063
Inscription : ven. 11 août 2006, 22:25
Localisation : Saint-Étienne (42)
Contact :

Message par chipster »

paco a écrit :pleaze chipster, fouettes moi pas trop fort quand meme... :D
Je ne sais pas trop ^^
Je vais quand même modifier ton topic. Regardes comment je fais pour les prochaines fois sinon :sm: très très fort ^^ huhu :twisted:
Verrouillé