Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[STARTX] probleme pour lancer l'interface graphique
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 10:39 pm    Post subject: [STARTX] probleme pour lancer l'interface graphique Reply with quote

bonjour

je viends d'installer gnetoo et j'ai quelque difficulté a lencer mon interface graphique.
je posse de comme carte graphique une Geforce 6800gt

voici se qu'il me met quand je fait la commende startx

Code:
hostname: Unknown host

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13-gentoo-r3 i686 [ELF]
Current Operating System: Linux sebastien 2.6.13-gentoo-r3 #6 SMP Fri Oct 14 18:52:59 CEST 2005 i686
Build Date: 14 October 2005
        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: Sat Oct 15 00:34:54 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.

Please also check the log file at "/var/log/Xorg.0.log" for additional information.

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


et je vois pas dous viens mon probleme

je mets si jouint mon fichier xorg.conf

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        #Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules"          "xorg"
        Option      "XkbModel"          "pc105"
        Option      "XkbLayout"         "be"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse/mouse0"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection


Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        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
                modes   "1024x768"
        EndSubSection
EndSection



j'ai aussi emerge nvidia-glx et nvidia-kernel
comment puis je resoudre se probleme??

merci d'avance de reponce




lermit
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Oct 14, 2005 10:41 pm    Post subject: Reply with quote

salut et bienvenue sur le forum ;)

As tu chargé le module nvidia ?

Code:
modprobe nvidia
et re essaye de lancer X

pour le charger a chaque boot :

Code:
echo nvidia >> /etc/modules.autoload.d/kernel-2.6

_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 10:45 pm    Post subject: Reply with quote

sa rien changé, pilpoil la même chose.
même erreur

ha j'aller oblier merci
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 10:47 pm    Post subject: Reply with quote

j'ai suivi ces 2 tutoriaux la
http://www.gentoo.org/doc/fr/xorg-config.xml
et
http://www.gentoo.org/doc/fr/nvidia-guide.xml
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Oct 14, 2005 10:50 pm    Post subject: Reply with quote

quelle version de drivers as-tu ?

car ici ya aussi un probleme avec une carte nvidia : https://forums.gentoo.org/viewtopic-p-2800403.html#2800403
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'


Last edited by kernelsensei on Fri Oct 14, 2005 10:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
E11
l33t
l33t


Joined: 24 Feb 2004
Posts: 764
Location: Bruxelles

PostPosted: Fri Oct 14, 2005 10:51 pm    Post subject: Reply with quote

Le problème à l'air de venir des drivers... donc vérifies qu'ils sont bien loader... un petit lsmod après peut te le confirmer...

As-tu essayé de lancer X sans les drivers nvidia officiel ? C'est à dire avec les drivers par default "nv" ? Ca peut déjà nous confirmer que le problème vient de là...

Sinon, peux-tu nous donner la version de ton kernel et des drivers ?

PS : Dans ton xorg.conf, remplace peut-être "PS/2" par "imPS/2" ou "ExplorerPS/2", c'est mieu... ;)
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 10:54 pm    Post subject: Reply with quote

les ceux qui son actuellement sur le emerge.c'est-a dire:
nvidia-glx------: 1.0.6629-r6
nvidia-kernel--: 1.0.6629-r4
Back to top
View user's profile Send private message
E11
l33t
l33t


Joined: 24 Feb 2004
Posts: 764
Location: Bruxelles

PostPosted: Fri Oct 14, 2005 10:59 pm    Post subject: Reply with quote

Essaye les plus récents... Je les utilise et ils sont très stable...
Ils seront de toutes façon meilleur vu la carte graphique que tu possède...
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Oct 14, 2005 11:01 pm    Post subject: Reply with quote

je te conseille de faire comme indique dans le post de ryo-san, (lien dans mon post au dessus) ca ne coute rien d'essayer
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 11:14 pm    Post subject: Reply with quote

E11 wrote:
Essaye les plus récents... Je les utilise et ils sont très stable...
Ils seront de toutes façon meilleur vu la carte graphique que tu possède...


comment fait ton pour emerge un driver plus recent
je pensai qu'il donné toujour les plus récent


kernel_sensei wrote:
je te conseille de faire comme indique dans le post de ryo-san, (lien dans mon post au dessus) ca ne coute rien d'essayer


c'est bien de se poste la que tu parle??
https://forums.gentoo.org/viewtopic-t-391446-highlight-.html
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Oct 14, 2005 11:30 pm    Post subject: Reply with quote

lermit wrote:
kernel_sensei wrote:
je te conseille de faire comme indique dans le post de ryo-san, (lien dans mon post au dessus) ca ne coute rien d'essayer


c'est bien de se poste la que tu parle??
https://forums.gentoo.org/viewtopic-t-391446-highlight-.html


oui ;)

enfin pour faire simple :

Code:
echo media-video/nvidia-glx ~x86 >> /etc/portage/package.keywords
echo media-video/nvidia-kernel ~x86 >> /etc/portage/package.keywords
echo app-admin/eselect-opengl ~x86 >> /etc/portage/package.keywords

emerge -av nvidia-kernel nvidia-glx eselect-opengl

eselect opengl set nvidia


enfin ca doit etre a peu pres ça ...
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 11:35 pm    Post subject: Reply with quote

bon bien je vais essai les code ce tu ma donné tout de suite
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 11:39 pm    Post subject: Reply with quote

toujours le même

Code:
sebastien ~ # echo media-video/nvidia-glx ~x86 >> /etc/portage/package.keywords
sebastien ~ # echo media-video/nvidia-kernel ~x86 >> /etc/portage/package.keywords
sebastien ~ # echo app-admin/eselect-opengl ~x86 >> /etc/portage/package.keywords
sebastien ~ # emerge -av nvidia-kernel nvidia-glx eselect-opengl

These are the packages that I would merge, in order:

Calculating dependencies |
!!! All ebuilds that could satisfy "app-admin/eselect" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/eselect-0.9.6 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!!    (dependency required by "app-admin/eselect-opengl-1.0.2-r1" [ebuild])

sebastien ~ # eselect opengl set nvidia
-bash: eselect: command not found
sebastien ~ #
sebastien ~ # startx
hostname: Unknown host

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13-gentoo-r3 i686 [ELF]
Current Operating System: Linux sebastien 2.6.13-gentoo-r3 #6 SMP Fri Oct 14 18:52:59 CEST 2005 i686
Build Date: 14 October 2005
        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: Sat Oct 15 01:42:09 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Fri Oct 14, 2005 11:41 pm    Post subject: Reply with quote

mais la commende

# eselect opengl set nvidia
-bash: eselect: command not found

na pas fonctionné
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Oct 14, 2005 11:48 pm    Post subject: Reply with quote

ah oui, j'en ai oublie 1 :

Code:
echo app-admin/eselect ~x86 >> /etc/portage/package.keywords


et re-essaye !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 12:04 am    Post subject: Reply with quote

la meme chose
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat Oct 15, 2005 12:07 am    Post subject: Reply with quote

lermit wrote:
la meme chose


quoi la meme chose ? ou ça ? comment ? quelle manipulation ?

au oui, j'oubliais, apres l'emerge de tout ce bazar, faut faire :
Code:
rmmod nvidia
modprobe nvidia

_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 7:47 am    Post subject: Reply with quote

bon maintenent sa alaire d'aller mieux je vois afficher le logo nvidia
mais toujours une erreur a l'exécution de startx

Code:
sebastien ~ # startx
hostname: Unknown host

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13-gentoo-r3 i686 [ELF]
Current Operating System: Linux sebastien 2.6.13-gentoo-r3 #6 SMP Fri Oct 14 18:52:59 CEST 2005 i686
Build Date: 14 October 2005
        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: Sat Oct 15 09:48:20 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7

(EE) xf86OpenSerial: Cannot open device /dev/mouse/mouse0
        No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Multiple symbols for level 4/group 1 on key <LSGT>
>                   Using backslash, ignoring brokenbar
> Warning:          Symbol map for key <LSGT> redefined
>                   Using last definition for conflicting fields
Errors from xkbcomp are not fatal to the X server
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 8:49 am    Post subject: Reply with quote

j'ai trouvé le proble du poste au dessus.
il etait du que javai mal visé ou se trouvé la souri

Option "Device" "/dev/mouse/mouse0"

j'ai renplacé par
Option "Device" "/dev/input/mouse0"
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 9:54 am    Post subject: Reply with quote

pourriez vous me dire quele que mots d'explication

s'est ligne de comment
Code:

echo media-video/nvidia-glx ~x86 >> /etc/portage/package.keywords
echo media-video/nvidia-kernel ~x86 >> /etc/portage/package.keywords
echo app-admin/eselect-opengl ~x86 >> /etc/portage/package.keywordse
echo app-admin/eselect ~x86 >> /etc/portage/package.keywords

emerge -av nvidia-kernel nvidia-glx eselect-opengl

rmmod nvidia
modprobe nvidia

eselect opengl set nvidia


comme je connait pas grand chose s'est location d'apprendre les diverse commende
Back to top
View user's profile Send private message
E11
l33t
l33t


Joined: 24 Feb 2004
Posts: 764
Location: Bruxelles

PostPosted: Sat Oct 15, 2005 10:15 am    Post subject: Reply with quote

lermit wrote:
pourriez vous me dire quele que mots d'explication

s'est ligne de comment
Code:

echo media-video/nvidia-glx ~x86 >> /etc/portage/package.keywords
echo media-video/nvidia-kernel ~x86 >> /etc/portage/package.keywords
echo app-admin/eselect-opengl ~x86 >> /etc/portage/package.keywordse
echo app-admin/eselect ~x86 >> /etc/portage/package.keywords

emerge -av nvidia-kernel nvidia-glx eselect-opengl

rmmod nvidia
modprobe nvidia

eselect opengl set nvidia


comme je connait pas grand chose s'est location d'apprendre les diverse commende


Ben, c'est facile ;)
Les 4 premières lignes sont juste pour démasquer des paquets masqué parce que pas encore sorti en stable... ( néanmoins pas forcément instable...)
Ensuite, on les emerge, et puis pour que ton sytème prenne en charge les nouveaux drivers, on les désactive et on les réactive...
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat Oct 15, 2005 10:19 am    Post subject: Reply with quote

pas de problemes :

d'abord, pourrrais tu faire un effort concernant l'écriture ? (commend = commande, etc.) merci.

Bon allons-y :

Code:
echo categorie/paquet ~x86 >> /etc/portage/package.keywords


Cette commande dit a portage que pour ce paquet, tu veux passer en branche instable (qui n'est pas si instable que ça en fait), afin d'avoir la derniere version !

Code:
emerge -av <paquet>


-a : ask => portage liste les paquets a installer et demande confirmation
-v : verbose => affiche les uselags utilisés

Code:
rmmod <module>


décharge un module

Code:
modprobe <module>


charge un module

puis avec la commande eselect on spécifie qu'on veut utiliser les drivers glx nvidia !

Autrement, comme tu souhaites apprendre, je te conseille de lire ça ;)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 12:00 pm    Post subject: Reply with quote

ok je ferai une effort concernant l'écriture (je suis une peu dislecsique vueiller men excusé) mais je ferai une effort


merci pour votre cous de main merci beaucoup


j'ai quelque petit question peu etres un peu ridicul

- comment fait ton pour passé passé de l'interfa graphique ver la console quand la l'interfa graphique se l'ence au demarrage?

- comment je peu actuvé le clavier numérique au demarrager?

-ou dois-je aller pour configuré la resolution du bureau car dans l'interfa graphique il me propose que le 640x480?
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat Oct 15, 2005 12:07 pm    Post subject: Reply with quote

lermit wrote:
ok je ferai une effort concernant l'écriture (je suis une peu dislecsique vueiller men excusé) mais je ferai une effort


merci pour votre cous de main merci beaucoup


j'ai quelque petit question peu etres un peu ridicul

- comment fait ton pour passé passé de l'interfa graphique ver la console quand la l'interfa graphique se l'ence au demarrage?

- comment je peu actuvé le clavier numérique au demarrager?

-ou dois-je aller pour configuré la resolution du bureau car dans l'interfa graphique il me propose que le 640x480?


pour switcher entre la console et X : ctrl-alt-Fx (ou X est 1,2,3,4,5,6,7 ..) et habituellement, 7 c'est X !

pour activer le pavé numérique, faut regarder du coté de x11-misc/numlockx

pour configurer ta résolution c'est dans ton xorg.conf

Voila !

PS: pourrais-tu vraiment faire attention a ton écriture s'il te plait ? Merci ;)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Sat Oct 15, 2005 12:23 pm    Post subject: Reply with quote

donnec la deffinition de l'écran, c'est dans cette parti ci de xorg que je doit configuré??

Code:

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        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
                modes   "1024x768"
        EndSubSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum