Find the answer to your Linux question:
Results 1 to 8 of 8
hi, ive bin using suse10.2 for 3 months, and i have 4 things left to get working properly, b4 i will be fully migrated to linux! 1, tvout from a ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Location
    liverpool, uk
    Posts
    65

    Post im converting from xp to suse 10.2

    hi, ive bin using suse10.2 for 3 months, and i have 4 things left to get working properly, b4 i will be fully migrated to linux!

    1, tvout from a geforce 6200, has the correct drivers, they work for compiz, but still im stuck running the 800x600 res, just so i can watch films thru the tv out. any better res courses the output to be bigger than the tv!

    2, 7 button mouse (ms intelipoint) normal 5 buttons are ok, the other to are not assigned to any action, and i cant figure it out.

    3, .rar compressed files, ghow do i uncompress them??

    4, ssh'ing, but i have some basic tests to do, first i need to test ssh from to locally connected boxes, then, i need to get a tunnel through a proxy on port 8080, finally connecting to port 5905, using putty from winxpto suse 10.2

    any ideas for these would be much appreciated!!

    thanks!

  2. #2
    Linux Newbie unchiujar's Avatar
    Join Date
    Oct 2006
    Posts
    194
    Can you post you xorg.conf file ?
    Code:
     cat /etc/X11/xorg.conf

  3. #3
    Linux Newbie
    Join Date
    May 2006
    Location
    Kansas
    Posts
    187
    You are already discussing number 4 in another thread:

    http://www.linuxforums.org/forum/sus...2-putty-2.html

  4. #4
    Just Joined!
    Join Date
    Mar 2007
    Location
    liverpool, uk
    Posts
    65
    sorry about mentioning point 4 again! ignore it. ill post my xorg.cof file later, when i get home from work! (1am)

    the thing with the res is, that i run the desktop at 12xx x 10xx, but the tv only can do 800 x 600 ish, its widescreen. not hidef. ive got it fairly close to displaying the right output, but there is still a couple of inches on the right and bottom, that dont fit on the tv!

  5. #5
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    For rar files just install the rar package in YaST. Ark and file roller should then be able to use it to work on your files.

  6. #6
    Just Joined!
    Join Date
    Mar 2007
    Location
    liverpool, uk
    Posts
    65
    brilliant! i didnt even think about ark! ive installed the rpm for .rar files, but couldnt think of a front end! ark is already there so why not!! cheers for that!

    1 down!!

  7. #7
    Just Joined!
    Join Date
    Mar 2007
    Location
    liverpool, uk
    Posts
    65

    Smile xorg.conf

    Quote Originally Posted by unchiujar
    Can you post you xorg.conf file ?
    Code:
     cat /etc/X11/xorg.conf

    # /.../
    # SaX generated X11 config file
    # Created on: 2007-04-20T11:30:30+0100.
    #
    # Version: 8.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2005
    # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
    #
    # Automatically generated by [ISaX] (8.1)
    # PLEASE DO NOT EDIT THIS FILE!
    #

    Section "Files"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/URW"
    FontPath "/usr/share/fonts/Speedo"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/latin2/misc:unscaled"
    FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath "/usr/share/fonts/latin2/Type1"
    FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath "/usr/share/fonts/baekmuk:unscaled"
    FontPath "/usr/share/fonts/japanese:unscaled"
    FontPath "/usr/share/fonts/kwintv"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/uni:unscaled"
    FontPath "/usr/share/fonts/CID"
    FontPath "/usr/share/fonts/ucs/misc:unscaled"
    FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/misc:unscaled"
    FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/Type1"
    FontPath "/usr/share/fonts/misc/sgi:unscaled"
    FontPath "/usr/share/fonts/xtest"
    FontPath "/opt/kde3/share/fonts"
    FontPath "unix/:7100"
    InputDevices "/dev/gpmdata"
    InputDevices "/dev/input/mice"
    EndSection

    Section "ServerFlags"
    Option "AllowMouseOpenFail" "on"
    EndSection

    Section "Module"
    Load "freetype"
    Load "type1"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "v4l"
    EndSection

    Section "InputDevice"
    Driver "kbd"
    Identifier "Keyboard[0]"
    Option "Protocol" "Standard"
    Option "XkbLayout" "gb"
    Option "XkbModel" "pc105"
    Option "XkbRules" "xfree86"
    EndSection


    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Buttons" "7"
    Option "Device" "/dev/input/mice"
    Option "Name" "Microsoft IntelliMouse Optical"
    Option "Protocol" "explorerps/2"
    Option "Vendor" "Sysp"
    Option "ZAxisMapping" "4 5"
    EndSection


    Section "Monitor"
    Option "CalcAlgorithm" "XServerPool"
    DisplaySize 310 230
    HorizSync 30-70
    Identifier "Monitor[0]"
    ModelName "NEC CI A727"
    Option "DPMS"
    VendorName "NCI"
    VertRefresh 43-150
    UseModes "Modes[0]"
    EndSection


    Section "Modes"
    Identifier "Modes[0]"
    EndSection


    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection


    Section "Device"
    BoardName "GeForce 6200 (0x0221)"
    BusID "1:0:0"
    Driver "nvidia"
    Identifier "Device[0]"
    Option "SaXDualHead"
    Option "TwinView"
    Option "SaXDualMonitorVendor" "--> VESA"
    Option "SecondMonitorHorizSync" "31-50"
    Option "SaXDualVSync" "50-60"
    Option "MetaModes" "1280x1024,1024x768;1280x960,1024x768;1280x800,102 4x768;1152x864,1024x768;1280x768,1024x768;1024x768 ,1024x768;1280x600,1280x600;1024x600,1024x600;800x 600,800x600;768x576,768x576;640x480,640x480"
    Option "SaXDualOrientation" "RightOf"
    Option "SaXDualResolution" "1024x768"
    Option "TwinViewOrientation" "Clone"
    Option "SaXDualMode" "Clone"
    Option "SecondMonitorVertRefresh" "50-60"
    Option "SaXDualHSync" "31-50"
    Option "SaXDualMonitorModel" "1024X768@60HZ"
    Screen 0
    VendorName "NVidia"
    EndSection


    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection


    Section "DRI"
    Group "video"
    Mode 0660
    EndSection

    Section "Extensions"
    EndSection

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Location
    liverpool, uk
    Posts
    65

    Talking

    i think thats the rar files done and the ssh done, just got to test the ssh!

    i just need to get the tvout working properly, so i dont have to keep switching resolution to watch a film thru the tvout
    the mouse. suse already realises there are 7 buttons, its just i cant assign the 2 buttons(thumb, little finger) to do anything! even just going back and forward thru a web browser would be great, if anyone nos about that??

    thanks!

Posting Permissions

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