Merci Jean Luc pour le fichier.
Je viens de copier les section "modules", "extensions", "device", "dri" et j'ai modifier le device dans la section "screen"
Et ça ne fonctionne pas encore (et oui je garde espoir). J'ai une amélioration un startx lance le serveur X, j'ai un beau curseur de souris sur un fond très laid, type colonnes très fine verte et rouge... comme si j'avais changé d'écran (mais je ne l'ai pas changé) et qu'il n'était pas reconnu... (mon écran est un viel Olivetti, est ce qu'il est possible qu'il soit devenu trop vieux pour cette carte ?).

sinon pourquoi dans la section  "device" j'ai un driver "radeon" alors qu'avec un dpkg-reconfigure xserver-xorg ne me propose pas ce driver dans sa liste...

Si quelqu'un à des idées, des pistes... Merci



Jean-Luc Coulon (f5ibh) a écrit :
Le 01.03.2006 20:55:20, Mjem a écrit :
Je viens de changer de carte graphique pour une ATI Radeon 9250.

Je n'arrive pas à reconfigurer xorg (sous testing)... j'ai essayé de  charger le pilote ATI (en vain, dri ou pas dri), Vesa (en vain, dri  ou pas dri)... Après quelques recherches, je n'ai rien trouvé de  concluant...

startx :
"(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar  1 20:47:36 2006
(==) Using config file: "/etc/X11/xorg.conf"
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
(EE) No devices detected.

Fatal server error:
no screens found
...
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
     after 0 requests (0 known processed) with 0 events remaining."

(pour info : je n'ai pas GLcore dans la liste des modules)

Des liens, des idées, des conseils, la solution (on peut toujours  rêver)...

Vous trouverez en attachement le fichier de config de xorg pour ma  carte. C'est une ASUS A9250T/D

merci

Jean-Luc

# xorg.conf.dpkg-new (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 xorg.conf.dpkg-new manual page. # (Type "man xorg.conf.dpkg-new" 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 commands as root: # # cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom # md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum # dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
	Load	"evdev"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection
   
Section "InputDevice"
	Identifier	"Logitech Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"logiinkse"
	Option		"XkbLayout"	"fr-latin9"
EndSection

Section "InputDevice"
	Identifier	"Logitech Mouse"
	Driver		"mouse"
	Option		"CorePointer"		
# USB	
#	Option		"Device"		"/dev/input/logimouse"
# PS2
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

# Settings for wacom pen
Section "InputDevice"
	Identifier  "Stylus"
        Driver      "wacom"
	Option      "Device"    "/dev/input/wacom"
	Option      "Type"      "stylus"
	Option      "Mode"      "Absolute"
	Option      "Threshold" "20"
	Option      "USB"       "on"
	Option      "Debuglevel" "2"
EndSection

# Settings for wacom eraser
	Section "InputDevice"
	Identifier  "Eraser"
	Driver      "wacom"
	Option      "Device"    "/dev/input/wacom"
	Option      "Type"      "eraser"
	Option      "Mode"      "Absolute"
	Option      "Threshold" "2"
	Option      "USB"       "on"
	Option      "Debuglevel" "2"
EndSection

# Settings for wacom cursor
	Section "InputDevice"
	Identifier  "Pointer"
	Driver      "wacom"
	Option      "Device"    "/dev/input/wacom"
	Option      "Type"      "cursor"
	Option      "Mode"      "Absolute"
	Option      "USB"       "on"
	#  Option      "Debuglevel" "2"
EndSection

Section "Device"
	Identifier	"Asus Radeon A9250/TD"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"UseFBDev"		"true"
	Option 		"AGPMode"		"4"
	Option		"EnablePageFlip"  	"on"
	Option 		"AccelMethod"		"exa"
	Option		"BackingStore"    	"true"
	Option		"RenderAccel"     	"true"
		    
EndSection

Section "Monitor"
	Identifier	"IBM P200"
	Option		"DPMS"
	HorizSync	29-100
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Asus Radeon A9250/TD"
	Monitor		"IBM P200"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Logitech Keyboard"
	InputDevice	"Logitech Mouse"
	InputDevice 	"Stylus"            "AlwaysCore"
	InputDevice 	"Eraser"            "AlwaysCore"
	InputDevice 	"Pointer"           "AlwaysCore"
EndSection

Section "DRI"
	Mode	0666
EndSection

  

Répondre à