Setting up X on a new laptop (Toshiba Satellite Pro 6100), came across
a problem I've never seen before. Although I have the display working
(after a few false starts!), there's a thick black column running down
the right edge of the screen, obscuring whatever X is drawing
underneath. For example, if a window is open full-screen, the
maximise/minimise buttons are not visible.
The blank area remains when the screen saver is activated. However, if
I wait long enough for the power saver to come on (blanking out the
screen altogether), the display is perfectly normal when restored - no
annoying column! Then after an X reset, the column returns.
Card is a GeForce4. The LCD display is a 15" UXGA - X was unable to
probe it. I have the latest nVidia drivers. I'm running an RH beta
7.3.9 (I know, no guarantees). I include the relevant sections of
XF86Config (excluding mouse, keyboard, etc.). Any suggestions on where
to look next very much welcome.
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "Device"
Identifier "nVidia GeForce4 420 Go"
Driver "nvidia"
BusId "PCI:1:0:0"
Option "IgnoreEDID" "1"
EndSection
Section "Monitor"
Identifier "15 UXGA"
HorizSync 30-107
VertRefresh 50-85
Option "DPMS"
EndSection
Section "Screen"
Identifier "nVidia"
Device "nVidia GeForce4 420 Go"
Monitor "15 UXGA"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "nVidia"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
--
Cheers,
Rich.