Resolution Problems on a Lenovo L191 LCD Monitor.

2007-11-03 Thread Ralph Crongeyer

Hi all,
I am running Lenny on an IBM Thinkpad X60 with a docking station, which 
is attached to a 19" Lenovo L191 screen. I have an Intel Mobile 945GM 
graphics card and I'm using the "intel" driver. The native resolution of 
my laptop screen is 1024x768, while the native resolution of my LCD 
screen is 1280x1024.


My problem is that the resolution on my external LCD screen is is always 
detected at 1024x768?

The monitor is always detected properly (1280x1024) when I use Etch.

I can get xorg to switch the resolution to 1280x1024 by running this 
command "xrandr --output VGA --auto" after I login. But then I need to 
logout and back in again so the fonts look right.


Can someone help me fix this or is it a problem with xorg not detecting 
my monitor correctly?


Here's a snip of my xorg.conf if it will help:

Snip---

Section "Device"
   Identifier"Intel Corporation Mobile 945GM/GMS, 943/940GML 
Express Integrated Graphics Controller"

   Driver"intel"
   BusID"PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier"Generic Monitor"
   Option"DPMS"
   HorizSync30-65
   VertRefresh50-75
EndSection

Section "Screen"
   Identifier"Default Screen"
   Device"Intel Corporation Mobile 945GM/GMS, 943/940GML 
Express Integrated Graphics Controller"

   Monitor"Generic Monitor"
   DefaultDepth24
EndSection

Section "ServerLayout"
   Identifier"Default Layout"
   Screen"Default Screen"
   InputDevice"Generic Keyboard"
   InputDevice"Configured Mouse" "SendCoreEvents"
   InputDevice"Synaptics Touchpad" "CorePointer"
EndSection


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



Re: Resolution Problems on a Lenovo L191 LCD Monitor.

2007-11-04 Thread Ralph Crongeyer

Vincent Bernat wrote:

OoO Vers la fin de l'après-midi  du samedi 03 novembre 2007, vers 16:31,
Ralph Crongeyer <[EMAIL PROTECTED]> disait:

  

My problem is that the resolution on my external LCD screen is is
always detected at 1024x768?



You may find some clue in /var/log/Xorg.0.log.
  
I couldn' find anything that gave me a clue. I've attached three 
ziped up logs, one after a fresh boot and one after I changed the 
resolution and one is the diff between the two.


Thanks





Xorg.0.logs.tar.gz
Description: application/gzip


Re: proposal: create a documentation packages for each laptop brand-serie

2004-07-22 Thread Ralph Crongeyer




I think that is a great! idea. Maybe two packages though laptop-common
and laptopbrand-laptopseries. And "maybe" (just a thought) have say,
laptop-common install a set of packages common to all laptops and
laptopbrand-laptopseries install a set of packages specific for that
brand and series as well as the other information you listed below.
Then the user would have a basic setup for their laptop that worked and
then he could read through the documentation to find out more
information. Just my thoughts.

Ralph

Robert Goley wrote:

  I like the idea and would be willing to contribute.  I have access to a
few laptops.  I am relatively new to debian packaging though.  I have
created some basic configuration packages.

Robert

On Thu, 2004-07-22 at 08:11, Riccardo Vestrini wrote:
  
  
I think it could be a good thing if someone buying a new laptop could
simply do
apt-get install laptopbrand-laptopserie
and then obtain in /usr/share/doc/laptopbrand-laptopserie all needed
documentation on how to configure his laptop, necessary kernel patches,
a working .config, a working XF86Config-4, pointers and links to
websites with personal installation reports, working configuration files
for other laptop-typical packages like powernowd and suggestions about
useful packages

this could also help long-term users to share informations and fine-tune
their laptop

I have proposed a package for each serie because I noticed that vendors
tends to use similar hardware in a new serie of laptops (except for some
things like video board)

will someone be interested?

-- 

Riccardo Vestrini
   <[EMAIL PROTECTED]>

"Io ho una deformazione professionale, sono Ingegnere, e il problema in
quello che lei dice è l'essere umano, perché una macchina può sbagliare
ma l'essere umano ha sicuramente molti più difetti" --
sconosciuto ad un congresso, mentre un manager parlava di risorse umane




  
  

  






Re: Problem getting ALSA working on Dell Inspiron 4150

2004-09-03 Thread Ralph Crongeyer






In discover.conf at "/etc/discover.conf" put this line at the end:
skip i810_audio
That will make discover not load the OSS module and so will load the
alsa module. You'll have to adjust your volume.

Ralph

James Strandboge wrote:

  On Tue, 2004-08-31 at 00:26, Joe Emenaker wrote:
  
  
I solved the problem.

It seems that the i810_audio module (the OSS driver) was loading and 
*conflicting* with snd-intel8x0 (the ALSA driver). snd-intel8x0 would 
still load... but it just didn't find anything.

I was able to prevent i810_audio from loading by renaming the 
i810_audio.ko to i810_audio.ko.hidden in the appropriate /lib/modules 
directory, but I'd like to know of a better way of preventing it from 
loading. Mentioning the driver name in /etc/hotplug/blacklist didn't 
seem to do it.

  
  
I have the same problem.  Using the 2.4.26-1-386 kernel. 
/etc/hotplug/blacklist did not help (alsa already had this listed in
/etc/hotplug/blacklist.d/alsa-base)

Jamie


  






Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-22 Thread Ralph Crongeyer
Hello,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). Even 
if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload the 
module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

How can I fix this?

Ralph


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



Toshiba 5105 laptop, kernel-2.6.4 and Nvidia driver 1.0-5336.

2004-03-23 Thread Ralph Crongeyer
Hi all,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). Even 
if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload the 
module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

Is anyone out there running the Nvidia driver with a 2.6.4 kernel on a Toshiba 
laptop?

How can I fix this?

Ralph


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



Re: Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-24 Thread Ralph Crongeyer
Dmitry, That definitely made a difference in the size of the fonts. They now 
match the screen resolution.

But I still have the 1/4 inch gap. And the guys from Nvidia haven't answered 
me back yet, but I'm still going through my mail. I if I find a solution I 
post it. 
If you find anything else out please let me know.

Thanks for the help! :-)

Ralph

On Wednesday 24 March 2004 02:37 am, Dmitry Astapov wrote:
> Evening, Ralph.
>
> Ralph Crongeyer <[EMAIL PROTECTED]> 14:31 22/3/2004 wrote:
>
>  RC> Hello, I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4
>  RC> and nvidia driver 1.0-5336. There is about a 1/4 inch gap of the
>  RC> screen not being used on the right hand side of the screen running
>  RC> vertically. I used to be able to fix this problem (with kernel-2.4.x)
>  RC> by editing my "/etc/modules.conf" file with this:
> [skip]
>
> Try putting:
>
> Section "Monitor"
> [skip]
> Option "UseEdidFreqs" "true"
> Option "IgnoreEDID" "true"
> EndSection
>
> in your /etc/X11/XF86Config-4. I was using it since 2.4.xx with various
> versions of X and nvidia modules, without any glitch
>
>
> --
> Dmitry Astapov //ADEpt
> GPG KeyID/fprint: F5D7639D/CA36 E6C4 815D 434D 0498  2B08 7867 4860 F5D7
> 639D


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



Re: Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-31 Thread Ralph Crongeyer
On Wednesday 24 March 2004 11:39 am, you wrote:

Dmitry, started to help me with this problem but we never got it solved. The 
orignal message is at the bottom of this e-mail.

Anyone have any ideas on how I can get this fixed?

Ralph

> The output of xdpyinfo is in the attached file.
> 
> I tried 1600x1200 but I had no fonts and the screen locked up, but it did
> fill the whole screen! There was no gap.
> 
> Here is my XF86config-4 file also if it will help.
> 
> Ralph
> 
> > Evening, Ralph.
> >
> > Ralph Crongeyer <[EMAIL PROTECTED]> 10:37 24/3/2004 wrote:
> >
> >  RC> Dmitry, That definitely made a difference in the size of the fonts.
> >  RC> They now match the screen resolution.
> >
> >  RC> But I still have the 1/4 inch gap. And the guys from Nvidia haven't
> >  RC> answered me back yet, but I'm still going through my mail. I if I
> > find RC> a solution I post it. If you find anything else out please let
> > me RC> know.
> >
> > What resolution does xdpyinfo shows you? Try to specify 1600x1200
> > manually for your active display and see if it make a difference

Original message:

Hello,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). 
Also, since I'm using the 2.6 kernel, I have put the:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia 
commands in the "/etc/modprobe.conf" file also.

Even if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload 
the module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

How can I fix this?

Ralph
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# 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/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#   Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

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

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option

Re: Using both PS2- and USB critters with XF86

2004-04-13 Thread Ralph Crongeyer
This is what I am using. I am able to use both my Synaptic Touchpad and a 
Microsoft Optical usb mouse at the same time. This ia with Sarge or SID.

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Ralph

On Tuesday 13 April 2004 08:00 am, Robert Waldner wrote:
> Hi!
>
> I have a hp/compaq nc8000, which runs quite nicely. Only problem is
>  that it doesn't have any PS2 connectors, so I'm forced to use USB
>  devices for external keyboard/mouse.
>
> And while this all works beautifully with the keyboard, I haven't found
>  a way to use both mice. AFAIU having one InputDevice stanza per mouse,
>  one with CorePointer set, should do it, but XFree never recognizes/
>  enables the one wich doesn't have CorePointer set.
>
> Hints?
>
> (running unstable, XFree86 4.3.0-7, kernel 2.4.24)
>
> cheers+tia,
> &rw


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



Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-22 Thread Ralph Crongeyer
Hello,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). Even 
if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload the 
module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

How can I fix this?

Ralph



Toshiba 5105 laptop, kernel-2.6.4 and Nvidia driver 1.0-5336.

2004-03-23 Thread Ralph Crongeyer
Hi all,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). Even 
if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload the 
module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

Is anyone out there running the Nvidia driver with a 2.6.4 kernel on a Toshiba 
laptop?

How can I fix this?

Ralph



Re: Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-24 Thread Ralph Crongeyer
Dmitry, That definitely made a difference in the size of the fonts. They now 
match the screen resolution.

But I still have the 1/4 inch gap. And the guys from Nvidia haven't answered 
me back yet, but I'm still going through my mail. I if I find a solution I 
post it. 
If you find anything else out please let me know.

Thanks for the help! :-)

Ralph

On Wednesday 24 March 2004 02:37 am, Dmitry Astapov wrote:
> Evening, Ralph.
>
> Ralph Crongeyer <[EMAIL PROTECTED]> 14:31 22/3/2004 wrote:
>
>  RC> Hello, I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4
>  RC> and nvidia driver 1.0-5336. There is about a 1/4 inch gap of the
>  RC> screen not being used on the right hand side of the screen running
>  RC> vertically. I used to be able to fix this problem (with kernel-2.4.x)
>  RC> by editing my "/etc/modules.conf" file with this:
> [skip]
>
> Try putting:
>
> Section "Monitor"
> [skip]
> Option "UseEdidFreqs" "true"
> Option "IgnoreEDID" "true"
> EndSection
>
> in your /etc/X11/XF86Config-4. I was using it since 2.4.xx with various
> versions of X and nvidia modules, without any glitch
>
>
> --
> Dmitry Astapov //ADEpt
> GPG KeyID/fprint: F5D7639D/CA36 E6C4 815D 434D 0498  2B08 7867 4860 F5D7
> 639D



Re: Problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia driver 1.0-5336.

2004-03-31 Thread Ralph Crongeyer
On Wednesday 24 March 2004 11:39 am, you wrote:

Dmitry, started to help me with this problem but we never got it solved. The 
orignal message is at the bottom of this e-mail.

Anyone have any ideas on how I can get this fixed?

Ralph

> The output of xdpyinfo is in the attached file.
> 
> I tried 1600x1200 but I had no fonts and the screen locked up, but it did
> fill the whole screen! There was no gap.
> 
> Here is my XF86config-4 file also if it will help.
> 
> Ralph
> 
> > Evening, Ralph.
> >
> > Ralph Crongeyer <[EMAIL PROTECTED]> 10:37 24/3/2004 wrote:
> >
> >  RC> Dmitry, That definitely made a difference in the size of the fonts.
> >  RC> They now match the screen resolution.
> >
> >  RC> But I still have the 1/4 inch gap. And the guys from Nvidia haven't
> >  RC> answered me back yet, but I'm still going through my mail. I if I
> > find RC> a solution I post it. If you find anything else out please let
> > me RC> know.
> >
> > What resolution does xdpyinfo shows you? Try to specify 1600x1200
> > manually for your active display and see if it make a difference

Original message:

Hello,

I'm having this problem with Toshiba 5105 laptop, kernel-2.6.4 and nvidia 
driver 1.0-5336. There is about a 1/4 inch gap of the screen not being used 
on the right hand side of the screen running vertically. I used to be able to 
fix this problem (with kernel-2.4.x) by editing my "/etc/modules.conf" file 
with this:

options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia

But now this has no effect? (I'm using Debian "SID" with kernel-2.6.4). 
Also, since I'm using the 2.6 kernel, I have put the:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2
alias /dev/nvidia* nvidia 
commands in the "/etc/modprobe.conf" file also.

Even if I exit out of the GUI and stop x, and kdm and "rmmod nvidia" to unload 
the module and then reload it with:
"modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=2"
to insure that the options are loaded, and then restart kdm and x it has no 
effect, the 1/4 inch gap is still there?

How can I fix this?

Ralph
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# 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/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#   Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

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

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option

Re: Using both PS2- and USB critters with XF86

2004-04-13 Thread Ralph Crongeyer
This is what I am using. I am able to use both my Synaptic Touchpad and a 
Microsoft Optical usb mouse at the same time. This ia with Sarge or SID.

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Ralph

On Tuesday 13 April 2004 08:00 am, Robert Waldner wrote:
> Hi!
>
> I have a hp/compaq nc8000, which runs quite nicely. Only problem is
>  that it doesn't have any PS2 connectors, so I'm forced to use USB
>  devices for external keyboard/mouse.
>
> And while this all works beautifully with the keyboard, I haven't found
>  a way to use both mice. AFAIU having one InputDevice stanza per mouse,
>  one with CorePointer set, should do it, but XFree never recognizes/
>  enables the one wich doesn't have CorePointer set.
>
> Hints?
>
> (running unstable, XFree86 4.3.0-7, kernel 2.4.24)
>
> cheers+tia,
> &rw



Re: proposal: create a documentation packages for each laptop brand-serie

2004-07-22 Thread Ralph Crongeyer




I think that is a great! idea. Maybe two packages though laptop-common
and laptopbrand-laptopseries. And "maybe" (just a thought) have say,
laptop-common install a set of packages common to all laptops and
laptopbrand-laptopseries install a set of packages specific for that
brand and series as well as the other information you listed below.
Then the user would have a basic setup for their laptop that worked and
then he could read through the documentation to find out more
information. Just my thoughts.

Ralph

Robert Goley wrote:

  I like the idea and would be willing to contribute.  I have access to a
few laptops.  I am relatively new to debian packaging though.  I have
created some basic configuration packages.

Robert

On Thu, 2004-07-22 at 08:11, Riccardo Vestrini wrote:
  
  
I think it could be a good thing if someone buying a new laptop could
simply do
apt-get install laptopbrand-laptopserie
and then obtain in /usr/share/doc/laptopbrand-laptopserie all needed
documentation on how to configure his laptop, necessary kernel patches,
a working .config, a working XF86Config-4, pointers and links to
websites with personal installation reports, working configuration files
for other laptop-typical packages like powernowd and suggestions about
useful packages

this could also help long-term users to share informations and fine-tune
their laptop

I have proposed a package for each serie because I noticed that vendors
tends to use similar hardware in a new serie of laptops (except for some
things like video board)

will someone be interested?

-- 

Riccardo Vestrini
   <[EMAIL PROTECTED]>

"Io ho una deformazione professionale, sono Ingegnere, e il problema in
quello che lei dice è l'essere umano, perché una macchina può sbagliare
ma l'essere umano ha sicuramente molti più difetti" --
sconosciuto ad un congresso, mentre un manager parlava di risorse umane




  
  

  






Re: Problem getting ALSA working on Dell Inspiron 4150

2004-09-03 Thread Ralph Crongeyer






In discover.conf at "/etc/discover.conf" put this line at the end:
skip i810_audio
That will make discover not load the OSS module and so will load the
alsa module. You'll have to adjust your volume.

Ralph

James Strandboge wrote:

  On Tue, 2004-08-31 at 00:26, Joe Emenaker wrote:
  
  
I solved the problem.

It seems that the i810_audio module (the OSS driver) was loading and 
*conflicting* with snd-intel8x0 (the ALSA driver). snd-intel8x0 would 
still load... but it just didn't find anything.

I was able to prevent i810_audio from loading by renaming the 
i810_audio.ko to i810_audio.ko.hidden in the appropriate /lib/modules 
directory, but I'd like to know of a better way of preventing it from 
loading. Mentioning the driver name in /etc/hotplug/blacklist didn't 
seem to do it.

  
  
I have the same problem.  Using the 2.4.26-1-386 kernel. 
/etc/hotplug/blacklist did not help (alsa already had this listed in
/etc/hotplug/blacklist.d/alsa-base)

Jamie