Ubuntu Multimedia :: IMO Touch DisplayLink Monitor ALMOST Works?

Feb 14, 2010

I've got the iMO mostly working, but there are a few gaps that keep it from being actually useful.First, the stuff that works: Gave up trying for one display with two screens, and instead went with 2 displays. Started the USB display with:

Code:
xinit /usr/bin/fluxbox -geometry 800x480+0+40 -display :1.0 -- /usr/bin/X :1 -novtswitch -sharevts -layout USBScreen -dpi 75 >/tmp/dl1.log &
sleep 10
x2x -east -to :1 &
The "-layout" option references a ServerLayout in xorg.conf:
Code:
Section "ServerLayout"

[Code]...

Move you finger from left-to-right, the cursor moves from right-to-left. Tried "InvX", "InvertX", "SwapX", but so far it looks like evtouch is ignoring all options. Xinput list-props only shows "enabled" as a property. Actually, even if this worked, the touch pad would still be a problem. Right now the touch pad input goes to the currently active screen. Ideally I'd like the touch pad to generate x-values to the right of the main screen so that it controls the USB screen, not the main screen. Might be an option that controls this, except evtouch ignores all options.

Suspend kills the USB bus If the PC goes into suspend while the USB display is active, when it returns all USB devices are dead; USB monitor, mouse, keyboard. Hard reset to clear. Also, if the USB display is idle long enough, it turns off the display. Moving the mouse over to that display then causes a USB failure and a hard reset. Might be cool to use it as an out-board screen, but not if the application menus don't work, the touch pad is backwards, and it locks up the system...

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: 10.10 Displaylink Usb Video Adapter?

Feb 10, 2011

I just bought this USB graphics adapter [URL]...-computer.html and I need to use it on Ubuntu 10.10. I followed this guide,[URL] but when I ran $ ./configure && sudo make install && make check nothing happened.On Windows, after the installation the monitor was detected automatically. How do I get it to work on Ubuntu?

View 2 Replies View Related

Debian Multimedia :: DisplayLink USB Graphic Adapter With Intel I915

Jun 6, 2014

I'm trying to set up an HP DisplayLink USB graphic adapter on Debian 6 to be paired with the notebook's integrated Intel i915 video card. I use a custom 3.11.1 kernel in which the options for VGA arbitration, fbdev framebuffer and DisplayLink driver are enabled as built-in, not as modules.

The device works and I'm able to correctly run an X session on a DVI monitor connected to my notebook thru this USB graphic adapter. However, I'm still not able to use both the DisplayLink device and the integrated Intel i915 at the same time under X, with the purpose to extend the desktop area over the two screens, side by side.

During a boot, if the DisplayLink adapter is detected over the USB cable, the X-server's Intel driver is repudiated as shown in the logs below, and the main notebook's screen stops working with X. (nonetheless, it still functions on the "Alt-F1" text terminal).

Relevant portion of /var/log/Xorg.0.log
In particular, it shows: [ 2509.084] (II) UnloadModule: "intel"
Code: Select all[  2509.061] (II) FBDEV: driver for framebuffer: fbdev
[  2509.061] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,

[Code] ....

In case it is required, this is the relevant excerpt of my xorg.conf. In my full xorg.conf file installed locally, no other options deal with graphics or screens.

Code: Select all# All down here is required for DisplayLink
# Depth must be 16 bits for all the screens to support DisplayLink
Section "Device"
    Identifier  "IntelVideo"
    Driver      "intel"
EndSection

[Code] ......

View 1 Replies View Related

Ubuntu Multimedia :: Second Monitor Works Fine But Main Screen Messed Up

Mar 28, 2010

I have to hold a presentation using a projector in a few days and I have to bring my own laptop, so I tried hooking up a second monitor to test if it works. As it turns out, the second monitor works fine, but then my main screen is messed up. I'm using Ubuntu 9.04 and I'm doing this on a HP Pavilion DV4000 laptop. My main screen shows just the bottom (cca) 400 pixels of the wallpaper, no bottom panel, no desktop icons. And I'm kind of scared to remove the second monitor now cause I don't know what I'll do if I don't get the main screen back.. Well, other than installing 9.10 beta that is..

View 4 Replies View Related

Hardware :: Touch Screen Monitor That Is Compatible With System?

Oct 24, 2010

Can anyone recommend a Touch Screen Monitor that is compatible with linux, are most touch screens compatible? I'm assuming they would just use the touch input the same as a mouse.

I'm not looking for multi-touch or anything extra-fancy.

View 4 Replies View Related

Ubuntu :: Monitor Works In Only One Account?

Oct 19, 2010

i have upgraded to 10.10. my monitor works perfectly in one user account but in the other user account it is just lines. is there any way to fix this?

View 1 Replies View Related

Ubuntu :: Blank Screen (ATI) On TV When It Works On Monitor?

Jul 31, 2011

Natty install -- ATI 9800 is the video board.

I installed Natty on it with the machine hooked up to a Samsung LCD with a 1680x1050 resolution over DVI. No problems at all. I want the box to pretty much output MP3s and web video, so I'm not needing much. When I take the box and hook it via DVI to my LCD, I get a blank screen on boot up. I try sticking the natty CD in it, and I get a blank screen trying to live boot it too. The LCD doesn't do 1680x1050, so I brought it back to my Samsung and set the default resolution to something nice and safe: 1280x1024. Still the same behavior. When I take splash mode off, I see a "load fallback graphics devices fail" error as it is booting up. Hard for me to think the driver is the fault here when it works on my over LCD just fine.

View 4 Replies View Related

Ubuntu :: Black Screen - Works On VGA To Monitor But Not On VGA To TV?

Jul 2, 2009

I have this very frustrating problem... I'm trying to build a Linux-based HTPC (Home Theatre PC). I'm running Ubuntu 9.04 Jaunty as the operating system, and it works fine when I have it connected to my 17" Samsung monitor. However, when I connect the HTPC to the TV via VGA I get a black screen after "startx" (I can access the console through recovery mode though). Ubuntu is running gnome, so I guess it's a gnome related problem?

I would have thought it was a problem with the drivers to graphics card, but since it's working on my 17" monitor I've ruled that out. The TVs resolution is 1024x768. What can be causing this? Apperently there's some difference between my monitor and my TV (forgetting the fact that it is indeed a TV, not a monitor), but what? I've previously run Windows on the same hardware without problems, and thought I should give Linux a shot. It doesn't look good...

View 14 Replies View Related

Software :: Touch: Cannot Touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No Such File Or Directory

May 31, 2011

I want to install tomcat so i followed the steps mentioned in below link: [URL] After going through the steps i checked for

Code:

./startup.sh

but it showed me the error

Code:

touch: cannot touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No such file or directory
/usr/share/apache-tomcat-6.0.32-src/bin/catalina.sh: line 372: /usr/share/apache-tomcat-6.0.32-src/logs/catalina.out: No such file or directory

when i went through my "/usr/share/apache-tomcat-6.0.32-src/" there was no "logs" folder so i tried

Code:

find / -name catalina.out

but it returned nothing.BTW i have installed "apache-tomcat-6.0.32-src", "java-1.6.0". Please if any one could look into the problem and provide me the solution to error mentioned above and why there is no "logs" directory in "/usr/share/apache-tomcat-6.0.32-src/".

View 5 Replies View Related

Ubuntu :: Connection Monitor Script Works Incorrect?

Jan 21, 2011

My promlem is that i wrote a few simple script to monitor the network connection as follows:
script 1 "netmonitor.sh"

Quote:
#!/bin/bash
# /usr/local/bin/netmonitor.sh
ping -c 1 "$HOST" > /dev/null 2>&1
if [ $? = 0 ]; then
echo "`date` Network is ready!" |

[Code]...

Is it possible, that if system don't use the connection after getting the DHCP lease, it close the connection automaticly? Anyway it works ok, but i don't want to owerwrite my router's flash in every 5 seconds with te new lease, my script probably defeat it soon if i don't do anything

View 5 Replies View Related

Ubuntu :: 10.04 LTS - Dual Monitor Works Only Sometimes (ATI Multi-desktop)?

May 19, 2011

I've been using my laptop with an external LCD monitor attached to it at work (Philips 201E). And at home with a different external monitor (Samsung 2032BW). I have an ATI graphics card (HD3450), with Ati Catalyst drivers enabled and I'm using the Single display desktop (Multi-Desktop) seeting. At work I have the external monitor on the left and laptop on the right, while at home the other way around. So when I switch between the two setups, I just needed to go to Ati Catalyst Control Center, change the order of the displays, change the resolution (Home - 1680x1050, Work - 1440x900), reboot and it was all fine.

But since a while it doesn't work properly anymore:

At home it *still* works fine. At work it doesn't work. Sometimes it works for some reason, after a few resolution/setting changes in ACCC and reboots... it's very strange and annoying. Does anyone have any idea for fixing it? I've uninstalled and reinstalled the ATI restricted drivers and that seemed to make it work initially, but it still works just sometimes. This is my xorg.conf currently:

Code:
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[6]-0" 0 0
Screen "amdcccle-Screen[6]-1" 1280 0
EndSection

[Code]...

View 1 Replies View Related

Ubuntu :: Unity Works On Optiplex 780 Dual Monitor?

Jun 30, 2011

The title says most of it. I've got an Optiplex 755 (Dual 20" Dell Monitors) on my desk at work but have access to a 780 if I want it. The 755 does NOT work with Unity, simply won't handle it. I'm not interested in doing an OS Reinstall and data transfer of all my work stuff if Unity doesn't work (KDE is fine on my 755...well sort of, I have Konsole windows popping up through my Firefox and KRDC windows but that's a somewhat minor issue). Anyone have an Optiplex 780 that they have the most recent Ubuntu installed with Unity running (Dual Screen) without a problem?

View 2 Replies View Related

Ubuntu :: Run With Touch And / Or Multi Touch Capabilities?

Jul 8, 2010

I would like to use as much FOSS as possible, particularly with touch screen computers. Is it possible to run Ubuntu with touch and/or multi touch capabilities? If so, will an HP Touch Smart computer run Ubuntu? I would very much like to purchase said machine via Linux Foundation discounts if this is the case.

View 2 Replies View Related

General :: Ubuntu 10.04 LTS - Dual Monitor Works Only Sometimes (ATI Multi-desktop)

Jul 7, 2011

I've been using my laptop with an external LCD monitor attached to it at work (Philips 201E). And at home with a different external monitor (Samsung 2032BW).I have an ATI graphics card (HD3450), with Ati Catalyst drivers enabled and I'm using the Single display desktop (Multi-Desktop) seeting. At work I have the external monitor on the left and laptop on the right, while at home the other way around. So when I switch between the two setups, I just needed to go to Ati Catalyst Control Center, change the order of the displays, change the resolution (Home - 1680x1050, Work - 1440x900), reboot and it was all fine.

But since a while it doesn't work properly anymore: At home it still works fine. At work it doesn't work. Sometimes it works for some reason, after a few resolution/setting changes in ACCC and reboots... it's very strange and annoying. With the home monitor I can see the whole bootup process on both monitors (laptop + LCD) and it always just works fine. With the work monitor on the external LCD monitor I just see "No video input" until I get to the login screen, then it shows up there as well. But after login it will either:

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: IPod Touch 4th Gen With OS 4.1

Feb 22, 2011

I know there are a few threads on this already, but I don't think they apply to this type model specifically. This link says that the libgpod is not yet current with the hardware.

It also says that it works with iPod Touch 4G's with a lower OS (ex. 4.0.1). Mine came with 4.1, but even after jailbreaking, I cannot get it to sync music.

If I were to downgrade the OS (is this even advisable for this model), would I then be able to sync music in Ubuntu?

View 1 Replies View Related

General :: Dual Monitor No Longer Works

Aug 12, 2009

My dual monitor no longer works. I downloaded the new patch for my video card and apparently the NVIDIA GeForce 8800 and Linux do not like each other?

1)Should I just remove the driver?

2)If I did would the old driver pick up because although it had a few faults, at least I could use both monitors after a lil engineering

3)If I were to remove the driver, where would I do it from?

View 5 Replies View Related

Ubuntu Multimedia :: Disable Secondary Monitor Quickly Other Than Loading Up Nvidia-settings And Disabling The Monitor Every Time?

Jun 29, 2010

Currently I have two 1920x1080 screens running in Twinview on my Geforce 275 graphics card. Want I want to do is a quick simple way of disabling my secondary monitor when playing video games or using xbmc to watch movies, etc. I've tried a few applets but they require the xandr function which I think Nvidia doesn't support.

Is there a way to disable this quickly other than loading up nvidia-settings and disabling the monitor everytime. I don't really want to use two seperate x sessions and xinerama due to the fact you can't use compositing.

View 1 Replies View Related

Ubuntu Multimedia :: Ipod Touch Not Being Recognized At All?

Jan 18, 2010

connecting my ipod touch (Version 1.1.5). When I plug the ipod in, ubuntu doesnt recognize it at all, not even as a camera. It will however charge it up. Ive tried Hipo and Amarok but neither of them do anything as well. I am running Ubuntu 9.10.

View 4 Replies View Related

Ubuntu Multimedia :: 1st Gen IPod Touch Won't Mount

Aug 11, 2010

I'm running (K)ubuntu 10.04 side-by-side with Windows 7 (Wubi install) and have been having trouble from the word go trying to get my ipod working with it. I've already managed to jailbreak it with Spirit in Windows in hopes that it would get the iPod libs to work but to no avail. I've downloaded just about every result I could find by searching for "ipod" in Synaptic as well as a few other libraries that I've found while searching the forums for a solution to my problem. I have both Banshee and RhythmBox on my machine and Bash can detect the device but it won't mount and to the best of my knowledge not a single program can see anything other than a folder labeled "iPod" in my "media" drive and even this only recently occurred. For what it's worth, I've downloaded the ipod-convenience package and this is the code that resulted when I tried to mount via Konsole:

[code]...

this is after I've added myself to the 'fuse' group and rebooted the computer.

View 2 Replies View Related

Ubuntu Multimedia :: Ssh Songs From Ipod Touch?

Aug 12, 2010

Any who, like the title says if i ssh into my ipod on to ubuntu will the titles be screwed up?

I have a lot of songs there and i dont want to have to re write over 1000 song titles.

my ipod is jailbroken. i have firmware 4.0 and i think i am running Ubuntu Netbook remix 10.04 and i use rythmbox.

so can it b done

View 2 Replies View Related

Ubuntu Multimedia :: 10.04 Does Not Sync IPod Touch?

Oct 9, 2010

I just got a 4th generation iPod Touch today. I plug it in to my laptop (Ubuntu 10.04), it recognizes it as a photo storage but it will not recognize it in Rhythmbox or Banshee. Therefore I cannot get any files on to it. Although when I plug it in and open Rhythmbox it makes a little noise.

I have tried installing libimobiledevice, ifuse and tried with gtkpod (basically I've read a lot of stuff about getting it to work) all to no avail. I also plugged it into Windows Vista to get it started as well as transferred a song from iTunes 10 to it, and it still doesn't do much when on my laptop.

It seems to not be mounted in the proper place for gtkpod and no fixes seemed to work. For using ifuse it does not seem to recognize that it is plugged in. I have updated all the libimobiledevice packages and still nothing.

View 7 Replies View Related

Ubuntu Multimedia :: Xubuntu 11.04 Won't See Ipod Touch / Fix It?

May 17, 2011

I believe I have all the necessary files, but nothing happens when I plug it in. I had it working with gtkpod in ubuntu 10.10. Any ideas? I have itunes in windows, but hate booting into it to do work. (I only use it for occasional gaming)

View 1 Replies View Related

Ubuntu Multimedia :: IPod Touch 4G Not Recognized At All / Resolve This?

Oct 11, 2010

I do not manage to get my my ipod touch 4g recognized by ubuntu 10.04. First time I tried, it was recognized as a camera and not as a media player. I tried to install a few other packages. Now it is not recognized at all....
I followed guidelines on the forum and installed libimobiledevice, ifuse, usbmuxd and libplist. Note I unlock my ipod before connecting it.

Here is what I get with ideviceinfo

jean-francois@Sony:~$ ideviceinfo
usbmuxd_get_device_list: error opening socket!
No device found, is it plugged in?

I see a lot of post related to new ipod touch 4g installation but I think I screwed up somewhere in my configuration since the ipod is not recognized at all.

View 4 Replies View Related

Ubuntu Multimedia :: IPod Touch / IPhone Application Management In 10.04?

May 2, 2010

I am curious if it is possible to manage apps on an iPod Touch with Nautilus or any media-oriented program on Ubuntu 10.04. I have seen several blogs stating that users have been able to manage their apps using Nautilus, but I am unsure if this is true or not.

View 1 Replies View Related

Ubuntu Multimedia :: IPod Touch Doesn't Show Up In Rhythmbox

May 26, 2010

I have an iPod Touch 2nd Gen with 3.1.3, Ubuntu 10.04, and the most up to date software, and my iPod doesn't appear in Rhythmbox. It shows up with Nautilus, so I know its being read.

View 8 Replies View Related

Ubuntu Multimedia :: Can't Transfer Purchased Music From Ipod Touch

Jul 4, 2010

I'm running Lucid and so far I've been really pleased with how easy it is to access my ipod. My only problem is transferring music I purchased from the itunes store from my ipod touch to my ubuntu box. Neither Rhythmbox nor gtkpod shows that I have purchased music. If I browse through my ipod using Nautilus I can find my purchases but they have numbers for names and their metadata is in plist separate plist files.
The files aren't DRM'ed. If i hover my mouse over any of them in Nautilus, they play fine. Is there an easier way of transferring them than copying them and tagging each file individually?

View 3 Replies View Related

Ubuntu Multimedia :: Ipod Touch - Transferring Songs To The Device?

Aug 15, 2010

I am on Ubuntu 9.10 and Will soon buy a ipod touch 4g. I would like to if there are any applications that could allow transferring songs to the device from Ubuntu?

View 1 Replies View Related

Ubuntu Multimedia :: Mounting IPod Touch With Root Access?

Sep 30, 2010

How can I mount an iPod touch in Ubuntu with access to the root and not only the media folder?

I tried to do things with ifuse and it didn't work or I didn't understand.

I succeeded to mount my iPod with ifuse without root access in /home/user/iPod but now I would like to delete it but I don't know how.

So how can I mount my iPod touch with root access (something with afc2) and to delete the unwanted one that I made ifuse?

View 1 Replies View Related

Ubuntu Multimedia :: Music From Rhythmbox Not Playing On IPod Touch

Oct 2, 2010

I recently found that I can sync my music to my iPod without iTunes/Windows. I tried using Rhythmbox and it seemed to work. That was, until I tried playing the album I added. It just skips through the album.

View 3 Replies View Related

Ubuntu Multimedia :: Ipod Touch Doesn't Work Outside Of Gnome?

Oct 15, 2010

I recently upgraded to kubuntu 10.10 and now I can't play songs and sync my ipod outside of gnome. Before the upgrade I was able to access the ipod using rhythm box, it wouldn't be detected at first but if I would click music and then import folder and then click ipod touch under places rhythm box would recognise it and it would be mounted at /home/linux/.gvfs/iPod touch. But now unlike before on kubuntu 10.04, when I plug in my ipod it is actually recognised by the device notifier, but it only recognises it as a camera it has no access to the rest of the file system where the music is located, and their is no eject button in the device notifier to unmount. And because of this I can't mount gvfs unless I unplug the ipod, logout, and log back in into gnome. I tried mounting with ifuse before on 10.04 but it didn't work right, now when i try it in kde I get a whole new error message.

linux@linux:~$ ifuse /mnt/ipod/

No device found, is it connected? If it is make sure that your user has permissions to access the raw usb device. If you're still having issues try unplugging the device and reconnecting it.

I tried

umount camera:/Apple iPod Touch (PTP mode)@usb:001,005/

But that just gave me

bash: syntax error near unexpected token `('

I didn't think that command would work but I tried it because I have no idea where the hell the ipod is mounted or if it's even mounted at all. Is their any way to keep kde from detecting my ipod touch? Or anything I can do in the terminal so I can use my ipod with gtkpod or rhythmbox while in kde.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved