The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Ubuntu
.
google unix.com



Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Issue with /etc/hosts file under ubuntu nekkro-kvlt IP Networking 0 06-05-2009 06:46 AM
Graphic application big123456 UNIX for Advanced & Expert Users 0 05-04-2009 12:16 PM
This an Ubuntu or Dell issue? salmobytes Ubuntu 3 05-04-2009 10:49 AM
Final Cut Pro: Quality issue with movies you export from the Viewer with filters appl iBot OS X Support RSS 0 04-26-2009 03:30 AM
graphic problems joerg UNIX Desktop for Dummies Questions & Answers 1 02-12-2002 07:18 PM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-06-2009
phoxly phoxly is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 6
Ubuntu Graphic Quality Issue?

Okay I have my computer dual booted with Ubuntu 9.04 and Windows Vista, when I play a game on Vista such as Soldier Front or Quake its smooth and very enjoyable, but when I try to get a simple game such as Scorched 3D, its glitchy, choppy, and the background seeps through to the game (I get a checkerboard of random black squares) every now and then, same goes with any other game I play. Even Robocode is crappy lol.

Do I need to install drivers or something on this seperate OS? I have a Sony Vaio VGN-CR220E laptop but I already installed all my required drivers on Vista? I tried the sony vaio website but I don't know if those drivers are Unix compatible.
  #2 (permalink)  
Old 08-06-2009
Leppie's Avatar
Leppie Leppie is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 71
a quick look at the VGN-CR220E tells me you should have the Intel Mobile GM965 Express chipset which hosts the Intel X3100 graphics.
You can download the drivers from this page (just scroll down the page), or compile them yourself (instructions are on the page).

You may find this page useful as well, as it covers the x3100 driver installation for Ubuntu.

good luck
  #3 (permalink)  
Old 08-07-2009
phoxly phoxly is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 6
Both pages seem to be severely out of date, I ran the 4 commands it said.

casey@casey-laptop:~$ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
bash: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel: No such file or directory

No such file or directory on all 4...

There isn't exactly instructions on how to install they just give me 4 code commands and I assume I'm supposed to input that into the terminal? =/ Also I tried that X3100 Xorg 2.1.0 driver install thing and it said there was a newer version already installed, and the other two zip files I have no idea what to do with them as they didn't exactly come with instructions either... =/

---------- Post updated at 11:00 AM ---------- Previous update was at 10:35 AM ----------

Intel Linux Graphics: Installation

I checked out that webpage I found on google but the commands and everything are rediculously confusing, I dont know what to do at this point. I've never installed ubuntu drivers and I don't know if its safe to just be inserting all those commands into my terminal not knowing what they will do.
  #4 (permalink)  
Old 08-07-2009
Leppie's Avatar
Leppie Leppie is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 71
The Intel Linux Graphics page has a link to the 2009 Q2 versions of the drivers. I don't know about where you live, but where I come from it's still 2009 so these drivers are not so "severely out of date".

In Ubuntu installing video drivers is much the same as for Debian (Ubuntu is a Debian distro). If you do some searches, you will find enough info on installing video drivers under Debian.

Have a look at your /etc/X11/xorg.conf, especially the Section "Device" part. If you have an entry Driver "vesa", it's using the generic vesa driver. Change it to Driver "intel" and add the line Option "dri" "true" for 3d.

if you want more info, you should provide more info (like your xorg.conf, etc.)

Last edited by Leppie; 08-07-2009 at 07:21 PM..
  #5 (permalink)  
Old 08-07-2009
phoxly phoxly is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 6
Yes its 2009, and I realize I need a 2009 driver, but the forum you said to check out was a 2007 post and that was probably why my xorg conf had a later version already installed because I doubt that 2007 post had 9.04 Ubuntu in mind.

All smartass remarks aside...

I don't understand why I have to search for how to install drivers in Debian to do it for Ubuntu, is there really so little support for Ubuntu that we have to search another operating system? Also I have only been using Ubuntu for 2-3 days, so I don't know exactly how to find out where my /etc/X11/xorg.conf is or I would provide that.. I'll try a search for the xorg.conf and see if that file comes up on my computer.
  #6 (permalink)  
Old 08-07-2009
mark54g mark54g is offline
Registered User
  
 

Join Date: May 2008
Posts: 366
phox. You don't have to do anything. Nobody is demanding anything of you. You came for help and somebody provided you with help. If you choose to use it, that is your decision.

You don't have to use Ubuntu, nobody forced you to use it either. You can freely choose to stop using it and pick up FreeBSD, AmigaOS, Windows, Solaris or another OS and use that. However, whichever you choose, realize that they all come with learning involved.

Ubuntu is not an "OS" it is a distribution. They are based on snapshots in time of Debian Linux, another distribution, and other distributions are, in turn, built from Ubuntu. You may not get it, you may not like it, but that is just how it is. Chances are, there are people who have encountered the issues you have. And, as this is an open source OS and distribution, somebody may want to fix it for you out of their own kindness. Try to realize nobody owes you anything, not even a response or help.

Consider this a learning opportunity. Personally I would not use Ubuntu, but lots of people seem to like it. I never took a liking to it or the "debian" way of doing things and will remain a "SUSE guy"
  #7 (permalink)  
Old 08-07-2009
Leppie's Avatar
Leppie Leppie is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 71
Quote:
I don't understand why I have to search for how to install drivers in Debian to do it for Ubuntu, is there really so little support for Ubuntu that we have to search another operating system?
Ubuntu is just another version of Debian, but still Debian.

Quote:
I don't know exactly how to find out where my /etc/X11/xorg.conf is
The /etc/X11/xorg.conf file is in the directory /etc/X11/, just try to open it with nano:


Code:
nano /etc/X11/xorg.conf

this should show you the contents of your xorg.conf file.
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 10:48 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0