Re: Help!! Am stuck on 640x480..
From: David Lloyd Geering (dreamlax_at_phreaker.net)
Date: 08/13/05
- Previous message: Brian white: "Can gnome meeting talk to netmeeting? And which cameras works with it?"
- In reply to: find.ivan_at_gmail.com: "Help!! Am stuck on 640x480.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Aug 2005 19:07:16 +1200
find.ivan@gmail.com wrote:
> Guess the subject says enough.
> I manged to install debian, went through the whole installation and
> must admit, was extremly easy to do..
>
> It did give me the choice to choose video card settings, and for some
> reason I chose vga.
>
> Well, when gnome came up, its only setting is 640x480..
>
> Any ideas on how to rectify this? Has it not recognized my video card
> or monitor?
>
> I ran base-config again but could not find where it asked me to set my
> video card display..
>
> Anyway.. Please help..
>
> I'm only on dial-up, so can't connect yet.. Dual booting with WinXP..
>
> I've no idea what type of video card I have though.. It's just labled
> as a VGA Display controller..
>
X must not know what sort of monitor you have (and maybe doesn't know
what capabilities your video adapter has). Open the file
/etc/X11/xorg.cong or /etc/X11/xfree86.conf or whatever is there.
You should have something that says Section "Screen", below there should
be all the modes that X is set up to perform. Here's mine:
Section "Screen"
Identifier "Screen 1"
Device "My Adapter"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
X will always try the first listed mode. Also, make sure your monitor is
set up correctly. You should be aware of what frequencies it can take.
Mine looks like this:
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 128.5
VertRefresh 60 - 75
EndSection
If your monitor is capable of producing 1280x1024, use the settings
above (or adjust your VertRefresh if you know it can handle more).
Hope this helps. There are also other tools which allow a frontend for
editing this file, but this way you understand what is actually happening.
Dave.
- Previous message: Brian white: "Can gnome meeting talk to netmeeting? And which cameras works with it?"
- In reply to: find.ivan_at_gmail.com: "Help!! Am stuck on 640x480.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|