Ubuntu :: Manually Configure Second Monitor For Xorg?

Oct 20, 2010

I just installed the new Ubuntu onto my laptop and want to use a second monitor with it in twinview.

I have to use the Nvidia X Server Settings and while I can get the second monitor working, I cant get any resolutions higher than 1024x768. But I know for a fact that I can get better resolutions as I used to use that monitor as my primary. I had to manually change my xorg.conf tho.

How do I change my xorg for the secondary monitor? if I add a new monitor and screen sections it breaks X and it sends me to teminal on boot.

heres what I tried The stuff I added is in bold:

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
code....

View 9 Replies


ADVERTISEMENT

Ubuntu :: Sudo Xorg -configure" And "sudo Xorg --configure" Both Return "xorg Command Not Found

Mar 28, 2011

Alright setting up a friends netbook, display has been a little iffy (slow. glxgears is giving like 100fps). Couple issues: xorg.conf doesn't exist (i know thats typically not an issue) and "sudo xorg -configure" and "sudo xorg --configure" both return "xorg command not found."

glxinfo say that its using Mesa for the software rasterizer and that the driver is from mesa. lspci says the VGA controller is from Intel. I'm thinking xorg is defaulting to vesa for drivers, but I need to know how to change that to the open source intel driver

View 7 Replies View Related

Ubuntu :: Xorg Doesn't Detect Monitor / Won't Display Higher Than 800x600 On A 1400x900 Monitor

Apr 3, 2010

I installed Karmic on an older PC I had laying around, and the only trouble I am having is with screen resolution. It uses an old ATI chipset (onboard) for video, and it doesn't seem to do EDID correctly, so I can't display anything higher than 800x600. I have tried creating an xorg.conf, but it's still not working. How can I tell Xorg to ignore the fact it can't detect a widescreen monitor and display something larger than 800x600? I noticed the log says the sync's are out of range, but I am not sure how to fix it.

Here is my current xorg.conf.

Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

[Code]....

View 1 Replies View Related

Hardware :: Dual Monitor - 2nd Monitor Not Coming Up - Xorg.conf Missing Something?

Oct 19, 2009

This is a repost of my initial problem, I need some one who knows what they are doing more than I too take a look at this command output and give some sort of direction/clue/etc on what I'm doing wrong or missing.

Is my xorg.conf missing some vital line(s) or setting?

My best guess is that i'm missing something to tell the Xserver to use both screens, as the Xorg.0.log does not talk about trying to bring up the intel display; but this is just a hunch.

I'm running kubuntu 9.04 with 2 monitors: on-board intel video and a PCI nvidia display: I am using my nvidia display fine, but still can not get my 2nd display (the intel) working. What the heck am I missing?

lspci:

Code:

Code:

View 3 Replies View Related

Software :: How To Create Xorg.conf Manually

Oct 17, 2010

is there a sample xorg.conf for basic setting?

i did

Code:
#X -configure

but then always Fatal error signal 11.

View 6 Replies View Related

Ubuntu :: Manually Configure Display Adapter?

Sep 19, 2010

In 8.04 i used this command to manually configure my graphics adapter.sudo displayconfig-gtk

I would like to do the same thing in 9.10 and 10.04. How do i do it?it is a unichrome pro in and older everex stepnote.

View 7 Replies View Related

OpenSUSE :: PHP Not Working. Help \ Manually Configure It?

Aug 10, 2011

I'm supposed to migrate a website I'm working on from Windows to Linux, so I downloaded the whole site from its webserver to my Linux enviroment, but, although everything work perfectly under Windows, on Linux all the scripts just won't load, and I ain't got no idea of what could be the problem causing this - but I had installed phpMyAdmin and it worked fine. I'm using Apache 2.0 (2.2.17-4.5.1), PHP5 Module for Apache (5.3.5-5.14.1) and MySQL (5.1.53-4.7.1) under openSUSE 11.4 x86_64. Oh, I had the same problem when trying to load the page under Mandriva 2010.

So I tried to reinstall Apache as well as PHP and phpMyAdmin following the instructions in here step by step, but, after reinstalling these not even phpMyAdmin is working anymore, and if I call a(ny) php page from localhost in the browser, a download window pops up, which means Apache doesn't recognise the php ile as a script to be executed by php machine, or something like that.Looking at httpd.conf (apache configuration file) I noticed there's no reference to php module. I tried to manually configure it, but it seems there's also no libphp5.so in my computer (tried to find it using dolphin's search feature)... I guess I'll have to unninstall everything php related and then try to compile PHP from source and just thinking of that already gives me headaches

View 9 Replies View Related

Programming :: Configure Cpu Interrupts Manually?

Dec 17, 2010

I was installing freebds for one of my friends and during the entire install the top never crossed 1.0. When I install linux top always shows a cpu load of more than 1.0.Also on the bsd when copying a huge file (4gb) it takes a long time but then the load never goes beyond 1.0. Linux will do it much faster but then there is a difference in the cpu load time.What I want to know is is there anyway I can interupt the processor so that the load does not go beyond 1.0.

View 11 Replies View Related

General :: Cannot Connect To The Internet, Tried To Manually Configure?

Oct 25, 2009

I have a dell wireless wlan 1397 mini card with an ethernet 802.3. Now I am trying to connect by a wired connection. Supposedly a have a bcm5784m nic. I have tried to configue the bcm5784m which was shown it to be regonized through fedora 11, i could activate it, and connection still failed. In my driver list on my dell inspiron and studio 1737 the bcm5784m was not checked as a download i needed. What in the hell am I doing wrong. I have searched exhaustively and have found nothing concerning the wire ethernet card or bcm. Supposidly ubuntu does support the dell studio 1737 laptopForgive my spelling. Oh and by the way I am using kubuntu 9.04 jaunty.

View 5 Replies View Related

OpenSUSE Wireless :: Manually Configure Network Interfaces?

Nov 20, 2010

I'm building a wireless router based on OpenSuse 11.3 I have experience with Debian, but here I'm confused howto manually configure network interfaces. I need my wireless card to work in master mode, so I need to place

[Code]...

View 3 Replies View Related

Ubuntu Installation :: How Can Xorg Configure In 10.04

Apr 24, 2010

Came from 8.04, fresh install. The monitor was not detected properly, I have 1024x768 max resolution on a 1280x1024 screen. As 10.04's xorg has no xorg.conf file, I cannot tell it the right data. What and where are the new config files?

View 5 Replies View Related

Slackware :: TV - MONITOR 26 And Xorg.conf ?

Jun 9, 2011

I bought a very beaultiful pink tv-monitor 26", model LG26LED6500 for my daughter and I also intend to enjoy it setting up in my slackware 13.37. Then I use a VGA cable and 6600GT nvidia card, but now I'm having a doubt because there aren't vertical and horizontal frequencies specs in this manual. Only:

I did a xorg.conf using a vesa driver and kde screen output was a 1024x768 - 61hz.

If I try to use a nvidia driver and xorg.conf piece above X break down. If I use any manual frequency parameters X break down too.

1)What's the difference between CRT config and tv-monitor xorg?

2)Have I use strings modeline monitor and modes screen in this situation?

View 3 Replies View Related

General :: 3D Zalman Monitor - To Manually Enter The Resolution But After A Reboot It Goes Back To The Default

Apr 5, 2010

I'm using Redhat 5 with a video card nvdia fx 1500 and a zalman zm-m220 monitor

Has anyone configured a 3D monitor with redhat?

I'm trying to set the resolution to 1680x1020. I edit /etc/X11/xorg.conf and try to manually enter the resolution but after a reboot it goes back to the default.

which is the file i need to edit to manually enter the resolution.

View 4 Replies View Related

Ubuntu :: Can't Configure Wacom Tablet In Xorg.conf

Feb 4, 2010

I have a wacom graphire3 tablet and two monitors. The tablet is workin properly with out of the box drivers.

As well as the dual monitors configured as twinview through Nvidia X server. But the tablet is mapped for the two screens, then I searched the forums for a proper configuration and it it tells me to edit the xorg.conf file for twinview horizontal but, it don't make any difference. I've "sudo gedit" edited the xorg.conf and nothing happens. Nothing, the tablet is working properly, the system is stable and it's still mapped for two screens.

What can I do? The xorg.conf also isn't listing all my hardware, I can't see the confs for my mouse. I'm on karmic koala.

View 3 Replies View Related

Ubuntu :: Configure Xorg.conf File In Lucid?

Jun 8, 2010

All I need to do is get my screen resolution to 1024x768, I can currently only get 800x600 and that's unacceptable for school. I created an xorg.conf file in Lucid and it does in fact refer to and use it. what led me to believe that is when I looked in the mirror and noticed smoke slowly rolling out of my ears! After replacing some of that smoke with a cigarette I decided to make this thread. As I said, I created the xorg.conf.new file with:

Code:
sudo Xorg -configure from recovery mode. And then moved it to its proper place with:

Code:
cp /home/william/xorg.conf.new /etc/X11/xorg.conf

And that nested it right where it needs to be. X does in fact use it as confirmed by my Xorg.0.log.

Now I have an xorg.conf file, but am quickly becoming overwhelmed with information as to what to do. I've tried to create mode lines with xrandr, which gave me new settings, but I was unable to use them. Obviously the EDID info. is not being read because there is no mention of clock speed, Vsync or Hsync in my Xorg.0.log either. I have tried many things and really don't have time to spend all day at my computer, at least not with this issue. I'm in school and have to focus primarily on that right now. I will give what info I know is relevant starting with my monitor specs:

Dynex DX-LCDTV19
vertical resolution: 720 p
aspect ratio: 16:10
screen refresh rate: 60hz
comb filter: 3D/YC digital

[Code].....

View 7 Replies View Related

Ubuntu :: Redirect Output Of Xorg -configure To A File?

Jun 29, 2010

Ubuntu 10.04

I booted to command line only and entered the following command: Sudo Xorg -configure > xorglog.txt

the command seems to run just fine and does create a new xorg.conf.new file but I would like to see all the output of the Xorg -configure command but it just scrolls by too fast and I can't go back to see it. Hence this is why I'm trying to do the > . It seems to ignore the >.

how I can see what the command is doing?

View 4 Replies View Related

Ubuntu :: Edit Xorg.config File For 1680x1050 Monitor

Aug 15, 2011

How do I edit this file to include 1680x1050 resolution?

View 9 Replies View Related

Hardware :: Creating Xorg.conf In Ubuntu 9.10 For Monitor Resolution

Mar 9, 2010

Since the display of my notebook doesn't work very well anymore, straight vertical blue line on the right side of the screen, I want to connect an external monitor. (ADI [it doesn't say the exact model] 21 inch; resolution 1600x1200 and 85 Hz refresh rate).

I'm using Ubuntu 9.10 with kernel 2.6.31.17 and xrandr does not recognize the monitor correctly (see code of xrandr output). Adding a new mode did not work and currently it displays a resolution of 1200x768 which is horrible. In this version of Ubuntu the xorg.conf is not used anymore and is thus empty. As I have read you could create an entry in a new xorg.conf for your hardware which would be used by Ubuntu, having priority over xrandr settings.

But I do not really know what the monitor section in xorg.conf would have to look like, as the original screen would have to be set to 1200x768 or be disabled all together. The screens would have to be mirrored. Would the setting also work, when the external monitor is not connected to the notebook, so the original screen would display everything correctly.

Here some information about the system which will hopefully be useful for you. Please post helpful links I have overlooked or ask for more information.

My onboard graphics intel chip is capable of a resolution of 1600x1200 as it works in Windows:

lscpi output for graphics chip:

Code:

loaded kernel modules (relevant lines, at least I hope) according to lsmod (the driver from Intel web page is totally outdated and I think this is not the problem, so I didn't consider compiling a new driver)

View 1 Replies View Related

Ubuntu :: Configuring My Xorg.conf With Dual Monitor - TwinView

Jul 1, 2009

I have a dual monitor setup (Twinview), both monitors are connected to my 1xNvidia MSI NX8600GT card...I've been using a 21.6inch HannsG HG216D (herein referred to as HG216D) monitor as my LEFT monitor, and a Dell 1905fp (herein referred to as 1905fp) as my RIGHT monitor.

I recently got rid of the 19inch 1905fp Dell monitor and moved my HG216D to the RIGHT and now I have a new 23inch DELL S2309W (herein referred to as S2309W) on the left. The new S2309W is connected to my computer via DVI cable and is configured Perfectly at it's native 1920x1080 resolution.

However I can't for the life of me get my HG216D back to it's native 1680x1050. The HG216D is connected via VGA cable that is also routed thru a KVM, I realize this means that this monitor can't/won't be auto-configured. However I should be allowed to set it manually right?...

Code:

Won't let me select 1680x1050 for the HG216D resolution, it will only let me select 1440x900 MAX, there is no option for 1680x1050, (See attached: screenshot)

I've tried to manually edit my /etc/X11/xorg.conf, but after hours on end messing with it, I give UP...

Here is my current xorg.conf:

Code:

I am just not sure what I need to change and how to get the second xorg.conf to play nice via a VGA connection?

View 1 Replies View Related

General :: Xorg Configuration For External Monitor?

Oct 15, 2010

A few days ago I installed browserlinux onto my AspireOne netbook whilst connected to a 15" external monitor of 1024x768 at 60Hz. During installation I ran the Puppy Xorg Wizard with the netbook's monitor (1024x600) switched off. It selected the optimum resolution of my external monitor correctly as 1024x768 and the 'intel' driver for the Intel 945 Express chipset. However when I ran programs and maximised their windows they would cut off about a third from the bottom. I ran the Xorg Resolution Wizard which showed a resolution of 1024x600 despite xorg.conf only showing an option of 1024x768. I tried to copy a xorg.conf from Linpus (Fedora 8) which had required some altering in the past to run the external monitor at the correct resolution but X failed to start (possibly because Xorg in browserlinux is a newer release). Would it be possible for someone to upload a xorg.conf file which would enable display the external monitor at the correct resolution (and ideally allow switching between the two monitors - under Linpus the hotkey is Fn + 4) or suggest alterations to the current file?

[Code]...

View 7 Replies View Related

Software :: Editing Xorg.conf With No Monitor

Dec 7, 2009

My laptop screen isn't working but I don't want to abandon my laptop so I am trying to hook up a new monitor. I'm using my 1 HDMI port, and my BIOS doesn't recognize the monitor on boot up. Also, my xorg.conf file is not configured for this monitor. My question is what should my xorg.conf look like? I have a bit of a start on it(see attached) but it is not quite right. How do I set up the Toshiba as the default screen, in order to use this monitor when Linux starts? Other info: I use Debian 5.0 with Gnome.

View 4 Replies View Related

Slackware :: Getting Xorg.conf To Match Monitor

Jan 5, 2010

I am using a AOC 19" LCD on a system with an on board Nvidia GeForce 4 MX and I cannot get X to start with 1280x1024, the max for the monitor.

Here is the sections for xorg.conf

It always defaults to 160x1200, which the monitor proclaims "Out of Range" and I have to in through Display Setings to set to 1280x1024. What do I need to put in xorg.conf to default to 1280x1024.

View 6 Replies View Related

Ubuntu Installation :: Configure Xorg For Intel Q45/Q43 Express Chipset

Mar 31, 2010

We have a PC in the office to which I have been granted to install Ubunto 9.04 on it. It has an intel graphic card Q45/Q43 Express Chipset.

I will proceed with the installation in a 1-3 weeks but I am expecting to have problems related to the graphic card not being seen or not configured ok.

Can you tell me how to configure it and what would its xorg.conf look like ?

Until I do the installation, I can use the Live-CD to test out your suggestions or do queries.

View 3 Replies View Related

Ubuntu :: Unable To Configure Wacom/bamboo Tablets And Xorg

Jan 31, 2011

A few weeks ago, I was configuring my wacom tablet with the Wacom Control Panel by QB89Dragon, and suddenly xorg crashed. I remember specifically that I was modifying the pressure curve of the pen when it crashed. The screen went black, but the computer stayed on. Since then, every time I start up ubuntu normally, it would show the splash screen, but would then drop me to a black screen. But if I boot up under recovery mode, failsafeX, and generate a new x configuration, and restart X, it will work fine until I restart.

I've tried looking for an xorg.conf, but since I'm running 10.04, I guess it doesn't use an xorg.conf anymore. I tried uninstalling the program I used to configure it, but no go. I tried generating a new configuration with the tablet unplugged, with the tablet plugged in, even with a different tablet. And, since nothing is ever that simple when I do something wrong, nothing so far has worked.

View 3 Replies View Related

Ubuntu :: Positioning Screens - Xorg.conf - Vertical Monitor Cursor?

May 23, 2010

Just a day ago I did a clean install of 10.04, after wiping the disk clean of 9.10. So far everything's working great. Except for my old dual-screen configuration. A year or two ago I badly wanted to have 2 monitors, where both would share the same desktop/workspace allowing me to drag windows back and forth between the two. After a lot of research, I finally was able to put together (although a probably quite sloppy) xorg.conf file that did the trick for me.

My case is somewhat unique in that my left monitor is horizontal, while my right monitor is rotated 90 degrees, and is vertical. In 10.04, my old xorg.conf file sort of works, but I have problems on my right, vertical screen:

- when I move my cursor onto the vertical screen, when I try to move it above where my left, horizontal screen's boundaries end, my cursor jumps down to the bottom of my vertical screen. I can't access anything with my cursor above this boundary on my vertical screen. Note that my vertical screen's bottom is in aligned with my horizontal screen's bottom, and that the vertical screen sticks up above the horizontal screen, as both have a 1680 x 1050 resolution/widescreen aspect ratio.

- however, it appears that only my cursor is having issues accessing the upper part of my vertical screen. When I maximize windows in this screen, they properly fill it up entirely like they should. (but I still can't access the top parts of these applications with my cursor).

So obviously there must be some boundary managing where my cursor is allowed to go, and another set of rules defining the boundaries that the windows themselves can be shown/take up. Also note that because of my right monitor being rotated vertically, I'm forced to use Xinerama. Can someone help me go through my xorg.conf file, below, to help me get this "simple" cursor issue fixed? I'm sure it's just one minor thing that has to be changed, but I'm not sure what:

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008
# xorg.conf (X.Org X Window System server configuration file)

[Code]...

View 1 Replies View Related

SUSE :: Dual Monitor Xorg Configuration With Different Resolutions?

Oct 31, 2010

I have been tasked to set up 2 monitors on SUSE Linux Enterprise that are a clone of each other, but each displaying different resolutions. The primary display has a max resolution of 1024x768 while the secondary display has a max resolution of 800x600.

The problem comes when the secondary display shows a "cropped" version of the desktop. Is there anyway to show different resolutions on each display while maintaining the proper desktop look?

[Code]...

View 4 Replies View Related

General :: Xorg.conf Modified And Monitor Not Recognised

Nov 5, 2009

I had some problems because I changed my display resolution. Finally I changed the /etc/x11/xorg.conf file to:

Now the monitor is not recognised any more.

[url]

I have fedora.

View 2 Replies View Related

General :: Xorg.conf Wide Screen Lcd Monitor

Aug 4, 2009

I am using Linux 2.6.29-020629-generic #020629 SMP Tue Mar 24 12:03:21 UTC 2009 i686 GNU/Linux ubuntu.

I have a widescreen lcd laptop and the current resolution is set at 1280x768 pls see output of xrandr here for more information [url]

I want to change the resolution to 1024x768. I can do in ubuntu' display tool. The problem is that once I change it, the output does not take up the whole screen it has blank spots on the left and right side

For a better understanding please have a look at [url] and [url]

In open suse the system sets it at 1024x768 without any blanks on the left and right corner. You can have a look at it here [url].

My current xorg.conf is details is at [url].

Please also find my xorg.0.log at [url]

The lcd does not have any controls to tweak.

View 3 Replies View Related

Software :: Dual Monitor Xorg Configuration With Different Resolutions?

Oct 29, 2010

I am not sure if this is the correct forum to post this topic (I was struggling between hardware and software). But since I do not think this was a problem with my hardware(monitor), I decided to post it here.

I have been tasked to set up 2 monitors on SUSE Linux Enterprise that are a clone of each other, but each displaying different resolutions. The primary display has a max resolution of 1024x768 while the secondary display has a max resolution of 800x600.

The problem comes when the secondary display shows a "cropped" version of the desktop. Is there anyway to show different resolutions on each display while maintaining the proper desktop look? I have attached the relevant portion of my xorg.conf.

[Code]...

View 6 Replies View Related

OpenSUSE Install :: Can't Use Xorg.conf To Configure X And Everything Is Autodetected By HAL

Jan 18, 2010

Anyone experience with multiseat configuration in combination with openSUSE 11.2. Looking for a howto since we don't use xorg.conf to configure X and everything is autodetected by HAL.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved