WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Using native resolution 1920x1080x24 60 Hz  (Read 11398 times)

Offline ECHOSIDE

  • Newbie
  • *
  • Posts: 22
    • last.fm page
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #15 on: October 08, 2013, 09:27:37 PM »
I have never posted a topic in any forum that has received so many helpful and thoughtful responses. All of you seem informed and willing to help a newbie. The Tiny Core community seems pretty cool.

I'm going to go for Xorg now. Hopefully that will get me to my native resolution without too much more effort.

Offline ECHOSIDE

  • Newbie
  • *
  • Posts: 22
    • last.fm page
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #16 on: October 08, 2013, 11:13:44 PM »
By reading http://wiki.tinycorelinux.net/wiki:using_xorg_over_xvesa, I learned that the way to get out of "confless" mode was to create /etc/X11/xorg.conf. I took ownership of the directory and created the file to spec, but when I reboot, the directory /X11/ and file are gone. I must be missing something fundamental about the filesystem or the implementation of persistence.

I feel like I'm at a wall. Does anyone have any advice on how to proceed?

Thank you.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #17 on: October 08, 2013, 11:36:46 PM »
add etc/X11/xorg.conf to /opt/filetool.lst and use the cpanel gui to make a backup

Offline ECHOSIDE

  • Newbie
  • *
  • Posts: 22
    • last.fm page
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #18 on: October 16, 2013, 09:10:35 AM »
Ok, that worked. I've also got a clearer understanding of how persistence works in Tiny Core. Learning commands and syntax for Xorg.conf has been time consuming. Do I need drivers for my video card "[GeForce 7150M / nForce 630M] (rev a2)"? If so, should I get the drivers from Nvidia's website or from somewhere else?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #19 on: October 16, 2013, 09:36:29 AM »
There are 2 nvidia xorg drivers in the repo.
xf86-video.nv.tcz
and
xf86-video-nouveau.tcz

Try each one separately.
It looks like the nouveau driver supports your video card.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #20 on: October 16, 2013, 09:45:15 AM »
I have an nvidia (geforce 210) card and can only use Xvesa or proprietary nvidia drivers if using Xorg.
Anything else is unusable slow on my system.

On TC 4.7.7 I've created an nvidia drivers extension using scripts by Rich:
http://forum.tinycorelinux.net/index.php/topic,12965.msg71304.html#msg71304

However, the driver did not work correctly when compiled under TC 5.x . I think some dependencies, which I might have just copied from TC 4.x, need to get rebuild for 5.x .
Download a copy and keep it handy: Core book ;)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #21 on: October 16, 2013, 11:16:46 AM »
Just get the source for the latest driver from nvidia's web site and compile that against full Linux sources

Instructions are included, use those

And no deps needed

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #22 on: October 16, 2013, 11:29:32 AM »
Thanks I'll try.
Maybe Rich's scripts are 'outdated'.
Download a copy and keep it handy: Core book ;)


Offline ECHOSIDE

  • Newbie
  • *
  • Posts: 22
    • last.fm page
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #24 on: October 27, 2013, 09:35:44 PM »
I installed the nouveau driver and I'm now getting the error "failed on WaitforX". I'm not sure if I need to specify something in order for X to start or if I should remove the driver. I don't know how to remove the driver from the command line. At least I know I can get into X with the generic driver. Is there an option I should try from here? If not, how can I remove this driver from the command line?

Regards from the Lynx browser,

Thank you

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Using native resolution 1920x1080x24 60 Hz
« Reply #25 on: October 27, 2013, 11:59:06 PM »
Hi ECHOSIDE
You could remove the  nouveau   entry from your  onboot.lst  file.