[NTLUG:Discuss] i810 - stuck on 1152x768 [Slackware]

Alvin Goats agoats at compuserve.com
Sun Jul 22 15:07:40 CDT 2007


First, uncomment the VideoRam so that you have adequate RAM space for 
the color depth.


> Section "Device"
>     Identifier  "i810"
>     Driver      "i810"
>     #VideoRam    65536
>     # Insert Clocks lines here if appropriate
> EndSection
>
>   
Next, delete EVERY "1280x1024" occurence below:
> Section "Screen"
>     Identifier  "Screen 1"
>     Device      "i810"
>     Monitor     "default"
>     DefaultDepth 16
>
>     Subsection "Display"
>         Depth       8
>         Modes       "1280x1024" "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       16
>         Modes       "1280x1024" "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       24
>         Modes       "1280x1024" "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
> EndSection
>
> Section "ServerLayout"
>
>     Identifier  "Simple Layout"
>     Screen "Screen 1"
>     InputDevice "Mouse1" "CorePointer"
>     InputDevice "Keyboard1" "CoreKeyboard"
>
> EndSection
>   


If you have a virtual screen size, the 1024x768 mode defaults to 
1152x768. Simply change the 1152x768 with 1024x768 and you should be fine.

Alvin




More information about the Discuss mailing list