Find the answer to your Linux question:
Results 1 to 2 of 2
i recently installed fedora 10 and and was dual boxing with 2 monitors, when i found out about KVM switches. So now i am using my LCD HDTV(26") for both ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    1

    having trouble with screen resoultion

    i recently installed fedora 10 and and was dual boxing with 2 monitors, when i found out about KVM switches. So now i am using my LCD HDTV(26") for both boxes. The res on my windows box is 1360x768. So i'm trying to set that in fedora and i'm running into a little trouble, because i don't have that mode in my list in system>preferences>hardware>screen res.

    searching these forums i found out that there is no /etc/x11/xorg.conf pre installed. So i used a method to make /root/xorg.conf.new and tried to 'cp' it to the right location. i am logged in as root, and it says that cp: cannot create a new file, or something to that affect. through further searching i think that means i don't have permission to do that, but shouldn't root have no restrictions??

    the exact commands are(and i don't know what they mean lol )

    /sbin/telinit 3

    log back in as root

    X -configure

    cp /root/xorg.conf.new /etc/x11/xorg.conf

    if anyone can help i'd soo appreciate it, this basically renders my linux box useless at this point

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You can gain root privileges through su - command.
    Code:
    su -
    ... Administrative tasks ...
    exit
    Execute this :
    Code:
    su -
    lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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