LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-04-2011, 03:39 PM   #1
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Rep: Reputation: 0
[Fedora 16] Asus N55SF Graphics


Good Afternoon guys, i have a Asus N55SF-S1084V and I'm running Fedora 16. I'm having a problem because my monitor supports resolutions up to 1920x1080. But since Fedora shows my monitor as "Unknown", it only shows three "crappy" resolutions (800x600, 1024x768, 1280x1024). I've heard about using xrandr but i'm not too familiar with it. Can anyone help me?

If additional information is required, i'll be glad to provide it.

And BTW, GNOME Shell does not work, it always start in fallback mode. Does anyone know how to fix this?

Thanks in advance.
Attached Thumbnails
Click image for larger version

Name:	monitor.png
Views:	37
Size:	22.9 KB
ID:	8549  
 
Old 12-05-2011, 11:11 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please show us your /var/log/Xorg.0.log file.

Adam
 
Old 12-05-2011, 03:13 PM   #3
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
[Fedora 16] Asus N55SF Graphics

Hello Adam, Thank You for taking the time to help me.

The file is attached to this post (It it too big to put in text).

Thanks Again for your help
Attached Files
File Type: log Xorg.0.log (74.3 KB, 37 views)
 
Old 12-05-2011, 05:37 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You have installed the nvidia proprietary drivers, but have not configured Xorg to use those drivers.

However, I am doubtful you can even use the nvidia GPU on that laptop at the present moment. Laptops with nvidia GPUs provided via Optimus are unsupported by both nouveau and the nvidia driver, though some folks have reported success with projects known as Ironhide and Bumblebee.

First, remove the nvidia drivers. Do you have an /etc/X11/xorg.conf file or anything under /etc/X11/xorg.conf.d/ ?

Adam
 
Old 12-06-2011, 02:26 PM   #5
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
[Fedora 16] Asus N55SF Graphics

Ok, here is the deal, when I removed the nVidia drivers, the system went "KABOOM", it wouldn't boot, so I've formatted it. But as expected the problem continues.

Since it is all new, I've uploaded a new version of the Xorg log file, and my xorg.conf it's described below

Quote:
[rpcaldeira@N55SF X11]$ cat xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
As for the /etc/X11/xorg.conf.d/ folder, i have only one file.
This file is described below

Quote:
[rpcaldeira@N55SF xorg.conf.d]$ cat 00-system-setup-keyboard.conf
# This file is autogenerated by system-setup-keyboard. Any
# modifications will be lost.

Section "InputClass"
Identifier "system-setup-keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
# Option "XkbVariant" "(null)"
Option "XkbOptions" "terminate:ctrl_alt_bksp,"
EndSection
Thanks man, again
Attached Files
File Type: log Xorg.0.log (76.5 KB, 38 views)
 
Old 12-06-2011, 02:51 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Did you do anything to generate that xorg.conf file. Fedora 15, at least, didn't have an xorg.conf file by default, and I'd be surprised if F16 does. That's forcing you to use the vesa driver. In addition, you are passing the "nomodeset" option to the kernel, which is going to disable kernel modesetting. That will also force you into using the vesa driver on your Intel GPU.

Remove the xorg.conf file, remove the "nomodeset" option, reboot, and try again.

Adam
 
Old 12-06-2011, 03:18 PM   #7
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
It's working!!!!!!!!!!!!!!!!!!!!! Thanks. Look if it's not too bother, how do I remove the nomodeset option permanently from the kernel. I only know you to remove it at boot time in the grub configuration screen...

if you could help me with this one last step...

Thanks
 
Old 12-06-2011, 03:19 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I believe F16 still uses grub1? In which case, you would edit /boot/grub/menu.lst and remove the option on the kernel line.
 
Old 12-06-2011, 03:21 PM   #9
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
nope, the file is empty, and there is a /boot/grub2 folder in there
 
Old 12-06-2011, 03:26 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Sorry, I don't know how to do it with grub2.

Adam
 
Old 12-06-2011, 03:30 PM   #11
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
ok, anyway you have been the most helpful you could get. Thank You Seriously!!!

My greatest regards
 
Old 12-06-2011, 03:36 PM   #12
rpcaldeira
LQ Newbie
 
Registered: Oct 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Just in case you are wondering, you just have to edit the /boot/grub2/grub.cfg file, and it's off the the races, thanks again
 
Old 12-07-2011, 08:08 AM   #13
Lsatenstein
Member
 
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Blog Entries: 1

Rep: Reputation: 59
I have a bout of impatience. I cannot spend long times with grub2 and the multitude of directories that hold configuration scripts.

What I do is as follows:

I edit the grub2/grub.cfg file to what I want.
I save it
I save it again as grub.bak

Since this is a personal fedora, when a new kernel arrives, I look at the grub.bak against the grub2, and bring back the changes.
Normally this latter action takes about 5 minutes.

I guess some weekend when I have time, I will learn more about grub2 and the use of each subdirectory in the *.d

I guess some developers never heard of or followed the KISS principal.
 
Old 04-17-2012, 09:42 AM   #14
ALTN
LQ Newbie
 
Registered: Apr 2012
Posts: 8

Rep: Reputation: Disabled
hi folks,

I'm having the same problem as rpcaldeira, i have an ASUS-N55DF laptop and i'm trying to install fedora 16 on it but with no success.

I tried openSUSE before it with no success, tried also ubuntu 12.04 and it worked but wasn't comfortable for me with java development.

i saw that rpcaldeira succeeded in installing F16, and i will be grateful if i get any help.

i followed this link http://www.thpc.info/dual/win7/dualb...d_on_win7.html, for installing fedora alongside with windows 7, i set the nomodeset option on startup, and i'm using a bootable usb stick.

As soon as the desktop loads, a window pops up saying

Code:
GNOME 3 Failed to Load
Unfortunately GNOME 3 failed to start properly and started in the fallback mode.

This most likely means your system (graphics hardware or driver) is not capable of delivering the full GNOME 3 experience.
i closed it and followed the instructions, when i reached the partitioning phase, i got an unhandled exception : "an unhandled exception has occured. This is most likely a bug. Please save a copy of the detailed exception and file a bug report", the log file is in this link https://rapidshare.com/#!download|70...44|log.txt|521 (couldn't directly attach it because its size exceeds the limits of the forum).

this is the output of fdisk -l:
Code:
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xa383324b

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    52430847    26214400   1c  Hidden W95 FAT32 (LBA)
/dev/sda2   *    52430848   400738303   174153728    7  HPFS/NTFS/exFAT
/dev/sda3       400738304  1255428095   427344896    7  HPFS/NTFS/exFAT
/dev/sda4      1255430142  1465147391   104858625    5  Extended
Partition 4 does not start on physical sector boundary.

Disk /dev/sdb: 8011 MB, 8011120640 bytes
247 heads, 62 sectors/track, 1021 cylinders, total 15646720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x20ac7dda

This doesn't look like a partition table
Probably you selected the wrong device.

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   ?  3224498923  3657370039   216435558+   7  HPFS/NTFS/exFAT
/dev/sdb2   ?  3272020941   930513678   976730017   16  Hidden FAT16
/dev/sdb3   ?           0           0           0   6f  Unknown
/dev/sdb4        50200576   974536369   462167897    0  Empty

Partition table entries are not in disk order

Disk /dev/mapper/live-rw: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/live-rw doesn't contain a valid partition table

Disk /dev/mapper/live-osimg-min: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/live-osimg-min doesn't contain a valid partition table
in summary:
sda1 fat32 recovery_partition 25GB
sda2 ntfs Windows 7 system partition 166GB
sda3 ntfs DATA partition 407GB
sda4 extended unallocated 100GB
sdb* refers normally to the usb stick

i'm trying to install F16 into sda4

NB: i installed Fedora 16 into another old machine, with the same partioning structure (but with no recovery) and of course with no nomodeset and it worked with no problem, but i need to install it in my ASUS N55SF.

any help will be appreciated.
 
Old 04-17-2012, 10:14 AM   #15
ALTN
LQ Newbie
 
Registered: Apr 2012
Posts: 8

Rep: Reputation: Disabled
i think the problem is that i'm trying to install fedora into an extended partition sda4.
sda1, sda2 and sda3 are primary, i'll try to transform sda3 to an extended - retry installing into a primary partition - then report the results.
 
  


Reply

Tags
asus, fedora, graphics, intel, resolution



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ASUS laptop graphics broken? remisandotbe Linux - Software 3 12-05-2007 09:37 AM
ASUS laptop graphics broken? remisandotbe Linux - Laptop and Netbook 1 12-02-2007 10:19 AM
Asus 9950 TVD graphics card and RH 9.0 weakunix Linux - Hardware 1 03-22-2004 03:18 PM
Asus motherboard, LAN, Graphics problems Joe Soap Debian 17 01-09-2004 11:05 AM
Asus L3k series, sis740 graphics and I can't see X galad Linux - Hardware 1 10-29-2003 07:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration