Fedora :: Laptop Display Is Put On The Left And All Other

Jan 8, 2010

I want to change the default behavior of my display hotkey combo (Fn+F7). I can do this in KDE, but in Gnome, the gnome-settings-daemon cycles through the options. Problem is, the option I want is not there. I want the laptop display on the right and the external display on the left. I know how to use xrandr to change this or to use System > Preferences > Display, but I want to use my hotkey combo. I see two ways to do this. Find the configuration file that selects the options that are cycled and manually edit it, or disable this hotkey combo for the gnome-settings-daemon and use my own script in /etc/acpi/actions, etc/acpi/events for the hotkey combo. Currently the gnome-settings-daemon intercepts the hotkey combo, so I can't use my own script. Anyone know anything about this, or do I need to file a bug report?

[Code]...

View 1 Replies


ADVERTISEMENT

Fedora :: Window Display Messed Up When Dragging Left

Jan 16, 2011

I have a bit of a problem w/ the windowing UI when I drag any window left, the display gets messed up (see attached screen shot). It doesn't matter what the program is, even happens in explorer. I've done some searching of the Internetz and this form and all I could find was this bug, that doesn't have any updates on it:

Does anyone know of a fix for this? I can make the lines go away by triggoring a repaint (by either dragging another window on top of this one or minimizing and maximizing the problem window, but it's still a bit annoying.I'm running Fedora 14 and have ran all of the updates it prompted me to run.

View 1 Replies View Related

Fedora :: Make The 10 Display Span A Laptop And VGA Screen?

Jan 6, 2009

Based on much internet searching, I've found that I was/am not the only one struggling to get Fedora 10 to span the display across a laptop screen and an external monitor. So what I have here are instructions to do so:

1) Fedora 10 does not (by default) use an xorg.conf file to configure the display. So type the following command into the command line: yum install system-config-display

2) Go to the menu bar and navigate to System>Administration>Display. I left all the display settings as they were and hit OK (repeat this step twice to make an xorg.conf backup). This will generate the xorg.conf and back up files in the directory: /etc/X11/

3) Now we need to see what size virtual screen you need. Type the following command into the command line (without the quotes): "xrandr --output VGA --auto --right-of LVDS" It will tell you that you are asking for a certain size screen. Write those numbers down. I have a 1600x1200 external monitor so my number is 2624x1200 (1600+1024 x 1200).

4) Change directories to /etc/X11 and type (without the quotes): "sudo gedit xorg.conf" Scroll down to where the device section is. Mine looks like this:

Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection

Some videocards need to turn 3d acceleration off in order for dual screens to work. It is important that you turn off desktop effects if you turn off 3d acceleration!!! So under the driver line add the line (with quotes): Option "NoAccel" "true" Mine looks like this:

[Code]....

Scroll down to where the screen section is, and then find the display subsection. It should look something like this:

[Code]....

View 4 Replies View Related

Red Hat / Fedora :: 13 Does Not Recognize Laptop Display With Nvidia Installed

Jun 9, 2010

boots fine if an external monitor is plugged in, otherwise the laptop screen just flashes white till it dies and reboots. lsmod says nouveau is loaded, however it lets me rmmod it as though its not in use. rmmod on the nvidia mod says it is in use. nvidia settings can change the resolution of the external monitor

used yum to install and built from scratch, both have the same result. reason i want to get rid of nouveau is because it detects my laptop resolution as larger than it is and even if i lower the resolution it still stretches it further than the boundries of the screen. without the nvidia driver my laptop display is recognised correctly aside from size issues.

Enabling the nvidia driver / etc / rc.d / init.d / functions line 526 1484 Segmentation fault "$@"
[FAILED]

^^ that appears during boot.

View 1 Replies View Related

OpenSUSE Hardware :: 11.2 Display Needs To Move To The Left?

Jan 11, 2010

Need to shift display 3.4cm to 4cm to the left.

I have four computers hooked up via a KVM. On all of them except the computer in question the video is displayed properly. They all are Nvidia cards. I ran SaX2 but it doesn't have any way of tweaking the video over that I can see. I haven't installed the nvidia package yet but it doesn't have it either. Hitting the auto adjustment on the monitor every time I select this machine on the KVM isn't the answer. How do I get to the old video adjustment screen?

View 9 Replies View Related

Ubuntu Installation :: Laptop -- Left ALT Key Never Works?

Jun 17, 2010

I'm having the following issues with my laptop -- left ALT key never works. ever. that means I have to do shortcuts with the right ALT key which irritates me.- right click on trackpad works sporadically, and only after I push it a few times. most of the time, it doesn't work.This issue has popped up since Jaunty beta and has never been totally resolvedOutput of uname -aLinux tarantino 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux

View 1 Replies View Related

Ubuntu :: Disable Only The Left Touchpad Button On Laptop?

Mar 23, 2010

What can I do to disable ONLY the LEFT touchpad button on my laptop? Left Click sticks by itself randomly, this causes problems when using my USB mouse (such as permanent dragging, permanent highlighting, permanent inability to left click anything, the computer is pretty much dead to me unless I try to tab around), it also causes issues with the Tap to Click, and it also causes Ubuntu to not recognize my "Left Handed" mouse button set up after boot for ONLY the touchpad. On the USB mouse, buttons work swapped.

Current solution: Left Handed Button Swap. Touch pad to click. Right touchpad button to right click. Sometimes I use my USB (which does recognize the swap). This is the 3rd install of vanilla Ubuntu (tried it just in case). That's not the issue. This is a Dell Inspiron 6000. I want to just disable the left button on ONLY the touchpad, I don't want this to affect my USB mouse. I want to keep the right button touch pad working. And of course I want my mouse to work. But, actually, my ideal is to sacrifice the left button, use Tap to Click, and use the right mouse button for right clicking. If I can't save the right click, can I disable both buttons?

View 6 Replies View Related

Ubuntu Multimedia :: Display Is Offset Slightly With Some Of The Left-most And Top-most Area Of The Screen Out Of Range

Dec 8, 2010

I have an NVIDIA video card attached to my LG plasma TV by vga cable. My display is offset slightly with some of the left-most and top-most area of the screen out of range with an equal amount of black/unused screen to the bottom and right. Is there a way for me to recalibrate my display to correct for this?

View 2 Replies View Related

General :: Widescreen Display On Rhel5 - Huge Black Space Both Left And Right Side Of The Monitor

Dec 15, 2009

I am a both rhel5 and fedora user.I can not configure my Samsung syncmaster 632nw monitor to display full screen at 1360X768.There is huge black space both left and right side of the monitor. I have tried many times to solve it but unable to do it.The max screen resolution is 1024*768 and minimum is 640*480.

Here is the xorg.conf file:

View 2 Replies View Related

Slackware :: "laptop Currently Has X% Battery Life Left" Apps?

Feb 1, 2010

Any programs out there I can get to show this on my laptop please? I've searched this forum for "laptop" and "power", but threads are going on about increasing battery life and not actually showing how much battery is left on the machine.

View 14 Replies View Related

Ubuntu :: Laptop Has No Display After Upgrading?

Jan 10, 2011

I attempted to install ubuntu 10.10 (64x) on to my Dell Inspiron M5010. it booted to cd, and got to the main menu. i clicked install ubuntu, and it thought for a little while, then turned to a black screen and it had a cursor in the top left that blinked. it didnt do anything for a while. wouldn't let me type or anything.

my brother said it might have been the cd, so i made another one. same thing happened. i assumed ubuntu 10.10 (64x) didnt like my computer, and i gave up. until, i attempted to install an earlier version of ubuntu. I managed to get ubuntu 9.04 (64x) installed on to my Dell Inspiron M5010 with no problems. now here is where the problem lies...

i went to upgrade ubuntu 9.04 to the next avail (ubuntu 9.10) and the updates went smoothly. but when the upgrade was finished and the computer restarted, after booting the computer wouldnt show any display. but i could tell ubuntu was okay because even though i couldnt see, i logged onto my user name. so ubuntu works, it just doesnt have a display.

so i reinstalled 9.04 (64x) that way i would be able to get some insight on this situation, and maybe make some changes before i upgrade again. because ultimately i want to have Ubuntu 10.10 upgraded on here.

View 9 Replies View Related

Debian Configuration :: Use A Key To Turn Off Display On Laptop?

Sep 17, 2010

I am wondering if it is possible turn off my display with a key of my laptop's keyboard. I mean if I press ctrl + o then my display turn off and then if I press ctrl + o my display turn on.

View 5 Replies View Related

Ubuntu :: Invert Display On Laptop Screen?

Jan 3, 2010

I have a busted laptop, case that is. The internals are great. So I stripped the screen and built a large box. I used a cnc router to build a lid that would flush mount the screen, and have a lip of wood left to cover the metal edges of the screen.

Ok, what happened is that the measure twice cut once rule or one of its variants went into effect, and I put the hinge on the wrong side of the box. Normally I would say just flip the screen around, but one edge is wider than the other, so that will not do. I want have the hinge towards the couch so that I can tilt it up and be able to easily see the screen.

So I need a way to invert the screen, and I can't seem to find a way to do it. The coffee table is an Emachines N-10, and my video driver is the Nvidea one, because karmic told me my onboard card is not quite up to the task of the other one.

View 6 Replies View Related

Ubuntu :: 10.04 Laptop Can't Display Remote Xclock

Jul 27, 2010

Hostname: Borg
OS: Lucid Lynx
Kernel: 2.6.32-24

Problem:

1. borg > xhost +
2. borg > ssh <anyuser>@<anyhost>
3. anyhost > export DISPLAY:<borg's IP>:0.0
4. xclock

NOTHING HAPPENS!!!! Any ideas? Here is what I have tried thus far.

Efforts:

1. gdmsetup - looked for security tab, doesn't exist

2. installed gdm2setup - still not there

3. looked for gdm.conf - not there

4. when doing ps -ef|grep X - there is a -nolisten tcp "could this be culprit" hmm not sure

5. modified /etc/ssh/ssh_config to Forward X

View 1 Replies View Related

Ubuntu :: Display Battery Into Conky For Laptop?

Aug 29, 2010

I would like to display my battery into conky for my laptop, do you have /proc/acpi/battery/BAT0 ? - I cant find it

View 1 Replies View Related

OpenSUSE Hardware :: Extend Desktop Left Instead Of Right - Background Application On The Screen To The Left?

Jun 28, 2011

I would like to use two monitors with my desktop, so connected them the other day and it worked straight away, which is good but... The monitor configuration app always want the primary monitor to be on the left hand side, thus it always extend my desktop right. Can I do anything to extend my desktop to the left instead of to the right so I can have background application on the screen to the left?

View 8 Replies View Related

Ubuntu :: Mouse Intermittently Double Left Clicks / When Single Left Click

Jun 15, 2011

I'm not sure if I should post this question in "hardware & laptops", or "Desktop Environments", because this is a hardware problem on a desktop computer.

Description of Problem:There is another thread that discussed this same problem that I'm having: However that thread is so old that the suggestions in it no longer work in Ubuntu 10.04 and for whatever reason I can not make a reply to that thread.As in the above thread, I've tried other input devices and rebooting the computer and using other USB ports, and my mouse still intermittently double left clicks randomly at times when I've only clicked the left mouse button once and at times and places when it should only produce a single click such as when selecting a drop down menu.

Has any one else had this problem, and does any one have any idea how to fix it or to trouble shoot this a bit more? Please let me know if there is any other information I can provide to further clarify or troubleshoot this issue.

View 2 Replies View Related

Programming :: Implement Left-associative Operators In Parser That Does Not Allow Left Recursion?

Jan 20, 2011

The first is about implementing function calls. The way I currently have it is that functions are called with a C++ std::vector of nodes as the parameters. How would I turn a comma-seperated list of expressions into a C++ vector in the grammar?Second, how do you implement left-associative operators in a parser that does not allow left recursion?

And third, what would be the best internal representation of integers? A C++ int seems simplest, but limited. Using GMP seems more versatile, but I'm afraid it might seriously slow down the interpreter compared to C++ ints.

View 3 Replies View Related

Debian Multimedia :: Using Xrandr To Toggle Laptop Display

Jun 3, 2015

Background: I am running Debian 8 with the Xfce DE on my Toshiba Satellite Laptop.

When at home I will connect my laptop to an external display. I did the same while I was running Ubuntu; however, with Ubuntu I could activate my laptop display by simply disconnecting the external monitor. With Debian + Xfce, unplugging the external monitor leaves my laptop screen blank.

In order to activate my laptop display, I have to open Display settings, turn on laptop display -- which still leaves my laptop screen blank -- and then switch resolution: there are two listings for 1366x768 under resolution, and only the second one restores my laptop display. Please note that if I have both displays on at the same time the size of the output on my external monitor will be reduced to about the size of my laptop's display.

I would like the create a Bash script which can automatically switch between my displays. After some Googling it seems like xrandr is the tool I need for the job. However, I have been having trouble getting it to work.

I tried the command Code: Select allxrandr --output LVDS1 --auto --primary --output HDMI1 --off. This however just turns my external display off without turning on my laptop's display. I suspect this has something to do with the fact that LVDS1 has two modes at 1366x768; perhaps only one of them can actually display? I'm not sure, but anyways here's the output of xrandr:

Code: Select allScreen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1366x768      59.99*+
   1360x768      59.80    59.96 
   1024x768      60.00 
   800x600       60.32    56.25 

[Code] ....

Is there a way I can specify that xrandr should use the second 1366x768 mode?

I just realized that the second mode is, in fact, 1360x768 rather than 1366x768...

The good news is that I fixed my problem. It turns out that my backlight was not turning on, giving the appearance that my laptop screen was not displaying anything.

View 2 Replies View Related

Debian Hardware :: External VGA Display Not Working On Laptop

Jul 14, 2015

I want to display the image only on the VGA external screen. When I am connecting VGA cable, the image not displaying on the VGA external screen.

My notebook specifications:

- Lenovo G505s
- CPU: AMD A10-5750M APU with Radeon HD Graphics
- Video card: Radeon HD 8650G
- Operating system: Debian 8 64bit

View 8 Replies View Related

OpenSUSE Hardware :: Cloning Display Not Working On Laptop?

May 31, 2010

I am having trouble getting my Dell M6400 laptop display to be cloned with the Hyundai LCD display I have connected to my docking station.

I have an Nvidia Quadro FX 2700M graphics card and have installed the proprietary driver according to SDB:NVIDIA drivers - openSUSE. I have tried using sax2 (found out today it is depreciated so will stop that) and running nvidia-xconfig from both init 3 and init 5 followed by nvidia-settings to setup cloning mode.

When I run nvidia-settings, it doesn't detect the laptop display it seems. It says the max resolution is 640x480 even though the max is 1920x1200 and this does get used if I boot the laptop without a monitor attached.

Also, when I try and select cloning nvidia-settings crashes with a segmentation fault.

openSUSE 11.2.
Linux 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux

View 5 Replies View Related

OpenSUSE Install :: Garbage Display Before And After Login On Laptop?

Dec 8, 2009

Am running OpenSuSE 11.1 / KDE 3.5 on an Acer Aspire 4730Z laptop. Garbage is displayed on the screen just before and just after the login screen. The garbage sometimes includes vestiges of the taskbar. Suspect some video buffer is not being correctly initialized.

View 1 Replies View Related

Ubuntu :: No Laptop Screen After Connecting External Display

Jan 2, 2010

I have tried to connect my GMA500 based Acer 751 to an external dsiplay via VGA connection. I couldn't get the right resolution on the external screen (1920/1080) so I disconnected it and rebooted. Now there is only an "unknown" screen in the display menu. I have rewritten the xorg conf file per instructions for enabling GMA500 but to no avail - conf file looks right but screen is "unknown", low resolution and 4:3 aspect ratio, instead of 16:9. How to restore to laptop monitor - I think I can take from there to enable the right resolution.

View 4 Replies View Related

Ubuntu :: ATI Display Driver On Laptop - Screen Goes Black

Apr 19, 2010

Got a problem with Ubuntu 9.10 and a Lenovo T400 with an ATI Radeon Mobility HD3400 and ATI drivers /ATI contol center. Whenever the laptop wakes up from power-saving mode, the screen goes black (with some jagged mulicolored lines).

View 2 Replies View Related

Ubuntu :: Laptop Display Split Into 6 Separate Displays?

May 14, 2010

I am running ubuntu 9.10, on a Lenovo laptop. Has been working perfectly until now. But now my screen is split into 6 very small screens which all work in synch. That is - I have 6 mouse pointers - it is really like having 6 very small screens. All software is still working. However - I need to go back to only one screen in full-size. Has anyone ever experienced this. Using Nvidia accelerated graphics driver.

View 4 Replies View Related

Ubuntu :: Switch Between Laptop Display And External Monitor?

Mar 1, 2011

I am looking for a way to switch quickly and easily between my Laptop Display and my External Monitor, in Windows I had it configured so that when I plugged my Monitor in it would switch to that and when I removed it it would switch back to Laptop Display. From what I have tried it looks like this isn't possible with Linux, but I would like to get to the stage when I can click an icon to switch (or 1 to go to External and 1 to go to Laptop) My Laptop has an ATI Mobility Radeon HD 4500 Series Graphics Card and I have so far noticed the following issues.

1. If I use the Gnome Monitors instead of ATI Catalist Control Centre it seams to cause some strange issues include confusing Linux on what the max screen res supported by my External Monitor is.

2. When I try and enable/Disable either Display or change Resolution, I am told that I have to reboot before the changes take affect.

View 2 Replies View Related

General :: Laptop Display Is Too Big / Change My Monitor Resolution?

Feb 6, 2011

I'm newbie linux user and I want to ask a question about my laptop display is too big i think its because of my screen resolution, how can I change my monitor resolution?

View 1 Replies View Related

CentOS 5 Hardware :: Blank Display Screen On I3 Laptop?

Apr 19, 2011

I just installed Linux 5.5 on a Toshiba laptopn (i3, 64 bit). Centos runs until it reaches a very dark screen. On a few occasions, I am able to see something but the screen is very dark.

View 1 Replies View Related

Debian Hardware :: Changing Display Brightness Causes Laptop To Restart

Jul 15, 2015

Today I installed debian-8.1.0-amd64 on my older Samsung Laptop (Model r560). The installation without a desktop environment worked fine and the system booted without any problems into the virtual console. There was however one problem: when I was away from keyboard for some time, the screen turned black and when I came back and hit a button to wake the system up, the laptop immediately restarted. Later I installed the gnome desktop environment. This also worked fine.

But whenever I try to change the screen brightness in the gnome-shell, my system immediately restarts and successive attempts to boot debian fail. Some time later and after countless attempts to boot debian, it finally does boot again. By "debian fails to boot" i mean the following: The initial ram disk is loaded and fschk runs. Usually the system suddenly reboots at this point. SOmetimes, however, the video mode changes, the console font is changed and some services are getting started, but then at some point the system also restarts. I don't reach the point where a login prompt appears, or the graphical environment starts up.

Assuming, it has something to do with buggy acpi implementation of my hardware, I tried the following:

I tried to disable acpi completely by using the kernel parameter "acpi=off". This doesn't work and causes the kernel to hang

I tried to start debian without using a GUI using the single parameter. This also didn't work.

acpi_backlight=vendor also did not fix the problem.

View 0 Replies View Related

Ubuntu :: Back To Karmic From Lucid Using Laptop With No Internal Display?

May 10, 2010

Laptop only has external display. When karmic boots 2.6.31-21 and initrd.img has finished loading, and I have taken quiet splash out of boot line, I get nothing on the external display until gnome come up. Does the kernel driver only recognise internal displays until X takes over, or is there something wrong with the karmic 855GM kernel driver?

View 1 Replies View Related







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