Lowyat.NET Forums

Welcome Guest ( Log In | Register )

LYN wins Intel-Lenovo-Tangs Blogathon challenge. Thank you everybody!
 
RSS feedBump TopicReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Need help !

hfz
post Oct 27 2009, 06:07 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #1


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





Hi fellas =D
Straight to what I want to say, I'm currently experiencing some probs in Ubuntu regarding to graphic probs, which is stress-minded one. I've reported a bug in LP (Launchpad). OK, I want to tell what's going on, is really long and cannot be simplified. Hope to those sifus, masters and maybe newbies who already experienced this prob and know how to solve it, please visit the bug that I've reported in LP, and hope can assist me to solve this stress-minded probs, and I really want to solve it fast because can't stand it anymore although experience it 1st time. Here are the link that directs to bug that I've reported in LP:

Bug in LP

Hope can solve this ASAP and really appreciate to those who try to help me.

Thanks =D
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
oshiri
post Oct 27 2009, 09:07 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #2


On my way
****

Group: Senior Member
Posts: 695
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004




Check your xorg.conf Device section.
What is the Driver name?
If it is other than "nvidia", try replace it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
weiyap_tan
post Oct 27 2009, 09:58 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #3


Mr. Poison!!
*******

Group: Senior Member
Posts: 2,304
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jun 2008
From: Shah Alam, Malaysia





QUOTE(hfz @ Oct 27 2009, 06:07 AM)
Hi fellas =D
Straight to what I want to say, I'm currently experiencing some probs in Ubuntu regarding to graphic probs, which is stress-minded one. I've reported a bug in LP (Launchpad). OK, I want to tell what's going on, is really long and cannot be simplified. Hope to those sifus, masters and maybe newbies who already experienced this prob and know how to solve it, please visit the bug that I've reported in LP, and hope can assist me to solve this stress-minded probs, and I really want to solve it fast because can't stand it anymore although experience it 1st time. Here are the link that directs to bug that I've reported in LP:

Bug in LP

Hope can solve this ASAP and really appreciate to those who try to help me.

Thanks =D
*


when u type nvidia-xconfig, it shud have show u that a new xorg.conf is created.

if this doesn't help, u shud consider reinstalling the driver in synaptic, find the nvidia-185-kernel-source.

after install, repeat the nvidia-xconfig step, and restart
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 03:21 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #4


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





QUOTE(oshiri @ Oct 27 2009, 09:07 AM)
Check your xorg.conf Device section.
What is the Driver name?
If it is other than "nvidia", try replace it.
*



May I know how to do that?????
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 03:24 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #5


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





QUOTE(weiyap_tan @ Oct 27 2009, 09:58 AM)
when u type nvidia-xconfig, it shud have show u that a new xorg.conf is created.

if this doesn't help, u shud consider reinstalling the driver in synaptic, find the nvidia-185-kernel-source.

after install, repeat the nvidia-xconfig step, and restart
*



Whoa! That's very complicated. Already try type 'nividia-xconfig', but nothing appears.
By the way, any simpler way to make it better????
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
oshiri
post Oct 27 2009, 04:20 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #6


On my way
****

Group: Senior Member
Posts: 695
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004




QUOTE
May I know how to do that?????


Open up terminal and type: sudo gedit /etc/X11/xorg.conf

Find line something like this:
CODE
Section "Device"
Option  "RenderAccel"  "1"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option  "sw_cursor"
#Option  "hw_cursor"
#Option  "NoAccel"
#Option  "ShowCache"
#Option  "ShadowFB"
#Option  "UseFBDev"
#Option  "Rotate"
Identifier "Card0"
# The following line is auto-generated by OSHIRIX mkxf86config
Driver  "nv"
VendorName "All"
BoardName "All"
#BusID  "PCI:1:0:0"


Look at the Driver. The above examples using xorg opensource driver for nvidia ("nv").
Since you are using proprietary driver, you should change it to "nvidia".
CODE
Driver        "nvidia"


Reboot.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 04:43 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #7


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





QUOTE(oshiri @ Oct 27 2009, 04:20 PM)
Open up terminal and type: sudo gedit /etc/X11/xorg.conf

Find line something like this:
CODE
Section "Device"
Option  "RenderAccel"  "1"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option  "sw_cursor"
#Option  "hw_cursor"
#Option  "NoAccel"
#Option  "ShowCache"
#Option  "ShadowFB"
#Option  "UseFBDev"
#Option  "Rotate"
Identifier "Card0"
# The following line is auto-generated by OSHIRIX mkxf86config
Driver  "nv"
VendorName "All"
BoardName "All"
#BusID  "PCI:1:0:0"


Look at the Driver. The above examples using xorg opensource driver for nvidia ("nv").
Since you are using proprietary driver, you should change it to "nvidia".
CODE
Driver        "nvidia"


Reboot.
*




Dude, thanks for the suggestions. I've tried it, but other thing showed up and this is what I've found.

CODE
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor  "Configured Monitor"
Device  "Configured Video Device"
DefaultDepth 24
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection


The driver already have 'nvidia', but I'm also don't know why it become like that....
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 04:43 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #8


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





I've just updated another problem I facing due to Nvidia probs again. Seek back the bugs I've reported in LP.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 04:49 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #9


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





QUOTE(weiyap_tan @ Oct 27 2009, 09:58 AM)
when u type nvidia-xconfig, it shud have show u that a new xorg.conf is created.

if this doesn't help, u shud consider reinstalling the driver in synaptic, find the nvidia-185-kernel-source.

after install, repeat the nvidia-xconfig step, and restart
*



Dude, I've tried found the driver in synaptic, but can't found it. But I found the latest I'm not install it yet is, nvidia-180-kernel-source.
I've installed 170 but not 180 and just install the 180. Am I do the right thing??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
oshiri
post Oct 27 2009, 04:56 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #10


On my way
****

Group: Senior Member
Posts: 695
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004




check your module: lsmod |grep nvidia
If it is there then your nvidia driver loads fine.
I don't think this is Ubuntu's bug. This is proprietery driver and tools.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 27 2009, 05:36 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #11


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





QUOTE(oshiri @ Oct 27 2009, 04:56 PM)
check your module: lsmod |grep nvidia
If it is there then your nvidia driver loads fine.
I don't think this is Ubuntu's bug. This is proprietery driver and tools.
*



It doesn't appear anything and make me begin to hate Nvidia or maybe Linux, which one that gonna make my PC crash. vmad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ArianneG
post Oct 27 2009, 08:52 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #12


Getting Started
**

Group: Junior Member
Posts: 89
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Oct 2009




Most likely is Nvidia's problem, not Linux. Mine is Nvidia 8400M GS, and works just fine on MEPIS. Not sure whether I'm using native driver or nvidia's driver though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 28 2009, 09:42 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #13


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





It become worst than expected, my desktop resolution have been set default as 640x480 in NVIDIA X Server Setting and xfix. What should I do now, to repair it back, immediately?
NVIDIA support helpdesk also useless vmad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
oshiri
post Oct 29 2009, 08:28 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #14


On my way
****

Group: Senior Member
Posts: 695
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004




From your previous post of your xorg.conf, there is lack of Display subsection in Section "Screen".
Probably this is the culprit.

IF you can post your new xorg.conf, maybe I can take a look further.

Your Section Screen should look like this:

CODE
Section "Screen"
Identifier "Default Screen"
Monitor  "Configured Monitor"
Device  "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


If editing like above does not work, try reconfigure xorg: sudo dpkg-reconfigure xserver-xorg


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hfz
post Oct 29 2009, 04:17 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #15


Getting Started
**

Group: Junior Member
Posts: 274
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2008
From: Gombak





Thanks to every forumer who tried to assist me solve this stress-minded probs, but I've just found the solution for this probs through googling at Google Search (thumbs up and very useful). To those who have this probs too, visit the website given below :

http://www.grabnotes.com/gentoo/xorg.html

Hope it helps anybody and the goodness keep flowing biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Bump TopicReply to this topicTopic OptionsStart new topic
 



----debug section please ignore----
Lo-Fi Version Time is now: 23rd November 2009 - 09:11 PM
All Rights Reserved 2003-2009 Vijandren Ramadass (~living on a prayer~)