Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

xorg input problems

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


josu.lazkano at gmail

Jul 13, 2012, 2:18 AM

Post #1 of 11 (707 views)
Permalink
xorg input problems

Hello, I have a little problem with my frontend, is a Debian Wheezy
HTPC. When I make a software upgrade I lose the mouse and keyboard.

Sometimes I edit the /etc/X11/xorg.conf to get it working, but I can
not remember the changes. This is my xorg configuration:

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputClass"
Identifier "Remote"
Option "Ignore" "True"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

How could I fix this? I will appreciate any help.

Thanks and best regards.

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 13, 2012, 2:34 AM

Post #2 of 11 (689 views)
Permalink
Re: xorg input problems [In reply to]

On Fri, Jul 13, 2012 at 9:18 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>
> How could I fix this? I will appreciate any help.
>


most modern implementations don't need an xorg.conf as automagic
probing has been good for a while now.

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

and restart X.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


josu.lazkano at gmail

Jul 16, 2012, 2:20 AM

Post #3 of 11 (667 views)
Permalink
Re: xorg input problems [In reply to]

2012/7/13 Nick Rout <nick.rout [at] gmail>:
> On Fri, Jul 13, 2012 at 9:18 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>>
>> How could I fix this? I will appreciate any help.
>>
>
>
> most modern implementations don't need an xorg.conf as automagic
> probing has been good for a while now.
>
> mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
>
> and restart X.

Thanks Nick, I try it but it does not start the X, I reboot the
machine and it stop on a black screen.

Thanks anyway. Anyone with latest nvidia drivers? (302.07)

Thanks and best regards.

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 16, 2012, 12:59 PM

Post #4 of 11 (656 views)
Permalink
Re: xorg input problems [In reply to]

On Mon, Jul 16, 2012 at 9:20 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
> 2012/7/13 Nick Rout <nick.rout [at] gmail>:
>> On Fri, Jul 13, 2012 at 9:18 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>>>
>>> How could I fix this? I will appreciate any help.
>>>
>>
>>
>> most modern implementations don't need an xorg.conf as automagic
>> probing has been good for a while now.
>>
>> mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
>>
>> and restart X.
>
> Thanks Nick, I try it but it does not start the X, I reboot the
> machine and it stop on a black screen.
>
> Thanks anyway. Anyone with latest nvidia drivers? (302.07)
>
> Thanks and best regards.

Try making a bare minimal xorg.conf with nvidia-xconfig

Also if your X is not starting, look at /var/log/Xorg.0.log
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


josu.lazkano at gmail

Jul 17, 2012, 12:25 PM

Post #5 of 11 (642 views)
Permalink
Re: xorg input problems [In reply to]

I got it!

This is my new xorg file:

Section "InputClass"
Identifier "Remote"
MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver"
Option "Ignore" "True"
EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Best regards!

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


george.galt at gmail

Jul 17, 2012, 2:11 PM

Post #6 of 11 (644 views)
Permalink
Re: xorg input problems [In reply to]

On Tue, Jul 17, 2012 at 3:25 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
> I got it!
>
> This is my new xorg file:
>
> Section "InputClass"
> Identifier "Remote"
> MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver"
> Option "Ignore" "True"
> EndSection
>
> Section "ServerLayout"
> Identifier "Layout0"
> Screen 0 "Screen0" 0 0
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "Mouse0" "CorePointer"
> EndSection
>
> Section "Files"
> EndSection
>
> Section "InputDevice"
>
> # generated from default
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/psaux"
> Option "Emulate3Buttons" "no"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>
> # generated from default
> Identifier "Keyboard0"
> Driver "kbd"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Unknown"
> ModelName "Unknown"
> HorizSync 28.0 - 33.0
> VertRefresh 43.0 - 72.0
> Option "DPMS"
> EndSection
>
> Section "Device"
> Identifier "Device0"
> Driver "nvidia"
> VendorName "NVIDIA Corporation"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Device0"
> Monitor "Monitor0"
> DefaultDepth 24
> SubSection "Display"
> Depth 24
> EndSubSection
> EndSection
>
> Best regards!
>
> --
> Josu Lazkano
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

What does your xorg log file say?
Try "grep EE /var/log/Xorg.0.log", which should show you the errors X
had when loading.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


josu.lazkano at gmail

Jul 17, 2012, 2:40 PM

Post #7 of 11 (640 views)
Permalink
Re: xorg input problems [In reply to]

2012/7/17 George Galt <george.galt [at] gmail>:
> On Tue, Jul 17, 2012 at 3:25 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>> I got it!
>>
>> This is my new xorg file:
>>
>> Section "InputClass"
>> Identifier "Remote"
>> MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver"
>> Option "Ignore" "True"
>> EndSection
>>
>> Section "ServerLayout"
>> Identifier "Layout0"
>> Screen 0 "Screen0" 0 0
>> InputDevice "Keyboard0" "CoreKeyboard"
>> InputDevice "Mouse0" "CorePointer"
>> EndSection
>>
>> Section "Files"
>> EndSection
>>
>> Section "InputDevice"
>>
>> # generated from default
>> Identifier "Mouse0"
>> Driver "mouse"
>> Option "Protocol" "auto"
>> Option "Device" "/dev/psaux"
>> Option "Emulate3Buttons" "no"
>> Option "ZAxisMapping" "4 5"
>> EndSection
>>
>> Section "InputDevice"
>>
>> # generated from default
>> Identifier "Keyboard0"
>> Driver "kbd"
>> EndSection
>>
>> Section "Monitor"
>> Identifier "Monitor0"
>> VendorName "Unknown"
>> ModelName "Unknown"
>> HorizSync 28.0 - 33.0
>> VertRefresh 43.0 - 72.0
>> Option "DPMS"
>> EndSection
>>
>> Section "Device"
>> Identifier "Device0"
>> Driver "nvidia"
>> VendorName "NVIDIA Corporation"
>> EndSection
>>
>> Section "Screen"
>> Identifier "Screen0"
>> Device "Device0"
>> Monitor "Monitor0"
>> DefaultDepth 24
>> SubSection "Display"
>> Depth 24
>> EndSubSection
>> EndSection
>>
>> Best regards!
>>
>> --
>> Josu Lazkano
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
> What does your xorg log file say?
> Try "grep EE /var/log/Xorg.0.log", which should show you the errors X
> had when loading.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

# grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29.429] (II) Loading extension MIT-SCREEN-SAVER

Regards

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


george.galt at gmail

Jul 17, 2012, 2:51 PM

Post #8 of 11 (642 views)
Permalink
Re: xorg input problems [In reply to]

On Tue, Jul 17, 2012 at 5:40 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
> 2012/7/17 George Galt <george.galt [at] gmail>:
>> On Tue, Jul 17, 2012 at 3:25 PM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>>> I got it!
>>>
>>> This is my new xorg file:
>>>
>>> Section "InputClass"
>>> Identifier "Remote"
>>> MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver"
>>> Option "Ignore" "True"
>>> EndSection
>>>
>>> Section "ServerLayout"
>>> Identifier "Layout0"
>>> Screen 0 "Screen0" 0 0
>>> InputDevice "Keyboard0" "CoreKeyboard"
>>> InputDevice "Mouse0" "CorePointer"
>>> EndSection
>>>
>>> Section "Files"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>
>>> # generated from default
>>> Identifier "Mouse0"
>>> Driver "mouse"
>>> Option "Protocol" "auto"
>>> Option "Device" "/dev/psaux"
>>> Option "Emulate3Buttons" "no"
>>> Option "ZAxisMapping" "4 5"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>
>>> # generated from default
>>> Identifier "Keyboard0"
>>> Driver "kbd"
>>> EndSection
>>>
>>> Section "Monitor"
>>> Identifier "Monitor0"
>>> VendorName "Unknown"
>>> ModelName "Unknown"
>>> HorizSync 28.0 - 33.0
>>> VertRefresh 43.0 - 72.0
>>> Option "DPMS"
>>> EndSection
>>>
>>> Section "Device"
>>> Identifier "Device0"
>>> Driver "nvidia"
>>> VendorName "NVIDIA Corporation"
>>> EndSection
>>>
>>> Section "Screen"
>>> Identifier "Screen0"
>>> Device "Device0"
>>> Monitor "Monitor0"
>>> DefaultDepth 24
>>> SubSection "Display"
>>> Depth 24
>>> EndSubSection
>>> EndSection
>>>
>>> Best regards!
>>>
>>> --
>>> Josu Lazkano
>>> _______________________________________________
>>> mythtv-users mailing list
>>> mythtv-users [at] mythtv
>>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>> What does your xorg log file say?
>> Try "grep EE /var/log/Xorg.0.log", which should show you the errors X
>> had when loading.
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
> # grep EE /var/log/Xorg.0.log
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [ 29.429] (II) Loading extension MIT-SCREEN-SAVER
>
> Regards
>
> --
> Josu Lazkano
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

Have you made sure that the Nouveau drivers are not being loaded?
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


josu.lazkano at gmail

Jul 18, 2012, 12:24 AM

Post #9 of 11 (629 views)
Permalink
Re: xorg input problems [In reply to]

2012/7/17 George Galt <george.galt [at] gmail>:
> Have you made sure that the Nouveau drivers are not being loaded?

Yes, nvidia installer do it for me:

# cat /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0

Regards.

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


george.galt at gmail

Jul 18, 2012, 12:36 PM

Post #10 of 11 (624 views)
Permalink
Re: xorg input problems [In reply to]

On Wed, Jul 18, 2012 at 3:24 AM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
> 2012/7/17 George Galt <george.galt [at] gmail>:
>> Have you made sure that the Nouveau drivers are not being loaded?
>
> Yes, nvidia installer do it for me:
>
> # cat /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
> # generated by nvidia-installer
> blacklist nouveau
> options nouveau modeset=0
>
> Regards.
>
> --
> Josu Lazkano
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

It might be better to check by using lsmod just to make sure that
something isn't loading them. If that isn't it, and there aren't any
errors in your Xorg.0.log file, I'm at a loss.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


josu.lazkano at gmail

Jul 18, 2012, 2:11 PM

Post #11 of 11 (634 views)
Permalink
Re: xorg input problems [In reply to]

2012/7/18 George Galt <george.galt [at] gmail>:
> On Wed, Jul 18, 2012 at 3:24 AM, Josu Lazkano <josu.lazkano [at] gmail> wrote:
>> 2012/7/17 George Galt <george.galt [at] gmail>:
>>> Have you made sure that the Nouveau drivers are not being loaded?
>>
>> Yes, nvidia installer do it for me:
>>
>> # cat /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
>> # generated by nvidia-installer
>> blacklist nouveau
>> options nouveau modeset=0
>>
>> Regards.
>>
>> --
>> Josu Lazkano
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
> It might be better to check by using lsmod just to make sure that
> something isn't loading them. If that isn't it, and there aren't any
> errors in your Xorg.0.log file, I'm at a loss.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users

There is any nouveau module:

# lsmod | grep nouveau

Now it is working great.

Best regards.

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.