Hi all,
I'm wondering if anyone has any suggestions or advice?
I'm running Kubuntu 6.06 on a Hyperthreaded 3Ghz
P4 with 1.5G RAM.
I have to 17" Philips monitors (107T5 - primary -
and a 107S6 - secondary) running off a 128Mb
Nvidia FX5500 dual-head card.
At times (e.g.. when I open mail from Thunderbird)
I get a slight flicker on the second monitor and
similar on the primary monitor.
I've tried various refresh frequencies, but to no
avail.
I've posted (below) my xorg.conf in case anyone
has any suggestions or can see something that I
can't (highly likely :)).
NB. I modified xorg.conf to show only 1024x768 as
dual-display it wouldn't play nice otherwise.
Thanks for any assistance or advice offered.
Regards,
Patrick
****************
# /etc/X11/xorg.conf (xorg X Window System server
configuration file)
#
# This file was generated by dexconf, the Debian X
Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the
/etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on
xserver-xorg package upgrades *only*
# if it has not been modified since the last
upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it
to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
load "glx"
load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc104"
option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "Device"
identifier "Intel Corporation 82865G Integrated
Graphics Controller"
boardname "NVIDIA GeForce FX (generic)"
busid "PCI:1:2:0"
driver "nvidia"
screen 0
vendorname "NVIDIA"
EndSection
Section "Monitor"
identifier "PHILIPS 107T"
vendorname "Philips"
modelname "Philips 107S(17inch/CM1300)"
HorizSync 30.0-69.0
VertRefresh 50.0-120.0
modeline "[EMAIL PROTECTED]" 94.5 1024 1072 1168
1376 768 769 772 808 +hsync +vsync
modeline "[EMAIL PROTECTED]" 78.8 1024 1040 1136
1312 768 769 772 800 +hsync +vsync
modeline "[EMAIL PROTECTED]" 75.0 1024 1048 1184
1328 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 65.0 1024 1048 1184
1344 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 44.9 1024 1032 1208
1264 768 768 776 817 +hsync interlace +vsync
gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated
Graphics Controller"
Monitor "PHILIPS 107T"
DefaultDepth 24
SubSection "Display"
depth 24
modes "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "screen2" rightof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "device" #
identifier "device1"
boardname "Intel 865"
busid "PCI:0:2:0"
driver "i810"
screen 0
vendorname "Intel"
EndSection
Section "screen" #
identifier "screen1"
device "device1"
defaultdepth 24
monitor "monitor1"
SubSection "Display"
depth 24
modes "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor1"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "[EMAIL PROTECTED]" 94.5 1024 1072 1168
1376 768 769 772 808 +hsync +vsync
modeline "[EMAIL PROTECTED]" 78.8 1024 1040 1136
1312 768 769 772 800 +hsync +vsync
modeline "[EMAIL PROTECTED]" 75.0 1024 1048 1184
1328 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 65.0 1024 1048 1184
1344 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 44.9 1024 1032 1208
1264 768 768 776 817 +hsync interlace +vsync
gamma 1.0
EndSection
Section "device" #
identifier "device2"
boardname "NVIDIA GeForce FX (generic)"
busid "PCI:1:2:0"
driver "nvidia"
screen 1
vendorname "NVIDIA"
EndSection
Section "screen" #
identifier "screen2"
device "device2"
defaultdepth 24
monitor "monitor2"
SubSection "Display"
depth 24
modes "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor2"
vendorname "Philips"
modelname "Philips 107S(17inch/CM1300)"
HorizSync 30.0-69.0
VertRefresh 50.0-120.0
modeline "[EMAIL PROTECTED]" 94.5 1024 1072 1168
1376 768 769 772 808 +hsync +vsync
modeline "[EMAIL PROTECTED]" 78.8 1024 1040 1136
1312 768 769 772 800 +hsync +vsync
modeline "[EMAIL PROTECTED]" 75.0 1024 1048 1184
1328 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 65.0 1024 1048 1184
1344 768 771 777 806 -vsync -hsync
modeline "[EMAIL PROTECTED]" 44.9 1024 1032 1208
1264 768 768 776 817 +hsync interlace +vsync
gamma 1.0
EndSection
Section "ServerFlags"
option "Xinerama" "true"
EndSection
*****************
--
Registered Linux User 368634
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html