Newsgroups: comp.windows.x.i386unix Subject: Re: CL-GD7543 can't startx at all? From: chucks@pippin.ee.usu.edu (Charles M. Swenson) >>>>> "Paul" == Paul Koch writes: Paul> I'm running XFree86 on a Gateway 2000 Solo 2100 S5133 with a Paul> Cirrus Logic 7548 chipset. I can get it to work at 320x200 Paul> resolution but not any higher. I'm using the generic XF86Config Paul> file, anyway, I need help also. I have a Gateway 2000 Solo 2100 running Redhat 4.0 and XFree86 3.1.2. I have X running in 800x600 at 8 bpp and 16 bpp just fine. Here are the relevant parts of my XF86Config file. I also have the PCMCIA cards working fine (modem, 3Com Ethernet) but I have not even looked at the issue of power management and what would happen to Linux if the computer went into suspend mode. Does anyone know? Is there some place I should write up my luck with the Solo 2100 for the net in general? ------------------------------------------------------------------------------ Charles M Swenson Utah State University (801) 797-2958 Department of Electrical Engineering UMC 4120 Logan, Utah 84322-4100 # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/mouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Emulate3Buttons Emulate3Timeout 50 # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Active Matrix" VendorName "SOLO" ModelName "Unknown" HorizSync 30-60 VertRefresh 40-150 ModeLine "800x600" 28.3 800 816 856 920 600 600 601 618 # Gram Stokes made this up for his laptop #ModeLine "800x600" 40 800 848 1000 1040 600 602 610 648 #ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 #Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync #Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "Laptop" VendorName "Cirrus" BoardName "7548" VideoRam 1024 Chipset "clgd5428" Option "linear" MemBase 0xfc000000 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "Laptop" Monitor "Active Matrix" Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection