Re: [Xpert]mouse configuration

2003-01-02 Thread Matthew Schumacher
Run a `hdparm /dev/hda` and see if your drive is in DMA mode.  If it is 
not set it in DMA mode otherwise disk access will eat far more cycles 
than needed.

Also, check to make sure your machine isn't constantly swapping to disk. 
 Memory is cheap.

schu

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


[Xpert]switching mice on laptop.

2002-11-15 Thread Matthew Schumacher
Quick question:

I have a laptop and a docking station and 2 mice.  The internal one 
(undocked) is a ps2 pointer, and the external one is a microsoft usb 
optical (docked).

I would like to make X pick which ever one is needed so I that I can 
avoid edits to my XF86Config file when I use my laptop offsite.

This worked fine on my machine when I had redhat 7.3 but quit working 
when I upgraded to redhat 8.0.

I currently have both mice configured in my XF86Config file and switch 
between them by uncommenting and commenting syntax:

Section ServerLayout
Identifier Anaconda Configured
Screen  0  Screen0 0 0
	
	# USB mouse
InputDeviceMouse0 CorePointer

	# ps2 mouse
#InputDeviceMouse1 CorePointer

InputDeviceKeyboard0 CoreKeyboard
EndSection

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


Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/psaux
Option  ZAxisMapping 4 5
Option  Emulate3Buttons yes
EndSection

Anyone know how I can automate this?

Thanks,

schu

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


[Xpert]Trident CyberBladeXP on external Monitor

2002-10-30 Thread Matthew Schumacher
Hello All,

I have one of those trident cyberblade XP cards in my toshiba 4600 
laptop and am having trouble getting it to work on an external monitor 
at 1280x1024@75hz.  The monitor works fine at 1024x768@85hz (same as the 
lcd resolution) but at 1280x1024@75hz I get a nasty flicker. It seems to 
work at 1280x1024@60hz and 1600x1200@60hz but those refresh rates hurt 
my eyes.

I am using the driver from:
http://www.xfree86.org/~alanh/

On a 19 viewsonic A90f monitor.

Anyone have any ideas on how to troubleshoot the flicker (horizontal 
fuzziness).

Thanks,

schu

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


[Xpert]can't use 1280x1024 on a Cyber/Blade XP

2002-08-01 Thread Matthew Schumacher

List,

I have a toshiba Satellite pro 4600 laptop with a Cyber/BladeXP video 
chipset.

I am using Alan's latest drivers and now have an accelerated display 
(which is great, thanks) but I can't use 1280x1024 @75hz.  When I try to 
use that mode the text gets a horizontal flicker/fuzziness.  I know that 
the hardware can do it because when I reboot to windows I can select 
that mode and it works fine.  I confirmed that the mode is the same 
because my 19 Viewsonic monitor reports the same horizontal and 
vertical frequency in both os's.

I should note that 1024x768 @75, 1280x1024 @60hz, and even 1600x1200 
@60hz works fine.

I am using redhat 7.3 and I used Xconfigurator to generate my config 
file then edited it to fix some pointer problems.  Xconfigurator 
detected my Viewsonic A90f monitor and configured X with the following 
syntax:

Section Monitor
 Identifier A90f
 VendorName Unknown
 ModelName  Unknown
 HorizSync 30 - 86
 VertRefresh 50 - 150
 Option dpms
EndSection

I should also note that the LCD is maxed out at 1024x768 but I am using 
the laptop in a docing station.

Anyone have any idea how I could make this work?  Is it a driver 
problems or a config problem?

Thanks,
schu


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



Re: [Xpert]Colors in X

2002-05-07 Thread Matthew Schumacher

Mark,

Thanks,

That solved my problem...

schu

Mark Vojkovich wrote:
 On Mon, 6 May 2002, Matthew Schumacher wrote:
 
 
List,

I can't seem to figure this out... any information that could help me 
resolve this would be great:

I am trying to export my Solaris 5.8 display to my linux box so I can 
use Openview but I get this error:

ovw: Cannot allocate 128 colors. Using monochrome images.

I am running a 16-bit display so I don't know why it can't find 128 colors.

 
 
It probably means it can't allocate any color cells.  Sounds
 to me like your app doesn't work in depth 16.  It might work in
 depth 24, but maybe it only works in depth 8.  But even in depth
 8, it probably won't be able to get 128 colors due to the render
 extension eating up the default map.  Try depth 24.
 
 
   Mark.
 
 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert



-- 
___
Matthew Schumacher  [EMAIL PROTECTED]
Alaska Power and Telephone  desk: 907-563-2199 x223
Systems Administrator   cell: 907-240-2275
Schu's office Cam: http://www.aptalaska.net/~webcam/schucam.jpg

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



[Xpert]Colors in X

2002-05-06 Thread Matthew Schumacher

List,

I can't seem to figure this out... any information that could help me 
resolve this would be great:

I am trying to export my Solaris 5.8 display to my linux box so I can 
use Openview but I get this error:

ovw: Cannot allocate 128 colors. Using monochrome images.

I am running a 16-bit display so I don't know why it can't find 128 colors.

Thanks,

schu

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



[Xpert]Re: CyberBladeXP 2D Acceleration

2002-03-11 Thread Matthew Schumacher

Alan,

I downloaded XFree86 4.2.0 and the new driver you posted.  Everything 
works great, it is so nice to have X run at a decent speed on my laptop.

thanks,

schu

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



[Xpert]Any news on Trident Cyberbalde XP HW accel. ?

2002-03-10 Thread Matthew Schumacher

Any update on this?  From what I can tell the last update was 3 weeks ago:

http://www.xfree86.org/pipermail/xpert/2002-February/015760.html

Thanks,

schu

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