Hello,
I wanted to remap the buttons on my Evoluent mouse, so I added following section to the xorg.conf:
Code:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
In the following program though most of the working part of the program is commented out, it gives seg fault. reducing the value of MAX to say 10000 removes the seg fault. Why is this happening? it should be only 1 MB only. Is 1 MB too big for an array?
#include <stdio.h>
#define MAX 1000010
int main()
{
Hello,
I run F12. Since some days my laptop has become very sluggish. In Mozilla, switching between the tabs takes like seconds instead of fraction of a second. Also minimizing and mximizing windows takes long. Switching between the windows too takes long. Now I can't see the cursor while typing this post.
hello all,
im trying to get my matrox graphics card to work with debian lenny,
ive already installed the compiz packages and have xserver-xorg-mga display driver.
however, when i try compiz --replace, i get the following error
Code:
Checking for Xgl: not present.
No whitelisted driver found
my xorg.conf looks like this currently
public static boolean rentCar(String id) {
for (int i = 0; i < collection.size(); i++) {
return(
Hi,
I have a problem running applications in full screen on my second monitor, it goes to full screen, but not entirely, it leaves a space of like 20-50 pixels at the top.
Note, I'm not able to screenshot it, if that helps.
I have the ati drivers installed, screen is set to 1360*768 (preferred)
Experts,
Can you please help how to get the output that are written just below "bad"
Code:
calls badcalls nullrecv
439486 54  
Hi,
Can somebody help me?
I am testing a demo with the given function
Code:
PATH525[1]="/uscms/home/emily/READme/extra/data/"
TEMP=temp
FileName=DataFileName
CopyFiles() {
# PATHNAME="$paths"
Code:
class a
{
public static void main(String[] s)
{
int n1,n2,$n;
if(s.length != 2)
{