Jump to content

Patkos Csaba

Members
  • Posts

    70
  • Joined

  • Last visited

Patkos Csaba's Achievements

casual

casual (2/7)

0

Reputation

  1. I can't get this tablet to properly work. Here are the details: Tablet: Wacom Graphire CTE-630BT (Wireless over BlueTooth) Mandriva: 2010.1 Free 64 bits, all repositories configured Problem: - I can only left and right click with the pan (stylus) - I can not move the cursor - No pressure is sensed What happens: - bluetooth adapter is recognized and working (generic BT adapter) - gnome-bluetooth finds the divece - HAL finds the device - x11-driver-input-wacom is installed - I can read/write parameters with xsetwacom from console - if I change something in 10-wacom.fdi and restart the device, lshal reflects the changes Relevant part from lshal: udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input' info.capabilities = {'input', 'input.mouse', 'input.tablet'} (string list) info.category = 'input' (string) info.parent = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7' (string) info.product = 'WACOM Pen Tablet' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input' (string) input.device = '/dev/input/event5' (string) input.originating_device = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7' (string) input.product = 'WACOM Pen Tablet' (string) input.x11_driver = 'wacom' (string) input.x11_option.Type = 'stylus' (string) linux.device_file = '/dev/input/event5' (string) linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11/event5' (string) My /usr/share/hal/fdi/policy/20thirdparty/10-wacom.fdi <?xml version="1.0" encoding="ISO-8859-1"?> <!-- this is probably a bit imprecise --> <deviceinfo version="0.2"> <device> <match key="info.category" contains="input"> <match key="info.product" contains_outof="Wacom;WALTOP;WACOM"> <merge key="input.x11_driver" type="string">wacom</merge> <merge key="input.x11_option.Type" type="string">stylus</merge> </match> </match> <match key="info.capabilities" contains="serial"> <match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5;FUJ02e7"> <append key="info.capabilities" type="strlist">input</append> <merge key="input.x11_driver" type="string">wacom</merge> <merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge> <merge key="input.device" type="copy_property">serial.device</merge> </match> </match> <!-- N-Trig Duosense Electromagnetic Digitizer --> <match key="info.product" contains="HID 1b96:0001"> <match key="info.parent" contains="if0"> <merge key="input.x11_driver" type="string">wacom</merge> </match> </match> </device> </deviceinfo> xinput --list: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10 id=7 [slave pointer (2)] ⎜ ↳ Macintosh mouse button emulation id=10 [slave pointer (2)] ⎜ ↳ WACOM Pen Tablet eraser id=11 [slave pointer (2)] ⎜ ↳ WACOM Pen Tablet cursor id=12 [slave pointer (2)] ⎜ ↳ WACOM Pen Tablet pad id=13 [slave pointer (2)] ⎜ ↳ WACOM Pen Tablet id=14 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10 id=8 [slave keyboard (3)] ↳ Power Button id=9 [slave keyboard (3)] cat /proc/bus/input/devices I: Bus=0005 Vendor=056a Product=0081 Version=0100 N: Name="WACOM Pen Tablet" P: Phys=00:0B:0D:4C:FD:67 S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11 U: Uniq=00:13:C2:03:3C:C7 H: Handlers=mouse2 event5 B: EV=1f B: KEY=1c63 70003 0 0 0 0 B: REL=103 B: ABS=3000003 B: MSC=11 Note: I can not get any information on the console when I use xxd mouse2 or xxd event5 (xxd works ok with my real mouse device and keyboard device). I would appreciate any help you can offer. I red tens of articles on all kind of forums and of course the official page ... I had no luck. PS: modifying xorg.conf as described in different place is also no luck. [moved from Hardware by spinynorman]
  2. Here is my desktop. Mandriva 2009 + KDE4 on my laptop. I blurred tmy kopete's contacts' names for privacy reasons.
  3. System freeze on high traffic OS: Mandriva Linux 2008.1 Kernel: 2.6.24.7-desktop-1mnb #1 SMP Driver: provided with the system Firmware: latest available from late 2006 Other system information: [root@localhost eddiep]# lsmod | grep rt61 rt61pci 22944 0 rt2x00pci 8096 1 rt61pci rt2x00lib 18272 2 rt61pci,rt2x00pci mac80211 119148 3 rt61pci,rt2x00pci,rt2x00lib eeprom_93cx6 2720 1 rt61pci [root@localhost eddiep]# modinfo rt61pci filename: /lib/modules/2.6.24.7-desktop-1mnb/kernel/drivers/net/wireless/rt2x00/rt61p ci.ko.gz license: GPL firmware: rt2661.bin firmware: rt2561s.bin firmware: rt2561.bin description: Ralink RT61 PCI & PCMCIA Wireless LAN driver. version: 2.0.10 author: http://rt2x00.serialmonkey.com srcversion: D71C36F67F7A0F8B005A78F alias: pci:v00001814d00000401sv*sd*bc*sc*i* alias: pci:v00001814d00000302sv*sd*bc*sc*i* alias: pci:v00001814d00000301sv*sd*bc*sc*i* depends: rt2x00lib,rt2x00pci,mac80211,eeprom_93cx6 vermagic: 2.6.24.7-desktop-1mnb SMP mod_unload 686 Now, the PROBLEM: - whenever download speed goes up and stays about 1.5-2.0 MBytes/sec, after 1-3 minutes the hole system freezes. - the problem is probably NOT only Mandriva Linux related, it happens on Ubuntu, too, just search with google for "bit torrent system freeze" ... those people have wifi cards, some of tham have other models and ndiswrapper is the problem and others have this RT61 based cards. - the system freeze is not related with the number of connections, ONLY the speed of the incoming information. Whatever information, workaround or patch you can provide to solve this would be for great help. Whatever additional information I can provide to you, just ask. ==================== SOLUTION: Download the latest rt61 enhanced legacy driver from rt2x00.serialmonkey.com Untar the archive cd to the untarred folder / Module type: make all as root do the following: cp rt61.ko /lib/modules/`uname -r`/kernel/drivers/net/. test if it loads, still as root: modprobe rt61 ldmod | grep rt - it should show you a list where you can identify "rt61" (without anything else at the and) DO NOT REMOVE OLD DRIVER!!! next, we must remove old rt61pci module at boot time. You can do this in variouse ways, I've chosen this solution: edit file /etc/rc.d/rc.local add following lines: rmmod rt61pci modprobe rt61 than reboot the system. Your network should be up, no system freeze should happen any more.
  4. GPU is your graphics processor, your video card's processor. The detection method depends on the type of your card. Open up the karramba theme and edit it to fit your needs: 1) if you have a PC and nvidia video card, you may use a nvidia-settings command with some parameters to detect the temperature 2) if you have ATI card in your PC you will have to use another ATI specific utility 3) if you have a laptop, you may NOT have a temperature sensor for video card (which is on-board), usualy laptops don't have it. Also, you may have extra sensors which are NOT in your karramba theme. I use "RessMon" theme, and I edited the file to add: 1) harddisk temperature 2) motherboard temperature 3) 3rd sensor for processor (CPU), I have core0, core 1 and cpu
  5. You will have to run in a console, as root, "sensors-detect" (without quotes), and configure your sensors. NOTE: your computer may or may not have some or any sensors!!!
  6. @adamw: I tryed the following 1) rmmod pcspkr, when booted from in Live mode from Mandriva 2008.1 ONE Kde, speaker still sing withouth the module loaded... 2) alsamixer -c 0, i've set all sound parameters to maximum, no improvement. The sound level is about 60% compared with the currently installed Mandriva 2008.0, maybe less.
  7. For now, I only tryed 2008.1 in Live mode. Thanks for the link, i'll try it, also as LiveCD, if it works, I may risk an install. Sound is mandatory for me both on PC and Laptop, because of some voice conferences, and dont like to "revert" to a previouse version.
  8. Same problem here ... I have a HP Pavilion dv6000 laptop. I wanted to try the ONE in live mode, becouse I may be a victim of the Intel HDA ICHx sound bug, but I can't. Booting from Mandriva ONE KDE 2008.1 dies with a very sophisticated kernel error (too long to rewrite it here), the error starts with UDEV problems on boot screen, and on log screen (ALT+F3) there are some "Intel Corporation|82801G (ICH7 Family)...." related errors... So bad ... I'll try the pc now. I hope it will work, but I think it will not, same Intel chipset on PC too... Later Edit: 1) ONE boots on the PC ... with same chipset, strange... 2) Sound bug is there, different from my friends, they had absolutly NO sound with this on-board Intel soundcard. I have sound, very low, everything at maximum barely makes a music enjoiable in headphones. With 2008.0 it was much much much louder, usualy a volume over 60%-70% was to loud. And the second BIG problem is that the pc speaker is always ON ... every sound is reproduced in pc speaker ... it's freeky :P
  9. Same problem here, intel 910 (i think) ... it seemes that other people with intel cards have the same problem: http://forum.mandriva.com/viewtopic.php?t=...a52d51b2db3a510 The problem is 99% NOT compiz related becouse glxgears and glinfo gives these error messages: libGL error: drmMap of framebuffer failed (Invalid argument) libGL error: reverting to (slow) indirect rendering I can't find a solution yet, but hope we'll be rotateing the cube soon :)
  10. Hi, My frustration is, that I can't get properly working nvidia driver with compiz. Let me explain... Hardware: CPU: Intel core 2 duo e4300 RAM: 1G HDD: 160 G SATA BRAND: HP dx2300 Onboard video: Intel PCIE video: Nvidia Gforce FX 8600GT (silent) - 512 MB RAM Monitor: HP p1130 CRT - 1600x1200@85Hz Software: Mandriva 2008.0 Kernel 2.6.22.9-2mdv compiz-fusion & compiz - latest version What I expect: - compiz working fast - games working fast - full opengl support What is the reality: Case 1 - free (opensource) nvidia drivers: - compiz - native support - veri slow - compiz - xgl - unavailable - tremulouse - 1600x1200 - 20-30fps - ta:spring - not working Case 2 - dkms-nvidia-current nvidia drivers: - compiz - native support - laggy (ex. wobbly windows, at maximize drows 4-5 frames for hole effect) - compiz - xgl - perfect - tremulouse - 1600x1200 - full detail - 1 player local game 90FPS (max. possible 90) - tremulouse - 1600x1200 - full detail - 20 player online game with many objects - 45-60FPS (max. possible 90) - ta:spring - not working - becouse direct rendering required - glxinfo says direct rendering: NO - nvidia-settings application says I'm not running proprietary driver Case 3 - original nvidia drivers from nvidia.com: - compiz - native support - laggy (ex. wobbly windows, at maximize drows 4-5 frames for hole effect) - compiz - xgl - option is selectable, on X start, after log-in , white screen, X frozen - tremulouse - 1600x1200 - full detail - 1 player local game 90FPS (max. possible 90) - tremulouse - 1600x1200 - full detail - 20 player online game with many objects - 80-90FPS (max. possible 90) - ta:spring - working - glxinfo says direct rendering: YES - nvidia-setting application works properly What I want on my system: - direct rendering: YES - compiz (nativ or XGL) but working fast and smooth - games without low fps PS: System is up-to-date. Latest updates installed. Thank you, any ideea is welcome. --------------------------------------------------------------- solution is add this option to compiz at startup time: --loose-binding --replace ccp
  11. SO: Mandriva 2008.0 free (dvd) - with latest updates DM: KDE + Compiz-fusion + xgl Keyboard: MS Wireless Multimedia 1.1A In console (text mode) everithing is OK. In KDE, the delete key doesn't delete. All other keys are working properly, special (multimedia) keys are mostly OK. xev says this when "delete" is pressed: FocusOut event, serial 30, synthetic NO, window 0x2600001, mode NotifyGrab, detail NotifyAncestor FocusIn event, serial 30, synthetic NO, window 0x2600001, mode NotifyUngrab, detail NotifyAncestor KeymapNotify event, serial 30, synthetic NO, window 0x0, keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Please help. Thanks. --------------------------- SOLUTION: REMOVE EVDEV PACKAGE
  12. We are proud to anounce the first Mandriva Installfest in Romania. It will be held in Timisoara City. Anyone intrested in helping us can get more info on: http://installfest.zapto.org or http://installfest.open.to (pages written in romanian) Also, this is an Invitation to anyone intrested in participating as a visitor. For more details: http://installfest.zapto.org or http://installfest.open.to (pages written in romanian)
  13. Did anyone try to install Spring with --force and --nodep??? It works if it's installed that way? [Edit]: OK, I tryed, but it still refuses to install. Is there a way to force urpmi to install a program regardless of any version conflict error???
  14. SOLVED IT. THE VACATION APPLICATION FROM MANDRIVA RPM IS BROKEN. If some of you has the same problem, just download this one: http://www.ayradyss.org/programs/#vacation Thanks.
  15. Also I am open to any suggestion for other autoresponder aplications. There is no way to use some application through amavis-new to autoreply messages? I looked at google but find nothing. Thanks.
×
×
  • Create New...