[XFree86] "screen miniatures" corruption

2003-12-02 Thread Brian Craft
Ok, I just made up that term because I don't know what to call it.

Running xfree on a twinhead laptop I'm getting lots of screen corruption.
Thing is, the corrupted areas are always three rectangular blocks, and
the contents of the blocks are miniature distorted copies of the entire
screen. It's very weird. A screen-in-a-screen sort of effect, except the
copies are mostly garbled.

Is there a name for this sort of screen corruption? 

The driver is trident. Here's the /proc/pci info:

VGA compatible controller: Trident Microsystems TGUI 9660/938x/968x (rev
211).

This is a redhat system, with XFree 4.3. I also tried dropping in the
trident driver from 4.2, which behaves the same way.

About four years ago XFree worked fine on this hardware. I don't remember
what release it was. 3.1.x, or something.

Please CC replies to me.
Thanks,
b.c.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Login App

2003-12-02 Thread Cherian K. Simon
Hi,

My machine runs on Woody and Xfree 4.3.

I installed Login App. 

The problem is that the keyboard locks up when the Login App
screen appears.  The lights on the keyboard also goes off.
There is not way to get the machine to shutdown and the reset
button has to be used.
Please help.

TIA

Cherian

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Using S-video output for a TV?

2003-12-02 Thread Damien Boyd
I am writing because of a configuration that I have unfortunatly been unable to find 
on Xfree86.org's docs, or on the web as a whole...

I am running RH9 with the most current xfree86 that was packaged with it, I have a 
Gainward Nvidia Geforce 4 AGP 4x card with DVI and S-Video outputs, and I am trying to 
get my xserver to simply output my screen0 to my television which is a JVC AV-36D304 
via it's s-video input.  

I have loaded Nvidia's X drivers and set up my xf86config accordingly... however, I am 
unsure if using the same options as defined for the ATI radeon mult-head will work for 
this setup. I will include my xf86config file, but I am unsure what parts of the 
config log to post to save on clutter, so I'll leave it off unless someone needs it to 
help me through this problem.

my xf86config file:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#Option"Xleds""1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#Option"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#Option"XkbModel""pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#Option"XkbModel""microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#Option"XkbLayout""de"
# or:
#Option"XkbLayout""de"
#Option"XkbVariant""nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#Option"XkbOptions""ctrl:swapcaps"
# Or if you just want both to be control, use:
#Option"XkbOptions""ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver  "keyboard"
Option"XkbRules" "xfree86"
Option"XkbModel" "pc105"
Option"XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option"Protocol" "IMPS/2"
Option"Device" "/dev/psaux"
Option"ZAxisMapping" "4 5"
Option"Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver  "mouse"
Option"Protocol" "IMPS/2"
Option"Device" "/dev/input/mice"
Option"ZAxisMapping" "4 5"
Option"Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Generic Monitor, 1600x1200 @ 70 Hz"
DisplaySize  184138
HorizSync31.5 - 88.0
VertRefresh  50.0 - 90.0
Option"dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "nvidia"
VendorName  "Videocard vendor"
BoardName   "NVIDIA GeForce 4 MX (generic)"
VideoRam131072
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes"1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection

EndSection

Section "DRI"
Group"0:0.0"
Mode 0666
EndSection

I will appreciate any help to solve my rather unorthodox setup dilema.

Ash (yes, that's my real e-mail addy)

_
Sign up for FREE insane email from tshirthell.com's E-Mail Hell at 
http://www.tshirthell.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Thomas Winischhofer
Christopher Thom wrote:
Quoth Thomas Winischhofer:


Some people's ignorance towards already and often and repeatedly given
information (AKA the "Can't open font 'fixed'"-phenomenon) can be a
little annoying sometimes.


Perhaps a list FAQ can be set up then?  I've lurked long enough to know
the answers to these generic questions and it was the first thing I went
looking for when I had the intel 855 memory problems on my laptop
I'd be willing to start and/or host this, but I'm still not very
knowledgable on the whole Xfree86 thing beyond what I need to know.
http://xfree86.linuxwiki.org/

Spread the word!

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  http://www.winischhofer.net/
twini AT xfree86 DOT org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Christopher Thom
Quoth Thomas Winischhofer:

> Some people's ignorance towards already and often and repeatedly given
> information (AKA the "Can't open font 'fixed'"-phenomenon) can be a
> little annoying sometimes.

Perhaps a list FAQ can be set up then?  I've lurked long enough to know
the answers to these generic questions and it was the first thing I went
looking for when I had the intel 855 memory problems on my laptop

I'd be willing to start and/or host this, but I'm still not very
knowledgable on the whole Xfree86 thing beyond what I need to know.

cheers
chrie

-- 
-
|   |
|  TELESCOPE, n.|
|  A device having a relation to the eye similar to that of the |
|  telephone to the ear, enabling distant objects to plague us with a   |
|  multitude of needless details. Luckily it is unprovided with a bell  |
|  summoning us to the sacrifice.   |
| -- Ambrose Bierce, "The Devil's Dictionary"   |
|   |
-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] How to Programming S3 chip

2003-12-02 Thread Ph Legay
Hello,

I would like to learn how to code a S3 chip (proSavage 8) under a XFree 
4.3 server.

Have you pointers :
- to explain what is a S3 processor ?
- how to program it (For me, it is a graphics processor, so I imagine 
that S3 chip has its own assembly language) ?
- Is it possible to programm the S3  chip with the C language (any  C 
library  for the S3 processor ?)
- how to program a S3 chip into the X Server context

Thanks
PHL.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Dell 8600 display problems

2003-12-02 Thread Mark Vojkovich
   This card should work with the "nv" driver that comes with XFree86 
4.3, but may need some XF86Config file tweaking to get it to come up
(a newer XFree86 snapshot than 4.3 will likely "just work").  Check
the /var/log/XFree86.0.log file.  If it didn't autodetect the
flat panel, you should add Option "FlatPanel" to the Section "Device".
If that doesn't work see which Crtc number it is using (0 or 1).
It should tell which it is using in the log file.  Use the other
one.  Eg.  Option "CrtcNumber" "0".  If you can't get it to work,
I'll need to see your /var/log/XFree86.0.log file.


Mark.

On Mon, 1 Dec 2003, Kyle Hornberg wrote:

> Well, I would like to have been able to just have with a modem or something, but no, 
> I have a display problem.
> At this point I don't know what version of XFree86 I was running, all I know I was 
> trying to install Mandrake 9.2 on my Dell 8600 with a 15.4" wide aspect ratio screen 
> with a nVIDIA GeForce FX 5650 for my video card (I have the lastest drivers for 
> windows). When I installed the OS I could get everything to work but the screen 
> would be a bunch of lines or nothing at all. 
> 
> I was wondering if there is a way to fix this or to download a drivera and all would 
> be fine. I my initail research I found nothing except that XFree86 didn't list my 
> video card on the support page. I would love to know how to program a driver, but I 
> don't so I am open to suggestions. I am unpartial to any linux distribution or if 
> need be install the kernal and all the little parts individually. I just want this 
> to work.
> 
> Thanks
> 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Help on Video/Monitor configuration with Red Hat Linux

2003-12-02 Thread Jianchun Zhang
Hi, 

I just purchased a DeskTop (2.8 GZ) with
video card of ATI Radeon 9200SE. And I am
using a 17' monitor from Viewsonic 17PS-2. 
The video card has a driver when running PC (win
2000),
MSI MS-StarForce GeForce FX 5200. It's on a
separate CD. Without this driver, Win2000 won't 
recognize the video card either. 

Anyway, now I have the problem of starting X server
with Linux. Linux tries to use VESA (general) without
a success. Now I am trying to figure out the setting
in XF86Config file. The error is 'Failed to load
module "FX 5200"'. I have tried many different ways 
without success. Obviously redhat-config-xfree86 won't

help in any way. Based on the information above, 
what values are for video card and monitor. 
Here is roughly what I have in XF86Config file.

Section "Monitor"
   Identifier "Monitor0"
   VendorName "VSC"
   ModelName "17PS"
   

Section "Device"
   Identifier "Videocard0"
   Driver "FX 5200"
   VendorName "NVIDIA"
   BoardName "ATI Radeon (generic)"
EndSection


HELP PLEASE!!!

Thanks,

Randy



__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] fglrx__HELP!!

2003-12-02 Thread raf
Hi all

First of all sorry for my english..

The Problem. Does anybody knows where is the fglrx config files stored 
(i do not meat /etc/X11/XFree86Config-4).
well it seems that fglrx is really stuborn!

btw: i'm using XFree68 4.3.0 with kernel 2.4.22 on Slackware 9.1 and ATI 
Radeon 9000 Pro Adapter with 128mb.

its from XFree86Config-4:

   BusID "PCI:1:0:0"# vendor=1002, device=496e

line from XFree86.0.log

(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found

Secound problem is with heads... i use only one and fglrx thinks that it 
is connected to the monitor by DVI-I connector (by default) but i got 
BNC connector (so its through VGA i suppose?).

i've no idea how to hange it or where lies the problem..

at last ther is something strange when i try to execute glxinfo i 
got only this output:

name of display: :0.0
Segmentation fault
and thats all!!
Please HELP...
thanks in advance
Rafal
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Dell Inspiron 1100 (yes, the A22 BIOS, Intel 845G Chipset, and 1 measly mb of ram)

2003-12-02 Thread murray



Michelle, 

I have the same problem as you , I have a Dell 
Inspiron 1100, and everything is working fine, except the DISPLAY 
settings.I haven’t found any other 
information to resolve it. I'll keep my eyes open and PRAY that the new version 
coming out soon will support it or at least find a alternative solution for 
it.
Murray
 
 
 
 
 
 
 
- Original Message - 
From: "Shadoe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 02, 2003 7:52 
AM
Subject: [XFree86] Dell Inspiron 1100 (yes, the A22 
BIOS, Intel 845G Chipset, and 1 measly mb of ram)
> Hi,> I have a Dell i1100 laptop with the dreaded new BIOS 
that hard codes the > 1M ram for video.> So far I have read a 
million things from folks using LINUX who were able > to use a patch to 
fix their issue. However, what of FreeBSD? I had read > that theat patch 
was included in the recent snapshots of X so I > installed that on the 
laptop,  but a) I'm unclear how to enable it and > b) am unsure if 
its meant to work on FreeBSD at all. I am running 4.9-R > and have 
agpgart loading at boot. it detects the intel (Intel 82845G > (845G GMCH) 
and makes some comment about 892m stolen memory and  128M > aperture 
size. > Well when i start X i dont see anything referring to allocating 
any ram, > i tried setting the videoram in XF86Config,  no change, I 
dont know how > the patch is supposed to work,  or how to enable it 
so I dont know if > its just NOT working, or if its not working because I 
havent enabled it > somehow. At any rate,  currently I have a choice 
of 1024x768 at a lovely > depth of 8, or a really gorgeous 4x6 box at 16 
or 24 :)> > Any help would be really great!> 
Thanks!> Michelle> > 
___> XFree86 mailing 
list> [EMAIL PROTECTED]> http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problems starting x windows in Red Hat Linux 9

2003-12-02 Thread Vinh Le
Please help!!!

I have problems running "startx" after I installed Red Hat Linux 9 
successfully. Below are error messages after "startx" command

OS Kernel: Linux Version 2.4.20-8 ([EMAIL PROTECTED]) 
(gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) #1 Thu Mar 17 
17:54:28 EST 2003

Markers: (**) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown
(==) log file: "/var/log/XFree86.0.log", time Tue Dec 2 13:26:01 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
...
...
XIO: Fatal IO error 104 (Connection reset by peer) on X sever ":0.0"
 after 0 requests (0 known processed) with 0 events remaining
Any help would be greatly appreciated.

Thanks,

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Davide Dozza
[...]

Some people's ignorance towards already and often and repeatedly given 
information (AKA the "Can't open font 'fixed'"-phenomenon) can be a 
little annoying sometimes.
I can understand.
I'm sorry if I've not found topics related to the mine. I've really 
searched both through the mailing list and the web before to post, but 
likely I've used bad keywords.

I apoligize.

Davide

Thomas




pgp0.pgp
Description: PGP signature


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Thomas Winischhofer
Davide Dozza wrote:
Thanks Mike, is always a pleasure to receive polite answers about 
problems using open source drivers.
Maybe be the mailing list is not the correct place where to ask for 
questions.
Mike's answer was a little overly sarcastic, indeed, but if you had 
searched the list archive only a few days back, you would have seen that 
the questions you asked have been answered for a number of times.

Some people's ignorance towards already and often and repeatedly given 
information (AKA the "Can't open font 'fixed'"-phenomenon) can be a 
little annoying sometimes.

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  *** http://www.winischhofer.net/
twini AT xfree86 DOT org


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Thomas Winischhofer
Mike A. Harris wrote:
Feel free to single step the video BIOS, 
Wouldn't help, because the BIOS does not know how to setup 1280x800 
either - which is about the starting point of the whole issue why the 
i8xx driver (which uses the BIOS) is not able to set up this mode...

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  *** http://www.winischhofer.net/
twini AT xfree86 DOT org


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Davide Dozza
[...]


This means that there is a way to overcome this limitation.


By saving your money and acquiring Intel Inc., then providing the 
specifications to the community?  Or are you suggesting something 
else I'm missing.  What part of WE DO NOT HAVE THE DAMN 
SPECIFICATIONS is unclear?  The way to overcome that, is for 
Intel to provide the specifications.  What are you missing?
Overcome I intended "technical possibility".




Are there any working plan on this matter?


Yes.  The working plan is:

1) Wait until Intel releases the specifications to the public.
2) Wait until some developer gives a shit about the problem 
   enough to take those specs and do something about the problem.


Are there any experimental patches that I can try to use?


No.



Can I use framebuffer instead of native i810 driver? If so any 
suggestion where I can find information about?


Unless you have a rich Uncle of considerable influence at Intel 
or something, there is nothing you can find out about and 
absolutely nothing you can do about this.  The code can _only_ be 
written via having the specifications, or reverse engineering.  
Feel free to single step the video BIOS, and provide patches to 
implement the desired functionality.
I'm planning to adopt a rich uncle in order to acquire Intel.

Thanks Mike, is always a pleasure to receive polite answers about 
problems using open source drivers.
Maybe be the mailing list is not the correct place where to ask for 
questions.

Good luck.

Thanks, really.

Davide






pgp0.pgp
Description: PGP signature


[XFree86] Re: I852/855G and widescreen support.

2003-12-02 Thread Mike A. Harris
On Mon, 1 Dec 2003, Davide Dozza wrote:

>> The problem is that the xfree86 driver relies on the video BIOS to
>> provide the mode information.   if the BIOS does not have the mode info
>> for 1280x800 then you are out of luck.  Unfortunately intel has not
>> provided specs for setting the mode apart from the BIOS.
>> 
>
>Yes, it's true. The BIOS does not have the support of this resolution, but:
>- Accelerated-X provides a driver that is working at 1280x768 that is 
>also not supported into the BIOS (not like 1280x800 but much better 
>than 1024x768)

Which evidentally means that Intel has given XiG their 
specifications under NDA, or some other business contract, or XiG 
has reverse engineered Intel's chips or somesuch.

>- Windows has drivers working fine.

No surprise there, since Intel's Windows video drivers are most 
likely written by Intel themselves, or by some other party for 
Intel, and they almost certainly have the complete hardware 
specifications for every aspect of Intel's chips, and probably 
even direct access to the hardware engineers themselves.


>This means that there is a way to overcome this limitation.

By saving your money and acquiring Intel Inc., then providing the 
specifications to the community?  Or are you suggesting something 
else I'm missing.  What part of WE DO NOT HAVE THE DAMN 
SPECIFICATIONS is unclear?  The way to overcome that, is for 
Intel to provide the specifications.  What are you missing?


>Are there any working plan on this matter?

Yes.  The working plan is:

1) Wait until Intel releases the specifications to the public.
2) Wait until some developer gives a shit about the problem 
   enough to take those specs and do something about the problem.

>Are there any experimental patches that I can try to use?

No.


>Can I use framebuffer instead of native i810 driver? If so any 
>suggestion where I can find information about?

Unless you have a rich Uncle of considerable influence at Intel 
or something, there is nothing you can find out about and 
absolutely nothing you can do about this.  The code can _only_ be 
written via having the specifications, or reverse engineering.  
Feel free to single step the video BIOS, and provide patches to 
implement the desired functionality.

Good luck.



-- 
Mike A. Harris

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Dell Inspiron 1100 (yes, the A22 BIOS, Intel 845G Chipset, and 1 measly mb of ram)

2003-12-02 Thread Shadoe
Hi,
I have a Dell i1100 laptop with the dreaded new BIOS that hard codes the 
1M ram for video.
So far I have read a million things from folks using LINUX who were able 
to use a patch to fix their issue. However, what of FreeBSD? I had read 
that theat patch was included in the recent snapshots of X so I 
installed that on the laptop,  but a) I'm unclear how to enable it and 
b) am unsure if its meant to work on FreeBSD at all. I am running 4.9-R 
and have agpgart loading at boot. it detects the intel (Intel 82845G 
(845G GMCH) and makes some comment about 892m stolen memory and  128M 
aperture size. 
Well when i start X i dont see anything referring to allocating any ram, 
i tried setting the videoram in XF86Config,  no change, I dont know how 
the patch is supposed to work,  or how to enable it so I dont know if 
its just NOT working, or if its not working because I havent enabled it 
somehow. At any rate,  currently I have a choice of 1024x768 at a lovely 
depth of 8, or a really gorgeous 4x6 box at 16 or 24 :)

Any help would be really great!
Thanks!
Michelle
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] (no subject)

2003-12-02 Thread Dom D.-B.
Thanks a lot Mark.Mark Vojkovich <[EMAIL PROTECTED]> wrote:
There's no 1280x800 modes built into the server, but you canprovide a custom modeline like:# 1280x800 @ 60.00 Hz hsync: 49.68 kHz; pclk: 83.46 MHzModeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 Mark.On Mon, 1 Dec 2003, Dom D.-B. wrote:> Does Xfree86 4.3.0 support the 1280 x 800 mode that some laptops use as their native resolution?> > Thanks> Dom> > > > -> Post your free ad now! Yahoo! Canada Personals> ___XFree86 mailing list[EMAIL PROTECTED]http://XFree86.Org/mailman/listinfo/xfree86Post your free ad now! Yahoo! Canada Personals

[XFree86] Sending Resume

2003-12-02 Thread Engineer - Mgr
Hello  David

I'm looking for new project as independent CONSULTANT

Will call you tomorrow to schedule meeting as we were talking
before, possible this week or in Monday;



 
E-mail:   [EMAIL PROTECTED]

 
 
Tel. (408)  309-7006

Engineer
or Manager
or
INDEPENDENT CONSULTING
or
Engineering Manager
  
and/or
 
Senior Mechanical & Design ENGINEER,
 
Design Analyst
 
Program Manager
 
Project Manager, Product Manager
 
Product Development Specialist 
 
Manufacturing Engineering
 
Electro-Mechanical & Industrial Designer 
 
R&D, CADD Manager, SBIR
 
 
Over 20 years combine experience in 
Technical Managerial Positions 
performing Engineering & Design Service
Systems Design & System Integration, 
R&D, Product & Process Development, 
Projects & Products Engineering & Management, 
Manufacturing Operations & Preparation & 
Managing teams of Engineering Specialist;
 
 
08-1993 to present;
 
MECH-TRONIC DESIGN & MFG; SANTA CLARA, CA
Engineering Manager, Project & Product Manager,
SR. Mechanical & Design Engineer, CADD Manager. 
 
 
Duties included:
 
Preparing technical documentation, calculations, 
engineering, design, layouts, drawings, 
3D and Solid Modeling, development & propositions. 
 
Hard Drive Designing, testing, balancing, 
recalculating and redesign. 
Solid Works, Mechanical Desktop.
 
Manufacturing and Assembly Equipment design and  build. 
Hard Drive Testing Equipment design & mfg.  
 
Tooling and Operations Development, 
Implementation & Automation for mass production.   
 
Pro-E, CADD Management, Automation and Operations, 
Analyzing, AutoCAD 2000 & M D, Win 95/98/2000/NT, 
Creating, revising & implementing improvements to existing
and new manufacturing processes.  
 
Mfg & Assy Development & support. 
 
Cost study and cost reduction analyzing.  
Purchasing manufacturing equipment, 
Bill of Materials creation. 
 
Copy Machines & Color commercial Printers design & build. 
Paper path & Heads - dynamic orientation. 
 
Rapid Thermo Processing, 
Wafer 200 & 300 mm with automatic Door and manual inserting,
Scanners, Sensors & Cassette opening and rotation, 
 
LASER & Equipment & Motion Control. 
Fiber Optics equipment, enclosures, connectors, 
tools & manufacturing; assembly equipment design & build. 
 
Wafer Handling & Processing Equipment, Stages & Sliders, 
Thickness Measurement, Robotics. 
Network & Electronic / Computer Testing Equipment. 
Plastic & Enclosures Design & Build; 
 
Hard Drive, modems, ICT Equipment Des, Mfg & Assy. 
 
Teaching Mechanical Engineering and  Descriptive Geometry, CADD. 
Computer Graphics, Electro - Mechanical Engineering & Design, 
 
AutoCAD, Plotting, DOS, Lecture and practical assignment. 
Software and computer support. 
 
Electrical & Mechanical Projects,  
Production Equipment & Machinery. 
 
Designing Electric Cars, Analyzes & Calculations, 
Prototypes electronic and electrical schematic Layouts, 
mechanical detailing & body shell. 
CAD and Plotting Station Management, Lib, 
Analyzes & Calculations, Prototypes & Product Mfg.
 
Development, design & redesigning mechanical components
for manufacturing, Assembly draw, 
Customizing  Electronic, Mechanical and Electrical Equipment, 
AutoCAD,  Spreadsheet, Basic, dB; Lotus, Excel, Paradox, Quadro
 
Project Management & Production, scheduling, quality control,
controlling & production planning injection molding, 
plastic parts and elements design and manufacturing 
 
 
Manufacturing hydraulic & pneumatic equipment, 
machinery and control systems, mechanisms, robotics device,
precision machine elements. 
 
Inspecting and control manufacturing standards,
analyzing stresses and tolerances, selecting materials, 
engineering computations and technical improvements, 
documentation, projects development, supplying. 
 
Automation, Conveyors, Spiral Elevator, 
Fast Cannery Transportation, 
Electronic and Electrical Components, 
Master Control Center, 
Sheet Metal Oven Rebuilding Project.
 
LASER MEDICAL DEVICE, Lasers, Optics, Fiber Optics
3 SETS OF OPTICAL LENSES MOVE-AUTOMATON COLIMMATOR
 
Project Management, Design, Product Development
 
Manufacturing, Production, Operation Manager
 
Sales & Customer Service
 
Transportation & Shop Manager
 
Service Station Operating & Management
 
 
CREATIVE THINKING AND SOLUTION DEVELOPMENT
 
OPEN FOR TRAVEL (domestic /international)
 
US Citizen
 
Permanent preferred
 
INDEPENDENT CONSULTING 
 
TEL. (408)  309-7006 E-mail: [EMAIL PROTECTED]

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] ATI Rage 3d under 4.3.0

2003-12-02 Thread First Last
I have a laptop with an ATI 3d Rage P/M card built in.
 I've been running Linux/XFree on it for several years
with no problems.  This morning I upgraded to SuSE
9.0, which included a X11 server that reports itself
as XFree86 4.3.0.1.  When I run the server the display
comes up, but everything is wrapped or shifted aprox.
50 rows vertically.  That is: the 50 rows that should
be at the top of the display are at the bottom.  Most
everything works, but the pointer is also offset by
about the same number of rows (i.e. to select
something I have to click 50 rows below it)

The LCD is capable of 1024x768, xwininfo reports the
correct screen size.

I've tried any number of modelines, including those
that the server generates.  Most importantly I've also
tried modelines and complete config files from my
previous setup (version 4.2.0 I believe).  These modes
and/or config files worked with that server.  In all
cases valid mode lines result in the "wrapped"
display.

Guessing that the number 4.3.0.1 indicates
modifications by SuSE, I also downloaded the 4.3.0
version from the XFree86 ftp server.  It produced the
same behavior as the 4.3.0.1 version.

I downloaded the 4.4.0 stuff from development, but am
having some trouble getting it to compile.  I'll try
again tomorrow, but I was hoping that someone else
might have already seen and solved this problem.

thanks

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86