View previous topic :: View next topic |
Author |
Message |
apocryphe n00b
Joined: 03 Jul 2005 Posts: 59 Location: 78 - Pres de Saint Germain
|
Posted: Wed May 10, 2006 5:35 pm Post subject: [Nvidia] Pb resolution jeux avec les 8756 |
|
|
Bonsoir,
Depuis le passage au nouveaux drivers 8756, mes jeux ( par exemple E.T.) ne sont plus en pleine ecran, mais occupent 1/3 de l'ecran (l'affichage est en bas a gauche)
les 8178 marchent en revanche impecable...
je tiens a signaler que X tourne sur une resolution de 1400X1050... que les jeux je les fais tourner en 800x600 habituelement ( donc le souci vient sans doute de la)
merci _________________ Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050) |
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1963 Location: 127.0.0.1
|
Posted: Wed May 10, 2006 5:49 pm Post subject: |
|
|
Salut,
Que donne :
Code: |
$ grep Modes /etc/X11/xorg.conf
|
Si çà ressemble à çà :
Essayes comme ceci :
Quote: |
Modes "1400X1050" "1280x1024" "800x600" "640x480"
|
En gros, tu complètes les résolutions, de façon à ce que X puisse switcher quand tu lances le jeu.
Pas garanti, mais c'est de cette manière que j'ai réglé un problème de résolution dans les jeux dernièrement. |
|
Back to top |
|
|
apocryphe n00b
Joined: 03 Jul 2005 Posts: 59 Location: 78 - Pres de Saint Germain
|
Posted: Wed May 10, 2006 7:25 pm Post subject: |
|
|
NetFab
hum... marche pas mais bien tente ^^
Quote: |
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
Option "OffTime" "4"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "synaptics"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Option "AutoRepeat" "190 45"
Driver "kbd"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/input/event2"
Option "Protocol" "event"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "BottomEdge" "1800"
Option "TopEdge" "3900"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "133"
Option "MinSpeed" "0.15"
Option "MaxSpeed" "0.36"
Option "AccelFactor" "0.0023"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "LCD"
HorizSync 31.5 - 91.1
VertRefresh 50.0 - 100.0
Option "DPMS"
Modeline "1400x1050_60.00" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV31M [GeForce FX Go5650]"
BusID "PCI:1:0:0"
VideoRam 65536
Option "NoLogo" "true"
Option "UseEdidDpi" "FALSE"
Option "RenderAccel" "true"
Option "backingstore" "true"
Option "RandRRotation" "true"
Option "AllowGLXWithComposite" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "Screen"
Identifier "Screen"
Device "nvidia"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
|
_________________ Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050) |
|
Back to top |
|
|
|