problem whith samsung SyncMaster 2043BW

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
Etrex
Posts: 7
Joined: Fri 22 Jan 2010, 21:19

problem whith samsung SyncMaster 2043BW

#1 Post by Etrex »

I tried changing the resolution to fit the monitor 16:9.
The margins are contained in the video as 4:3 but remain 2 black bands left and right side
Attach file xorg.config the video is a Samsung SyncMaster 2043, could be a problem with the video card? (82865G Integrated Graphics Controller)

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-81
VertRefresh 75
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1600x900"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel" #card0driver
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x900"
EndSubsection
EndSection

thanks

keilor
Posts: 75
Joined: Mon 26 Feb 2007, 04:00
Location: Albury/Wodonga Australia

#2 Post by keilor »

Bumping this because I have the same problem. I have Samsung SyncMaster B2030 and can't get 1600x900 resolution.

I've tried changing xorg.config but it still doesn't display properly. There is no problem with the video card because it displays perfectly in Windows.

The best I can get is using xvesa at with a different resolution (can't remember the resolution and I'm in Windows now so can't check).

My video card is an NVIDIA GeForce 7025 / nForce 630a.

Post Reply