I know this is a relatively common problem, and it seems to be hardware
independent (except, of course, the 9440 card.). I'm a bit annoyed that
they completely eliminated the A version of the SVGA server... it worked
better for me, dangit.
Anyway, if anyone can help.. thanks.
--
Ben Carterette
cc...@po.cwru.edu
-Peter
I see you have Tgui9440agi video cards as well...
This is my problem.. I setup xf86config.. then when i try to run
Xwin it tells me videoram 64k (i've selected 1024k) and then
12xx 10xx virtual not possible not enough memory..
If i play with the XF86CONFIG file I manage to get 320x200 running..
with the built-in generic vga.
But how can i get higher resolution? Can you please tell me how to
configurate because i want to make it work so i can finnaly take windows
from my machine...
Thanks in Advance.. If possible please EMAIL the answer as well as
posting it...
Comment out the first 1024x768 modeline. I had the same problem and this
worked for me.
Stephen
Let us establish a "Club of unhappy TVGA9440AGi users"! Hm?
I've got the same problem. At first I played with XF86Config and after a
few hours I got quite good result: 1024x768x256. Satisfied I left
my machine at 3 a.m. Next day I booted up my Linux and the screen was ...
(you know it). I lost next 4 hours playing with XF86Config without any
success.
Now, the funny thing.
I booted once again and this time Micro$hit Win 3.11.
I closed it so quickly as possible :-) and booted Linux again.
Viola! X-server decided to work!
I must say that I have TVGA9440AGi driver installed in Windoze
and I use the same setting: 1024x768x256. And running Windoze without
this driver instaled does not help, of course. My monitor is
MicroScan4v/ADI running on 70Hz. Linux version 1.2.1.
Well and one another thing. In the time when I was using previous
version of 9440 Xserver it helped me to comment out one unused "Modeline"
in XF86Confing. Ever seen such a thing?
Any questions?
--
bye
rastos
___________________________________________________________________
| It's not that I'm afraid to die.| PGP public key 0x21A5BF31 on |
| I just don't want to be there - | keyservers. The fingerprint is: |
| when it happens. | F2E2E1CC690778698A89A7939874DD95|
`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ Stephane Genaud _/
_/ ICPS _/
_/ Universite Louis Pasteur (Strasbourg I) _/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ ICPS, Pole API , Bd S. Brant, F-67400 Illkirch _/
_/ gen...@icps.u-strasbg.fr _/
_/ http://icps.u-strasbg.fr/~genaud _/
_/ tel : +(33) 88655047 _/
_/ fax : +(33) 88655061 _/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Number of colors (SVGA or VGA16) depends on symbolic link /usr/lib/X11/X.
If this is link (for example) to XF86_SVGA, then X-server is looking for
Section "Screen"
in XF86Config which contains line
Driver "svga"
The same section contains line
Modes "1024x768"
-> in my case - I have only this one mode confingured. You can force X
to use this resolution if you delete "800x600" entry from your Modes line.
Or you can add "1024x768" entry and use Ctrl+Alt+KeyPadPlus to switch
between resolutions. X server will use the first, which 'works in his
opinion' at startup.
Timings and frequency for selected resolution are specified in line
with keyword Modeline and specified resolution. In my case:
Modeline "1024x768" 70.0 1024 1024 1064 1240 768 779 785 817
BTW, my chipset is recognized as tgu9440agi.
I think, it is because of lines:
BoardName "TGUI9440AGi"
VideoRam 1024
Chipset "tgui9440agi"
ClockChip "tgui
in Screen section. I'm using last XF86_SVGA server from sunsite (3.1,2).