LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   monitor type detect difficulty (https://www.linuxquestions.org/questions/linux-newbie-8/monitor-type-detect-difficulty-778260/)

blacknumber 12-26-2009 10:39 PM

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.

ronlau9 12-27-2009 02:37 AM

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.

DrLove73 12-27-2009 02:44 AM

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.

blacknumber 12-27-2009 06:17 AM

it doesnt make sense for me also :D

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

ronlau9 12-27-2009 07:30 AM

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.

blacknumber 12-27-2009 09:33 AM

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. :(

malekmustaq 12-27-2009 10:37 AM

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.

blacknumber 12-28-2009 05:32 AM

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.

:((

DrLove73 12-29-2009 02:03 AM

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.

blacknumber 12-29-2009 02:56 AM

oh^, sounds good mates, i'm gonna try it

malekmustaq 12-29-2009 10:08 AM

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.

blacknumber 12-30-2009 09:24 PM

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

DrLove73 12-31-2009 03:17 AM

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.

blacknumber 01-05-2010 05:03 AM

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 :))


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