probleme de resoltion

probleme de resoltion - Linux et OS Alternatifs

Marsh Posté le 25-08-2001 à 17:30:19    

j ai installe les drivers nvidia sur une redhat 7.1
losrsque je lance tuxracer j ai l image dans un tout petit cadre en bas a gauche
(ca doit etre du 800*600)
pour quake III c est pareil ....
en 800*600 aussi ca se met en petit a gauche ..
pour l avoir en plein ecran je suis aoblige de le mettre en 1200*1024 (resolution de mon ecran)
en configurant en 1024 ca donne qqchose d intermediare
pas plein eecran mais presque (toujours en bas a gauche)
 
alors comment resoudre ce probleme ?

Reply

Marsh Posté le 25-08-2001 à 17:30:19   

Reply

Marsh Posté le 26-08-2001 à 17:15:39    

personne ne sait comment resoudre mon probleme ? :(

Reply

Marsh Posté le 26-08-2001 à 18:29:05    

http://perso.wanadoo.fr/linux_wizard/howto_nvidia.html
 
fais voir le fichier de conf de XFree.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 28-08-2001 à 23:46:17    

[root@zero X11]# pwd
/etc/X11
[root@zero X11]# more XF86Config-4
 
# File generated by anaconda.
 
Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
 
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db" ).  There is normally
# no need to change the default.
 
    RgbPath     "/usr/X11R6/lib/X11/rgb"
 
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
 
    FontPath   "unix/:7100"
 
EndSection
 
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
        Load "pex5"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection
 
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
 
#       Option  "AutoRepeat"    "500 5"
 
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#       Option  "Protocol"      "Xqueue"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
 
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc102"
        Option  "XkbLayout"     "us"
        #Option "XkbVariant"    ""
        #Option "XkbOptions"    ""
EndSection
 
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "MouseManPlusPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   27.0-96.0
        VertRefresh 50.0-160.0
 
        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
        Modeline "1400x1050"  129   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 70Hz, 76.8 kHz hsync
        Modeline "1400x1050"  151   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 75Hz, 82.3 kHz hsync
        Modeline "1400x1050"  162   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 85Hz, 93.2 kHz hsync
        Modeline "1400x1050"  184   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
EndSection
 
Section "Device"
        # no known options
        Identifier   "NVIDIA GeForce 2 (generic)"
        Driver       "nvidia"
        VendorName   "NVIDIA GeForce 2 (generic)"
        BoardName     "NVIDIA GeForce 2 (generic)"
 
        #BusID
EndSection
 
Section "Screen"
        Identifier   "Screen0"
        Device       "NVIDIA GeForce 2 (generic)"
        Monitor      "Monitor0"
        DefaultDepth    16
 
        Subsection "Display"
                Depth       16
                Modes       "1280x1024"
        EndSubsection
 
EndSection
 
Section "DRI"
        Mode 0666
EndSection

Reply

Marsh Posté le 29-08-2001 à 00:02:45    

forcément il y a une seule résolution de conf.
le fichier de merde généré par anaconda ! le fichier n'est même pas explicitement conf pour le français !
 
parcours la FAQ serveur X, comme tu le veras, il faut renseigné plusieurs résolutions si tu veux qu'il switch dans ces résolutions, XFdrake le fait auto en plus !
 
http://perso.wanadoo.fr/linux_wiza [...] resolution
 
ton fichier de conf es tellement merdique que j'ai envie de poster le mien.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 29-08-2001 à 00:13:35    

et bien vas y ne te gene pas  ....
Xfrake .... j ai pas .... je suis sous redhat
et ce fichier est celui qui est genere a l install
 
mais j atend avec impatience ton fichier de conf

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed