[Arch] quelques questions (non résolu)

Questions et astuces concernant l'installation et la configuration d'archlinux
spikemcc

[Arch] quelques questions (non résolu)

Message par spikemcc »

1- Comment changer la configuration au login kdm ?
http://wiki.archlinux.fr/install/langue (testé)

2- Comment réparer le son qui marchait par alsa ?
http://wiki.archlinux.fr/oss (enlevé)
http://wiki.archlinux.fr/howto/audio/pulseaudio (enlevé)
http://wiki.archlinux.fr/howto/audio/alsa (refait)

3- Comment passer de kdemod à lxde ?
http://wiki.lxde.org/fr/ArchLinux (fait)
http://wiki.lxde.org/en/ArchLinux (fait)
http://wiki.archlinux.org/index.php/LXDE (fait)

P.S. Voir mes anciens messages au besoin et demandez les informations dont vous avez besoin merci !!!
Veuillez noter que j'ai effectué les opérations dites sur les wiki fr/eng de Arch et de Lxde ...

Références:

1-
http://forums.archlinux.fr/topic4612.html
http://forums.archlinux.fr/topic4624.html

2-
http://forums.archlinux.fr/topic4614.html

3-
http://forums.archlinux.fr/topic4626.html
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [Arch] quelques questions (non résolu)

Message par tuxce »

spikemcc a écrit :demandez les informations dont vous avez besoin merci !!!
1. hal est configuré ?
2. que donnent les commandes du wiki qui permettent de tester?
3. pareil que 2.
spikemcc

Re: [Arch] quelques questions (non résolu)

Message par spikemcc »

tuxce a écrit :
spikemcc a écrit :demandez les informations dont vous avez besoin merci !!!
1. hal est configuré ?
2. que donnent les commandes du wiki qui permettent de tester?
3. pareil que 2.
Dans le wiki pour lxde on me dit de remplacer hal ...
spikemcc

Re: [Arch] quelques questions (non résolu)

Message par spikemcc »

Code : Tout sélectionner

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="fr_CA.uft8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="America/Montreal"
KEYMAP="cf"
CONSOLEFONT="lat9w-16"
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(b44 mii pcspkr snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel !soundcore vboxnetfit wl)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="inspiron1501"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
eth0="dhcp"
# Wireless: See network profiles below
#

#Static IP example
eth0="dhcp"
eth0="dhcp"
INTERFACES=(!eth0 !eth1 !wlan0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(hal dbus syslog-ng @network netfs @crond @alsa laptop-mode wicd @avahi-daemon gamin avahi-dnsconfd cdemud @kdm vboxnet b43 !bcm43xx wl @slim snd-mixer-oss snd-pcm-oss)
spikemcc

Re: [Arch] quelques questions (non résolu)

Message par spikemcc »

Code : Tout sélectionner

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "extmod"
	Load  "glx"
	Load  "record"
EndSection

Section "Monitor"
	#DisplaySize	  330   210	# mm
	Identifier   "Monitor0"
	VendorName   "LPL"
	ModelName    "a900"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "ATOMTVOut"          	# [<bool>]
        #Option     "R4xxATOM"           	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RS482 [Radeon Xpress 200M]"
	BusID       "PCI:1:5:0"
	Option      "DRI"    "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0

		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

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

Section "DRI"
        Group  "video"
        Mode   0666
EndSection
 
Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"Autorepat"	"500 30"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"Xkblayout"	"ca"
	Option		"Xkbvariant"	"fr"
EndSection

Section "ServerFlags"
  Option "DontZap" "False"
EndSection
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17596
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Arch] quelques questions (non résolu)

Message par benjarobin »

Ton rc.conf me fait vraiment peur, tu es sur que tu as besoin de tous ces modules, ils sont charger automatiquement normalement.
eth0="dhcp"
# Wireless: See network profiles below
#Static IP example
eth0="dhcp"
eth0="dhcp"
Tu es sur que tu veux pas le mettre une quatrième fois ?
Pour les daemons, tu on atteint des sommets : hal dbus (hal lance dbus donc relancer dbus juste après échouera...)

Édit un petit dernier bien gros : @network ... wicd :shock: :bonk: je dirai bien un mot de 4 lettres, mais te connaissant ce ne sera pas nécessaire...

Je ne compte pas inspecter plus... Il y a trop d'erreur...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
marc[i1]
Maître du Kyudo
Messages : 1753
Inscription : ven. 27 oct. 2006, 10:48
Localisation : Nantes (44)

Re: [Arch] quelques questions (non résolu)

Message par marc[i1] »

pas mieux ^^

Concernant tes deamons dans ton rc.conf, essaie avec 'kdm' sans @. J’ai vu que le wiki le propose mais je me demande si ce n’est pas une erreur.

Pour ton xorg.conf, tu ajoutes ton clavier mais c’est inutile vu que tu utilises hal (cf wiki).
Ne vous emmerdez plus, emmerdez les autres.
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [Arch] quelques questions (non résolu)

Message par tuxce »

spikemcc a écrit : Dans le wiki pour lxde on me dit de remplacer hal ...
:shock: où ça et par quoi?
et pour la sortie des autres commandes ?
spikemcc

Re: [Arch] quelques questions (non résolu)

Message par spikemcc »

J'ai corrigé les duplicats dans rc.conf et tenté de nettoyer les deamons au démarrage en gardant que les essentiels ...

Il me resterait les modules à corriger et hal est remis mais je n'ai pas redémaré pour tester encore ...
spikemcc

Re: [Arch] quelques questions (non résolu)

Message par spikemcc »

Bump !!!
Verrouillé