Re: T30 suspend/resume woes
Danny Braniss <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
well,
a t30 just landed on my desk, and i decided to try it out.
i booted off the network (diskless), and in no time it was running freebsd!
for sound i just kldload snd_ich, and it's playin ok off a cd.
next, i tried X11, these are the diffs between the XF86Config generated
by runing X -configure and a 'working' version:
--- XF86Config.new Fri Aug 16 10:56:31 2002
+++ /etc/X11/XF86Config Fri Aug 16 10:54:45 2002
@@ -44,6 +44,8 @@
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
+ HorizSync 30-100
+ VertRefresh 50-100
EndSection
Section "Device"
@@ -77,6 +79,7 @@
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
+ DefaultColorDepth 16
SubSection "Display"
Depth 1
EndSubSection
this works till the first screen-safe, as reported by others :-(
so any help on that department?
danny
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message