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

Thread: Ubuntu

  1. #17
    Registered User
    Join Date
    Mar 2008
    Posts
    4
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Ubuntu

    I couldn't get my resolution in Ubuntu beyond 1024*768 the other day, and spent a whole day fiddling around with it.

    I was quiet surprised (and embarrassed) when my colleague pointed out you have to specifically set the monitor you are using before other resolutions are available.

  2. #18
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts

    Re: Ubuntu

    I found a usefull little tool for getting my 8800GS drivers running happily
    Envy

    took me a long time to get ubuntu 64 bit 7.10 installed into ip35 fakeraid - but got there in the end. Its happy dual booting with windows 2008 on my new Test rig
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  3. #19
    Throbbing Member
    Join Date
    Aug 2004
    Location
    Scotlandshire
    Posts
    640
    Thanks
    15
    Thanked
    9 times in 8 posts
    • 8bit's system
      • Motherboard:
      • MSI Z170A-G43 PLUS
      • CPU:
      • Intel i7-6700K
      • Memory:
      • 2x Kingston HyperX Fury Black (8GB)
      • Storage:
      • 1x Crucial MX100 512GB, 1x Western Digital Caviar Black 1TB (WD1001FALS)
      • Graphics card(s):
      • Sapphire AMD R9 390 Nitro
      • PSU:
      • Corsair RM650x
      • Case:
      • Corsair Carbide Air 540
      • Operating System:
      • Windows 10 Home
      • Monitor(s):
      • LG 29UM67 29", 21:9, 2560x1080
      • Internet:
      • PlusNet Fibre

    Re: Ubuntu

    Quote Originally Posted by MrClean View Post
    I couldn't get my resolution in Ubuntu beyond 1024*768 the other day, and spent a whole day fiddling around with it.

    I was quiet surprised (and embarrassed) when my colleague pointed out you have to specifically set the monitor you are using before other resolutions are available.
    Shouldn't have to, certainly if you're using a DVI-connected monitor I've never seen Xorg fail to autosense the native resolution. 7.10 picks up my Dell 2405fpw connected using the VGA port quite happily too.

    You don't have to set a specific make and model either, just use one of the generic ones with the same resolution as your own screen will work just fine.
    "shiro" - Windows 11 Home x64 :: Intel i5-12600K :: Corsair H115i :: MSI Z690-A Pro :: 2x 16GB Kingston HyperX DDR5 :: NVidia 4070 Super FE :: Corsair Force MP600 (1TB) :: WD Caviar Black (2TB) :: WD Caviar Green (2TB) :: Corsair Carbide Air 540 (white) :: LG 32QK500 2560x1440 :: Razer Pro Click :: Cherry KC6000 Slim ::

  4. #20
    Senior Member just_laze's Avatar
    Join Date
    Aug 2005
    Location
    London
    Posts
    581
    Thanks
    19
    Thanked
    0 times in 0 posts
    • just_laze's system
      • Motherboard:
      • Gigabyte GA-P35-DS3R v1.0
      • CPU:
      • Intel Core 2 Duo E5200
      • Memory:
      • 4 x Corsair 1GB 6400C4 800MHz
      • Storage:
      • Samsung Spinpoint F1 1TB x2
      • Graphics card(s):
      • nVidia 9600GT 512MB
      • PSU:
      • Tagan T430-U15 430W
      • Case:
      • Cooler Master ATC-201B SXT
      • Operating System:
      • Windows 7 Home Premium 64bit
      • Monitor(s):
      • LG L227WT
      • Internet:
      • 8Mbit

    Re: Ubuntu

    Hello,

    I've setup a share and get as far as receiving a username/password prompt. When I input the Ubuntu Administrator / Password it doesn't connect...

    I'm using Window's "Map network drive..." feature.

    laze.
    Last edited by just_laze; 05-04-2008 at 05:55 PM.
    You're invited to follow me on Twitter

  5. #21
    Network|Geek kidzer's Avatar
    Join Date
    Jul 2005
    Location
    Aberdeenshire
    Posts
    1,732
    Thanks
    91
    Thanked
    46 times in 41 posts
    • kidzer's system
      • Motherboard:
      • $motherboard
      • CPU:
      • Intel Q6600
      • Memory:
      • 4GB
      • Storage:
      • 1TiB Samsung
      • Graphics card(s):
      • BFG 8800GTS OC
      • PSU:
      • Antec Truepower
      • Case:
      • Antec P160
      • Operating System:
      • Windows 7
      • Monitor(s):
      • 20" Viewsonic
      • Internet:
      • ~3Mbps ADSL (TalkTalk Business)

    Re: Ubuntu

    I think you have to add the user to the samba config so it'll connect

    So in a terminal you would type;
    Code:
    sudo smbpasswd -a $username
    Where $username is the username you are using to connect to the share (usually your usename on the linux machine)

    I *think* that's your issue (going by the guides I've used for Samba), but I'd wait until DirectHex/Ikonia/peterb/etc come by and correct me or confirm what I've said.
    "If you're not on the edge, you're taking up too much room!"
    - me, 2005

  6. #22
    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

    Re: Ubuntu

    Quote Originally Posted by kidzer View Post
    I think you have to add the user to the samba config so it'll connect

    So in a terminal you would type;
    Code:
    sudo smbpasswd -a $username
    Where $username is the username you are using to connect to the share (usually your usename on the linux machine)

    I *think* that's your issue (going by the guides I've used for Samba), but I'd wait until DirectHex/Ikonia/peterb/etc come by and correct me or confirm what I've said.
    yeah, quite possibly. i think if you just change your password, it should have reconfiogured itself to add network share passwords to your account too, having installed the windows file share server. i generally use anonymous shares though (i'm away from my pc, can't check what setting that is)

  7. #23
    Registered User
    Join Date
    Mar 2008
    Posts
    4
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Ubuntu

    Quote Originally Posted by 8bit View Post
    Shouldn't have to, certainly if you're using a DVI-connected monitor I've never seen Xorg fail to autosense the native resolution. 7.10 picks up my Dell 2405fpw connected using the VGA port quite happily too.

    You don't have to set a specific make and model either, just use one of the generic ones with the same resolution as your own screen will work just fine.
    I agree, that's what I would of expected.

    I'm sure auto detected my VGA Dell E196FP in Edgy, but not Feisty.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ubuntu - utter junk? (A rant)
    By stroberaver in forum Software
    Replies: 18
    Last Post: 26-02-2008, 02:14 PM
  2. Speedtouch 330 and Virgin.net under Ubuntu
    By PeteSmith in forum Networking and Broadband
    Replies: 14
    Last Post: 13-08-2007, 10:11 AM
  3. A new Ubuntu coming in just over a Month
    By Steve in forum HEXUS News
    Replies: 24
    Last Post: 04-03-2007, 11:44 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
  •