#1 Le 10/09/2005, à 03:40
- axel_
[résolu] PB xorg.conf : resolution ?
Salut a tous...
j'ai un souci qui m'enerve un peu :
la plupart de mes jeux m'affiche un bel ecran noir en full screen...
g un compaq R3332 avec un ecran widescreen...
mon xorg.conf est construit a partir de pas mal de xorg.conf trouvé a droite à gauche, mais sans que je sache trop ce que je fait...
ma question est donc : la section "Mode" serait elle pas un peu batarde, ce qui expliquerai que mes jeux m'affichent un bel ecran noir ?
(je precise quand meme : ils sont jouable quand je branche un ecran externe, donc, je pense que c xorg.conf qui va pas...)
quelqu'un aurait il une idée ?
# xorg pour R3332
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "WXGA LCD" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Alps TouchPad" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
[...]
Section "Modes"
Identifier "Modes[0]"
#y'aurait pas un bug, la ?? / il faudrait pas rajouter "800x600" et compagnie, comme plus bas, dans Section Screen ? si oui, comment ? :
ModeLine "1280x800" 77.7 1280 1344 1480 1680 800 801 804 826 -hsync -vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280 x 800"
UseModes "Modes[0]"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "CalcAlgorithm" "CheckDesktopGeometry"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia" #replace nv driver
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 4 (generic)"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
Option "NoLogo" "1" #set to 0 to see NVidia splash screen
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "WXGA LCD"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Dernière modification par axel_ (Le 10/09/2005, à 03:41)
L'IUP Management de Lyon 1, c'est la >> http://www.iupy.net
Hors ligne
#2 Le 11/09/2005, à 16:36
- axel_
Re : [résolu] PB xorg.conf : resolution ?
up ?
L'IUP Management de Lyon 1, c'est la >> http://www.iupy.net
Hors ligne
#3 Le 14/09/2005, à 22:04
- axel_
Re : [résolu] PB xorg.conf : resolution ?
merci qd meme... :/
L'IUP Management de Lyon 1, c'est la >> http://www.iupy.net
Hors ligne
#4 Le 01/10/2005, à 17:49
- Lilian
Re : [résolu] PB xorg.conf : resolution ?
j'ai résolu ce même problème en utilisant çe fichier
http://myblog.roadtothefuture.net/docs/xorg.conf
contenu:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
# xorg pour R3332
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "WXGA LCD" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Touchpad" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "synaptics"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/event1"
Option "Protocol" "event"
Option "LeftEdge" "60"
Option "RightEdge" "830"
Option "TopEdge" "70"
Option "BottomEdge" "650"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "50"
Option "HorizScrollDelta" "50"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionSpeed" "40"
Option "UpDownScrolling" "1"
Option "TouchpadOff" "0"
EndSection
Section "Modes"
Identifier "Modes[0]"
ModeLine "1280x800" 77.7 1280 1344 1480 1680 800 801 804 826 -hsync -vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280 x 800"
UseModes "Modes[0]"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "CalcAlgorithm" "CheckDesktopGeometry"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia" #replace nv driver
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 4 (generic)"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
Option "NoLogo" "1" #set to 0 to see NVidia splash screen
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "WXGA LCD"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
#5 Le 01/10/2005, à 18:24
- dawar
Re : [résolu] PB xorg.conf : resolution ?
Merci de donner la solution, mais pense aussi a mettre [résolu] dans le titre la prochaine fois
S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadoks)
Hors ligne