View previous topic :: View next topic |
Author |
Message |
gsilva Tux's lil' helper
Joined: 24 Dec 2007 Posts: 84 Location: Portugal
|
Posted: Fri Dec 28, 2007 10:54 am Post subject: [SOLVED] Missing synaptic's entry in xorg.conf |
|
|
That's about it... all my xorg.conf has is:
Code: | # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Dec 13 19:09:35 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
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 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
SubSection "Display"
Depth 24
EndSubSection
EndSection |
No touchpad entry. I needed that to make a script to disable the touchpad...
Thanks.
Last edited by gsilva on Fri Dec 28, 2007 9:38 pm; edited 1 time in total |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Dec 28, 2007 1:26 pm Post subject: |
|
|
Or maybe you could disable it from the bios when you don't want it at all. |
|
Back to top |
|
|
hoacker Guru
Joined: 04 Aug 2007 Posts: 505 Location: Bürstadt, Germany
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Dec 28, 2007 4:41 pm Post subject: |
|
|
No, he wants to disable it I think |
|
Back to top |
|
|
hoacker Guru
Joined: 04 Aug 2007 Posts: 505 Location: Bürstadt, Germany
|
Posted: Fri Dec 28, 2007 4:45 pm Post subject: |
|
|
d2_racing wrote: | No, he wants to disable it I think |
Maybe gsilva could enlighten us... |
|
Back to top |
|
|
gsilva Tux's lil' helper
Joined: 24 Dec 2007 Posts: 84 Location: Portugal
|
Posted: Fri Dec 28, 2007 8:56 pm Post subject: |
|
|
Sorry guys. No, I don't want to disable it permanently. Just want to write a script that, associated to a acpi event, disables/enables it. For that, I need the Synaptic's entry in xorg.conf...
Anyway, the HOW TO solved my problem since I manually entered the synaptics in the xorg.conf. Thank you very much! |
|
Back to top |
|
|
hoacker Guru
Joined: 04 Aug 2007 Posts: 505 Location: Bürstadt, Germany
|
Posted: Fri Dec 28, 2007 9:35 pm Post subject: |
|
|
gsilva wrote: | Anyway, the HOW TO solved my problem |
Good to hear.
P.S.: Please add [solved] to the topic. |
|
Back to top |
|
|
|