Ubuntu :: VGA Code For 1600x900?
Jul 8, 2011What is the VGA=XXX code for 1600x900?
Currently I have vga=791 but I'd like to increase the boot splash res.
What is the VGA=XXX code for 1600x900?
Currently I have vga=791 but I'd like to increase the boot splash res.
Karmic 9.10 latest updates
Nvidia GeForce 6150 LE
Nvidia driver 185.18.36
Monitor Acer P205H - 1600x900 native
I can't configure the monitor. and the display.
I've tried with both the built in display configure and the Nvidia one. Can't choose 1600x900 on either one.
I either can't see all the display on the monitor, or it takes on some weird panning mode and looks like the display is about 2500x1500 or something.
Here's the xorg.conf file. Clearly it does not see the new monitor and the modes are wrong. These settings are for the previous monitor. How Can I fix this so that my display works properly? Thanks.
Windy
Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
code....
I have a Dell Dimension 3000 with an integrated Intel 865g graphics card that I am trying to use in X on Centos 5.4 i386. The "810" driver (what Centos configures by default) works, but will not display at 1600x900. Strangely enough, it will actually work at higher resolutions such as 1600x1200, but 1600x900 fails, even with 915resolution and 855resolution. The "intel" xorg driver (included with Centos) locks up the entire machine when starting X, so thats a no go as well.
The "fbdev" driver works but, once again, won't display 1600x900, because that resolution doesn't work properly with the version of the intelfb kernel module that Centos bundles. Fedora Core 12 works perfectly fine at 1600x900 on the machine. I think that if I could get a newer xorg installation (or perhaps just a driver) going under Centos, it might fix the problem. I couldn't find any 3rd party repos containing such packages. I'd really rather run Centos on the machine, due to the package stability (yes, I see the irony here).
I need to rewrite the selenium java code into its equivalent php code.
View 5 Replies View Relatedfor reset Facebook password,facebook send a code to e-mail,this code can be sniffed by sniff software?
View 2 Replies View RelatedI am running Ubuntu 9.10. If I compile a 'hello world' C file using the terminal, something like:
gcc hello.c -o hello
the compile seems to work fine, and the executable file 'hello' appears in the directory.
However, when I try to run 'hello' from the terminal, I get something like the following:
No command 'hello' found, did you mean: .......
If I run dir, though, I can see 'hello' is there. I also can't run code I compiled when I was running 9.04. The OS again can't seem to find the executable file.
Everything worked fine with version 9.04. I could compile and run without any problems. Is there some setting I have to change to allow the OS to run my code?
My mainboard is AM2+RS780+SB700. I use "make menuconfig" command to choose motherboard. I can only choose "AMD + Tilapia" project.However, it is AM3+RS780+SB700. So how can I replace the cpu code to AM2?
View 1 Replies View RelatedI have been using Linux for 2 months, specifically Ubuntu, and been wondering where the source code is. Not only do I wonder where the kernel source code is but also where the source code for the installed programs are.
View 2 Replies View RelatedCode: if test -f $1 && test -f $2
then
d=$(diff $1 $2)
if [ $d -eq 0 ][code].....
post the code for clearing RAM as cache?
View 2 Replies View RelatedThe main thing I want to know is: how to translate my GUI actions into command-line code. I want to know if there is a command that outputs all the commands being made by interaction with my GUI.Say, for example that I type this command and then open a file, the terminal would then print: "gnome-open /{path to file}".(The reason I ask is because I need to know a command to open with a non-default program. I have downloaded MiniCopier, so I want to add a launcher for it to my panel, by figuring out the code to launch it, but the default app to open ".jar" files is archive manager, rather than Java, so "gnome-open" doesn't do the trick. I've even changed the default to Java and still "gnome-open" uses archive manager, while double-clicking will use the new default=java. Weird...)
View 2 Replies View RelatedI am a beginner to C and C++ and so far I have learned two ways to measure the time my program takes to run.
Method 1: Just compile your C file and if the executable is say a.out just type time ./a.out
Method 2: Here the general structure of the code is
Code:
#include<stdio.h>
#include<time.h>
int main(void)
[Code]....
Question 1 Do Method 1 and Method 2 return the same times?
Question 2 Method 1 gives three times real, usr and sys . Is it true that USR+SYS= TIME GIVEN BY METHOD 2
I have performed some experiments with small codes which return the squares of numbers uptill 36000 and I feel the answer to question 2 is yes
where can i get the full source code of ubuntu ?
i want to study it and mayb il make my own os in the future.
I just got my new vps up and running. I now have one site hosted on the server using drupal. Apache,php, mysql are all set up and working fine. I tried to setup a second site and created another virtual host for it. All permissions are set the same, the two virtual hosts have all the same settings but the new site does not process my php. When I browse to the new site I get a blank page. By viewing the source I can see that the php code is coming in but it is not being processed.
Don't know enough to know what else to check.
How to edit Ubuntu Source code to edit Ubuntu how I want? I know I am legally allowed to modify the code but I do not know how?
View 2 Replies View Relatedi have installed ubuntu 10.10 marverick, and on it i have installed code: blocks 10.05 and i want to run a program using opencv 2.1.0 in code: blocks.. when i build the program it builds properly without any warning but when i run it it does not show any output....
View 1 Replies View Relatedi need to make a to-do list for my project, everything is fine so far. but i really dont have a clue on writtiing this part: we need to write a programme that takes input from a text file then either encrypt or decrpyt it. according to the ASCII code of this charecters the user should give us his/her own keyword then the program will save the output in a new file .
[code]....
Where can I obtain the source code for Ubuntu 10.04.1 LTS?
View 1 Replies View RelatedI downloaded wine from a windows laptop, but because you have to have a computer running Linux to download it as a .deb package, I had to download the source code as a tar. bz2.
Does anyone know how I compile it and make it executable?
I have been looking at Open Office calc to work the next in a series if non-linear numbers, and calc does do a very good best fit and shows the equation. Just what I want. I now want to programme this into a C routine that I am writing so that the programme will both look-up what it can from a samples database, and extend them forward where it does not have enough samples. (I'm trying to understand some correlations). My thought at present is to take the Ooo calc formula and write it into my code. Before I do so, I wonder if anyone knows of any non-linear solver routines written in C that I could just plug in? I'm trying to do a best fit from only about 6 very accurate floats which graph like a curve.
View 2 Replies View Relatedso I just installed code blocks after clear installing ubuntu 64 everything went fine but when I try to compile and run my .cpp files code::blocks wont do anything I dont get any messages on the build log so I dont understand whats happening I tried looking on the forums and checking other pages such as the one bellow but no luck at all. [URL]
View 1 Replies View RelatedWikipedia won't load! It keeps returning code 200 (ok) along with 0 bytes of source...
View 2 Replies View RelatedI turned on my Dell netbook, but as it was booting (before login page) my cat stepped on the keyboard and totally messed everything up. The laptop doesn't work anymore, and I get a strange page with code on it when I turn it on, this is what it looks like (screen pic attached). Please help! what can i do?
View 2 Replies View RelatedHow do I report a code of conduct violation. I received some spam off of one of my posts.
View 7 Replies View RelatedI'm trying to compile some code [URL], which uses Glib. I have the libglib2.0-dev package installed, but running ./configure reports that Glib is not installed. Is the autoconfig script wrong or out of date, or do I need something else installed?
View 1 Replies View RelatedI was trying to install VPN client for my Ubuntu 9.10 64-bit. During the installation process the terminal reads:
"Directory containing linux kernel source code [/lib/modules/2.6.31-21-generic/build]"
On that I pressed enter for the default option (in bold). After a few more steps I reached the following error:
Making module
sh: Can't open ./driver_build.sh
Failed to make module "cisco_ipsec.ko".
[/lib/modules/2.6.31-21-generic/build] is the location where the installer expects the kernel source to be (I am guessing). So unless I correct the terminal (by providing the location of the kernel source), I think I will keep on getting the same error message.
So to get the kernel source I visited: [URL]From there I copy pasted the command:
sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)
Everything went fine, but even now I don't know if at all I have a kernel source and where it exists on my machine.
I am following these instructions to install gnu backgammon. However I am doing this for the first time and I don't know how to get their source code from their site (here). Do I download everything?
View 2 Replies View Relatedmy version of Java is "1.6.0_20", it is the Java from package sun-java6-jdk from the repository.Version of Eclipse is 3.5.2 Galileo (but the new Helios has the same problem)The problem is that code completion (ctrl + space) freezes the Eclipse everytime I want to use it. There is nothing in the log (${WORKSPACE}./metadata/.log) and it seems to me like deadlock or something. When I run the Eclipse as root the problem don't occur.I tried to create new workspace, reinstall the eclipse,
View 2 Replies View RelatedCode...
My proxy is turned off. There is no local proxy as far as I can see. Anyone see this before? Is it my ISP?
UPDATE: I was wrong, forgot about an old proxychains setting which redirected ssh traffic via a proxy on port 22.
I want an IDE such as phpDesigner or dreamweaver that has intelligent code completion feature built-in. If it's complete such phpDesigner; It will be prefered.
Quote:
Syntax highlighters in phpDesigner
Intelligent syntax highlighting, switch automatic between PHP, HTML, CSS and JavaScript
PHP (both version 4 and 5 are full supported)
SQL (MySQL, MSSQL 2000, MSSQL 7, Ingres, Interbase 6, Oracle, Sybase)
HTML/XHTML
CSS (both version 1 and 2.1 are full supported)
[Code]...