Tomasz Grobelny wrote:
> 
> My friend has et6000. X can't find memory on his card. Here is the log:
> (see attachment)
> What's the problem? How to make X find this memory?

In the log the key is:

 (--) TSENG(0): VideoRAM: 0 kByte.

FIx by editing /etc/X11/XF86Config-4 to provide explicitly the VideoRam:

# **********************************************************************
# Graphics device section
# **********************************************************************

. . .

Section "Device"
    Identifier  "ET6000 (generic)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "tseng"
    VideoRam    4096            # or whatever your ramsize is
    # Clock lines
    Option      "NoAccel"       # without this, probable X failure

    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

    Option      "DPMS"
EndSection
-- 
"A general dissolution of principles and manners will more surely
overthrow the liberties of America than the whole force of the
common enemy."                                       Samuel Adams

Felix Miata  ***  http://mrmazda.members.atlantic.net/

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to