Intel 915GM resolution problem
Hi all!
I know this subject having been handled on many forums, but I'd still need some help in configuring Solaris 10 11/06.
I just got a laptop based on Uniwill M30EI0 -platform with which I can't get full widescreen resolution 1280x768 working. I'm using Xorg server and have downloaded the 915resolution application to change the resolution. I just don't understand where to place the 915resolution command that I need to get 1280x768. Plus, the i810 driver for my Intel 915GM chipset doesn't seem to work: no output is produced but total freezing of the machine. So I've had to use slow vesa driver. Any ideas to handle these problems?
Any help is highly appreciated!
[703 byte] By [
Pneulaa] at [2007-11-27 7:42:48]

# 1
> the resolution. I just don't understand where to
> place the 915resolution command that I need to get
> 1280x768. Plus, the i810 driver for my Intel 915GM
don't know if this will help or not, but here is the relevant section from my xorg.conf file.
Section "Screen"
Identifier "Screen 1"
Device"** ATI (generic) [ati]"
Monitor"My Monitor"
DefaultDepth24
SubSection "Display"
Viewport0 0
Depth8
Modes"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport0 0
Depth16
Modes"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport0 0
Depth24
Modes"1400x1050" "1024x768"
EndSubSection
EndSection
My screen was stuck at 1024x768 until I manually added in the 1400x1050 stuff by hand.
alan