LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-26-2009, 10:39 PM   #1
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Rep: Reputation: 0
monitor type detect difficulty


Hi mates!

in fedora 8, i can change my monitor type setting by going to System-administration-display and choose the tab "hardware" then clicked configure. the computer recognizes my monitor by default as CRT and i can only get a resolution of 800x600 at maximum. by changing this monitor type into LCD I have more resolution option.

however, in other Linux Distribution such as Fedora 10, Ubuntu, i cannot configure the monitor type by GUI like above anymore so i guess i stuck with CRT configuration with max resolution of 800x600.

can anyone help me to solve this problem. I want to change the monitor type setting into LCD where I can get higher resolution.
 
Old 12-27-2009, 02:37 AM   #2
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
What kind of monitor do you have CRT or LCD ?
What is the content of you're xconfig ?
It does not make sense for me that the resolution change with monitor type LCD or CRT .
Because I buy myself a new LCD monitor and yes it says monitor type unknown but I get still the correct resolution.
 
Old 12-27-2009, 02:44 AM   #3
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
What is your video card type? If you do not have drivers for your video card as part of the OS (nVidia, Ati) you could be stuck with low resolution.
 
Old 12-27-2009, 06:17 AM   #4
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
it doesnt make sense for me also

my monitor is LCD.
as I have mentioned above. if I dont change the monitor type from CRT to LCD (I can only do this through GUI application in fedora 8), i can only choose 1 resolution which is freaking low. I dont know how to change the monitor type in ubuntu or newer version of fedora because there is no GUI apps for that.






by the way, this is my xorg after i change the monitor type if u r interested in. i dont think it is really imporant.
in ubuntu, i have tried thousands times to change the xorg to get higher resolution but all i can get is the spooky 800x600 before installing nvidia driver and even more spooky 640x4"xx"

the problem must be about monitor type detection.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Nov 8 21:50:38 PST 2009

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
 
Old 12-27-2009, 07:30 AM   #5
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
If you like to do it using the GUI in UBUNTU 9.10 system>Administration>System Testing
You get a lot of option skip one by one until you come by the monitor .

In UBUNTU 9.04 system>Administration Display Preference .
My Fedora is down now so I can not find it for you.
 
Old 12-27-2009, 09:33 AM   #6
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
thanks mate!
but in Ubuntu 9.04, i cannot find System-Administration Display Preference. the option Display only gives me resolution of 800x600 at maximum, the monitor type is not recognized as LCD as in fedora 8.
 
Old 12-27-2009, 10:37 AM   #7
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
blacknumber,

Usually this happens when the system does not have the correct driver for the video card. Get the right specification for the card, do this:

blacknum@host-$ lspci <Enter>

an output will include somewhere at the top the name and version of your card. Then you can hunt for the right driver it needs, and you install.

Another way is more simple: In my Ubuntu days there was an applet called 'eNvy' which can be launched from the Menu, try to find if your version still has it. Get on line, click Menu > Accessory > System > eNvy, then this applet will work in the background, it uses the internet to find the fitting Linux driver for your card, downloads and installs it automatically. That's one nice thing of Ubuntu I had before. If eNvy doesn't install for some reasons it will inform you that download is done. You only need to cd into the directory of the downloaded file and launch the driver script this way-

blacknum@host-$ chmod 755 ./downloaded-drivEr.ver.xxxx.sh <Enter>
blacknum@host-$ ./downloaded-drivEr.ver.xxxx.sh <Enter>

don't ignore the dot+/, be sure put it before the name of the driver. If driver needs to recompile a kernel it prompts you, just click Yes, when done you will only need to restart X then you shall have many choices of resolutions for the screen.

If eNvy is not available or doesn't apply in your case because the card is an intel, you can manually hunt the driver at www.intel.com and do the same installation procedure above.

Hope this helps.

Good luck.

Last edited by malekmustaq; 12-27-2009 at 10:48 AM.
 
Old 12-28-2009, 05:32 AM   #8
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
thanks Mate!!!

actually in UBUNTU, I have tried Envy, compiled source code from NVIDIA site (my card is NVIDIA ), installed by the default "restricted driver", they all successfully installed but all i got is a freaking low resolution 640x480 eventhough the desktop effect runs fine (i use 173.xxx driver for my FX 5300 nvidia). the resolution option in GUI only show 640x480 and lower.

I am dam sure that the problem is about the monitor recognition as I have told in the very first post.

if I'm wrong in this case, u can cut off my head mates!

why i am that dam sure, because in fedora 8 and only in fedora 8 and the prior versions of fedora, i can find the GUI application for changing the monitor setting from the freaking CRT to LCD (i have mentioned the the in earlier posts how) where i can select higher resolution. in this fedora 8, the driver 173.xxx works perfectly for me with my desired screen resolution.

(

Last edited by blacknumber; 12-28-2009 at 07:40 AM.
 
Old 12-29-2009, 02:03 AM   #9
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
What about manually editing (backup first) your /etc/X11/xorg.conf file with values from Fedora 8? That should work.

And check if /etc/X11/xorg.conf has lines that you were obligated to add (or installation script) for nVidia driver to be recognized.

Last edited by DrLove73; 12-29-2009 at 02:04 AM.
 
Old 12-29-2009, 02:56 AM   #10
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
oh^, sounds good mates, i'm gonna try it

Last edited by blacknumber; 12-29-2009 at 02:58 AM.
 
Old 12-29-2009, 10:08 AM   #11
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
why i am that dam sure, because in fedora 8 and only in fedora 8 and the prior versions of fedora, i can find the GUI application for changing the monitor setting from the freaking CRT to LCD (i have mentioned the the in earlier posts how) where i can select higher resolution. in this fedora 8, the driver 173.xxx works perfectly for me with my desired screen resolution.
This is boggling the mind. Nvidia under my Ubuntu had a configuration GUI application, there you can reconfigure anything, there the correct monitor is automatically synced.
Try look for a newer Nvidia Linux driver, download and run (usually you don't need to compile it) I remember it was a script with a ***.run extension.
These days it is only very rare to find a "monitor spec" that drivers cannot handle. If this is your case then it needs more work therefore.

Good luck.
 
Old 12-30-2009, 09:24 PM   #12
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
hi mate!
the GUI for configuring display in fedora 8 has a manually tool under the "hardware" tab for me to change the recognition of my monitor. i found out that it detects my monitor as CRT by default while my monitor is LCD.
however, in ubuntu, that GUI application doesnt have the tool for manually detect the monitor. the automatic figure fail to detect it (it says unknown screen). i guess my problem falls into the second case

is there anyway i can manually detect my screen type and set the resolution. if yes then please tell me step by step because i am very newbiely

thanks for ur effort to help anyway
 
Old 12-31-2009, 03:17 AM   #13
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
Look at google hits I prepared for you: http://www.google.com/search?q=xorg+...ient=firefox-a and see if anything fits. "[ubuntu-my] How to configure my monitor and display adapter in ..." might be the best one.
 
Old 01-05-2010, 05:03 AM   #14
blacknumber
LQ Newbie
 
Registered: Dec 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks everyone!!!! especially DrLove73 )
i have successfully change my screen resolution in Ubuntu by applying the xorg.conf in fedora 8 to Ubuntu.

thanks a lot )
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to detect CD Media type? rain_jm Programming 1 03-22-2007 07:56 PM
How can I detect CPU/OS type within C++ ? fcdev Programming 3 07-25-2006 05:50 PM
Probing for monitor type: Unknown Monitor mlykam Linux - Software 1 03-17-2005 11:12 AM
Probing for monitor type: Unknown Monitor Greenman Linux - Distributions 1 07-28-2004 01:01 PM
Probing for monitor type: unknown monitor Greenman Red Hat 2 07-28-2004 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration