LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Text too big for the screen ( prob not the resolution) (https://www.linuxquestions.org/questions/linux-newbie-8/text-too-big-for-the-screen-prob-not-the-resolution-406793/)

castratroi 01-23-2006 12:46 AM

Text too big for the screen ( prob not the resolution)
 
Hi,

I have tried searching for threads similar to my problem but haven't been able to find something exactly defining what i need.

The problem is that I installed RedHat 9 recently, but the screen resolution is too big. I have changed resolution but that doesn't work. Even the mouse doesn't scroll to the end of the page.

I might not be being too descriptive here. But I hope someone gets what I am trying to say.

I am new to Linux and to posting anything on forums. So plz guys help me out here.

Thanks

Castatroi

carl0ski 01-23-2006 04:31 AM

Quote:

Originally Posted by castratroi
Hi,

I have tried searching for threads similar to my problem but haven't been able to find something exactly defining what i need.

The problem is that I installed RedHat 9 recently, but the screen resolution is too big. I have changed resolution but that doesn't work. Even the mouse doesn't scroll to the end of the page.

I might not be being too descriptive here. But I hope someone gets what I am trying to say.

I am new to Linux and to posting anything on forums. So plz guys help me out here.

Thanks

Castatroi


definetly not very descriptive


Is the Mouse Pointer Huge?

try ALT+CTRL + (+ on the Numpad)

(- changes resolution backward + forward)

are the icons normal compared to text?

Is Only the Text Huge?

What does Prob Not Resolution mean?

castratroi 01-23-2006 08:08 PM

Thanks for the reply carl0ski.

Let me try to be more descriptive this time.

The mouse pointer is large too .... but that is something trivial as compared to what my real problem is.

The problem is that when i open anything ( like internet explorer, or Kdevelop for instance ) I cannot go to the end of the page. As with Kdevelop, if i cannot get to the part where i have to specify the name of the project then i am not able to do anything at all.

By "Problem not resolution" i mean to say here that its not the pixels that r causing the problem. If I change the resolution from say 640*800 to 1024*2400 ( or whatever) this doesnot change the way files r displayed, and i still cant get the fonts to be smaller.

Let me clarify one thing here, I am using the Generic monitor type bcoz my AOC Monitor is not supported by Linux. And when I ask Linux to get my montior ( which it takes to be AOC Spectrum), the Xwindows doesnot start.

I hope I am more clear this time.

Thanks

castratroi

carl0ski 01-23-2006 08:35 PM

Quote:

Originally Posted by castratroi
Thanks for the reply carl0ski.

Let me try to be more descriptive this time.

The mouse pointer is large too .... but that is something trivial as compared to what my real problem is.

The problem is that when i open anything ( like internet explorer, or Kdevelop for instance ) I cannot go to the end of the page. As with Kdevelop, if i cannot get to the part where i have to specify the name of the project then i am not able to do anything at all.

By "Problem not resolution" i mean to say here that its not the pixels that r causing the problem. If I change the resolution from say 640*800 to 1024*2400 ( or whatever) this doesnot change the way files r displayed, and i still cant get the fonts to be smaller.

Let me clarify one thing here, I am using the Generic monitor type bcoz my AOC Monitor is not supported by Linux. And when I ask Linux to get my montior ( which it takes to be AOC Spectrum), the Xwindows doesnot start.

I hope I am more clear this time.

Thanks

castratroi


Where you choose what monitor you want.
choose custom .
and printed on the back of your moniter you will find ratings and numbers.

fill in the custom with the numbers on the back of you monitor


PS for someone reason if you use Mandriva like i do,
when i changed monitor with the wizard it wrote
monitor1 instead of monitor0 in xorg.conf.

when you change it check Server Layout and Monitor numbers match (causes x not to start)

castratroi 01-23-2006 11:19 PM

Hi,

How can i check if the Server Layout and the Monitor number match?

Castratroi

carl0ski 01-24-2006 05:48 AM

In the file /etc/X11/xorg.conf

towards the end you'll see these (similar since your monitor model and video settings are different.

Code:

Section "Monitor"
    Identifier "Monitor0"
    Model "Compaq"
EndSection

Code:

Section "Screen"
    Identifier "Screen0"
    Device "ATI Graphics Adapter connector 1"
    Monitor "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
EndSection

Code:

Section "ServerLayout"
    Screen "Screen0"
    Screen "Screen1" RightOf "Screen0"
EndSection



Monitor needs to match in both.

castratroi 01-24-2006 11:20 PM

Quote:

Originally Posted by carl0ski
In the file /etc/X11/xorg.conf

towards the end you'll see these (similar since your monitor model and video settings are different.

Code:

Section "Monitor"
    Identifier "Monitor0"
    Model "Compaq"
EndSection

Code:

Section "Screen"
    Identifier "Screen0"
    Device "ATI Graphics Adapter connector 1"
    Monitor "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
EndSection

Code:

Section "ServerLayout"
    Screen "Screen0"
    Screen "Screen1" RightOf "Screen0"
EndSection



Monitor needs to match in both.


Thanks a lot for the help. I have tried this out as well but the resolution is still causing a problem. Someone told me that i should install fedora core 4 and it will automatically detect my monitor. Any suggestions ?? What if i install and it still doesnt work ?

carl0ski 01-25-2006 02:45 AM

Quote:

Originally Posted by castratroi
Thanks a lot for the help. I have tried this out as well but the resolution is still causing a problem. Someone told me that i should install fedora core 4 and it will automatically detect my monitor. Any suggestions ?? What if i install and it still doesnt work ?

no idea
Just reinstall the version you already have

choose a

Generic 1024 monitor
and set a resolution of 640 800 or 1024

that way you'll have the correct setting from the start
Dont use the AUTODETECTED monitor.


otherwise install a newer version
FC4 or SuSe Mandriva etc

castratroi 01-25-2006 08:59 PM

Well I did install Fedora and the resolution is fine . So basically my problem is resolved. It still did not detect my montior. So when specifying the monitor I set it as a 'Generic Monitor 1024x768" and then changed the resolution to 1024x768 as well ( during initial setup). So now i have a GUI which i like even if it doesnt change ( i havent tried changing it).

Thanks for the help carl0ski.

castratroi


All times are GMT -5. The time now is 03:11 AM.