jackd and snapper

2007-07-07 Thread Jeremiah Benham
I use to be able to get jackd to run with my snapper sound card back
when it was kernel 2.6.11 or so. For some reason it does not work
anymore saying that the card does not support the correct sampling
rates. This is on a Aluminum powerbook g4 867mhz.

Thanks,
Jeremiah



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Flash < v7 compatible?

2006-07-13 Thread Jeremiah Benham
On Thu, Jul 13, 2006 at 04:54:06AM -0400, Chasecreek Systemhouse wrote:
> =\
> Is it me or has the use of Windows as a "great" graphics platform now
> surpassed Apple?  I mean I understand that the flash which is

 Yes! because flash is just the zenith of all computer
graphics!!!  

I have never found any proprietary software that qualifies as "great".

Jeremiah


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



pbbuttonsd time settting

2006-04-08 Thread Jeremiah Benham
I want to know if there is a way to update the date or system time to
the hardware time when waking up from suspend to disk? I was able to do
it with pmud. Is it true that resume scripts are not executed when
waking from suspend to disk? If I can run scripts I would also like to
figure out how to keep tap turned off on the touchpad. When I wake up
tap mode gets turned on eventhough it was turned off originally by
pbbuttonsd. 

Thanks,
Jeremiah


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: nvidia driver on ppc. problems

2005-10-03 Thread Jeremiah Benham
Is there anything we can get grom this project called Macvidia. It is an effort 
to create nvidia drivers for osX x86 version.

Here is the website:
http://sourceforge.net/projects/macvidia/

They have not posted any code yet but they have a small community on irc. 

Jeremiah


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



suspend-to-disk pbbuttonsd killed

2005-09-07 Thread Jeremiah Benham
When I use the kernel suspend-to-disk with kernels 2.6.13 and 2.6.11 I resume 
to find that it kills pbbuttonsd. I see a pid in /var/run but I have to 
restart pbbuttonsd everytime I awake from suspend-to-disk. Is there any way 
this can be prevented?

Thanks,
Jeremiah


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



vga out nVidia g4 powerbook

2005-09-06 Thread Jeremiah Benham
So while playing around I got vga out to work on my nvidia based powerbook. I 
can't seem to get it to "clone" the display correctly though. If I try 
to display them at the same time the powerbook display looks awfully huge and 
very distorted while the external CRT monitor looks great. I have to 
edit the xorg.conf file to switch between the two. I was hoping to have it so I 
can leave it so that I can use it when every I felt like just by 
plugging it in. 

I didn't think externel vga would even work. I wonder if TV-out works now. 

Thanks,
Jeremiah

Here is my xorg.conf file:



Section "Files"
FontPath"unix/:7100"# local font server
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath"/usr/X11R6/lib/X11/fonts/truetype"
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/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "freetype"
Load  "int10"
Load  "fbdevhw"
Load  "dbe"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
Load  "bitmap" #new
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbModel"  "macintosh"
Option  "XkbLayout" "us"
Option  "XkbRules"  "xfree86"

EndSection

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

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
HorizSync   28-49
VertRefresh 43-72
Option  "DPMS"  
EndSection


Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
HorizSync   28-49
VertRefresh 43-72
Option  "DPMS"  
EndSection

Section "Device"
Identifier  "Card0"
BusID   "PCI:0:16:0"
Driver  "nv"
Option  "CrtcNumber" "1" # 0 is external crt
Option  "FlatPanel" "1" # 0 is external crt
#Option "UseFBDev"   "true"
#Option "fbdev" "/dev/fb0"
EndSection

Section "Device"
Identifier  "Card1"
BusID   "PCI:0:16:0"
Driver  "nv"
Option  "CrtcNumber" "0" # 0 is external crt
Option  "FlatPanel" "0" # 0 is external crt
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes   "1024x768" "800x600" "640x480" 
EndSubSection
EndSection


Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor"Monitor1"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes   "1024x768" "800x600" "640x480" 
EndSubSection
EndSection


Section "ServerLayout"
Identifier "XFree86 Configured"
#Screen 0 "Screen0"  LeftOf "Screen1"
#Screen 0   "Screen0" 
Screen  1   "Screen1" 
InputDevice"Mouse0" "CorePointer" 
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
Option  "Xinerama"  "false"
Option "TwinViewOrientation" "Clone"
#Option "ConnectedMonitor" "CRT,DFP"

EndSection

Section "DRI"
Mode 0666
EndSection


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hibernate pbbuttonsd

2005-03-16 Thread Jeremiah Benham
Is there a way to have pbbuttonsd launch hibernate when I hit the power
button?

Thanks,
Jeremiah


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



rivafb-2.6.9 video memory

2004-11-06 Thread Jeremiah Benham
I installed the patch:

rivafb-2.6.9-fix-mode-switch-and-nv30.diff

It works great. I am very happy with the way I can turn off and dim the 
backlight. The only thing that seems to be missing is that it complains when I 
try to 
change the depth.

fbset -depth 16
It complains that I don't have enough video memory. 

I have the powerbook G4 867. I believe it is called the NV17.

Thanks,
Jeremiah



Re: nVidia 24bit color suport?

2004-09-07 Thread Jeremiah Benham
On Mon, Sep 06, 2004 at 08:55:23AM +0200, Guido Guenther wrote:
> On Sun, Sep 05, 2004 at 03:17:05PM +, [EMAIL PROTECTED] wrote:
> > Besides signing a petition to nVidia what can I do to help? I know c (but 
> > have never written a driver) and am in the process of learning assembly. Is 
> > there anything I can do? where should I start?
> Switching X to 24bpp?
> Look for DefaultDepth in /etc/X11/XF86Config-4 and set it to 24  

The default depth is/was set to 24. If I run xdpyinfo it tells me that
depth:24 planes

This has to be incorrect. X thinks it is running in 24 bit but my eyes
tell me otherwise. Every high color picture I look at has color rings as
if I was only seeing cheap 8 bit color. The exact same pictures look
SO much better on anouther computer that I know is running 24 bit. 

fbset gives me a response that it is running at 8 bit:

mode "1024-768-116"
# D: 100.000 MHz, H: 93.985 kHz, V: 116.318 Hz
geometry 1024 768 1024 768 8
timings 1 16 16 16 16 8 8
rgba 8/0,8/0,8/0,0/0
endmode

I think that the problem is because it is really using just the openframe 
buffer. I am using the "nv" driver from xfree86 but the openframebuffer driver 
will not let me as far as I know change the color depth. Please correct me if I 
am wrong. 

Thanks
Jeremiah










Re: cpu temperature on powerbook G4

2004-04-16 Thread Jeremiah Benham
On Sat, Apr 17, 2004 at 12:40:12PM +1000, Benjamin Herrenschmidt wrote:
> Temperature control is done via external i2c thermostat chips. We have
> or don't have a driver for them depending on the model

Is it possible to manually turn off an on the fan?

Jeremiah


> 
> Ben.
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]