Toshiba laptop - unable to start GDM

Gabriel Euzet g.euzet at free.fr
Fri Aug 26 16:37:16 UTC 2005


Magnus Therning a écrit :

>On Thu, Aug 25, 2005 at 06:57:21PM +0200, Gabriel Euzet wrote:
>[..]
>  
>
>>(EE) No devices detected.
>>
>>Fatal server error:
>>no screens found
>>    
>>
>
>That's likely your problem. What does your /etc/X11/xorg.conf look like?
>
>/M
>
Here it is :

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

Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "vbe"
EndSection

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

Section "InputDevice"
    Identifier    "Configured 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      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option        "HorizScrollDelta"    "0"
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon X600 (RV380)"
    #Driver        "ati"
    Driver        "fglrx"                    # added by Gabe
    Option        "UseInternalAGPGART" "no"  # added by Gabe
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "myLCD"
    #Option        "DPMS"
    Option        "LVDS, STV"     # added by Gabe
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. Radeon X600 (RV380)"
    Monitor        "myLCD"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        #Modes        "1440x900" "1024x768" "800x600" "640x480"
        Modes        "1024x768" "800x600" "640x480"    # trying to
reduce resolution
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection





More information about the ubuntu-users mailing list