You probably have to set the right refresh rate on your configuration file. Get the information from the monitor manufacturer, and edit it on your /etc/X11/XF86Config file or /etc/X11/xorg.conf file.
Hi,
The screen on my laptop is b0rked, so I'm wanting to plug a monitor inot the video out thing at the back and use it with a crt. It works, but for some reason the bottom.. maybe 20% of the screen is blank. The image isn't distorted or anything, it's like it just decides it can't be bothered drawing any further down.
I've tried messing around with the video setup, changing the monitor to a standard 1024x768 crt, but it just does exactly the same thing. It will draw the full screen if I'm in command line mode.
If I can't fix this I'm gonna have to put windows xp or something one it.. and you don't want that , do you? ;-)
FWIW I'm using kde 3, fedora core 2, gdm , the laptop, I guarentee you never heard of, but it has an sis650 graphics card and the monitor is a crappy old ibm g74.
I'm guessing there's an x config file somewhere that I need to monkey around with. I'm not bothered if it screws up the display on the laptop screen because it has a tasty looking crack in it anyway.
You probably have to set the right refresh rate on your configuration file. Get the information from the monitor manufacturer, and edit it on your /etc/X11/XF86Config file or /etc/X11/xorg.conf file.
Thanks, I'll have a look when I get home
Hmmm, the settings for the monitor all appear to be corrrect, and it did the same thing on my housemates monitor as well.
Did you googled or checked the manual for the horizontal and vertical refresh rate for your monitor, and put it in?
I did indeed;
http://www-307.ibm.com/pc/support/si...id=MIGR-4DJKB7
is the data sheet for the monitor, the important bits are,
Max Viewable Area (mm) 323 x 242
Horizontal Frequency (kHz) 30 - 69
Vertical Frequency (Hz) 50 - 120
I've tried the display size one at 323 - 242, and commented out. it didn't seem to affect it in any way.Code:Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "IBM 6447 G72" # DisplaySize 323 - 242 HorizSync 30.0 - 69.0 VertRefresh 50.0 - 120.0 Option "dpms" EndSection
What video output driver are you using?
Show us the SubSection "Device"
CP
Code:Section "Device" Identifier "Videocard0" Driver "sis" VendorName "Videocard vendor" BoardName "SiS 650" EndSection
Try just using the standard vesa driver, see if that works. All you'll need to do is replace "sis" with "vesa"
Also what video modes are you trying to run this at, and what colour depth?
CP
It was trying to do 1024x768 24 bit, I've since reduced the colour depth to 16 bit.
I've tried using the vesa driver and that seems to have done the trick! I wasn't exactly planning on using this thing for anything graphics intensive, but will i notice a performance hit from doing that?
Thanks though, that seems to be working![]()
Bookmarks