OK sorry for polluting this mailing list but I fixed the problem, and I want
to share it:
I modified the xorg.conf like this and startx works fine, xfce too:

Section "Files"
EndSection

Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "pc105"
   Option        "XkbLayout"    "fr"
   Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
   Option        "CorePointer"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "ImPS/2"
   Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"    "true"
   Option        "Device"        "/dev/psaux"
   Option        "Protocol"        "auto-dev"
   Option        "HorizScrollDelta"    "0"
EndSection

Section "Device"
   Identifier    "Intel i810"
   Driver        "intel"
   BusID        "PCI:0:2:0"
   VideoRam    0
EndSection

Section "Monitor"
   Identifier    "Generic Monitor"
   Option        "DPMS"
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "Intel i810"
   Monitor        "Generic Monitor"
   DefaultDepth    16
   SubSection "Display"
       Depth        16
       Modes        "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "Synaptics Touchpad"
EndSection



On 5/30/07, sami sami < [EMAIL PROTECTED]> wrote:

Hi people I have some problems on starting my X session on sid.

when I launch Xfce4 with startx,
sometimes the screen size is correct but not in the first try (30% of
chance to be OK).
it gives random results between what seems to be a screen size problem.
too big resolution for my screen which should work with 1024x768.

maybe not important detail: the desktop image is different with the bigger
resolution.


I have a dell Inspiron 1150 P4.

this is my xorg.conf:

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
EndSection

Section "Device"
    Identifier    "Intel i810"
    Driver        "intel"
    BusID        "PCI:0:2:0"
    VideoRam    0
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel i810"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection




Thanks for all help. :)

Reply via email to