Results 1 to 4 of 4

Thread: Display Problems with Gateway Notebook

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Posts
    2

    Display Problems with Gateway Notebook

    Hi!

    I have a Gateway Solo 1450 notebook which has a Intel 830M graphics controller. The BIOS says that it has 8Mb of video memory. I'm new to Linux and wanted to try it out without having to repartition my hard drive.

    I typically use 1024 x 768 True Color setting in Windows XP, but I cannot get better than VGA 640 x 480 in Knoppix, which makes for huge icons in KDE and it's very hard to navigate from everything being so large. I get the impression that the Knoppix kernel is trying to pass or receive a VESA number which isn't recognized.

    I tried Topologilinux and can't even run the X Windows system!

    Any ideas? I'm using the latest download version of Knoppix. I tried all the F2 boot options that I could find...

  2. #2

    Simlar problems ...

    .... but less extreme. I have a ASUS L1B Notebook with the Intel 830M graphics controller with 30MB video ram. The default setting to use the i810 driver gives some graphics problems (some areas of the desktop are garbled, as are images.) I got more success using the vesa driver (xmodule=vesa) but still with fewer colours than I want. (stuck with 256 colours if I want anything other than a 640x480 desktop.)

    I had more sucess starting in runlevel 2 and manually playing with the XF86Config-4 file. Here's my copy of the relevant sections of that file that I changed.

    Code:
    Section "Monitor"
    # Wish we could use some probed settings here, too, but XFree4 cannot do this yet.
    #	HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
     # Warning: This may fry old Monitors
     # Very conservative. May flicker.
    # These are some Modelines that happen to work on many systems
    # Especially the "1024x768" has been thoroughly tested, even on Laptops
    	Identifier   "Monitor0"
    	HorizSync    31.5 - 48.5
    	VertRefresh  60
    	ModeLine     "640x480" 25.2 640 664 760 800 480 491 493 525
    	ModeLine     "800x600" 40.1 800 848 968 1056 600 601 605 628
    	ModeLine     "1024x768" 85.0 1024 1056 1152 1360 768 784 787 823
    	ModeLine     "1152x864" 92.0 1152 1208 1368 1474 864 865 875 895
    	ModeLine     "1152x864" 110.0 1152 1240 1324 1552 864 864 876 908
    	ModeLine     "1152x864" 135.0 1152 1464 1592 1776 864 864 876 908
    	ModeLine     "1152x864" 137.7 1152 1184 1312 1536 864 866 885 902 -hsync -vsync
    	ModeLine     "1280x1024" 80.0 1280 1296 1512 1568 1024 1025 1037 1165 interlace
    	ModeLine     "1280x1024" 110.0 1280 1328 1512 1712 1024 1025 1028 1054
    	ModeLine     "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 -hsync -vsync
    	ModeLine     "1280x1024" 135.0 1280 1312 1456 1712 1024 1027 1030 1064
    	ModeLine     "1280x1024" 135.0 1280 1312 1416 1664 1024 1027 1030 1064
    	ModeLine     "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    	ModeLine     "1280x1024" 181.8 1280 1312 1440 1696 1024 1031 1046 1072 -hsync -vsync
    	ModeLine     "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    	ModeLine     "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync
    	ModeLine     "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    	ModeLine     "1600x1200" 220.0 1600 1616 1808 2080 1200 1204 1207 1244 +hsync +vsync
    	ModeLine     "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    	ModeLine     "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    EndSection
    Code:
    # The following line is auto-generated by KNOPPIX mkxf86config
    	BusID       "PCI:0:2:0"
    	Identifier  "Card0"
    	Driver      "vesa"
    	VendorName  "All"
    	BoardName   "All"
    #	ChipSet     "i830M"
    #	Card        "Intel i830M"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	DefaultDepth     8  #To get a large enough desktop. Colour depth is traded off against desktop size.
    	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
    	SubSection "Display"
    		Depth     32
    		Modes    "1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    I had more success limiting vrefresh to 60 (but am still tweaking) and specifying the BusID. Unfortunately as I have no floppy I have to manually copy XF86Config-4 every time.

    If anyone has any suggestions on getting the most out of my graphics card I'd be glad to hear them...

    Kiwi

  3. #3

    FIXED!!!



    Try updating your Bios (my Asus let me do that simply enough.) I was looking around the www.linux-on-laptops.com links for inspiration on this problem and apparently the Bios limits video memory (on Asus anyway.) Updated BIOS and I get 1024x768 with good colour depth and no display issues as I described previously - all from automatically probed settings.

    It's just a case of convincing my soundcard to work properly now (KDE loves it, but the XMM media player doesn't...)

    Kiwi

  4. #4
    Junior Member
    Join Date
    Feb 2003
    Posts
    2

    Display Problems

    Thanks for the ideas, all!!! I appreciate it.

    I hear the new xfree86 4.3.0 will solve some of my problems.

    Ciao!
    Chris

Similar Threads

  1. Display problems
    By talon0769 in forum Laptops
    Replies: 2
    Last Post: 10-17-2004, 08:23 AM
  2. Old Notebook Display Problems
    By merlin232 in forum Laptops
    Replies: 6
    Last Post: 09-24-2004, 04:51 PM
  3. Toshiba Notebook Display too small
    By Kamakize in forum General Support
    Replies: 9
    Last Post: 12-27-2003, 01:29 AM
  4. Display problems when booting
    By andrewdodd13 in forum General Support
    Replies: 4
    Last Post: 08-01-2003, 06:19 PM
  5. Generic Display Problems...
    By Satyag in forum General Support
    Replies: 1
    Last Post: 06-25-2003, 05:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Vintage Daryl F Gates Police Quest: SWAT PC computer game 1995 Sierra 4 disc picture

Vintage Daryl F Gates Police Quest: SWAT PC computer game 1995 Sierra 4 disc

$3.11



Gateway Logitech M-S69 PS/2 Trackball Ball Mouse Vintage Untested  picture

Gateway Logitech M-S69 PS/2 Trackball Ball Mouse Vintage Untested

$25.74



Hayes Vintage Chronograph RS232C Rare picture

Hayes Vintage Chronograph RS232C Rare

$600.00



Vintage Quake 3 mouse pad picture

Vintage Quake 3 mouse pad

$9.99



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter picture

Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter

$29.95



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Voltage Blaster (Enhanced) -5V ISA AT ATX Power for Vintage Retro PCs US Seller picture

Voltage Blaster (Enhanced) -5V ISA AT ATX Power for Vintage Retro PCs US Seller

$12.95



Vintage Comfort Keyboard Systems Ergomagic Mechanical AT/PS2 Keyboard picture

Vintage Comfort Keyboard Systems Ergomagic Mechanical AT/PS2 Keyboard

$149.99



Vintage scorpius 980n plus Mechanical USB keyboard picture

Vintage scorpius 980n plus Mechanical USB keyboard

$39.00