Laptops :: XF86_SVGA



Quote (Max @ Dec. 15 2004,18:02)
Script started on Wed Dec 15 16:58:59 2004
dsl@box:~$ od -c /etc/X11/XF86Config | head -4
0000000   #   #   #       B   E   G   I   N       D   E   B   C   O   N
0000020   F       S   E   C   T   I   O   N  \n   #       X   F   8   6
0000040   C   o   n   f   i   g       (   X   F   r   e   e   8   6    
0000060   s   e   r   v   e   r       c   o   n   f   i   g   u   r   a
dsl@box:~$
Script done on Wed Dec 15 16:59:23 2004

That doesnt look like the file in my tar or the one you posted earlier...

mine looks like this...

dsl@box:~$ od -c /etc/X11/XF86Config | head -4
0000000    S   e   c   t   i   o   n       "   F   i   l   e   s   "  \n
0000020                    R   g   b   P   a   t   h                   "
0000040    /   u   s   r   /   X   1   1   R   6   /   l   i   b   /   X
0000060    1   1   /   r   g   b   "  \n                   F   o   n   t

Rename that file and put the one from my tar in its place.

Quote (laughing_gas @ Dec. 15 2004,18:35)
Would it be possible to make this a .dsl extension?  I imagine a lot of folks on old thinkpads would benefit.

Not just thinkpads, if you look at the chipsets XF86_SVGA supports it looks like it will accelerate the majority of hardware that Xvesa doesnt support if you have the right XF86Config :-)

My mistake.  I had renamed everything so that I could start X back up.  Here is the dump:

Script started on Wed Dec 15 20:47:43 2004
dsl@box:~$ d   od -c /etc/X11/XF86Config.new | head -4
0000000   S   e   c   t   i   o   n       "   F   i   l   e   s   "  \r
0000020  \n                   R   g   b   P   a   t   h                
0000040   "   /   u   s   r   /   X   1   1   R   6   /   l   i   b   /
0000060   X   1   1   /   r   g   b   "  \r  \n                   F   o
dsl@box:~$
Script done on Wed Dec 15 20:48:07 2004


I does look like my file has \r\n where your's is just \n

I'll try your dos2unix utility and report back...

Works great now.  Must have been the config file in DOS format.

Maybe this will fix the problem with the mouse and keyboard locking up after the screen is closed and re-opened later.

Thanks for all your help.  It really is quite noticably faster.

Quote (Max @ Dec. 15 2004,23:25)
Works great now.  Must have been the config file in DOS format.

Maybe this will fix the problem with the mouse and keyboard locking up after the screen is closed and re-opened later.

Thanks for all your help.  It really is quite noticably faster.

Cool :-)

Yes it seems to fix all the suspend/resume problems with my lappy. Any ideas how to turn it into a .dsl?

Next Page...
original here.