Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Almost completey setup in Linux, few last things

  • 19-06-2005 10:11pm
    #1
    Registered Users, Registered Users 2 Posts: 3,977 ✭✭✭


    I'm running ubuntu version 5.04, working fine. A couple of things before I'm completely setup, first i'm using the via 8237 audio chipset, sound works fine, but in windows I can set the line in port to a second line out. I can't install the chipset drivers supplied on their site, theres no debian based ones. Is there a way i can manually do this in linux?

    Also, I can't get the resolution I want in X, i tried changing xorg.conf and reconfiguring it as well.

    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 11,989 ✭✭✭✭Giblet


    Ctrl + Alt + Kp_plus


  • Registered Users, Registered Users 2 Posts: 3,977 ✭✭✭mp3guy


    yeah, that changes res, but not screen size, so its at 1152x864 but really at 640x480 and i've to scroll around.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    mp3guy wrote:
    I can't install the chipset drivers supplied on their site, theres no debian based ones. Is there a way i can manually do this in linux?

    Is there an rpm file? You can "alien" this into a .deb file, then use dpkg.

    As for your xorg.conf problems: I think that needing to edit xorg.conf manually is the biggest pile of s**te EVER and surely keeps people away from linux. Sorry, but I can't be of any assistance there I'm afraid (beyond saying that there are two sections of relevance when it comes to your resolution: things the monitor can support, and things the graphics card can support).


  • Closed Accounts Posts: 4,763 ✭✭✭Fenster


    Try this for easy xorg.conf fixing.

    Its a Redhat tool and thus in .rpm format, but I'm sure it wouldn't be so hard to change it to .deb


  • Registered Users, Registered Users 2 Posts: 2,077 ✭✭✭parasite


    try : sudo dpkg-reconfigure xorg-xserver


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 3,977 ✭✭✭mp3guy


    parasite wrote:
    try : sudo dpkg-reconfigure xorg-xserver

    already tried all that, refresh rates, modeline whatever.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    What's your graphics card there mp3guy?

    Can you post your xorg.conf?


  • Registered Users, Registered Users 2 Posts: 3,977 ✭✭✭mp3guy


    geforce 3 ti 500 on a gateway ev500
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following commands:
    #
    #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
    #   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
    #   sudo dpkg-reconfigure xserver-xorg
    
    Section "Files"
    	FontPath	"unix/:7100"			# local font server
    	# if the local font server has problems, we can fall back on these
    	FontPath	"/usr/lib/X11/fonts/misc"
    	FontPath	"/usr/lib/X11/fonts/cyrillic"
    	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
    	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
    	FontPath	"/usr/lib/X11/fonts/Type1"
    	FontPath	"/usr/lib/X11/fonts/CID"
    	FontPath	"/usr/lib/X11/fonts/100dpi"
    	FontPath	"/usr/lib/X11/fonts/75dpi"
            # paths to defoma fonts
    	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    EndSection
    
    Section "Module"
    	Load	"GLcore"
    	Load	"bitmap"
    	Load	"dbe"
    	Load	"ddc"
    	Load	"dri"
    	Load	"extmod"
    	Load	"freetype"
    	Load	"glx"
    	Load	"int10"
    	Load	"record"
    	Load	"type1"
    	Load	"v4l"
    	Load	"vbe"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"keyboard"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"ie"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"		"/dev/input/mice"
    	Option		"Protocol"		"ImPS/2"
    	Option		"Emulate3Buttons"	"true"
    	Option		"ZAxisMapping"		"4 5"
    EndSection
    
    Section "Device"
    	Identifier	"NVIDIA Corporation NV20 [GeForce3 Ti 500]"
    	Driver		"nvidia"
    	BusID		"PCI:1:0:0"
    EndSection
    
    Section "Monitor"
    	Identifier	"Gateway EV500"
    	Option		"DPMS"
    	HorizSync	30-65
    	VertRefresh	50-100
    
    
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"NVIDIA Corporation NV20 [GeForce3 Ti 500]"
    	Monitor		"Gateway EV500"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    


  • Registered Users, Registered Users 2 Posts: 2,077 ✭✭✭parasite


    grep /var/log/Xorg.0.log for lines beginning with (WW) or (EE)


  • Registered Users, Registered Users 2 Posts: 3,977 ✭✭✭mp3guy


    here they are;
    (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
    	Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
    	Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
    	Entry deleted from font path.
    	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
    (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
    (WW) Ignoring request to load module GLcore
    (WW) NVIDIA(0): config file hsync range 30-65kHz not within DDC hsync ranges.
    (WW) NVIDIA(0): config file vrefresh range 50-100Hz not within DDC vrefresh ranges.
    (WW) NVIDIA(0): Not using mode "840x525" (height 1050 is larger than
    (WW) NVIDIA(0):      EDID-specified maximum 1024)
    (WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
    (WW) NVIDIA(0):      EDID-specified maximum 1024)
    (WW) NVIDIA(0): Not using mode "1152x768":
    (WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
    (WW) NVIDIA(0): Not using mode "576x384":
    (WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
    (WW) NVIDIA(0): Not using mode "360x200":
    (WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
    

    No EE's, but a good few of those


  • Advertisement
Advertisement