Bug#24192: jhon gavilanes, Deal Given

2006-02-06 Thread Jimmy
Good Day,

jhon gavilanes, we have acknowledged your inquiry.

Our Secure Link : http://jhon.isaveusaveok.com/3/?a=mkmk

Our system requires that you confirm your information one last time at the
site above.

Thanks Alot,
Jimmy



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



X breaks in CD-based installer environment

2002-04-27 Thread Jimmy Kaplowitz

Hi XFree86 (and Debian X) people. I am in the process of porting PGI,
Progeny Linux Systems' X-based installer program for Debian, to PowerPC.
I have overcome several hurdles, except that on my iBook2, X refuses to do
any modeline processing or find a usable configuration in the installer
(running off of a CD with everything in /live also-known-as /usr
read-only but everything else in a read/write initrd). I have tested my
working config from my existing iBook2 Debian install in the installer,
and it failed the same way as the PGI config did. The reverse has also been
tested.

I am attaching a working config and the corresponding X log, with -verbose
3, as well as the equivalent with a PGI config. Again, as I said before, I
have tried the working config in the CD-based installer, and it has failed,
and another person who has the same hardware has tried the broken config on
his regular Debian setup, and it has worked.  

Any advice would be very helpful. Thank you.

- Jimmy Kaplowitz
[EMAIL PROTECTED]


# $Progeny: XF86Config.template,v 1.18 2002/04/22 21:34:36 branden Exp $

# This config file is for the 4.x XFree86 X server.

Section "Files"
RGBPath "/live/lib/X11/rgb"
FontPath"/live/lib/X11/fonts/misc"
FontPath"/live/lib/X11/fonts/100dpi"
ModulePath  "/live/lib/modules"
EndSection

Section "Module"
Load"ddc"
Load"dbe"
Load"extmod"
Load"bitmap"
Load"type1"
Load"speedo"
Load"vbe"
Load"int10"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc101"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device" "/dev/input/mouse0"
Option  "Protocol" "ImPS/2"
EndSection

Section "Monitor"
Identifier  "Primary Monitor"
HorizSync   30-55
VertRefresh 50-90
EndSection

Section "Device"
Identifier  "Configured Video Device"
Driver  "ati"
VideoRam2048
Option  "UseFBDev"  "true"
EndSection

Section "Screen"
Identifier  "Low Screen"
Device  "Configured Video Device"
Monitor "Primary Monitor"
DefaultDepth4
SubSection  "Display"
Depth   4
Modes   "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier  "Medium Screen"
Device  "Configured Video Device"
Monitor "Primary Monitor"
DefaultDepth8
SubSection  "Display"
Depth   8
Modes   "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier  "High Screen"
Device  "Configured Video Device"
Monitor "Primary Monitor"
DefaultDepth15
SubSection  "Display"
Depth   15
Modes   "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "low"
Screen  "Low Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection

Section "ServerLayout"
Identifier  "medium"
Screen  "Medium Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection

Section "ServerLayout"
Identifier  "high"
Screen  "High Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection


Section "Files"
FontPath"unix/:7110"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dp

Re: X breaks in CD-based installer environment

2002-04-27 Thread Jimmy Kaplowitz

On Sun, Apr 28, 2002 at 12:15:01AM +0200, Michel Dänzer wrote:
> Option "UseFBDev" only works with a 'real' framebuffer device. Does the
> working system use aty128fb but the installation system OFfb?

They are the exact same machine. That is why this is so annoying! :-)

- Jimmy Kaplowitz
[EMAIL PROTECTED]


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