* [gentoo-user] OT - Funky Screen Resolution
@ 2006-10-27 13:26 Michael Sullivan
2006-10-27 14:01 ` Uwe Thiem
2006-10-27 18:42 ` Richard Fish
0 siblings, 2 replies; 3+ messages in thread
From: Michael Sullivan @ 2006-10-27 13:26 UTC (permalink / raw
To: gentoo-user
My wife's computer is having a screen resolution problem in gnome. The
only screen resolutions available are 856x480 and 640x480. I don't
understand this, as I have set in her xorg.conf file to only allow
1024x768 and 800x600 . Where is this coming from? She uses modular X.
Here is her /etc/X11/xorg.conf file:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "auto"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "SNY"
ModelName "650"
Option "DPMS"
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "TurboQueue" # [<bool>]
#Option "FastVram" # [<bool>]
#Option "NoHostBus" # [<bool>]
#Option "RenderAcceleration" # [<bool>]
#Option "ForceCRT1Type" # <str>
#Option "ForceCRT2Type" # <str>
#Option "YPbPrAspectRatio" # <str>
#Option "ShadowFB" # [<bool>]
Option "DRI" "false"
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "Rotate" # <str>
#Option "NoXvideo" "true"
#Option "Vesa" # [<bool>]
#Option "MaxXFBMem" # <i>
#Option "ForceCRT1" # [<bool>]
#Option "XvOnCRT2" # [<bool>]
#Option "PanelDelayCompensation" # <i>
#Option "PanelDelayCompensation1" # <i>
#Option "PDC" # <i>
#Option "PDC1" # <i>
#Option "EMI" # <i>
#Option "LVDSHL" # <i>
#Option "SpecialTiming" # <str>
#Option "TVStandard" # <str>
#Option "UseROMData" # [<bool>]
#Option "NoInternalModes" # [<bool>]
#Option "UseOEMData" # [<bool>]
#Option "NoYV12" # [<bool>]
#Option "CHTVType" # [<bool>]
#Option "CHTVOverscan" # [<bool>]
#Option "CHTVSuperOverscan" # [<bool>]
#Option "CHTVLumaBandwidthCVBS" # <i>
#Option "CHTVLumaBandwidthSVIDEO" # <i>
#Option "CHTVLumaFlickerFilter" # <i>
#Option "CHTVChromaBandwidth" # <i>
#Option "CHTVChromaFlickerFilter" # <i>
#Option "CHTVCVBSColor" # [<bool>]
#Option "CHTVTextEnhance" # <i>
#Option "CHTVContrast" # <i>
#Option "SISTVEdgeEnhance" # <i>
#Option "SISTVAntiFlicker" # <str>
#Option "SISTVSaturation" # <i>
#Option "SISTVCFilter" # [<bool>]
#Option "SISTVYFilter" # <i>
#Option "SISTVColorCalibFine" # <i>
#Option "SISTVColorCalibCoarse" # <i>
#Option "SISTVXScale" # <i>
#Option "SISTVYScale" # <i>
#Option "TVXPosOffset" # <i>
#Option "TVYPosOffset" # <i>
#Option "SIS6326TVAntiFlicker" # <str>
#Option "SIS6326TVEnableYFilter" # [<bool>]
#Option "SIS6326TVYFilterStrong" # [<bool>]
#Option "SIS6326TVForcePlug" # <str>
#Option "SIS6326FSCAdjust" # <i>
#Option "UseColorHWCursor" # [<bool>]
#Option "ColorHWCursorBlending" # [<bool>]
#Option "ColorHWCursorBlendThreshold" # <i>
#Option "RestoreBySetMode" # [<bool>]
#Option "NoCRT2Detection" # [<bool>]
#Option "ForceCRT2ReDetection" # [<bool>]
#Option "SenseYPbPr" # [<bool>]
#Option "CRT1Gamma" # [<bool>]
#Option "CRT2Gamma" # [<bool>]
#Option "StoredGammaBrightness" # <str>
#Option "StoredGammaPreBrightness" # <str>
#Option "XvGamma" # <str>
#Option "XvDefaultContrast" # <i>
#Option "XvDefaultBrightness" # <i>
#Option "XvDefaultHue" # <i>
#Option "XvDefaultSaturation" # <i>
#Option "XvDefaultDisableGfx" # [<bool>]
#Option "XvDefaultDisableGfxLR" # [<bool>]
#Option "XvChromaMin" # <i>
#Option "XvChromaMax" # <i>
#Option "XvUseChromaKey" # [<bool>]
#Option "XvInsideChromaKey" # [<bool>]
#Option "XvYUVChromaKey" # [<bool>]
#Option "XvDisableColorKey" # [<bool>]
#Option "XvUseMemcpy" # [<bool>]
#Option "XvDefaultAdaptor" # <str>
#Option "ScaleLCD" # [<bool>]
#Option "CenterLCD" # [<bool>]
#Option "EnableHotkey" # [<bool>]
#Option "EnableSiSCtrl" # [<bool>]
#Option "OverruleFrequencyRanges" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "TwinView" # [<bool>]
#Option "MergedFBAuto" # [<bool>]
#Option "CRT2HSync" # <str>
#Option "SecondMonitorHorizSync" # <str>
#Option "CRT2VRefresh" # <str>
#Option "SecondMonitorVertRefresh" # <str>
#Option "CRT2Position" # <str>
#Option "TwinViewOrientation" # <str>
#Option "MetaModes" # <str>
#Option "MergedDPI" # <str>
#Option "NoMergedXinerama" # [<bool>]
#Option "NoTwinviewXineramaInfo" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
Identifier "Card0"
Driver "sis"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Please help. xdm on my wife's computer has been shut down for two days
so that I could run an emerge -ND world to get rid of xmms stuff (the
computer hangs on emerging qt if I don't shut down all non-essentials.)
My wife prefers 1024x768, but I can't figure out why she doesn't have
it...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] OT - Funky Screen Resolution
2006-10-27 13:26 [gentoo-user] OT - Funky Screen Resolution Michael Sullivan
@ 2006-10-27 14:01 ` Uwe Thiem
2006-10-27 18:42 ` Richard Fish
1 sibling, 0 replies; 3+ messages in thread
From: Uwe Thiem @ 2006-10-27 14:01 UTC (permalink / raw
To: gentoo-user
On 27 October 2006 15:26, Michael Sullivan wrote:
> My wife's computer is having a screen resolution problem in gnome. The
> only screen resolutions available are 856x480 and 640x480. I don't
> understand this, as I have set in her xorg.conf file to only allow
> 1024x768 and 800x600 . Where is this coming from? She uses modular X.
> Here is her /etc/X11/xorg.conf file:
What happens if you make the DefaultDepth 16? Or 15.
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] OT - Funky Screen Resolution
2006-10-27 13:26 [gentoo-user] OT - Funky Screen Resolution Michael Sullivan
2006-10-27 14:01 ` Uwe Thiem
@ 2006-10-27 18:42 ` Richard Fish
1 sibling, 0 replies; 3+ messages in thread
From: Richard Fish @ 2006-10-27 18:42 UTC (permalink / raw
To: gentoo-user
On 10/27/06, Michael Sullivan <michael@espersunited.com> wrote:
> My wife's computer is having a screen resolution problem in gnome. The
> only screen resolutions available are 856x480 and 640x480. I don't
> understand this, as I have set in her xorg.conf file to only allow
> 1024x768 and 800x600 . Where is this coming from? She uses modular X.
> Here is her /etc/X11/xorg.conf file:
Can you post /var/log/Xorg.0.log?
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-27 18:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-27 13:26 [gentoo-user] OT - Funky Screen Resolution Michael Sullivan
2006-10-27 14:01 ` Uwe Thiem
2006-10-27 18:42 ` Richard Fish
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox