On mardi 18 mars 2008, vitamin wrote:> Colin Pitrat wrote:> > Do you have any idea why this call could end like this ? Are there too> > many graphic modes on the desktop computer ? How could I reduce the set ?> > Is this the supposed behavior that it stops like this ?>> Read what I asked first time. And just having that resolution listed in the> output of the xrandr doesn't make it available to Wine. It has to be> configured in xorg.conf I don't have any Modeline or Modes in xorg.conf, should I ?Here are my two xorg.conf. As you can see, they are really lookalike. Regards,Colin-------------- next part --------------Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 #InputDevice "Mouse0" "CorePointer" InputDevice "Touchpad0" "SendCoreEvents" #InputDevice "Touchpad1" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard"EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/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 "xtrap" Load "record" Load "glx" #Load "dri" Load "extmod" Load "dbe" Load "type1" Load "freetype" Load "synaptics"EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr"EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7"EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad0" Option "SHMConfig" "on" Option "SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "Device" "/dev/input/event3" Option "LeftEdge" "130" Option "RightEdge" "840" Option "TopEdge" "130" Option "BottomEdge" "640" Option "FingerLow" "7" Option "FingerHigh" "8" Option "MaxTapTime" "180" Option "MinTapTime" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.40" Option "MaxSpeed" "0.65" Option "AccelFactor" "0.030" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "0" #Option "CircScrollDelta" "0.1" #Option "CircScrollTrigger" "3" Option "Emulate3Buttons" "on" Option "VertEdgeScroll" "on" Option "HorizEdgeScroll" "on"EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad1" Option "SHMConfig" "on" Option "SendCoreEvents" "true" Option "Protocol" "event" Option "Device" "/dev/input/event2" Option "LeftEdge" "130" Option "RightEdge" "840" Option "TopEdge" "130" Option "BottomEdge" "640" Option "FingerLow" "7" Option "FingerHigh" "8" Option "MaxTapTime" "180" Option "MinTapTime" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.40" Option "MaxSpeed" "0.65" Option "AccelFactor" "0.030" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "3" Option "Emulate3Buttons" "on" Option "VertEdgeScroll" "on" Option "HorizEdgeScroll" "on"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 "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "vesa" VendorName "nVidia Corporation" BoardName "NV17 [GeForce4 420 Go 32M]" BusID "PCI:1:0:0"EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17 [GeForce4 420 Go 32M]" BusID "PCI:1:0:0" Option "NoLogo" "1" #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>]EndSection Section "Screen" Identifier "Screen0" Device "Card1" 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 SubSection "Display" Viewport 0 0 Depth 32 EndSubSectionEndSection -------------- next part --------------Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard"EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/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 "xtrap" Load "record" Load "glx" #Load "dri" Load "extmod" Load "dbe" Load "type1" Load "freetype"EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr"EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7"EndSection Section "Monitor" #DisplaySize 320 240 # mm Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" ### Comment all HorizSync and VertSync values to use DDC: #HorizSync 30.0 - 70.0 #VertRefresh 50.0 - 160.0 #Option "DPMS"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 "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "DMAForXv" # [<bool>] #Option "ForcePCIMode" # [<bool>] #Option "CCEPIOMode" # [<bool>] #Option "CCENoSecurity" # [<bool>] #Option "CCEusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnablePageFlip" # [<bool>] #Option "Display" # <str> #Option "PanelWidth" # <i> #Option "PanelHeight" # <i> #Option "ProgramFPRegs" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "VideoKey" # <i> #Option "ShowCache" # [<bool>] #Option "VGAAccess" # [<bool>] Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Rage 128 Pro Ultra TF" BusID "PCI:1:0:0"EndSection Section "Screen" # Commenter la ligne "Modes" pour avoir tous les modes disponibles Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 1 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 4 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 8 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 15 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 16 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 24 EndSubSection SubSection "Display" Viewport 0 0 #Modes "1152x864" "1024x768" "800x600" "640x480" Depth 32 EndSubSectionEndSection