Re: [Cooker] beta3 install BUG : usbmouse and devfs

2002-08-20 Thread Eric Fernandez

Did not try that. Thanks for the tip.
Eric

David Sansome wrote:

>Same here, except unplugging the mouse and then plugging it again works.
>
>David Sansome
>
>On Tue, 2002-08-20 at 09:04, Eric Fernandez wrote:
>  
>
>>Fresh install of beta 3, with a Logitech USB mouse optical + wheel.
>>That mouse is correctly detected at install, but is not working at boot. 
>>The /dev/usbmouse symbolic link is correctly created at boot, but it has 
>>not target. It points to dev/input/mouse0, but this file is missing. I 
>>run mousedrake at each boot, as root, to make it work.
>>
>>
>>
>>
>
>
>
>  
>






Re: [Cooker] beta3 install BUG : usbmouse and devfs

2002-08-20 Thread David Sansome

Same here, except unplugging the mouse and then plugging it again works.

David Sansome

On Tue, 2002-08-20 at 09:04, Eric Fernandez wrote:
> Fresh install of beta 3, with a Logitech USB mouse optical + wheel.
> That mouse is correctly detected at install, but is not working at boot. 
> The /dev/usbmouse symbolic link is correctly created at boot, but it has 
> not target. It points to dev/input/mouse0, but this file is missing. I 
> run mousedrake at each boot, as root, to make it work.
> 
> 






Re: [Cooker] Beta3 install problem in XF86 Configuration

2002-08-19 Thread Pixel

"Bruce A. Mallett" <[EMAIL PROTECTED]> writes:

> Now that I'm back in the office, I just did a re-install and recreated the
> problem.  The two files you requested are attached.
> The problem seems to be with the default monitor selection of "Plug-n-Play".
> If that is changed then it works.

ok pb understood. It happens when ddcprobe *nearly* works: EISA_ID is
there, but not the horiz and vert refresh rates.

in your case, DrakX should have been able to get them from MonitorsDB.

i'm going to fix all these cases.

thanks!
 




Re: [Cooker] Beta3 install problem in XF86 Configuration

2002-08-19 Thread Bruce A. Mallett

Now that I'm back in the office, I just did a re-install and recreated 
the problem.  The two files you requested are attached.
The problem seems to be with the default monitor selection of 
"Plug-n-Play".  If that is changed then it works.

   - Bruce


Pixel wrote:

>"Bruce A. Mallett" <[EMAIL PROTECTED]> writes:
>
>  
>
>>After selecting 4.2, then resolution, then Test I get a warning with the
>>following message:
>>
>>
>>An error occurred:
>>(EE) Problem parsing the config file
>>(EE) Error from xf86HandleConfigFile()
>>
>>try to change some parameters
>>
>>
>
>would you be so kind and give more information ;p
>
>i'd love to have the faulty /etc/X11/XF86Config.test
>(and also /root/drakx/report.bug.gz)
>  
>



report.bug.gz
Description: application/gzip

# File generated by XFdrake.

# **
# Refer to the XF86Config man page for details about the format of
# this file.
# **

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable  (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
HorizSync 
VertRefresh 

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00  768  832  846 1000   576  590  595  630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
Identifier "device1"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "SiS 620"
Driver "sis"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection



Re: [Cooker] beta3 install notes

2002-02-23 Thread Pixel

garrick <[EMAIL PROTECTED]> writes:

> On Sat, Feb 23, 2002 at 11:52:39AM +0100, Pixel alleged:
> > garrick <[EMAIL PROTECTED]> writes:
> > 
> > [...]
> > 
> > > During the installtion, I was mucking around with the disk setup and noticed
> > > that if you failed to format a partition, you get a "mount failed" error
> > > message that doesn't help very much.  It would be nice if the error message,
> > > at least, listed which filesystem(s) failed to mount.
> > 
> > in which case is the format failing?
> 
> I worded that poorly.  The format didn't fail... *I*, the user, failed to
> format a paritition.  I was intentionally trying to break things.

ok, got it. i change the error to:

"mounting partition %s in directory %s failed", $dev, $where





Re: [Cooker] beta3 install notes

2002-02-23 Thread garrick

On Sat, Feb 23, 2002 at 11:52:39AM +0100, Pixel alleged:
> garrick <[EMAIL PROTECTED]> writes:
> 
> [...]
> 
> > During the installtion, I was mucking around with the disk setup and noticed
> > that if you failed to format a partition, you get a "mount failed" error
> > message that doesn't help very much.  It would be nice if the error message,
> > at least, listed which filesystem(s) failed to mount.
> 
> in which case is the format failing?

I worded that poorly.  The format didn't fail... *I*, the user, failed to
format a paritition.  I was intentionally trying to break things.




Re: [Cooker] beta3 install notes

2002-02-23 Thread Pixel

garrick <[EMAIL PROTECTED]> writes:

[...]

> During the installtion, I was mucking around with the disk setup and noticed
> that if you failed to format a partition, you get a "mount failed" error
> message that doesn't help very much.  It would be nice if the error message,
> at least, listed which filesystem(s) failed to mount.

in which case is the format failing?

[...]

> Set root password, if the passwords don't match, the cursor should return to
> the first password box.

ok, done.

> 
> The Summary page looks awkward with 5 rows (mouse, keyboard, timezone, printer,
> and sound card), but only the first 4 have buttons to change those settings. 
> Sound card is floating around looking really weird.  It leaves the user
> wondering if it should be a button.

won't fix.




Re: [Cooker] beta3 install report (cups + XFree)

2002-02-22 Thread Chris Spackman

"W. Kasberg" <[EMAIL PROTECTED]> writes:

> cups: on choosing to install cups printing system the installer
> asked to change to CD_1 but did not unmount/eject CD_2. Thus I had
> to cancel this action.
> 
> After finishing the rest of the system installation I installed
> manually foomatics, cups a.s.o. and installed the apropiate printers
> with printerdrake.
> 
> XFree: During install the installation of XFree failed (maybe
> resulting from the error on install of cups ?)  But after the first
> boot of beta3 I could manually install and configure the xsystem
> without problems.

I had exactly the same experiences / problems. Installed again but
skipped the printer setup and X was set up and installed with no
problems. So perhaps they are related?

-- 
Chris Spackman

gpg: 9B6B 860E 7C06 787F 366F 5D3E 7152 DCB2 FC51 51B9




Re: [Cooker] beta3 install report (cups + XFree)

2002-02-22 Thread Pixel

"W. Kasberg" <[EMAIL PROTECTED]> writes:

> cups:
> on choosing to install cups printing system the installer asked to change to 
> CD_1 but did not unmount/eject CD_2. Thus I had to cancel this action.

can you confirm you installed MySQL?




Re: [Cooker] beta3 install - overall success...

2001-09-07 Thread Blue Lizard


> 
> Well, does DrakX issued automatic test of your card with a X server ? does it do
> that before ? Can you send me lspcidrake output for your system please 
I assume you just want vid card...
Card:Matrox Millenium: Matrox|MGA 2064W [Millenium]

seems to be correct.  lspcidrake also shows some stuff i was never aware 
of :)

> 
> François.
> 
> 
> Ok, can you see what is installed on such case (on Aurora basis at least), is
> this the same package all the time which are selected.
Well, i forgot if this was true of beta1 (actually, on most beta1 
installs i specified no aurora or didnt mess with it) but on beta2 with 
the cds it had the prob and an ftp install shortly after (almost 
entirely sure no upload in between, that came after) i could unselect 
the newstyle once i had selected the trad (for obvious reasons).  Then 
after the latest upload it had the prob, but on a very recent ftp 
install I dont recall the problem.  Next install i will test for sure, 
but i am fairly sure already.  No beta3 or later installs via ftp (or 
other non hd non cdrom) yet.
> 
> François.
> 
> 
> 
Blue






Re: [Cooker] beta3 install - overall success...

2001-09-07 Thread François Pons

Blue Lizard <[EMAIL PROTECTED]> writes:

> Well let's see.  Pixel: I had a prob at end of installer where i could not do a
> clean reboot.  Got to that last dialog, removed boot media, clicked okay, dialog
> left, and the XFree86 from testing settings was of course defunct, tried to
> kill, couldn't get out of anything for the life of me, tried to umount myself so
> i could do a harder reboot, couldn't umount, gave up and rebooted.  I dont
> recall if this is even supposed to work on XFree86_FBDev, but ctrl-alt-backspace
> didnt kill the drakx X.  I did something (init 6 maybe?) that got the sending
> signal...install succeeded messages etc. but it still didnt reboot and the drakx
> X was still there...

Well, does DrakX issued automatic test of your card with a X server ? does it do
that before ? Can you send me lspcidrake output for your system please ?

François.

> Oh yeah, why is it that sometimes (not all the time) i cant deselect the
> aurora-newstyle-categorizing even with the traditional-wslib selected because it
> wants to uninstall it all then?  The problem comes and goes and apparently deps
> on what install method i use (guessing).

Ok, can you see what is installed on such case (on Aurora basis at least), is
this the same package all the time which are selected.

François.




Re: [Cooker] Beta3 install report

2001-04-08 Thread Pixel

Radek Vybiral <[EMAIL PROTECTED]> writes:

[...]

> 1. Text installation is VERY ugly!
> I have reported this for Beta2.
> Pixel said "will fix this when i have some time"...
> Please TEST text installation also...

planned for this week




Re: [Cooker] Beta3 Install on machine with Voodoo 3 card.

2000-09-25 Thread Guillaume Cottenceau

Warren Doney <[EMAIL PROTECTED]> writes:

> Svein Erik Brostigen wrote:
> > 
> > Hi!
> > 
> > I installed Beta 3 on my home PC which is equipped with a Voodoo 3 graphics
> > card. This did not work very well!
> > 
> > 1. The installation program does not handle the Voodoo 3 card at all. My screen
> > looks like it uses 160x120 resolution and the text and graphics are horrible.

[...]

> 
> ??!!!
> I have a Voodoo3 2000 PCI & it was set up automatically - even to the
> extent of asking if I wanted to install Glide - I think the installation

[...]

Yes here also with our test voodoo3 it works perfectly..



-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




Re: [Cooker] Beta3 Install on machine with Voodoo 3 card.

2000-09-25 Thread Eric Fernandez

Here i report another bug in 7.2 beta 3 iso :
accentuated characters in French are not correct in helvetica 12 points 
(but in roman, they are correct in bold). Curiously, they are correct at 
the installation. But if you change fonts in the control center and then 
return back to helvetica 12 points, they are not correct anymore !

Eric Fernandez




Re: [Cooker] Beta3 Install on machine with Voodoo 3 card.

2000-09-25 Thread Warren Doney

Svein Erik Brostigen wrote:
> 
> Hi!
> 
> I installed Beta 3 on my home PC which is equipped with a Voodoo 3 graphics
> card. This did not work very well!
> 
> 1. The installation program does not handle the Voodoo 3 card at all. My screen
> looks like it uses 160x120 resolution and the text and graphics are horrible.
> It is not possible to install using the Voodoo 3 card.
> 
> My solution was to remove the Voodoo 3 card, install with the built-in ATI 3d
> Rage Pro card. After getting everything up and running, I re-configured XFree
> to use Voodoo 3 and shut the machine down, re-inserted the card ad booted up
> without any problems.
> 
> Any plans on suporting installation on a Voodoo 3 based machine?
> do not necessarily represent those of Oracle Corporation.

??!!!
I have a Voodoo3 2000 PCI & it was set up automatically - even to the
extent of asking if I wanted to install Glide - I think the installation
must see your ATI card, or have some conflict with it. Is there a jumper
on your Motherboard to turn it off (there is for my SiS intergrated
video), or some way to disable it in your BIOS?

-WBD




Re: [Cooker] beta3 install

2000-05-28 Thread John Grange

Pixel wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > Pixel wrote:
> >
> > > Derek Wildstar <[EMAIL PROTECTED]> writes:
> > >
> > > > Can ldconfig be run immediately before the X configuration section, then
> > > > again after as needed?  This would also fix the problem of having a wasted
> > > > install if one tests their X configuration and it fails.
> > >
> > > this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
> > > :)
> >
> > hey pixel i don't know if you got my last e-mail... the hd img dose not function,
> > it says it can't load ide-mod dose that a couple times and then failes, it dose
> > load my scsi though, but the files are alas on the ide part. *sigh*
>
> sorry it took me so much time to answer :(
> (i've got an excuse, i was on holiday!)
>
> currently adding ide-disk.o to the hd.img and uploading...
>
> cu Pixel.

np took me a long time to test the first one lol

i will test it again tonight and get back to you wiether or not it works.

-DarkWlf





Re: [Cooker] beta3 install

2000-05-28 Thread Pixel

John Grange <[EMAIL PROTECTED]> writes:

> Pixel wrote:
> 
> > Derek Wildstar <[EMAIL PROTECTED]> writes:
> >
> > > Can ldconfig be run immediately before the X configuration section, then
> > > again after as needed?  This would also fix the problem of having a wasted
> > > install if one tests their X configuration and it fails.
> >
> > this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
> > :)
> 
> hey pixel i don't know if you got my last e-mail... the hd img dose not function,
> it says it can't load ide-mod dose that a couple times and then failes, it dose
> load my scsi though, but the files are alas on the ide part. *sigh*

sorry it took me so much time to answer :(
(i've got an excuse, i was on holiday!)

currently adding ide-disk.o to the hd.img and uploading...


cu Pixel.




Re: [Cooker] beta3 install

2000-05-28 Thread John Grange

Pixel wrote:

> Derek Wildstar <[EMAIL PROTECTED]> writes:
>
> > Can ldconfig be run immediately before the X configuration section, then
> > again after as needed?  This would also fix the problem of having a wasted
> > install if one tests their X configuration and it fails.
>
> this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
> :)

hey pixel i don't know if you got my last e-mail... the hd img dose not function,
it says it can't load ide-mod dose that a couple times and then failes, it dose
load my scsi though, but the files are alas on the ide part. *sigh*

-DarkWlf





Re: [Cooker] beta3 install

2000-05-28 Thread Pixel

Derek Wildstar <[EMAIL PROTECTED]> writes:

> Can ldconfig be run immediately before the X configuration section, then
> again after as needed?  This would also fix the problem of having a wasted
> install if one tests their X configuration and it fails.

this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
:)