Results 1 to 4 of 4
I got one of these 19" lcd's, and when I try to run it in Xorg it will only show a part of my desktop. I running it from my ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2006 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
Samsung Syncmaster 913v
I got one of these 19" lcd's, and when I try to run it in Xorg it will only show a part of my desktop. I running it from my notebook, which has the ati radeon 9000, and i use the provided package and the fglrx server. still, with the correct sync rates ( h:30-81,v:56-75) some of the picture is lost (1280x1024).
any tips would be appreciated.
- 01-25-2006 #2
Could you be more specific? "It only shows part of your desktop" meaning what? It's not the correct resolution and you're scrolling around when your mouse hits the edges of the screen? Or that it's acting as an extension of your laptop's monitor rather than an external monitor?
Registered Linux user #270181
TechieMoe's Tech Rants
- 01-25-2006 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I'm using a 19" SyncMaster, too (but with nVidia card/drivers), and using those same V & H settings, and no problem with screensize here.
Can you post your xorg.conf file so we can have a looksee?
- 01-26-2006 #4Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
It is using 1280x1024, which the monitor can do, but still I can not see the whole desktop on my external lcd.
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-81
VertRefresh 56-75
Option "DPMS"
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "mirror"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4c66
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
that's the graphics bit of x.org


Reply With Quote
