Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/11/2005, à 23:36

urukai

[resolu] installation drivers ATi et Portable toshiba

Bonjour,

Apres moulte recherche sur ce forum, je suis toujorus pas arrivé a trouver la solution au probleme suivant

Je vient fraichement d'installer la ubuntu 5.10
- arrivé au premier ecran de login un méchant message d'erreur est apparu, le server X ne s'est pas démarré
- g modifié xorg.conf pour mettre vesa

la je suis sur la ubuntu en graphique mais sans les drivers de la carte graphique,

je ve sur le forum je fais et refais les recommandations d'installation les how to, les procédures d'install, etc. (apres réinstallation complete de la distrib)

apres l'installation des drivers proprios et ati libre g toujours le meme message
(EE) No devices detected.

Fatal server error:
no screens found

etc.

voici ma config
Portable toshiba M60 17" (écran 16/9 ou 16/10)
centrino 1.8GHz
1Gb RAM
Carte ati X700 SE

voici mon fichier xorg.conf

# File: xorg.conf
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.
# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************
# **********************************************************************
# DRI Section
# **********************************************************************
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# === ATI device section ===
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
### EOF ###

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
	Identifier     "Server Layout"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 
#    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
#    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/Speedo/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "type1"
	Load  "freetype"
# This loads the GLX module
	Load  "glx"   # libglx.a
	Load  "dri"   # libdri.a
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option "Protocol"   "Xqueue"
#    Option "Xleds"      "1 2 3"
#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""
#    Option "XkbDisable"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
EndSection

Section "InputDevice"

# Identifier and driver
# the following line.
#    Option "Protocol"   "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
EndSection

Section "Monitor"

# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode 
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
	Identifier   "Monitor0"
EndSection

Section "Device"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
#    Chipset     "generic"
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.
#    BusID       "PCI:0:10:0"
#    VideoRam    256
#    Clocks      25.2 28.3
	Identifier  "Standard VGA"
	Driver      "vga"
	VendorName  "Unknown"
	BoardName   "Unknown"
EndSection

Section "Device"

# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
	Identifier  "ATI Graphics Adapter"

Driver "vesa"









	Option	    "no_accel" "no"
	Option	    "no_dri" "no"
# === misc DRI settings ===
	Option	    "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
	Option	    "DesktopSetup" "(null)"
	Option	    "ScreenOverlap" "0"
	Option	    "GammaCorrectionI" "0x00000000"
	Option	    "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
	Option	    "Capabilities" "0x00000000"
	Option	    "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
	Option	    "VideoOverlay" "on"
# === OpenGL Overlay ===
	Option	    "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
	Option	    "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
	Option	    "PseudoColorVisuals" "off"
# === QBS Management ===
	Option	    "Stereo" "off"
	Option	    "StereoSyncEnable" "1"
# === FSAA Management ===
	Option	    "FSAAEnable" "no"
	Option	    "FSAAScale" "1"
	Option	    "FSAADisableGamma" "no"
	Option	    "FSAACustomizeMSPos" "no"
	Option	    "FSAAMSPosX0" "0.000000"
	Option	    "FSAAMSPosY0" "0.000000"
	Option	    "FSAAMSPosX1" "0.000000"
	Option	    "FSAAMSPosY1" "0.000000"
	Option	    "FSAAMSPosX2" "0.000000"
	Option	    "FSAAMSPosY2" "0.000000"
	Option	    "FSAAMSPosX3" "0.000000"
	Option	    "FSAAMSPosY3" "0.000000"
	Option	    "FSAAMSPosX4" "0.000000"
	Option	    "FSAAMSPosY4" "0.000000"
	Option	    "FSAAMSPosX5" "0.000000"
	Option	    "FSAAMSPosY5" "0.000000"
# === Misc Options ===
	Option	    "UseFastTLS" "0"
	Option	    "BlockSignalsOnLock" "on"
	Option	    "UseInternalAGPGART" "yes"
	Option	    "ForceGenericCPU" "no"
#    BusID "PCI:1:0:0"    # no device found at config time
EndSection

Section "Screen"

    #Option "backingstore"
	Identifier "Screen0"
	Device     "ATI Graphics Adapter"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"

# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
	Mode         0666
EndSection

Voici le log

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF] 
Current Operating System: Linux ubuntu 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686
Build Date: 10 October 2005
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-9-386 (buildd@rothera) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Oct 10 13:14:36 BST 2005 
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: Mon Nov 28 22:15:29 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) FontPath set to "/usr/share/X11/fonts/misc"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1179,ff00 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1179,ff00 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1179,ff00 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1179,ff00 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1179,ff00 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1179,ff00 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1179,ff00 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1179,0001 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1179,ff00 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1179,ff00 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1179,ff00 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5462 card 1179,ff04 rev 00 class 03,00,00 hdr 00
(II) PCI: 06:00:0: chip 104c,8026 card 1179,ff00 rev 00 class 0c,00,10 hdr 00
(II) PCI: 06:01:0: chip 10ec,8139 card 1179,ff00 rev 10 class 02,00,00 hdr 00
(II) PCI: 06:02:0: chip 8086,4220 card 8086,2741 rev 05 class 02,80,00 hdr 00
(II) PCI: 06:04:0: chip 1524,1412 card 6400,0000 rev 10 class 06,07,00 hdr 82
(II) PCI: 06:04:1: chip 1524,0530 card 1179,ff01 rev 01 class 05,01,00 hdr 80
(II) PCI: 06:04:2: chip 1524,0550 card 1179,ff02 rev 01 class 08,05,01 hdr 80
(II) PCI: 06:04:3: chip 1524,0520 card 1179,ff01 rev 01 class 05,01,00 hdr 80
(II) PCI: 06:04:4: chip 1524,0551 card 1179,ff02 rev 01 class 05,01,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), 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 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[b]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[b]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[b]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xb8100000 - 0xb81fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[b]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[b]
	[2] -1	0	0x00004800 - 0x000048ff (0x100) IX[b]
	[3] -1	0	0x00004c00 - 0x00004cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xbc000000 - 0xbfffffff (0x4000000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd3ffffff (0x4000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[b]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[b]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[b]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xc3ffffff (0x4000000) MX[b]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xd4000000 - 0xd7ffffff (0x4000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xc4000000 - 0xc40fffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (6:4:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00006400 - 0x000064ff (0x100) IX[b]
	[1] -1	0	0x00006800 - 0x000068ff (0x100) IX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5462) rev 0, Mem @ 0xc8000000/27, 0xb8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
	[0] -1	0	0xc4007400 - 0xc400747f (0x80) MX[b]
	[1] -1	0	0xc4007000 - 0xc40070ff (0x100) MX[b]
	[2] -1	0	0xc4004c00 - 0xc4004c7f (0x80) MX[b]
	[3] -1	0	0xc4005000 - 0xc4005fff (0x1000) MX[b]
	[4] -1	0	0xc4004800 - 0xc40048ff (0x100) MX[b]
	[5] -1	0	0xc4000000 - 0xc4003fff (0x4000) MX[b]
	[6] -1	0	0xc4004000 - 0xc40047ff (0x800) MX[b]
	[7] -1	0	0xb8000400 - 0xb80004ff (0x100) MX[b]
	[8] -1	0	0xb8000800 - 0xb80009ff (0x200) MX[b]
	[9] -1	0	0xb8000000 - 0xb80003ff (0x400) MX[b]
	[10] -1	0	0xb8100000 - 0xb810ffff (0x10000) MX[b](B)
	[11] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
	[12] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[13] -1	0	0x000020a0 - 0x000020bf (0x20) IX[b]
	[14] -1	0	0x000018f0 - 0x000018ff (0x10) IX[b]
	[15] -1	0	0x00002000 - 0x0000207f (0x80) IX[b]
	[16] -1	0	0x00002400 - 0x000024ff (0x100) IX[b]
	[17] -1	0	0x00001880 - 0x000018bf (0x40) IX[b]
	[18] -1	0	0x00001c00 - 0x00001cff (0x100) IX[b]
	[19] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[20] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[21] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[22] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
	[23] -1	0	0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x40000000 - 0x400000ff (0x100) MX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xc4007400 - 0xc400747f (0x80) MX[b]
	[1] -1	0	0xc4007000 - 0xc40070ff (0x100) MX[b]
	[2] -1	0	0xc4004c00 - 0xc4004c7f (0x80) MX[b]
	[3] -1	0	0xc4005000 - 0xc4005fff (0x1000) MX[b]
	[4] -1	0	0xc4004800 - 0xc40048ff (0x100) MX[b]
	[5] -1	0	0xc4000000 - 0xc4003fff (0x4000) MX[b]
	[6] -1	0	0xc4004000 - 0xc40047ff (0x800) MX[b]
	[7] -1	0	0xb8000400 - 0xb80004ff (0x100) MX[b]
	[8] -1	0	0xb8000800 - 0xb80009ff (0x200) MX[b]
	[9] -1	0	0xb8000000 - 0xb80003ff (0x400) MX[b]
	[10] -1	0	0xb8100000 - 0xb810ffff (0x10000) MX[b](B)
	[11] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
	[12] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[13] -1	0	0x000020a0 - 0x000020bf (0x20) IX[b]
	[14] -1	0	0x000018f0 - 0x000018ff (0x10) IX[b]
	[15] -1	0	0x00002000 - 0x0000207f (0x80) IX[b]
	[16] -1	0	0x00002400 - 0x000024ff (0x100) IX[b]
	[17] -1	0	0x00001880 - 0x000018bf (0x40) IX[b]
	[18] -1	0	0x00001c00 - 0x00001cff (0x100) IX[b]
	[19] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[20] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[21] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[22] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
	[23] -1	0	0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x40000000 - 0x400000ff (0x100) MX[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	0xc4007400 - 0xc400747f (0x80) MX[b]
	[6] -1	0	0xc4007000 - 0xc40070ff (0x100) MX[b]
	[7] -1	0	0xc4004c00 - 0xc4004c7f (0x80) MX[b]
	[8] -1	0	0xc4005000 - 0xc4005fff (0x1000) MX[b]
	[9] -1	0	0xc4004800 - 0xc40048ff (0x100) MX[b]
	[10] -1	0	0xc4000000 - 0xc4003fff (0x4000) MX[b]
	[11] -1	0	0xc4004000 - 0xc40047ff (0x800) MX[b]
	[12] -1	0	0xb8000400 - 0xb80004ff (0x100) MX[b]
	[13] -1	0	0xb8000800 - 0xb80009ff (0x200) MX[b]
	[14] -1	0	0xb8000000 - 0xb80003ff (0x400) MX[b]
	[15] -1	0	0xb8100000 - 0xb810ffff (0x10000) MX[b](B)
	[16] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
	[17] -1	0	0x40000000 - 0x400000ff (0x100) MX[b]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[20] -1	0	0x00006000 - 0x000060ff (0x100) IX[b]
	[21] -1	0	0x000020a0 - 0x000020bf (0x20) IX[b]
	[22] -1	0	0x000018f0 - 0x000018ff (0x10) IX[b]
	[23] -1	0	0x00002000 - 0x0000207f (0x80) IX[b]
	[24] -1	0	0x00002400 - 0x000024ff (0x100) IX[b]
	[25] -1	0	0x00001880 - 0x000018bf (0x40) IX[b]
	[26] -1	0	0x00001c00 - 0x00001cff (0x100) IX[b]
	[27] -1	0	0x00001860 - 0x0000187f (0x20) IX[b]
	[28] -1	0	0x00001840 - 0x0000185f (0x20) IX[b]
	[29] -1	0	0x00001820 - 0x0000183f (0x20) IX[b]
	[30] -1	0	0x00001800 - 0x0000181f (0x20) IX[b]
	[31] -1	0	0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.2, 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 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.0, module version = 8.19.10
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(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 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
	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),
	MOBILITY RADEON 9600/9700 (M10/M11 4E50),
	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 9550 (RV350 4153),
	FireGL T2 (RV350 4154), 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 (RV370 5B60),
	RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
	FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
	MOBILITY RADEON X300 (M22 5460), MOBILITY FireGL V3100 (M22 5464),
	RADEON X600 (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 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
	RADEON X800 PRO (R423 5549),
	RADEON X800 XT Platinum Edition (R423 554A),
	RADEON X800 SE (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),
	RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
	RADEON X850 XT Platinum Edition (R480 5D4D),
	RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
	MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
	FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
	RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
	RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
	RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
	MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
	RADEON 9100 IGP (RS300 5834),
	RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
	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)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.19.10
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.19g1                           
(II) ATI Proprietary Linux Driver Build Date: Nov  9 2005 17:51:16
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.19.1-driver-lnx-226030
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Voila si qqn peut m'aider je suis désespéré

Merci

Dernière modification par urukai (Le 07/01/2006, à 14:16)

Hors ligne

#2 Le 29/11/2005, à 00:10

ZeBob

Re : [resolu] installation drivers ATi et Portable toshiba

Fatal server error:
no screens found

Peut-etre: http://forum.ubuntu-fr.org/viewtopic.php?pid=90121#p90121
Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
        Driver          "ati"
        Option          "BusType"       "PCIE"
        Option          "MonitorLayout"         "LVDS, NONE"

        BusID           "PCI:1:0:0"
EndSection

Hors ligne

#3 Le 29/11/2005, à 00:52

urukai

Re : [resolu] installation drivers ATi et Portable toshiba

merci de ta réponse rapide
mais je viens de tester ca ne marche malheureusement pas

snif

Hors ligne

#4 Le 29/11/2005, à 21:35

urukai

Re : [resolu] installation drivers ATi et Portable toshiba

je viens dce changer les parametres ds la section screen mais rien n'y fait
please help
rescue me

snif snif

Hors ligne

#5 Le 29/11/2005, à 22:23

AppleCrow

Re : [resolu] installation drivers ATi et Portable toshiba

Salut

bon en jetant un coup d'oeil rapide, on doit avoir le même écran.

Donc: essaye de copier-coller ce xorg.conf qui en théorie devrait résoudre ton problème:

# /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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

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

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

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"ATi Radeon X700SE"
	Driver		"fglrx"
#      BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATi Radeon X700SE"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#6 Le 30/11/2005, à 21:35

urukai

Re : [resolu] installation drivers ATi et Portable toshiba

je viens d'essayer avec ton fichier mais rien n'y fait
j'ai toujours la meme erreur,
EE) No devices detected.

Fatal server error:
no screens found

Hors ligne

#7 Le 01/12/2005, à 09:16

AppleCrow

Re : [resolu] installation drivers ATi et Portable toshiba

Essaye les différentes options de xorg pour t'aider:
sudo Xorg -scanpci > pour trouver les périphériques d'affichage attachés
sudo Xorg -configure > pour que xorg cherche lui même les paramètres et crée un xorg.conf

A partir de la dernière commande, si ton serveur X démarre, mais que tu n'as pas le DRI, tu n'auras qu'à changer le driver vidéo en fglrx.

Hors ligne

#8 Le 15/12/2005, à 11:15

litpeng

Re : [resolu] installation drivers ATi et Portable toshiba

Je sais pas trop si ça peut t'aider, mais j'avais le même pb sur une toshiba Satellite m50
et j'ai rajouté ChipId 0x3150  dans la partie "Device" du Xorg.conf
(cf : http://www0.org/toshiba/m50_130.html). Peut-être que c'est pareil sur le M60 (ChipId
mal configurer par défaut) ?
Bonne chance.

P.S. : tant que j'y suis, moi j'ai soucis avec l'acpi (au lieu d'avoir l'ordi qui s'arrête normalement,
il "freezy" hmm)

#9 Le 15/12/2005, à 13:28

magyarinho

Re : [resolu] installation drivers ATi et Portable toshiba

Bonjour Camarades!

Comme vous j'aspire à utiliser la Ubuntu qui marche parfaitement sur mon bi-xeon, mais j'ai aussi un laptop Toshiba M40-140 et j'ai le même problème au niveau de la carte graphique (Ati X700SE comme vous).

J'ai essayé les options de Ze Bob, ça a planté direct (1-2sec).

J'ai essayé le xorg.conf de AppleCrow, ça n'a rien changer:
- quand je fais un Xorg -scanpci, quasimment tous les devices sont "Unknow":mad:
- quand je fais un Xorg -configure, ça se coupe encore plus rapidement que startx

J'ai essayé l'astuce de litpeng, ça n'a rien donné non plus.

J'ai remarqué plusieurs choses, tout d'abord l'install détecte une X600 a la place de la X700SE, ensuite dans mon log XORG je remarque qu'il y aune ligne d'erreur a propos du libGLcore No Symbols found

J'ai testé un dpkg-reconfigure xserver-xorg, je vais tester plein de config différentes en espérant que ça passe un jour... Je vous tiens au courant, bon courage et merci à tous ceux qui ont donné leurs astuces. wink


2006 l'année de Windaube Vista ? non l'année d'Ubuntu !

Hors ligne

#10 Le 15/12/2005, à 22:22

clouclou

Re : [resolu] installation drivers ATi et Portable toshiba

Moi aussi j'ai le même problème.
J'ai un Toshiba M50-109 avec un X600 SE et une breezy.

en vesa ca passe mais si je met le fglrx ca marche plus : "(EE) No devices detected".
Ma version des drivers est : 8.16.20 (pas de compilation séparé ca vient des packages )


#  Xorg -scanpci
Probing for PCI devices (Bus:Device:Function)

(0:0:0) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x2590) from Intel Corp.
(0:1:0) unknown chip (DeviceId 0x2591) from Intel Corp.
(0:28:0) unknown chip (DeviceId 0x2660) from Intel Corp.
(0:29:0) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x2658) from Intel Corp.
(0:29:1) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x2659) from Intel Corp.
(0:29:2) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x265a) from Intel Corp.
(0:29:3) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x265b) from Intel Corp.
(0:29:7) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x265c) from Intel Corp.
(0:30:0) Intel Corp. 82801BAM/CAM PCI Bridge
(0:30:2) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x266e) from Intel Corp.
(0:30:3) unknown card (0x1179/0x0001) using an unknown chip (DeviceId 0x266d) from Intel Corp.
(0:31:0) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x2641) from Intel Corp.
(0:31:2) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x2653) from Intel Corp.
(0:31:3) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x266a) from Intel Corp.
(1:0:0) unknown card (0x1179/0xff05) using an unknown chip (DeviceId 0x5462) from ATI Technologies Inc
(2:0:0) unknown card (0x1179/0xff00) using an unknown chip (DeviceId 0x4351) from Galileo Technology Ltd.
(6:2:0) unknown card (0x8086/0x2741) using an unknown chip (DeviceId 0x4220) from Intel Corp.
(6:4:0) unknown card (0x5000/0x0000) using a Texas Instruments PCI4510 PC card Cardbus Controller
(6:4:1) unknown card (0x1179/0xff00) using a Texas Instruments PCI4510 IEEE-1394 Controller
 Xorg -configure

X Window System Version 6.8.2 (Ubuntu 6.8.2-77 20051010174523 root@vernadsky.buildd)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF] 
Current Operating System: Linux hector 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686
Build Date: 10 October 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-9-386 (buildd@rothera) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Oct 10 13:14:36 BST 2005 T
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 Dec 15 21:21:37 2005
Missing output drivers.  Configuration failed.

Merci de votre aide

#11 Le 16/12/2005, à 13:53

trst

Re : [resolu] installation drivers ATi et Portable toshiba

Bourjour j'ai eu le meme probleme sur un toshiba avec une carte ati x600se.
J'ai trouve une solution au probleme sur le net (je ne me souviens plus de la page):

dans le file xorg.conf ajoutez cette ligne:

ChipId "0x3150"

avant le EndSection de la section device. Et evidement gardez le driver ATI.

Faitez savoir si ca marcher pour vous.

#12 Le 16/12/2005, à 14:40

magyarinho

Re : [resolu] installation drivers ATi et Portable toshiba

Je vais tester ton Astuce, merci du conseil big_smile
Cependant j'aurais aimé savoir une chose, au niveau du Driver ATI, j'ai essayé de l'installer et ça passe pas.
et quand je fais un modprobe ati il ne trouve pas le module, je trouve ça assez bizarre (souvenir d'une install debian potatoe avec une Geforce et driver nvidia), normalement il doit avoir le module dans le kernel non?
En attendant j'ai fais le tour des distrib cette semaine, donc je vous donne mon bilan par la même occasion:

Config: Toshiba M40-241 / Carte réseau Marvell / Intel Wifi 2200WG / X700se

Distribs:

-Fedora 4: interface graphique ok, mais le réseau c'est mort (Kernel-Headers introuvables pour install driver)
-Debian: bloquage sur le serveur X
-Xandros: interface graphique ok, réseau en cours de config (gcc plus que foireux)
-Ubuntu: pas de réseau (à l'install) et pas de X pour l'instant (je dénigre pas notre Ubuntu)
-Suse: Interface graphique ok, réseau qui déconne mais j'ai pas insisté sur les drivers
-Mepis: Interface graphique ok mais gros plantages

Je garde espoir ça va venir. Bon courage à tous ! wink


2006 l'année de Windaube Vista ? non l'année d'Ubuntu !

Hors ligne

#13 Le 17/12/2005, à 15:27

magyarinho

Re : [resolu] installation drivers ATi et Portable toshiba

Hej Hej les amis,

Merci vous aviez raison pour l'histoire du ChipId.. En fait ça ne marche que si on l'écrit correctement dans la section Device:

ChipID                0x3150 ni ChipId ni "0x3150"

Il n'y a que ça a changer et ça passe comme une lettre à la poste !
En tout cas merci à tous et vive la Ubuntu !

yikes


2006 l'année de Windaube Vista ? non l'année d'Ubuntu !

Hors ligne

#14 Le 18/12/2005, à 16:33

mp

Re : [resolu] installation drivers ATi et Portable toshiba

Bonjour à tous,

Je viens d'acheter un portable Toshiba de la sére M50 (écran de 14'').

Grace à vous, j'ai résolu mon problème. Le tout était de connaître le coup du ChipID. Voici un extrait
du fichier xorg.conf qui va bien:

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon X600 (RV380)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	ChipID 0x3150
EndSection

Par contre, avant de modifier le fichier xorg.conf  ,il faut charger le paquet "xorg-driver-fglrx" par l'intermédiaire de Synaptic.

Pour la définition de l'écran (1280x760), je n'ai rien eu à faire, ça s'est fait tout seul au démarrage suivant.

Pour finir, deux liens qui m'ont permis d'y voir plus clair:

http://ubuntuforums.org/showthread.php?t=75001
http://www0.org/toshiba/m50_130.html

Dernière modification par mp (Le 18/12/2005, à 16:34)

Hors ligne

#15 Le 07/01/2006, à 14:15

urukai

Re : [resolu] installation drivers ATi et Portable toshiba

desole g pas pu repondre depuis qqs temps g des exams

je viens de tester ChipId x3150

et ca marceh nickel
un grand grand grand merci a tous
vous etes trop fort

Hors ligne

#16 Le 11/01/2006, à 16:55

magyarinho

Re : [resolu] installation drivers ATi et Portable toshiba

Salut tout le monde,
j'aimerais savoir si vous avez réussi à installer la 3d sur votre ATI, je galère à l'activer. Pourtant j'ai réussi a installer les driver Ati et avoir une résolution 1280X800 alors que je n'y arrivais pas avant. Parce que niveau jeux ça laisse a désirer. Quelle horreur Ati, je vous jure ! mad


2006 l'année de Windaube Vista ? non l'année d'Ubuntu !

Hors ligne