Configurer x

bonjour,
je possede un sun blade 1000 sur lequel j’ai installé debian 5.0.5.
le system fonctionne.
j’ai fait un apt-get install gnome.
mon serveur Xorg ne marche pas !
la carte graphique sun est a base de chipset ati.

dans /var/log/Xorg.0.log, je trouve l’erreur il ne peut pas démarer
le driver mach64 !

quels sont les parametres dans le xorg.conf.

CDLT
PHILO

Salut,

Quel window manager as-tu installé ?

xorg-server-core
et
xorg…ati

cdlt
philippe

Bonsoir,

Windows manager = Gnome, Kde … etc …
Bon c’est gnome ( metacity ) même s’il brille par son abscence :wink:

Ca peut aider

Et

Tant qu’on y est …

Code:
lspci | grep VGA

ATI Technologies Inc Rage XL (rev 27)

Et
Code:
cat /etc/X11/xorg.conf

rien n’est declaré dans le xorg.conf, ce sont les paramétres initiales !

CDLT
philippe

[quote=“philo_neo”]xorg-server-core
et
xorg…ati
[/quote]

Ne sont pas des WDM

cdlt
philippe
amgfipr
gerard

[quote=“philo_neo”]Code:
cat /etc/X11/xorg.conf

rien n’est declaré dans le xorg.conf, ce sont les paramétres initiales ![/quote]

:question:

bonsoir,
j’ai du installer le packet xorg
j’ai fait: #Xorg -configure
il me demande de relancer GDM, le manager de gnome.
puis le server X se block
je doit éteindre physiquement le blade.

[quote=“philo_neo”]j’ai du installer le packet xorg
j’ai fait: #Xorg -configure[/quote]
Si xorg n’était pas installé ce n’est pas étonnant que xorg.conf et X n’aient rienvoulus savoir.
Du coup le paquet ‘xserver-xorg-video-mach64’ doit être installé maintenant ( :question: )

Il devrait y avoir un xorg.conf maintenant ???

j’ai suivi vos conseils :

usrv-raptor:~# cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 manual page.
# (Type "man 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection
usrv-raptor:~# Xorg -configure

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny2)
Current Operating System: Linux usrv-raptor 2.6.26-2-sparc64-smp #1 SMP Fri Sep 17 02:49:30 UTC 2010 sparc64
Build Date: 11 June 2009  10:44:40AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  6 22:20:45 2010
List of video drivers:
	suncg6
	i740
	nv
	chips
	cirrus
	glint
	mach64
	dummy
	savage
	mga
	i128
	suntcx
	radeon
	r128
	ati
	siliconmotion
	imstt
	s3virge
	apm
	sunbw2
	neomagic
	trident
	suncg14
	sunleo
	ark
	tdfx
	v4l
	sunffb
	radeonhd
	suncg3
	rendition
	fbdev
	vesa
	vga
(++) Using config file: "/root/xorg.conf.new"
(WW) ****INVALID MEM ALLOCATION**** b: 0x2000000 e: 0x2ffffff correcting
(WW) ****INVALID IO ALLOCATION**** b: 0x500 e: 0x5ff correcting
(WW) ****INVALID MEM ALLOCATION**** b: 0x12c000 e: 0x12dfff correcting
(EE) MACH64(0): Unable to register the following bus resources:

CDLT
Philo

Pfu … Elle a pas l’air toute jeune cette carte.

Je ne sais pas si ça pourrait marcher avec ‘xserver-xorg-video-radeon’ ou ‘xserver-xorg-video-ati’

Il faudrait rajouter un truc comme ça dans le xorg.conf

[code]Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver “radeon” # ou ati ou mach64 ou r128
VendorName "ATI Technologies Inc"
Option “NoAccel” "on"
Option “UseFBDev” "on"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection[/code]
Et tester successivement:

Driver      "radeon"
Driver      "ati"
Driver      "r128"
Driver      "mach64"

Ps:

[quote=“xorg.conf de philo_neo”]# 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[/quote]

Ca donne quoi ???

bonsoir,
j’ai suivi tes conseils
Et tester successivement:
Driver "radeon"
Driver "ati"
Driver "r128"
Driver "mach64"
j’ai rebooter a chaque fois
le serveur X ne fonctionne pas

phil