LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   640x480? (https://www.linuxquestions.org/questions/linux-newbie-8/640x480-126371/)

Longinus 12-16-2003 05:14 PM

when you get back..

right click somwhere on ur desktop

go to run command or command line - (somehting liek that)

type:

koqueror

this should bring up a window

in the address bar type in /etc/X11/XF86Config

this should open up a file with a lot of text

scroll all the way down and keep an eye out for a little klump of iniformation related to resolutions

you will see a few resolutions if your in the right area ("640x840" or "800x600")

now right after all those resolutions put your disired resolution
example:

"1024x768"

now save the file and restart

also make sure your have the right drivers

Longinus 12-16-2003 05:16 PM

woops:

konqueror

is what you type in that first part

MartinN 12-16-2003 05:19 PM

Try this with redhat-config-xfree86:

Try probing for first the video card and then monitor. It's under the "Advanced" tab. Check that it got both the video card manufacturer/model and the monitor manufacturer/model correct. If it didn't then you might need to know some more information about the monitor.

There are two fields where you can set the horizontal and vertical sync ranges for the monitor. These should be in the manual for your monitor or you can search for your monitor's specification on the Net. Enter these ranges in the fields and then try to go to 800*600.

As a last resort, you could try these settings (they are for a _very_ old 14" IBM monitor). They will probably work, but may not utilize your monitor's full capacity.

Hsync 30-38 kHz
Vsync 50-90 Hz

I'm going to sleep now (it's well beyond midnight here in Sweden). I'll check in sometime tomorrow to see if it worked out for you.

Good luck!
Martin

caid 12-16-2003 05:22 PM

>>>EDIT : Whoops, didn't see this second page, my bad. ignore the stuff below, it's been covered.

i don't really know, but if you're not using the "vesa" driver already, you could try that?

as root, modify the Section: Device section of your XF86Config file with a text editor e.g. kwrite if you're in x, vi if you're at the console

it'll look something like this:

Section "Device"
Identifier "Card0"
Driver "vesa" <<<< change this to vesa if it isn't already
VendorName "All"
BoardName "All"

and you may also need to change the modes lines in Section: Screen to say something like this (although i would imagine the red hat configurator would have done that for you already...)

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "800x600" "640x480" << this one
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480" <<this one etc
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480" << all the different modes lines all the way down
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600" "640x480"
EndSubSection
EndSection

save, exit, then restart X (Ctrl-Alt-Backspace)

if neither of those work, i dunno ;o) i'm just a noob myself, and my nvidia drivers seem to cure all video ills.

good luck

caid

carlgulliver100 12-16-2003 05:43 PM

Thanks all, I will try those now.

Thanks again
Carl...

carlgulliver100 12-16-2003 05:57 PM

Hi peeps. I entered konqueror in the terminal and i found the /etc/X11/XF86Config file and edited it but when i come to save it says you do not have write permission? What does this mean? Please help.

Thank you.
Carl...

caid 12-16-2003 07:31 PM

you need to be root.

i don't use red hat so i don't know if there's a way to open a "superuser konqueror", but you could either

1) open a terminal, su, then type konqueror to open it as root, or
2) if you use KDE then hit alt-F2 keys to open up the run command option, type konqueror, click on options, check the "run as different user", make sure root is selected under username and then fill in the password field below.

caid

carlgulliver100 12-17-2003 01:46 AM

Hi, I have done that and added my resolutions but my monitor is still going off when i change it, It will only stay on if i use 640x480. Please help.

Thank you
Carl...

ears 12-17-2003 05:13 AM

strange
 
Does anyone use Debian? If so do you know how i can write a shell script to clear the screen when logout or exit is typed? i'm helping maintain a network and peeps are complaining there is not enough privicy on the system...:scratch:

carlgulliver100 12-17-2003 05:26 AM

Hi again, I have another prob now with my modem. I try setting it up with my account and select activate and it just says activating for ages and I dont think its doing anything..Please help. Plus I put them graphic settings in my xf86Config file but my monitor still goes off :(?

Thanks
Carl...

ears 12-17-2003 05:32 AM

as 4 the monitor prob, i had this and ended up reinstalling my system several times...are you using the correct sync values in the xf86config thing? as for the modem...you should have set it up in the origional instalation when you installed the system...but i'll keep thinking of a solution...

carlgulliver100 12-17-2003 05:34 AM

Hi Rich, I have re-installed it 4 times now and the same happens each time. It didnt ask me for any modem settings, but when i went into the setup it says theres a modem on, but when itry and activate it, it just says please wait... and does nothing :(
What problems did you have with your monitor and graphics?

Thanks
Carl.....

ears 12-17-2003 05:41 AM

i was stuck in 640 by 480 and 16 bit colour, now i'm running it on a higher res in 24 bit... as 4 the modem when i started i had a screen that had instructions to follow, and the modem was in the kernall driver moduls...i just went down and found my modem/network card...that worked 4 me, there might also be the problem that its not plugged in correctly...had that happen when i dropped my mchine...!!!can't remember what i did to the monitor settings though...will look it up...

carlgulliver100 12-17-2003 05:44 AM

cheers rich

ears 12-17-2003 05:49 AM

no prob, hope it helps...:study:
Found out what was wrong...when you go and use xf86config if you lie about the settings then i won't work, bu tif you find the info settings on the monitor then input them then it should work, oh don't let the comp choose the settings exceptthe one for the max size...i hope that works, but thats what i did to sort the prob...
good luck!!


All times are GMT -5. The time now is 05:21 PM.