Results 1 to 10 of 15
Hi,
I installed mandriva 2007 recently and I only can use the 800x600 resolution (no more). All the drivers are right (Intel D965) and I have a Samsung SyncMaster 550V ...
- 02-13-2007 #1
Screen resolution
Hi,
I installed mandriva 2007 recently and I only can use the 800x600 resolution (no more). All the drivers are right (Intel D965) and I have a Samsung SyncMaster 550V Monitor...
Why can't i use a 1024x768 resolution????
Please help me...
- 02-13-2007 #2
1024x768 is really there... It appears to be a supported resolution for my card but when i set it my monitor is like in stand-by...
- 02-14-2007 #3
check your Monitor Manual and note down supported VertiRefresh and HorizSync rates. open /etc/X11/xorg.conf file and set correct rates in file.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-15-2007 #4
Hey,
The xorg.conf is right! There are the right values for VertiRefresh and HorizSync...
But in all the subsections "Display" I've seen the '800x600', '640x480' ...
Why there is not 1024 option?
- 02-15-2007 #5
its not configured to use those refresh rates. add 1024x768 manually in xorg.conf file.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2007 #6
Hi casper,
I configured the xorg.conf file manually and when i restarted my computer the monitor was in stand-by... Like if i set the 1024x768 resolution in the configuration menu.
It's not working.
I really don't understand that... If anybody have the Intel D965 chipset and knows how to do it please help me!
- 02-19-2007 #7
its not chipset problem. Display depends on Video Card and Monitor. Post Monitor and Screen Sections here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2007 #8
Hi casper,
There is the sections of interest:
Section "Monitor"
Identifier "monitor1"
VendorName "Samsung"
ModelName "Samsung SyncMaster 550v"
HorizSync 30-55
VertRefresh 50-120
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 965"
Driver "i810"
Option "DPMS"
Option "May_Need_ForceBIOS" "1"
Option "XaaNoOffscreenPixmaps" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Please help me!
- 02-24-2007 #9set driver to "vesa". its a generic driver and works pretty will all chipsets. check if it allows 1024x768 mode.Code:
Section "Device" Identifier "device1" VendorName "Intel Corporation" BoardName "Intel 965" Driver "vesa" Option "DPMS" Option "May_Need_ForceBIOS" "1" Option "XaaNoOffscreenPixmaps" "1" EndSection
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2007 #10
Hi,
My OS indicates me that the vesa module does not exist...
Any other?


Reply With Quote