5.2 -current T40 acpi resume video troubles/dhclient broken?

tony at saign.com tony at saign.com
Mon Jan 26 02:16:12 PST 2004


Cool, X works now after resume, but no mouse.

Also adding the below line to dhclient.c resolved dhclient dumping core.
if (ds.data)
Found the fix here http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/54517
It's @ Line 854

Anyone have any way of reinitializing the mouse, restarting moused doesn't
help. XF86Config listed below if helpful??

Thanks!

Lukas Ertl said
> On Sun, 25 Jan 2004 tony at saign.com wrote:
>
>> Hoping someone can assist me with 2 problems;
>> 2373JU5 IBM T40 running -current from today.
>> Atheros 5212 based miniPCI (IBM rebranded Phillips)
>>
>> 1. cannot get video to come back after suspend/resume
>> system hangs, can't even get to a console, so I have no idea what's
>> happening.
>> If I kill X then suspend, it comes back okay, hangs system on startx
>> again.
>> Have to power it off :(
>
> Turn off glx in your XF86Config.  Yes, then you don't have hardware
> acceleration, but you should be able to suspend/resume.
>
> regards,
> le
>
> --
> Lukas Ertl                             eMail: l.ertl at univie.ac.at
> UNIX Systemadministrator               Tel.:  (+43 1) 4277-14073
> Vienna University Computer Center      Fax.:  (+43 1) 4277-9140
> University of Vienna                   http://mailbox.univie.ac.at/~le/
>
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        VertRefresh     30-90
        HorizSync       30-90
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     "ForcePCIMode"              # [<bool>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "CloneDisplay"              # <i>
        #Option     "CloneMode"                 # [<str>]
        #Option     "CloneHSync"                # [<str>]
        #Option     "CloneVRefresh"             # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth     24
                Modes "1400x1050"
        EndSubSection
EndSection



More information about the freebsd-current mailing list