View Single Post

   
  #3 (permalink)  
Old 02-19-2008, 12:36 PM
Igor Jagec
 
Posts: n/a
Default Re: Can't get 1024x768 resolution

M.H. Lee wrote:

> How do I get it to use 1024x768 resolution?


Try something from my settings:

Section "Monitor"

Identifier "My Monitor"
HorizSync 30.0 - 96.0
VertRefresh 50-96

EndSection


Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"

DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection

EndSection


I have Samsung 757NF. Hope it helped.

If it doesn't, you may also try to fixit with xvidtune program. You've
got it with your Slack.

--
Cheers, ICQ#:3111022265
Igor Jagec mailto:igorm5@yahoo.com
Reply With Quote