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 all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
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

Ubuntu X Window Problem

  • 04-04-2006 8:39pm
    #1
    Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭


    Lo All,
    Im a first time Linux user, I tried to install kUbuntu a while back, but failed miserably.Today I tried to install Ubuntu 5.10 off a cd I copied the ISO to, seemed to be going swimmingly, that was until I restarted the machine to let it install itself from HDD partition(no disk in the CD ROM drive if you follow me).
    Installed ok, but then as it came to the login (like a DOS screen) a message came up saying that the X Window Server , Xorg wasnt installed properly.So, I reinstalled, formatting the partitions, and reinstalling. Went through everything again, and same problem.No GUI.
    This time, I went back to a sheet I had with a code for the xserver, which was "sudo dpkg-reconfigure xserver-xorg" which let me adjust screen resolution etc, I then restarted my machine.Same problem.
    Could anyone be able to offer any advice?


Comments

  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Maybe there's simply a problem with the driver.
    What kind of graphics card do you have?
    What kind of monitor?


    NiallB


  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    My graphics card is Radeon X600 256MB HyperMemory Secondary.
    My monitor is a Dell 20inch, 1024x768/32Bit/75Hz

    Not sure if thats too much but I hope it gives more insight :)


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Login at the console prompt and try this:
    sudo apt-get update
    sudo apt-get install xorg-driver-fglrx fglrx-control linux-restricted-modules
    sudo dpkg-reconfigure xserver-xorg 
    
    Select fglrx when asked to pick a driver.
    It may complain about the restricted-modules.
    If so, type in 'uname -r' at the command line,
    and type the characters returned after the word modules.
    i.e. sudo apt-get install xorg-driver-fglrx fglrx-control linux-restricted-modules-2.6.12-9-686

    Once you have X working, you can use the ATI control panel
    to change resolutions etc, and setup TV mode.

    Let us know how far that gets you,
    best of luck,
    NiallB


  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    Yeah, the package couldnt be found or something along those lines.Did everything you said, and the driver never came up when I reconfigured.Any more help?


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Dathai wrote:
    Yeah, the package couldnt be found or something along those lines.

    No good to me.
    Which package? Exactly what error did you get?

    NiallB


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    E: Unable to locate package : 'linux-restricted-modules'


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    niallb wrote:
    It may complain about the restricted-modules.
    If so, type in 'uname -r' at the command line,
    and type the characters returned after the word modules.

    Did you try this?
    Type it in now, and post it here if you like.
    uname -r
    The modules are built for each kernel, and the version needs to match.

    Try the original command without the modules package, as in

    sudo apt-get install xorg-driver-fglrx fglrx-control

    Does that give an error?

    NiallB


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Any joy?


  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    I guess this silence means a yes.


  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    Actually no, no joy at all.I tried all of the above, nothing worked.The package couldnt be found as I said in my previous post. And yes, I did try the uname-r still no joy :(


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Hi Dathai,
    sorry to hear that.
    What did uname -r say?

    apt-cache search linux-restricted-modules should give
    a list of all the versions available. It needs to match the kernel
    version reported by uname.

    Good luck,
    NiallB


  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    Success!

    For some reason, the install worked this time, and not last time :/ And I did everything exactly the same.
    I was playing around with it last night, GNOME really bored me, so I switched to KDE to get a bit of play time in with it, might switch onto XUbuntu in the near future, just to be familiar with it.

    Thanks for the help niallb, very much appreciated.


  • Registered Users, Registered Users 2 Posts: 9,244 ✭✭✭MrVestek


    Welcome to the world of Linux... you'll enjoy it and the challenges it brings.


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    And when u do get it the way u like it you'll take comfort in the fact it wont grind it self to a halt like windows does :)


  • Registered Users, Registered Users 2 Posts: 2,192 ✭✭✭Dathai


    The only problem with it I have is the uber slowness of the internet browsers, like I can download at a grand rate, ~300kb/s, but connecting to a site is just like Im on dial-up again.Seriously a massive head wrecker.


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    They're not slow.
    You have a problem.

    Who's your ISP?

    It sounds like a nameserver problem.
    check the file /etc/resolv.conf
    and let us know what's written there.

    NiallB


  • Registered Users, Registered Users 2 Posts: 9,244 ✭✭✭MrVestek


    All of the browsers? Firefox, Konqueror and the likes? All of them are slow?!


  • Registered Users, Registered Users 2 Posts: 18,484 ✭✭✭✭Stephen


    Sounds like your system is trying to resolve ipv6 names first, waiting for that to time out and then going ahead with ipv4. In firefox i just go to about:config and toggle network.dns.disableIPv6 to true. It'll be different if you use a different browser. You might need to disable ipv6 systemwide.


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    To disable ipv6 systemwide,
    find the file /etc/modprobe.d/aliases
    look for the line containing
    alias net-pf-10 ipv6
    and edit it to read
    alias net-pf-10 off
    Add the line
    alias ipv6 off below it.

    Then run update-modules and reboot (It seems to need an actual reboot)

    It may already be off.
    You should also set
    net.ipv6.conf.eth0.autoconf = 0
    net.ipv6.conf.all.autoconf = 0
    net.ipv6.conf.lo.autoconf = 0
    in /etc/sysctl.conf

    It's just a bug in a current release,
    so don't expect to have to do this every time.

    Hope it helps,
    NiallB


Advertisement