[solved] dpatch for envy and screen res 1440x900

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Acid_1
Level 5
Level 5
Posts: 796
Joined: Thu Nov 01, 2007 11:12 pm
Location: Saskatchewan, Canada

Re: dpatch for envy and screen res 1440x900

Post by Acid_1 »

i was about to say

Code: Select all

sudo aptitude dpatch install
but that doesn't work, but if you want a laugh, type that in and read right near the bottom!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: dpatch for envy and screen res 1440x900

Post by MagnusB »

Code: Select all

sudo aptitude -v moo
and keep adding v's. Alternately:

Code: Select all

sudo apt-get moo
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: dpatch for envy and screen res 1440x900

Post by MagnusB »

Code: Select all

sudo aptitude install dpatch
And run envy again.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
Fred

Re: dpatch for envy and screen res 1440x900

Post by Fred »

jeremiah2329,

Try the below link my friend. :-)

http://www.linuxmint.com/forum/viewtopi ... 90&t=11333

Fred
Fred

Re: dpatch for envy and screen res 1440x900

Post by Fred »

jeremiah2329,

Almost everything in Linux is controlled by a configuration file somewhere. The major exceptions to that rule are proprietary binary blobs that increasingly find their way into Linux. Examples are proprietary graphics drivers, some sound card drivers, some printer drivers, and wireless drivers. Proprietary drivers are notoriously buggy and poorly supported compared to open source drivers.

After you live with open source drivers for a while and see the differences you can easily see why long time Linux users have such a bad attitude toward proprietary driver makers. We are at their mercy. If they won't fix problems we are just stuck with them. With open source drivers you can usually go in and fix it yourself if it is a simple config problem, because config files are all human readable. If it is a problem in the source code you can fix that too, or easily find someone that can, recompile and you are in business again.

With proprietary stuff, you pay good money for buggy software, learn to live with it, kinda, and beg the vendor to fix it. If enough people want it fixed they will generate an upgrade and charge you again for fixing their bugs. What a deal!

Fred
Husse

Re: dpatch for envy and screen res 1440x900

Post by Husse »

Well please don't use the option to save to xorg.conf in "Xserver Display Configuration" in nvidia settings
Unless it has changed recently it does not play well with your xorg.conf - it may actually destroy settings for other things than video (specially configured mice would be an example)
When you've found out what to do edit xorg.conf manually

Code: Select all

gksudo gedit /etc/X11/xorg.conf
or for KDE

Code: Select all

kdesu kate /etc/X11/xorg.conf
But it's very simple to do it if you want

Code: Select all

sudo nvidia-settings
Locked

Return to “Beginner Questions”