Results 1 to 5 of 5

Thread: XFree86 screen configuration

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

    XFree86 screen configuration

    My first post here.

    After my HDD install everything worked fine but the resolution set by Knoppix was far too high for me to see anything properly on my 14" CTX monitor.

    I ran the kXConfig in my KDE desktop ("Advanced XFree86 Configuration") It displayed the Monitor settings, keyboard settings and pointer settings correctly to what Knoppix had correctly detected and the Video card was claimed to be of type "Generic Versa". I tried to change the screen resolution to 800x600, saved and restarted X. However, the resolution I ended up with was very low, I think 640x480 and the clock wouldn't fit on the taskbar! After this point it seemed to be stuck on this resolution and whatever resolutions or colour depths I tried it always went to 640x480 whenever I restarted X. I think this might be to do with the generic graphics card driver.

    I got the graphics card second hand but it says "S3 Trio64 V2/DX" on one of the chips so I tried the "S3 Trio 3D/2X" and "S3 Trio3D" and "Generic s3virge" drivers, none of which worked and X refused to start.

    I booted using the CD-ROM again and I overwrote the XF86Config and XF86Config-4 files on the hard disk with the ones that Knoppix generated so I was back where I started as I'd rather have the very high resolution that the very low one that the manual config keeps forcing.

    Is the problem simply that my graphics card is not supported? And if so what setup is Knoppix using to achieve a very high resolution (about 1024x76 and can I use the same settings but modify them slightly to 800x600?

    Here are dumps of the appropriate parts of the config files generated by Knoppix...

    XF86Config==================
    Code:
    # Auto-generated by mkxf86config
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName	"CTX"
    	ModelName	"CTX1451"
    #	HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    	HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    	VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
    	# These are the DDC-probed settings reported by your monitor.
    	# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
    	ModeLine "1280x1024"	135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    	# 1024x768, 60.0Hz; hfreq=48.36, vfreq=60.00
    	ModeLine "1024x768"	 65.00 1024 1048 1184 1344  768  771  777  806 -hsync -vsync
    	# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
    	ModeLine "640x480"	 31.50  640  656  720  840  480  481  484  500 -hsync -vsync
    EndSection
    
    Section "Device"
        Identifier    "My Video Card"
        VendorName    "Unknown"
        BoardName     "Unknown"
    #     TextClockFreq  22.175
    EndSection
    
    Section "Device"
      Identifier    "fbdev"
      VendorName    "Unknown"
      BoardName     "Unknown"
    EndSection
    
    
    # Standard Server
    Section "Screen"
        Driver      "svga"
        Device      "My Video Card"
        Monitor     "Monitor0"
        Subsection  "Display"
            Modes "1024x768" "800x600" "640x480"
            ViewPort 0 0
        EndSubsection
    EndSection
    
    # Accel. Server(s)
    Section "Screen"
        Driver      "accel"
        Device      "My Video Card"
        Monitor     "Monitor0"
        Subsection  "Display"
            Modes "1024x768" "800x600" "640x480"
            ViewPort 0 0
        EndSubsection
    EndSection
    
    # Fallback
    Section "Screen"
        Driver      "vga16"
        Device      "My Video Card"
        Monitor     "Monitor0"
        Subsection  "Display"
            Modes "1024x768" "800x600" "640x480"
        EndSubsection
    EndSection
    
    Section "Screen"  
      Driver        "fbdev"
      Device        "fbdev"
      Monitor       "Monitor0"
      SubSection "Display"
        Depth       32
        Modes       "default" 
      EndSubSection
      SubSection "Display"
        Depth       24
        Modes       "default" 
      EndSubSection
      SubSection "Display"
        Depth       16
        Modes       "default" 
      EndSubSection
      SubSection "Display"
        Depth       15
        Modes       "default" 
      EndSubSection
      SubSection "Display"
        Depth       8
        Modes       "default" 
      EndSubSection
    EndSection

    XF86Config-4================
    Code:
    # Auto-generated by KNOPPIX mkxf86config
    
    Section "Monitor"
    	Identifier	"Monitor0"
    	Option	"DPMS"	"true"
    	VendorName	"CTX"
    	ModelName	"CTX1451"
    #	HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    	HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    	VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
    	# These are the DDC-probed settings reported by your monitor.
    	# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
    	ModeLine "1280x1024"	135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    	# 1024x768, 60.0Hz; hfreq=48.36, vfreq=60.00
    	ModeLine "1024x768"	 65.00 1024 1048 1184 1344  768  771  777  806 -hsync -vsync
    	# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
    	ModeLine "640x480"	 31.50  640  656  720  840  480  481  484  500 -hsync -vsync
    EndSection
    
    Section "Device"
    	### Available Driver options are:-
    # sw_cursor is needed for some ati and radeon cards
            #Option     "sw_cursor"
            #Option     "hw_cursor"
            #Option     "NoAccel"
            #Option     "ShowCache"
            #Option     "ShadowFB"
            #Option     "UseFBDev"
            #Option     "Rotate"
    	Identifier  "Card0"
    # The following line is auto-generated by KNOPPIX mkxf86config
    	Driver      "vesa"
    	VendorName  "All"
    	BoardName   "All"
    #	BusID       "PCI:1:0:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	DefaultColorDepth 16
    	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
    
    Section "DRI"
    	Mode 0666
    EndSection
    Sorry about the length of this post but I'm trying to give you as much information as I can.

    Thanks for your time, and please be gentle with me, I'm a newbie

    tola ^/.

  2. #2
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    Is the problem simply that my graphics card is not supported?
    Not with X 4.x, but it is supported by using X 3.3.6, so try this:

    Boot your cd with the following cheat codes:

    knoppix vga=normal screen=800x600 xserver=XF86_SVGA

    see how your video works, if it works OK, then save the XF86Config-4 file to your hd in /etc/X11 (you should back up your existing file just in case), then reboot to you hd install.

    HTH

    rock

  3. #3
    Junior Member
    Join Date
    May 2003
    Posts
    2
    Quote Originally Posted by RockMumbles
    Not with X 4.x, but it is supported by using X 3.3.6, so try this:

    Boot your cd with the following cheat codes:

    knoppix vga=normal screen=800x600 xserver=XF86_SVGA

    see how your video works, if it works OK, then save the XF86Config-4 file to your hd in /etc/X11 (you should back up your existing file just in case), then reboot to you hd install.
    Thanks for the help!

    Typing
    Code:
    knoppix vga=normal screen=800x600 xserver=XF86_SVGA
    works but everything is huge and colours are grainy, infact the icons and panel at the bottom are the same size as if I type
    Code:
    knoppix vga=normal screen=640x480 xserver=XF86_SVGA
    and I don't have a clue why!

    If I type
    Code:
    knoppix vga=normal screen=1024x768 xserver=XF86_SVGA
    the resolution is so high that I can't read a thing! I seem stuck between two extremes and short of getting a bigger monitor there seems little I can do!

    One other odd thing is that when Knoppix boots off the CD-ROM it detects my graphics card precisely right, S3 Trio64 V2/DX but the graphics card is not mentioned in the configuration tool in XWindows along with the other S3 Cards.

    Is there anything else that can be done?

    tola ^/.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Try adding this to your boot arguments:

    Code:
    xmodule=s3

  5. #5
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    Have you tried using the original configuration detected by knoppix(the first XF86Config-4) but change the lines :

    Modes "1024x768" "800x600" "640x480"

    to Modes "800x600" "640x480"

    Seems that the driver does support your card at the highest resolution so I can't see why it cannot be done for 800x600, may be all you need is another ModeLine.

Similar Threads

  1. Xfree86 version?
    By beige_matchbox in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 04-15-2005, 05:45 PM
  2. XFree86 AND X11
    By RE Dude in forum The Lounge
    Replies: 1
    Last Post: 11-01-2003, 04:10 PM
  3. Xfree86 4.3.x
    By Viro in forum Ideas
    Replies: 5
    Last Post: 05-03-2003, 07:02 PM
  4. nvidia screen resolution problems, but right xfree86 config?
    By xound in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 04-23-2003, 08:29 AM
  5. xfree86 4.3
    By good_karma69 in forum General Support
    Replies: 0
    Last Post: 03-09-2003, 01:20 AM

Posting Permissions

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


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



HP ProLiant DL360 G9 Server 2x E5-2660v3 2.60Ghz 20-Core 96GB P440ar picture

HP ProLiant DL360 G9 Server 2x E5-2660v3 2.60Ghz 20-Core 96GB P440ar

$304.35



Intel XEON E5-2699 V3 CPU PROCESSOR 18 CORE 2.30GHZ 45MB L3 CACHE 145W SR1XD picture

Intel XEON E5-2699 V3 CPU PROCESSOR 18 CORE 2.30GHZ 45MB L3 CACHE 145W SR1XD

$45.00



Dell PowerEdge R920 24 SFF 4x E7-8891 v2 3.2GHz =40 Cores 1024GB No HDD H730P picture

Dell PowerEdge R920 24 SFF 4x E7-8891 v2 3.2GHz =40 Cores 1024GB No HDD H730P

$985.00



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$44.99



Intel Xeon E5-2697 v2 2.7GHz 30M 12-Core LGA2011 CPU Processor SR19H picture

Intel Xeon E5-2697 v2 2.7GHz 30M 12-Core LGA2011 CPU Processor SR19H

$27.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor

$5.09



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia picture

Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia

$90.00