Gentoo Archives: gentoo-amd64

From: Marko Obrovac <marko.obrovac@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Xorg and usb keyboard/mouse and some screen flickering :(
Date: Wed, 03 Mar 2010 14:03:03
Message-Id: ea5d4e0d1003030508k3b50e42avf0ee7beebea1d0e4@mail.gmail.com
In Reply to: [gentoo-amd64] Xorg and usb keyboard/mouse and some screen flickering :( by Marko Obrovac
1 On 2 March 2010 21:22, Marko Obrovac <marko.obrovac@×××××.com> wrote:
2
3 > Hello people,
4 >
5 > I own an MSI laptop (GX-700) and today I bought an external monitor (LG
6 > W2443) and a wireless keyboard/mouse combo (Trust) for it. However, I'm
7 > having problems with all of them :(
8 >
9 > Firstly the keyboard/mouse issue. A few months ago I bought a wireless
10 > mouse (also a Trust one), just plugged it in, started the system and
11 > everything worked nicely. Now, I can't get the new keyboard/mouse combo to
12 > work. I'm sure they're OK, because in the grub menu I can use the new
13 > keyboard to select/edit/etc the boot stuff (i.e. I'm sure BIOS recognises
14 > it). However, I can't seem to get it to work in Xorg... The thing that
15 > strikes me the most is that the "old" mouse worked without a problem. Any
16 > hints?
17 >
18
19 It seems like it's definitely a kernel "issue". I tried to start an
20 interactive boot, but the kernel didn't respond to the "i" I hit (of course,
21 hitting it on the laptop keyboard works like a charm). I read thoroughly
22 http://www.gentoo.org/doc/en/usb-guide.xml and
23 http://forums.gentoo.org/viewtopic.php?t=79, but all usb/hid configuration
24 was already in place.
25
26
27 > Secondly, the new monitor. I can see constant flickering on it. I'm sure
28 > it's not the monitor's fault since I had similar issues with others as well
29 > - that is to say, I'm quite convinced it has something to do with my graphic
30 > card (nvidia geforce 8600m gt).
31 >
32
33 As for the flickering, I deducted it's a refresh rate issue. I lowered the
34 resolution, increased the refresh rate and turned the resolution back to its
35 maximum and the flickering "disappeared". However, nvidia-settings doesn't
36 allow me to increase the frequency with the maximum resolution, which
37 practically means I have to redo the steps mentioned every time I restart
38 Xorg. Anybody knows how to get around this?
39
40
41 > I'm pasting the xorg.conf and /etc/make.conf files here as I'm not sure the
42 > mailing list supports attachments.
43 >
44 > Any help is welcome,
45 > Marko
46 >
47 >
48 > XORG.CONF
49 > =========
50 > # nvidia-settings: X configuration file generated by nvidia-settings
51 > # nvidia-settings: version 1.0 (root@moveable-basket) Wed Oct 21
52 > 23:07:18 Local time zone must be set--see zic manual page 2009
53 >
54 > #Section "InputDevice"
55 > # Identifier "Mouse0"
56 > # #Driver "synaptics"
57 > # Driver "mouse"
58 > # Option "Protocol" "IMPS/2"
59 > # #Option "Device" "/dev/input/mice"
60 > # Option "ZAxisMapping" "4 5 6 7"
61 > #EndSection
62 >
63 > Section "ServerLayout"
64 >
65 > Identifier "X.org Configured"
66 > Screen 0 "Screen0" 0 0
67 > InputDevice "Keyboard0"
68 > InputDevice "Mouse0"
69 > Option "BackingStore" "True"
70 > # InputDevice "Mouse0" "CorePointer"
71 > EndSection
72 >
73 > Section "Files"
74 > ModulePath "/usr/lib64/xorg/modules"
75 > FontPath "/usr/share/fonts/misc/"
76 > FontPath "/usr/share/fonts/TTF/"
77 > FontPath "/usr/share/fonts/OTF"
78 > FontPath "/usr/share/fonts/Type1/"
79 > FontPath "/usr/share/fonts/100dpi/"
80 > FontPath "/usr/share/fonts/75dpi/"
81 > EndSection
82 >
83 > Section "Module"
84 >
85 > #Load "dbe"
86 > #Load "dri"
87 > #Load "dri2"
88 > #Load "extmod"
89 > Load "glx"
90 > #Load "record"
91 > EndSection
92 >
93 > Section "ServerFlags"
94 > Option "Xinerama" "0"
95 > EndSection
96 >
97 > Section "InputDevice"
98 > # generated from data in "/etc/conf.d/gpm"
99 > Identifier "Mouse0"
100 > Driver "evdev"
101 > Option "Protocol"
102 > Option "Device" "/dev/input/mice"
103 > Option "Emulate3Buttons" "no"
104 > Option "ZAxisMapping" "4 5"
105 > EndSection
106 >
107 > Section "InputDevice"
108 >
109 > #Driver "kbd"
110 > Identifier "Keyboard0"
111 > Driver "evdev"
112 > #Option "CoreKeyboard"
113 > Option "XkbRules" "xrrg"
114 > Option "XkbModel" "pc105"
115 > Option "XkbLayout" "us,hr"
116 > #Option "Device" "/dev/input/event6"
117 > EndSection
118 >
119 > Section "Monitor"
120 > Identifier "Monitor0"
121 > VendorName "Unknown"
122 > ModelName "LG W2443"
123 > HorizSync 30.0 - 83.0
124 > VertRefresh 56.0 - 75.0
125 > EndSection
126 >
127 > Section "Device"
128 > Identifier "Card0"
129 > Driver "nvidia"
130 > VendorName "nVidia Corporation"
131 > BoardName "GeForce 8600M GT"
132 > Option "RenderAccel" "True"
133 > BusID "PCI:8:0:0"
134 > EndSection
135 >
136 > Section "Device"
137 > Identifier "Device0"
138 > Driver "nvidia"
139 > VendorName "NVIDIA Corporation"
140 > BoardName "GeForce 8600M GT"
141 > EndSection
142 >
143 > Section "Screen"
144 > Identifier "Screen0"
145 > Device "Device0"
146 > Monitor "Monitor0"
147 > DefaultDepth 24
148 > Option "TwinView" "0"
149 > Option "metamodes" "CRT: nvidia-auto-select +0+0"
150 > SubSection "Display"
151 > Modes "1920x1080"
152 > Depth 16
153 > EndSubSection
154 > SubSection "Display"
155 > Modes "1920x1080"
156 > Depth 24
157 > EndSubSection
158 > EndSection
159 >
160 > #Section "Extensions"
161 > # Option "Composite" "Enable"
162 > #EndSection
163 >
164 >
165 >
166 > MAKE.CONF
167 > ==========
168 > # These settings were set by the catalyst build script that automatically
169 > # built this stage.
170 > # Please consult /usr/share/portage/config/make.conf.example for a more
171 > # detailed example.
172 > CFLAGS="-march=nocona -O2 -pipe"
173 > CXXFLAGS="${CFLAGS}"
174 > # WARNING: Changing your CHOST is not something that should be done
175 > lightly.
176 > # Please consult http://www.gentoo.org/doc/en/change-chost.xml before
177 > changing.
178 > CHOST="x86_64-pc-linux-gnu"
179 > # These are the USE flags that were used in addition to what is provided by
180 > the
181 > # profile used for building.
182 > #USE="mmx sse sse2"
183 > USE="intel mmx sse sse2 bash-completion cddb cdparanoia cups dvb ffmpeg gd
184 > gnuplot imagemagick jabber jingle lame latex lm_sensors mime msn multilib
185 > ncurses networkmanager nptl nsplugin offensive pcmcia pcre perl plotutils
186 > posix python readline smp sockets subversion suid symlink syslog threads v4l
187 > v4l2 vim-syntax wifi wxwidgets xattr xcomposite xft xine xinetd yahoo -kde
188 > -qt3 -qt4"
189 > VIDEO_CARDS="nvidia"
190 > ALSA_CARDS="hda-intel loopback virmidi"
191 > INPUT_DEVICES="evdev keyboard mouse synaptics"
192 > ACCEPT_LICENSE="*"
193 >
194 > MAKEOPTS="-j3"
195 >
196 > GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo/
197 > ftp://mirror.ovh.net/gentoo-distfiles/
198 > http://mirror.ovh.net/gentoo-distfiles/
199 > ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ "
200 >
201 > SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
202 > source /usr/local/portage/layman/make.conf
203 >

Replies

Subject Author
[gentoo-amd64] Re: Xorg and usb keyboard/mouse and some screen flickering :( Marko Obrovac <marko.obrovac@×××××.com>