PKILL-9

Wayno’s sojourn and solutions through Linux

  • Home
  • About

22

Jul

Getting Ubuntu 10.04 Video/Audio to work with an Intel 82815 Chipset

Posted by admin  Published in X11, gnome

The built in speakers on the compaq desktop pro, while they work with WIN XP, don’t work with Ubuntu 10.04. However, if you plugin a set of speakers or earphones into the sound output jack on the back (green) works perfectly.

After installing the LIVECD onto the Compaq Desktop Pro, when I rebooted, everything looked okay. I run the updates. Then rebooted AFTER the updates, and then ran into trouble.

Nothing I tried worked! Then I found the secret! You need to create at LEAST 2 admin accounts Before doing the updates. One that you will do the updates after installing the LIVECD, and one that you will use AFTER you do the updates.

Here’s what’s going on. After installing the LIVED CD the monitor resolution is set to 800×600.

However, after installing the updates, the resolution switches to 1024×760. So that account you did the updates with: worthless!

If you logon after the updates with the second account, your good to go. But you need the snippet from here

I created the following file in /etc/X11/xorg.conf RIGHT AFTER DOING THE UPDATES!

DO NOT TRY TO CHANGE THE RESOLUTION TO ANYTHING BUT 1024×768. IT JUST WON’T WORK!


#
# /etc/X11/xorg.conf
#
Section "Device"
Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
#
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 31.5-48.5
VertRefresh 40-70
EndSection
#
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

If you hose the resolution you can try this.


xrandr --output LVDS --mode 1024x768

5 comments

8

Jul

Fixing gnome-typing-monitor in Ubuntu 10.04 (lucid lynx)

Posted by admin  Published in Joe, gnome

For those of us who need to take breaks from our computer (mine for medical reasons), the gnome-typing-monitor is indispensable.

However, it does NOT work in Ubuntu 10.04 (lucid). Which for me, was a show stopper. I have Deep Vein Thrombosis and so I can’t sit for extended periods of time.

Ubuntu 10.04 Bug #565757 (gnome-typing-monitor)

This solution, fixes the problem. You will need to obtain the gnome-typing monitor from version 9.10. You can find 32 and 64 bit versions here.

Note that you will need to change the permissions (chmod) and ownership (chown) once you have downloaded and moved the file.

it needs to look like:

ls -l gnome-typing-monitor
-rwxr-xr-x 1 root root 34920 2010-07-07 23:53 gnome-typing-monitor

note that in the following example ‘#’ is the comment character.
You don’t code that or anything that follows:

1. Let’s go to the directory where the gnome-typing-monitor is stored:


cd /usr/bin

2. Let’s create a backup copy of the programme.


sudo cp gnome-typing-monitor gnome-typing-monitor_10.04

3. Copy the programme from our home directory (or where ever you downloaded it to, to /usr/bin


sudo cp ~/gnome-typing-monitor /usr/bin

4. Change the owner on the file back to root.


sudo chown root gnome-typing-monitor

5. Change the file permissions.


sudo chown 755 gnome-typing-monitor #change the permissions on the file (rwx for root, rx for group and world)

Now we have to fix gconf we do that by:

1. Start gconf-editor in the shell


gconf-editor

2. Go to desktop

3. gnome

4. typing break

Click on “enabled”
That’s what worked for me

Joe

gconf editor changes

Now I can finally upgrade from 9.10 (karmic) to 10.04 (lucid)

Thanks Joe!

no comment

11

Mar

How to move Buttons to the RIGHT side in gnome for Lucid Lynx (Ubuntu 10.04)

Posted by admin  Published in gnome

Reposted from Here

The default for Lucid Linux Alpha 3 is to put the Windows Buttons (Minimise, Maximise, Close) on the LEFT side of the Window. This is NON-STANDARD.

Move Buttons to Right Corner (Like EVERYONE ELSE)

So, the new Light theme also brings a change in the Maximise, Minimise, Close buttons – it’s been moved from the RIGHT corner to the LEFT.

You can switch them back to the RIGHT (standard) corner by running:

gconftool-2 --set "/apps/metacity/general/button_layout"\
 --type string "menu:minimize,maximize,close"

Move back to LEFT (non-standard and CURRENT DEFAULT) with:

gconftool-2 --set "/apps/metacity/general/button_layout"\
 --type string "maximize,minimize,close:"

see the gconf-editor instructions, if you prefer.

1 comment

24

Feb

Easy File Sharing in Gnome

Posted by admin  Published in filesharing, gnome, samba

Easy File Sharing in Gnome!

Thanks Joe!

Wayno

no comment

Search

About

PKILL-9

Categories

  • apt-get (3)
  • Audio (4)
  • Browsers (4)
  • Compiling Source Code (2)
  • Deposit @ Home (1)
  • DVD (4)
  • filesharing (2)
  • fstab (1)
  • ftp (1)
  • gnome (4)
  • grub (2)
  • Internet Connection Sharing (1)
  • Joe (2)
  • loni (3)
  • Music (3)
  • netbook (1)
  • samba (2)
  • sound (2)
  • ssh (1)
  • Thunderbird (1)
  • Uncategorized (26)
  • ups (1)
  • video (3)
  • wireless (1)
  • word processors (2)
  • X11 (1)

Archives

  • September 2010 (1)
  • July 2010 (7)
  • April 2010 (5)
  • March 2010 (3)
  • February 2010 (7)
  • January 2010 (1)
  • December 2009 (1)
  • October 2009 (4)
  • September 2009 (1)
  • July 2009 (1)
  • June 2009 (3)
  • May 2009 (5)
  • April 2009 (6)
  • March 2009 (3)
  • February 2009 (6)

Blogroll

  • Dynamic Designz - Linux Help Site
  • Plugins

Pages

  • About

Meta

  • Log in
  • Main Entries Rss
  • Comments Rss
September 2010
M T W T F S S
« Jul    
 12345
6789101112
13141516171819
20212223242526
27282930  

Recent Posts

  • Recording/Capturing your desktop in Ubuntu/Debian
  • Forcing a Web Browser to Save a File instead of Streaming it
  • Getting Ubuntu 10.04 Video/Audio to work with an Intel 82815 Chipset
  • Recovering Ubuntu/Debian Linux after a Windows Install/Hiccup
  • How to configure Samba in Ubuntu using a gui
  • Removable USB devices and fstab settings
  • Fixing gnome-typing-monitor in Ubuntu 10.04 (lucid lynx)
  • Sorting Bookmarks (alphabetically) in Firefox
  • installing ubuntu-restricted-extras under wubi
  • How to do Certificate Based ssh Authentication

Recent Comments

  • admin in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • Erick in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • admin in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • Erick in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • terry in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • admin in Changing Default Language for Abiword
  • PKILL-9 » Post Topic » … in Recovering after hosing /etc/fstab
  • tux in How to do Certificate Based ssh Authentication
  • tux in How to do Certificate Based ssh Authentication
  • lornix in Thunderbird 3.X Performance Enhancement
© 2007 PKILL-9



Theme by WebRehash | Free WordPress Templates | Valid XHTML | Valid CSS 3.0 | Powered by Wordpress, Installed by Installatron.