Page 1 sur 1
[Arch] quelques questions (non résolu)
Publié : dim. 27 sept. 2009, 23:31
par spikemcc
Re: [Arch] quelques questions (non résolu)
Publié : dim. 27 sept. 2009, 23:47
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.
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 03:39
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 ...
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 04:07
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)
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 04:07
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
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 04:51
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

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...
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 08:43
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).
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 09:39
par tuxce
spikemcc a écrit :
Dans le wiki pour lxde on me dit de remplacer hal ...

où ça et par quoi?
et pour la sortie des autres commandes ?
Re: [Arch] quelques questions (non résolu)
Publié : lun. 28 sept. 2009, 10:32
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 ...
Re: [Arch] quelques questions (non résolu)
Publié : mar. 29 sept. 2009, 09:28
par spikemcc
Bump !!!