Jump to content

keropi

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by keropi

  1. try adding this line:

    Option "ButtonMapping" "1 2 3 4 5"

    to your mouse device section, so it reads like this:

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ButtonMapping" "1 2 3 4 5"
    Option "ZAxisMapping" "6 7"
    EndSection

    make sure to keep ZAxisMapping "6 7" and not "4 5"

     

    YES, now it works as expected, MEGA-THANX!!!! :D :D :D :D :lol2:

  2. The key line is this:

     

    Option "ZAxisMapping" "6 7"

     

    try changing "6 7" to "4 5" and reboot and see if that helps.

     

    wow, that messed things :D

    mwheel up -> forward

    mwheel down ->backward

    left+right extra buttons (the ones I want to make forward/backward) both had the same effect as left-click...

  3. here it is my firends, the whole file... don't see any option for the extra keys, u tell me :D :thumbs:

     

    # File generated by XFdrake.
    
    # **********************************************************************
    # Refer to the XF86Config man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
    EndSection
    
    Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    EndSection
    
    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
    EndSection
    
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,el(extended)"
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
    EndSection
    
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
    EndSection
    
    Section "Monitor"
    Identifier "monitor1"
    VendorName "Sony"
    ModelName "Sony CPD-200ES"
    HorizSync 30.0-70.0
    VertRefresh 50.0-120.0
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"	 50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"	 63.07  768  800  960 1024   576  578  590  616
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_120"  176.01  1152 1240 1368 1584  864 865 868 926  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_100"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_85"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_75"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_60"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1152x864_50"  66.85  1152 1208 1328 1504  864 865 868 889  -HSync +Vsync
    EndSection
    
    Section "Device"
    Identifier "device1"
    VendorName "nVidia"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nvidia"
    Option "DPMS"
    Option "IgnoreEDID" "1"
    EndSection
    
    Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
    	Depth 8
    	Virtual 1152 864
    EndSubsection
    
    Subsection "Display"
    	Depth 15
    	Virtual 1152 864
    EndSubsection
    
    Subsection "Display"
    	Depth 16
    	Virtual 1152 864
    EndSubsection
    
    Subsection "Display"
    	Depth 24
    	Virtual 1152 864
    EndSubsection
    EndSection
    
    Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    EndSection

  4. the mount command works with /dev/sda1/ perhaps I should put that instead of /dev/mapper/pdc_cdhciecf1 ????

    ofcourse I made changes as root... gonna try the 2nd way now :D

     

    EDIT: still nothing... here is my fstab just to be sure...

     

    # This file is edited by fstab-sync - see 'man fstab-sync' for details
    /dev/hda1 / ext3 defaults 1 1
    /dev/hda6 /home ext3 defaults 1 2
    /dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
    none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
    /dev/mapper/pdc_cdhciecf1 /mnt/win_c2 ntfs nls=utf8,umask=0,ro 0 0
    /dev/mapper/pdc_cdhciecf2 /mnt/win_d ntfs nls=utf8,umask=0,ro 0 0
    /dev/mapper/pdc_cdhciecf3 /mnt/win_e ntfs nls=utf8,umask=0,ro 0 0
    none /proc proc defaults 0 0
    /dev/hda5 swap swap defaults 0 0
    [keropi@localhost ~]$ su

     

    and I use mount /dev/sda2 /mnt/win_d/ -t ntfs -o nls=utf8,umask=0222 and D partition works nice, although it's icon in Devices is unmounted...

  5. because I do not want to screw it :wall: here is my fstab, can you please tell me what to edit?

     

    # This file is edited by fstab-sync - see 'man fstab-sync' for details
    /dev/hda1 / ext3 defaults 1 1
    /dev/hda6 /home ext3 defaults 1 2
    /dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
    none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
    /dev/mapper/pdc_cdhciecf1 /mnt/win_c2 ntfs umask=0,nls=iso8859-1,ro 0 0
    /dev/mapper/pdc_cdhciecf2 /mnt/win_d ntfs umask=0,nls=iso8859-1,ro 0 0
    /dev/mapper/pdc_cdhciecf3 /mnt/win_e ntfs umask=0,nls=iso8859-1,ro 0 0
    none /proc proc defaults 0 0
    /dev/hda5 swap swap defaults 0 0

     

    thank you ppl for the quick replies!

  6. I have mandriva2006 powerpack on a normal 80GB ATA133 HD, and winXP-pro on a SATA HD, which is connected to a PCI SILLICON 3112A controller (also have sata on my ECS KT-600A motherboard but I do not use them...)

    as a regular user, the xp partitions appear but I cannot mount them because it complains about root priviledges...

    as root it complains that they do not eist!?!

    the card and partitions show up OK in MCC, named SDA1. SDA2, SDA3

     

    any ideas? :thumbs:

     

     

    [moved from Software by spinynorman]

  7. Why is this?

    I have a dsl-modem/router, the linux pc can ping the xp-pc, netowrk works fine, the resolv.conf contains only nameserver 192.168.1.1 (modem ip) and Konqueror loads EVERY page no prob... opera and firefox from the powerpack dvd do not load any pages at all... :huh: this is a fresh install with no updates whatsoever...

    any ideas?

  8. The rewrite is actually mandated by the dhclient-script. If you want to keep the file, edit it and hard lock it as root with

     

    chattr +i /etc/resolv.conf

     

    For unlocking use chattr -i /etc/resolv.conf

     

     

    ok it works now, but I had some other strange errors...

    I can visit google.gr but not google.com !!!!

     

    I am very dissapointed with this... why can't it be a simple task like in winXP? why should I add nameserves??? and why when I installed opera-mdk there is no icon for it on the menu??? :(

  9. I don't get it...

    I edit as root /etc/resolv.conf so it works with my isp, here is what is inside:

     

    search WORKGROUP

    nameserver 192.168.1.1

    nameserver 195.170.0.1

    nameserver 195.170.2.1

     

    I save it, all is well, webpages work... I reboot and then on resolv.conf the only line that exists is: nameserver 192.168.1.1 and only Konqueror works... no firefox/opera....

    I have tried passing all the above values withm the net setup tools, and manually but afer a reboot they are lost... :wall:

     

    any ideas?

×
×
  • Create New...