Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 18-04-2010, 12:13 PM   #1 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Onboard graphics drivers not available, MSI motherboard- K8M Neo-V


Hello,
I recently installed Ubuntu 9.10 after using Windows for more than 8 years. I just have one major problem, the webpage scrolling is not as smooth as it was in Windows, I guess because of the drivers. It looks very similar to how it looked in Windows without the graphic's driver installed.
My motherboard is MSI K8M Neo-V. With on-board graphics.
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 18-04-2010, 01:00 PM   #2 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Open Terminal and execute this
Code:
lspci | grep -i vga
Post output here.
ghost at rest is offline  
Old 18-04-2010, 01:21 PM   #3 (permalink)
Linoob
 
celldweller1591's Avatar
 
Join Date: Mar 2010
Location: ambala, haryana
Posts: 705
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

This may be a screen flicker problem. Try disabling compiz and other visual effects and see if that works for you !
__________________
root@Celldweller#ping www.linoob.com

Ubuntu User # 31222
Linux User # 516252
celldweller1591 is offline  
Old 18-04-2010, 07:14 PM   #4 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

@ghost at rest:
I got this output: lspci | grep -i vga
01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)

---------- Post added at 07:14 PM ---------- Previous post was at 07:12 PM ----------

@celldweller1591:
I have no effects enabled!
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 18-04-2010, 07:27 PM   #5 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Try to reconfigure display settings.
Execute this
Code:
sudo Xorg -configure
In case it doesn't work, we will have to create xorg.conf file manually.
ghost at rest is offline  
Old 18-04-2010, 08:35 PM   #6 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

@ ghost at rest, this is what came up:

Code:
sudo Xorg -configure
[sudo] password for ashish: 

Fatal server error:
Server is already active for display 0
	If this server is no longer running, remove /tmp/.X0-lock
	and start again.


Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 

 ddxSigGiveUp: Closing log
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 18-04-2010, 09:41 PM   #7 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Post the contents of /etc/X11/xorg.conf file, if there is any.
ghost at rest is offline  
Old 18-04-2010, 10:18 PM   #8 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

I don't think that the file exists, still I have attached a screenshot as there is a file named X in it.
Attached Images
File Type: jpg Xorg.jpg (68.6 KB, 4 views)
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 19-04-2010, 08:16 PM   #9 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Xorg.conf is not included by default in Ubuntu 9.10. IN other words Xorg has sort of grown smarter and doesn't necessarily need the file. That said if a Xorg.conf file is created it does overrule the auto-detected settings by the system.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 19-04-2010, 10:38 PM   #10 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Try again to configure Display Manually.

Press Alt+Ctrl+F4 at Login Screen. It will switch to command line mode. Log in there and execute this
Code:
sudo service gdm stop
sudo Xorg -configure
sudo service gdm start

ghost at rest is offline  
Old 20-04-2010, 09:25 AM   #11 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Okay, did that successfully.
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 20-04-2010, 08:46 PM   #12 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Is your problem solved now or webpage scrolling is still not smooth?
ghost at rest is offline  
Old 22-04-2010, 08:48 AM   #13 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

Still not smooth..
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 22-04-2010, 01:25 PM   #14 (permalink)
Alpha Geek
 
Join Date: Jan 2007
Location: In your hearts
Posts: 828
Default Re: Onboard graphics drivers not available, MSI motherboard- K8M Neo-V

which browser are u running.
If it's mozilla firefox, then u r right.
Browsing isn't smooth. Same problem with me in Fedora 12.
But u can install ur graphics driver.
Just go to manufacturer site and tell us which on-board graphics card u have.
abhijangda is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Preview: The new AMD 780G with onboard DX10 graphics card! PCWORM Technology News 19 22-03-2009 11:10 PM
Slipstream Windows XP with SATA Drivers gxsaurav Reviews 13 18-05-2008 07:16 PM
Built ur own pc. rajas700 Tutorials 3 10-09-2005 09:33 AM
Problem due to Graphics Drivers or somthing else Chirag Graphic cards 5 03-09-2005 07:57 PM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2