View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 09:19 AM
J.O. Aho
 
Posts: n/a
Default Re: notebook and fixed resolution lcd

Hekaton Keires wrote:
> hi all,
>
> is there any way to start X in 640x480 mode resized to a 1024x768 lcd
> monitor? unfortunately i don't have resize function in bios so when i try
> to start play starcraft i always get a horrible tiny black box in center of
> screen and playability flown away...
>
> if someone just could tell me how to use resize/magnify 640x480 desktop to
> physical 1024x768 resolution...
>
> ... any suggestion is appreciated


Think you should add resolutions to your xorg.conf, so that the system can use
different resolutions when requiered.


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480" "320x200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480" "320x200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" "320x200"
EndSubSection
EndSection

This should enable you to get the right resolution when playing.


//Aho
Reply With Quote