Page 2 of 2 FirstFirst 12
Results 17 to 22 of 22

Thread: Prob installing Ubuntu

  1. #17
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    68 times in 51 posts
    Quote Originally Posted by peterb View Post
    So it is! (I hadn't noticed that ) Still, vim /boot/grub/grub.conf works ok!
    he's using ubuntu - so that won't work for him

    possibly best to stop quoting fedora stuff for him as the two distros are put together quite differently.
    It is Inevitable.....


  2. #18
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Quote Originally Posted by ikonia View Post
    driver nv - there is the problem. your not using the nvidia drivers from the ubuntu repo's

    Have a read through this guide
    https://help.ubuntu.com/community/Bi...erHowto/Nvidia

    and you'll have it working in a few minutes.
    Superb - many thanks worked a treat!

  3. #19
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Ok, tried NDISwrapper from this site:

    http://ndiswrapper.sourceforge.net/j...,installation/

    Still no wifi. I know that USB wifi isn't the most supported thing in the world, but I did manage to install the drivers ok. I can even see that the wifi stick is connected as Ubuntu reports it ok.

  4. #20
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by pritsey View Post
    Ok, tried NDISwrapper from this site:

    http://ndiswrapper.sourceforge.net/j...,installation/

    Still no wifi. I know that USB wifi isn't the most supported thing in the world, but I did manage to install the drivers ok. I can even see that the wifi stick is connected as Ubuntu reports it ok.
    sudo aptitude install module-assistant
    sudo m-a prepare
    sudo m-a a-i rt2x00

  5. #21
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by directhex View Post
    wait until this evening, i'll paste my xorg.conf (nvidia on a 2001fp)
    Code:
    Section "Files"
    	FontPath	"/usr/share/fonts/X11/misc"
    	FontPath	"/usr/share/fonts/X11/cyrillic"
    	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
    	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
    	FontPath	"/usr/share/fonts/X11/Type1"
    	FontPath	"/usr/share/fonts/X11/100dpi"
    	FontPath	"/usr/share/fonts/X11/75dpi"
    	# path to defoma fonts
    	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
    	Load	"i2c"
    	Load	"bitmap"
    	Load	"ddc"
    	Load	"dri"
    	Load	"extmod"
    	Load	"freetype"
    	Load	"glx"
    	Load	"int10"
    	Load	"type1"
    	Load	"vbe"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"gb"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"evdev"
    	Option		"CorePointer"
    	Option		"Name"			"*Optical*"
    	Option		"ZAxisMapping"		"4 5"
    EndSection
    
    Section "Device"
    	Identifier	"NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    	Driver		"nvidia"
    	Option		"RenderAccel"		"true"
    	Option		"BackingStore"		"true"
    	Option		"XAANoOffscreenPixmaps"	"true"
    	Option		"DisableGLXRootClipping"	"true"
    	Option		"DamageEvents"		"true"
    	Option		"AddARGBGLXVisuals"	"true"
    EndSection
    
    Section "Monitor"
    	Identifier	"DELL 2001FP"
    	Option		"DPMS"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    	Monitor		"DELL 2001FP"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    
    Section "Extensions"
    	Option		"Composite"		"Enable"
    EndSection

  6. #22
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    If you have a DVI TFT you can leave them Display SubSections blank, nvidia drivers just asks the monitor it's capabilities, mostly works for D-Sub monitors too.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Speedtouch 330 and Virgin.net under Ubuntu
    By PeteSmith in forum Networking and Broadband
    Replies: 14
    Last Post: 13-08-2007, 10:11 AM
  2. Replies: 3
    Last Post: 06-09-2006, 02:07 PM
  3. Installing Ubuntu - screen res problem?
    By koocha in forum Help! Quick Relief From Tech Headaches
    Replies: 29
    Last Post: 04-07-2006, 03:28 PM
  4. Ubuntu & Win98 Debate
    By Matt1eD in forum Software
    Replies: 23
    Last Post: 16-05-2005, 01:47 PM

Posting Permissions

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