Ubuntu :: Expert Who Can Develop Installation Script To Get Fine-tuning

Mar 28, 2011

As an owner of the HP Touchsmart TM2T 2100 CTO I had to search on the internet to fine tune Ubuntu Netbook Remix, like auto-rotate.I am a Linux noob.Is there an expert who can develop an installation script to get the fine-tuning done by executing that script?I am thinking about installing auto-rotate, maybe fixing the ATI-card, multitouch,I know multitouch works out of the box, but I red some drivers can be updated to get the latest gestures and so on.

As Linux user who is not familiar knowing what he really is doing, such a script can be handy. It also helps new TM2T owners to work fast with the best OS there is: Ubuntu!

View 9 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Fine Tuning S Video / ATI On 9.10

Apr 14, 2010

Essentially, what I am attempting to do is set up an older PC with a Radeon 9600 video card chipset in it with xubuntu 9.10. I would like to attach this PC to my rear projection tv (Sony KP-48S75) via an S-video cable and use this TV as the primary and only monitor for the system. At one point, I had Ubuntu 8.04 hacked onto this same hardware fulfilling this role decently. However, due to some carelessness on my part, the system became unstable and I decided to start anew (random crashes, lots of X freezes, dependency issues, screwing too much with my sources.list and so on). So, that said, I installed Xubuntu 9.10 on the PC and had it hooked up to both an LCD monitor and the TV via S-video. Upon boot, both outputs worked, though X only rendered on the LCD and not the TV. Thus, I dug and researched and found that by putting a bunch of xrandr commands into my gdm start script I could finagle the TV into displaying my output, mostly.

The commands I used to get the S-video out work (and, therefore, pasted into my /etc/gdm/Init/Default script) follow:
Code:
xrandr --output S-video --set load_detection 1
xrandr --output S-video --set tv_standard ntsc
xrandr --output S-video --set tv_horizontal_position -2
xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
xrandr --output S-video --rate 60
xrandr --output VGA-0 --off

You'll notice I do a few things in those commands. First, I set load_detection to 1 in hopes of enabling automatic S-video connection detection (this isn't working). The next interesting bit is my commanding the horizontal position. The reason I had to do this is, because, upon getting the S-video output to render, the picture rendered to the right-hand side of the screen, deprecating the furthermost bits (for instance, I cannot see the shutdown icon in the upper right hand corner). Setting the horizontal position to -2 allowed me to shift the display to the left a bit, but, to my surprise, the right hand side still deprecates and I am just left with a black column on the right hand side.

Question 2 has to do with the screen indexing. If I run a xrandr command with no options, I see VGA-0 indexed as Screen 0. I also see the S-video listed as disabled (even though I see it rendering on the TV right in front of me). Finally, I notice that, under the VGA-0 section, there is a screen size listed, as well as several resolution modes with many parameters following them (like 800x600 72.2*+ 75.0 .... some other stuff). However, under the S-video section all I see is one mode with one small bit after it (800x600 72.2*). This smacks of suspicion to me and makes me think it might be related to the right side of my screen being deprecated. My wager is that I need to tweak some modelines in the S-video output so that it is more in sync.

However, I do not know the syntax for modeline editing and, since the S-video screen isn't even detected, I am not sure I really can edit these options. Does anyone know why my S-video output would continue to be listed as disabled even when its running? Furthermore, can anyone tell me why no screen index is given to the S-video output (I only see screen 0 attached to VGA-0, no screen 1 for S-video)? I think I need the screen indexed properly in order to use the xvattr command later in order to allow xv overlays to function on the proper screen. Finally, I do have a xorg.conf file loaded in /etc/X11 that is mostly hacked together stuff I used trying to get this to work in the first place. Would this conflict with the xrandr setup? Which options override which?

View 2 Replies View Related

Ubuntu Servers :: Fine Tuning Of ACL Using Samba

Oct 1, 2010

I was so sure it must be easy to set up the file permissions like I want, but obviously it isn't. Here is what I want to have: I have a samba fileserver (only Windows clients connecting) with a common share. Everybody is supposed to be able to put files on the share, but no one should be able to delete files which do not belong to oneself. I want several users to put files in a common directory, so they need write access to the directory, right?

But all the same they should not be able to delete files from others. So they are not allowed to have write access to the directory, right? It all works fine with modifying etc. but still I can delete files I am not supposed to do. I learned already that permission to delete is bound to the permissions of the containing folder and that sticky bits might help. But either they don't or I didn't get it right until now.

View 1 Replies View Related

Ubuntu Networking :: Ralink .dat File Fine Tuning ?

Feb 12, 2011

Ralink's drivers for wireless adapters [url] with .dat-file to configure default properties of used WiFi adapter (at my case - RT2870.dat).

Example is below.

I'd want to fine tune adapters (I have two of them) to get maximum performance for streams between two WiFi clients connected to my router (JWNR2000 at my case).

At the moment I have changed WirelessMode=6 to force 802.11n mode (and it does work). Speed between WiFi-clients is about 3MB/s now. I want more How to?

Code:

View 1 Replies View Related

Fedora :: F13 - Fine Tuning Desktop Effects?

Oct 27, 2010

How to speed up the menu "fade" (or get rid of it all together) in desktop effects? I need a composite manager for docky but the slower response on menus annoys me as they have to fade in and out. Anyone know which key in apps -> compiz I should change? Is it one of the plugins or one of the general keys?

View 5 Replies View Related

Server :: Server Slow : Apache Mysql Fine Tuning Server For Faster And More Responsive?

Apr 21, 2011

I'm running a linux cloud server with the following config
1.2ghz Processor allocation
752MB Ram

The site loads slow and clicking a link almost freezes the page for a second. Also, the page loads could be much faster. We've been running mysqltuner and have pretty much optimized all slow queries. Is there anything we can do to fine tune the server for faster and more responsive?

Httpd.conf

Timeout 20
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
<IfModule prefork.c>
code....

View 2 Replies View Related

Networking :: Hostname And Domain Name Using Expert Installation Mode

Aug 24, 2010

During Debian installation there is a question about Hostname and Domain Name using expert installation mode. Correct me if I'm wrong, but hostname should be only for local usage as it's associated with 127.0.1.1 in /etc/hosts. However, I don't know any local network service, which uses 127.0.1.1 instead of 127.0.0.1. Do you? In this light hostname under Linux seems to be nothing more than a computer name in practice(but it can associated with local network services if one wants to)?

View 1 Replies View Related

Fedora Installation :: How To Start Anaconda ( DVD Installer) In Expert Mode

Aug 25, 2010

I'd like to install Fedora12/13 on a external USB 2.0 HDD. Ive managed to do so with the live image several times, but the DVD installer does not see that particular USB HDD so I cannot install Fedora on it. Its the same with F12 and F13.Ive already tried to start the installation in expert mode. The expert option is ignored or something (linux expert/expert does nothing). Im not sure where exactly to write the options. I chose the rescue line and changed rescue to expert (nothing happend).

Then Ive tried Ctrl+Alt+F2 > "modprobe usb-storage" with no output (that should be right, right?). Again nothing.How to start anaconda (the DVD installer) in expert mode?How to load proper modules (to get the USB Drive to be recognised)?How to install Fedora12/13 from DVD onto USB2.0 HDD?

View 8 Replies View Related

OpenSUSE Network :: Getting Yast DHCP Out Of Expert Mode?

Dec 22, 2010

I feel really dumb for asking this but I cant figure out how to get it back to simple mode

View 4 Replies View Related

Ubuntu :: Looking For Official IO Tuning Guide?

Jul 16, 2010

We need an official IO tuning guide for ubuntu similar to the one given here [URL].

View 4 Replies View Related

Ubuntu :: Intel GMA G41/43 Video Driver Tuning?

Feb 24, 2011

I have a Asus 54G43-Pro mobo with Intel GMA G43 video chip on it. It works fine in Ubuntu and using the same display with the same settings, under Maverick in comparison with Lucid, the video is a little more sharp and with more contrast. I have dual boot with Windows and in Windows it is even less sharp and contrast.

In Windows I can tune the sharpness, contrast, etc but I was not able to find a simlar features in Ubuntu. I have checked the Synaptic and even installed some Intel GMA files but I still have no access on tuning the video driver. Is this possible in Ubuntu and possible to be hidden somewhere or I can just forget about it?

View 1 Replies View Related

Server :: How To Do Squid Proxy Tuning

Jan 20, 2011

we having more than 5000 users and will have 7 squid proxy servers with high end configuration upto 4gb ram n 320*5 HD in rhel4&5 most of them complaining that at peak hours their browsing speed is slow but we are having 1gbpgs link at peak hours i.e when established connections r flowing more than 550 browsing gets slow how to do fine tuning are squid is only responsible to access upto 600 connections

View 2 Replies View Related

Ubuntu Installation :: One Of The Machine Having G2ipmsg Is Not Working Fine

Feb 17, 2010

Actually we are use windows n fedora flavors running g2ipmsg (lan messenger) to communicate in cross platform but one of the machine having g2ipmsg is not working fine. It always gets hangs when we open or minimize ipmsg window. i had tried deleting the source file and tried to install new one but it never fix the problem

NOTE: i guess lib file got affected but im not sure.

View 4 Replies View Related

Ubuntu Installation :: LiveCD Of 9.04 Won't Boot On IMac But Md5 Fine

Sep 17, 2010

Trying a LiveCD of 9.04 and it wont boot on iMac 8,1 with Intel CoreDuo2. Using rEFIt or not doesn't help, boot to cd gives a black screen with overlength cursor and takes no keyboard input (CAPS light wont even come on). No splash screen or chance to get a prompt. md5 check of cd against iso file using dd is fine and matches published md5. Tried alternative (text) cd iso and same story. Tried Bootcamp for the initial partitioning and no difference. Mac installation cd boots fine as does OSX, burned cd from multiple machines and no joy. Graphics is an ATI Radeon HD2400. Mac running OSX 10.5.8

View 5 Replies View Related

Server :: Finding The Performance Tuning Resources?

Feb 23, 2011

I am currently reading [URL] its an old document from 2006, so i am not really sure how much information in it is still valid.

View 1 Replies View Related

Software :: Common Lisp Tuning For Gedit?

Aug 28, 2010

i need to get gedit to highlight lisp source code as well as provide auto indentation.(because as you may know , lisp programming without auto indentation is IMPOSSIBLE) now so far i've searched the web and tried some "solutions" but didn't work so far , for instance this post here promises syntax highlighting but suggesting to install 2 files , unfortunately it seems to do nothing.

View 12 Replies View Related

Ubuntu Installation :: No PATH Variable Set But Still Javac Working Fine

Jun 11, 2010

I thought that setting up the PATH variable was a must if we wanted to use java or javac commands on linux (preferably in the bashrc file), but I am able to use these commands anywhere without setting up the PATH variable.. Similarly, without specifying . in the CLASSPATH variable (in fact, not specifying the CLASSPATH variable at all), I am able to access class files in the same directory. How is it possible ?

View 1 Replies View Related

Ubuntu :: How To Develop C++ Application Program

Jan 2, 2011

i was working in microsoft visual c++ but i have a plan to move Linux, So i installed ubuntu then how to program c++ application in ubuntu

View 1 Replies View Related

Ubuntu :: Develop Applications Like Calibre

Feb 17, 2011

I'm quite in acquaintance wit C,C++,Java etc. And have been using Ubuntu for quite a long time. how develop applications, Applications like calibre, Etc. I've also installed Eclipse, completely ignorant of it utilisation.

View 2 Replies View Related

General :: Change SHMMAX Variable For Performance Tuning?

Feb 2, 2011

I am using Ubuntu-10.4 and postgresql-8.4.Now I have to change my SHMMAX variable for performance tuning.I have 16 GB.change it permanently and what is the suitable value for the DATABASE Server.

View 1 Replies View Related

Server :: Apache Maxclient / Serverlimit Perf Tuning?

Mar 25, 2010

I've been trying to set-up/tweek these param's in Apache to a setting suitable to the server for the amount of memory. When i look around some people say, hey.. just look at the memory used per process and then divide that by the amount of memory available and you get the number of processes that can be handled by Apache in one go before it starts swapping.

Well, for this i'd done this calculation and for me it turned out to be 200 approx concurrent connections. Well funny thing is, out MySQL server had a slow down so the Apache servers were running at approx 450 concurrent connections and weren't swapping in memory etc (still had 600MB free not including what was available in Buffers/Cache - 'free -m')... Thus if i had have set the limits to 200 then people would have been not getting to the site, so i'm kind of pleased that i happened to not have the time to set this yet.

View 3 Replies View Related

Server :: Tuning Apache To Handle PHP With NginX On The Frontend

Jun 24, 2010

My intention is to have EngineX on the frontend handling all static files, and Apache + mod_php in charge of handling PHP requests. I have optimized nginx to be as efficient as possible in handling static files, but have very little experience with Apache. Since Apache would only be processing PHP requests, would the standard Apache optimization guides suffice or would it best to configure it differently?

PS: this is a dedicated file server, the database is hosted separately.

View 2 Replies View Related

General :: Ethernet In Not Installing During Installation, Worked Fine In Ubuntu, OpenSUSE?

May 21, 2011

In Installed Fedora and the network did not mount or establish a connection. I installed and uninstalled over the last three days, ClearOS, Ubuntu, OpenSUSE all packages installed the network with any issues. I am looking at the best solution for Kannel/Mbuni for MMSC and WAP services.I want to build our own system -Grass Roots andlearn and grow from there.I am right now recuseing the network connection(selected) from the bootdisk ISO and rebooting the system. The network connection Fail again. NetworkManger has - "This Service is Dead"I am a newbie with Linux, I have some on-hands and I am learning as I go. Lots of material to read and FAQ site, and this forum,

View 2 Replies View Related

Fedora Installation :: Can Download F9 Or F11 Just Fine But F10 Stops At 108mb Of The 3.9gb

Feb 18, 2009

Anyone else having trouble downloading F10 from the direct download or the mirrors?

I can download F9 or F11 just fine but F10 stops at 108mb of the 3.9gb.

View 2 Replies View Related

Fedora Installation :: F9 Installs Fine - Locks Up After Updates?

Mar 26, 2009

I recently installed fedora 9. Everything works fine after install (except sound but thats a different story). When i run updates everything seems to have worked fine but when i reboot afterwards i get to the login screen which works but as soon as i log in it freezes? the only way to restart is to press the power switch...

View 5 Replies View Related

Ubuntu :: GTK Designer In Mono Develop Not Working?

May 5, 2010

I installed Mono Develop on Ubuntu 10.04 X86 . What I found when I tried to design a GUI using the GTK designer is that the tool box which houses GUI widgets does not appear. Is there any fix or solution to this?

View 1 Replies View Related

Ubuntu One :: Develop A Native KDE Kubuntu Client?

May 3, 2011

Is there any plan to develop a native KDE (K)ubuntu one client?

View 4 Replies View Related

Ubuntu Installation :: Install Without Grub2 (use Existing Fine Working Grub Legacy)

Oct 2, 2010

I have a dual boot config with

sda1 /boot
sda2 Win7
sda3 /
sda4 Truecrypt Partition

i have grub1 working and chaonloading truecrypt loader if i choose "win7" in grub1 menu I want to install a new kubuntu (no upgrade) I have read that that there are problems with grub2 and truecrypt actually a bug that grub2 dont chainloads truecrypt boot loader many ppl seem to have problems with grub2 then i read somewhere that ubuntu install is not asking for grub2 to be installed and just installing it. is this right?

i think at least for the alternative install cd its wrong. i installed it on another pc and it asked me! it works for win7 and Ubuntu and i guess its grub2 but there is no truecrypt installed anyway, i wanted to ask is the live cd installer asks me for grub2 and what is the best and easiest way to stay with my grub and just change the menu.lst to the new kernel (i guess there will be one)

View 1 Replies View Related

Ubuntu :: Error On Every Installation \ The Programs Actually Installs Fine And Work's But Errors Are Annoying?

May 24, 2011

so the problem is that when I try to install anything with Software Center I get this error

Code:
installArchives() failed: Selecting previously deselected package alarm-clock-applet.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading

[code]....

View 3 Replies View Related

Fedora Hardware :: 13 - Xorg.conf And Wacom Tablet Tuning

May 31, 2010

I've just installed Fedora 13 and I have a question. How do I tune my tablet? I've tried to set threshold and aspect in xorg.conf just like in Fedora 11, but it doesn't work in the current release.

Here's a part of my xorg.conf:

I also tried 'xsetwacom' command, but I get errors.

View 1 Replies View Related







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