lors de l'intallation et même par la suite, lors de l'utilisation le pointeur de ma souris n'a jamais été visible...

j'ai testé avec des souris ps2 et USB avec le même résultat.

j'ai aussi, comme proposé dans certain forum, de créer un fichier xorg.conf par la fonction Xorg -configure et d'ajouter la ligne Option "HWcursor" "False" ou "off"
sans plus de succès ...

si qqun a une idée
merci
Bonjour

J'avais eu ce problème sur une autre version, et il suffisait de mettre à jour les drivers de la carte graphique (pour ma part, une nvidia)

KissKool
jdelamarre wrote:ajouter la ligne Otin "HWcursor" "False" ou "off"
sans plus de succès ...

si qqun a une idée
C'est
Option "HWCursor" "off"
qu'il te faudrait ajouter à la Section "Device" de ton xorg.conf

"HWCursor" avec un grand "C".
j'ai placé
Option "HWCursor" "off"
ou pour un autre test
Option "HWCursr" "False" ( préconisé dans les commentaires du fichier xorg.conf )
dans le xorg.conf à la section Device et cela ne march pas
Pas étonnant si tu t'emmêles les doigts quand tu tapes. Tu n'y arriveras jamais. Il faut d'abord savoir écrire.
je pense que la Fedora 10 n'utilise pas le fichier Xorg.conf
que j'ai créé par xorg -configure, ou le système ne vas pas chercher ce fichier dans /etc/X11/

merci de votre aide
Pas la peine de me remercier...c'est la dernière fois que je fais ça...
@jdelamarre
Quelle carte graphique utilises tu ?
Peux tu poster le contenu de xorg.conf ?
Voila mon xorg.conf:
/* *************************************** */
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "PrintVGARegs" # [<bool>]
#Option "PrintTVRegs" # [<bool>]
#Option "I2CScan" # [<bool>]
#Option "VBEModes" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ExaNoComposite" # [<bool>]
#Option "ExaScratchSize" # <i>
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "ForcePanel" # [<bool>]
#Option "TVDotCrawl" # [<bool>]
#Option "TVDeflicker" # <i>
#Option "TVType" # [<str>]
#Option "TVOutput" # [<str>]
#Option "DisableVQ" # [<bool>]
#Option "DisableIRQ" # [<bool>]
#Option "EnableAGPDMA" # [<bool>]
#Option "NoAGPFor2D" # [<bool>]
#Option "NoXVDMA" # [<bool>]
#Option "VbeSaveRestore" # [<bool>]
#Option "DisableXvBWCheck" # [<bool>]
#Option "MaxDRIMem" # <i>
#Option "AGPMem" # <i>
Option "HWCursor" "False"
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "UniChrome Pro IGP"
BusID "PCI:1:0:0"
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
/* *************************************** */