LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to detect Monitor (Ubuntu 9.10, It is showing unknown monitor ) (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-detect-monitor-ubuntu-9-10-it-is-showing-unknown-monitor-803070/)

kumarvikas_2009 04-20-2010 10:47 AM

How to detect Monitor (Ubuntu 9.10, It is showing unknown monitor )
 
Hi,
This is Kumar Vikash. I am now using Ubuntu 9.10. The prob is I am not able to increase the resolution of display. It is showing only 800 x 600 display. While trying to increase the resolution it is showing "Unknown Monitor". So, how can I detect the monitor so I can increase the resolution of my system. Earlier everything was working fine.

EricTRA 04-20-2010 10:53 AM

Hello and welcome to LinuxQuestions,

If you say that earlier it was working fine, then what has changed? What's your graphic card? Open a terminal and type:
Code:

lspci
Check for a line that says something like VGA and put that line here.

Kind regards,

Eric

kumarvikas_2009 04-21-2010 09:42 AM

Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Hi Eric,

Nothing was changed. It suddelnly stopped to detect monitor.
I have resolved the issue by some entry into default configuration. I have edited the file /etc/gdm/PreSession/Default
and entered followings at the end of file /etc/gdm/PreSession/Default

xrandr --newmode "1240x1024_60.00" 105.50 1240 1320 1448 1656 1024 1027 1037 1063 -hsync +vsync
xrandr --addmode VGA1 1240x1024_60.00.

Now It is working fine.

Thank you very much.

Thanks & regards,
Kumar Vikash.

Quote:

Originally Posted by EricTRA (Post 3941531)
Hello and welcome to LinuxQuestions,

If you say that earlier it was working fine, then what has changed? What's your graphic card? Open a terminal and type:
Code:

lspci
Check for a line that says something like VGA and put that line here.

Kind regards,

Eric


EricTRA 04-22-2010 12:00 AM

Hi,

Glad you got it working and for sharing your solution.

Kind regards,

Eric


All times are GMT -5. The time now is 07:31 PM.